body {
	font-size:12px;
	color:#000000;
	background:#D6C7AA;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
}
html, body {
	height: 100%;
}
* {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
.clear {
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
.left{ float:left; }
.right{ float:right; }
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
/* Text elements
-------------------------------------------------------------- */

p {
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration:none;
	outline:none;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
a img.last {
	margin-right:0px;
}
img.first {
	margin-left:0px;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
}
ul, ol {
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
}
dl {
}
dl dt {
}
dd {
}
/* Tables
-------------------------------------------------------------- */

table {
	width:100%;
	border-collapse:collapse;
}
th {
	font-weight: bold;
}
td {
}
tr.even td {
}
/* Misc classes
-------------------------------------------------------------- */

.small {
}
.large {
}
.hide {
	display: none;
}
.red {
	color:#C50000;
	font-size:14px;
}
/* Theme layout
-------------------------------------------------------------- */
#wrapper {
}
#container {
	margin:0 auto;
}
#header {
	background:url(/images/headern.jpg) repeat-x center top;
	height:324px;
}
#headernn {
	background:url(/images/headernn.jpg) no-repeat center top;
	height:324px;
}
#headerin {
	background:url(/images/headerin.gif) repeat-x;	
	height:80px;
}
.headerInner {
	width:918px;
	margin:0 auto;
	position:relative;
}
#logo-floater {
	width:39px;
}
img.logo {
	margin:6px 0px 0px 0px;
}
#center {
	background:url(/images/contentBack.jpg) repeat-y center;
	margin:0 auto;
	width:918px;
}
.content {
	padding:0px 7px;
}
.contentBottom{
background:url(/images/contentBottom.jpg) no-repeat center top;
width:918px;
height:6px;
}
#footer {
	width:918px;
	margin:0  auto;
}
/*
-------------------------------------------------------------- */
.topNav {
	height:41px;
}
.topNav ul{
	padding:8px 0px;
}
.topNav li {
	display:inline;
}
.topNav li a {
	height:26px;
	float:left;
}
.topNav li{
	background-color:red;
}
.topNav li, .topNav li a {
	color:#575757;
	font-size:12px;
}
	.mHome{
		width:100px;
		height:26px;
	}
	.mUploadVideo{
		width:171px;
		height:26px;
	}
	.mWatchVideo{
		width:164px;
		height:26px;
	}
	.mSendCard{
		width:156px;
		height:26px;
	}
	.mAboutUs{
		width:131px;
		height:26px;
	}
	
	.mHome a{
		/*background:url(/images/mHome.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat;
		margin:7px 26px 0px 26px;
		width:49px;
	}
	.mUploadVideo a{
		/*background:url(/images/muploadVideo.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -56px 0;
		margin:7px 26px 0px 25px;
		width:121px;
	}
	.mWatchVideo a{
		/*background:url(/images/mwatchVideo.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -187px 0;
		width:115px;
		margin:7px 26px 0 24px;
	}
	.mSendCard a{
		/*background:url(/images/msendCard.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -316px 0;
		margin:7px 27px 0 24px;
		width:106px;
	}
	.mAboutUs a {
		/*background:url(/images/maboutUs.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -440px 0;
		width:82px;
		margin:7px 25px 0 23px;
	}
	.mHome a:hover, .mHome a.active{
		/*background:url(/images/menuAhome.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat 0 -29px;
		width:100px;
		margin:0 1px 0 0;
	}
	.mUploadVideo a:hover, .mUploadVideo a.active{
		/*background:url(/images/menuAuploadVideo.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -114px -29px;
		width:171px;
		margin:0 0 0 1px;
	}
	.mWatchVideo a:hover, .mWatchVideo a.active{
		/*background:url(/images/menuAWatchVideo.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -305px -29px;
		width:164px;
		margin:0 1px 0 0;
	}
	.mSendCard a:hover, .mSendCard a.active{
		/*background:url(/images/menuAsendCard.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -484px -29px;
		width:156px;
		margin:0 1px 0 0;
	}
	.mAboutUs a:hover, .mAboutUs a.active{
		/*background:url(/images/menuAaboutUs.png) no-repeat center;*/
		background:url(/images/sprite-menu.png) no-repeat -660px -29px;
		width:131px;
		margin:0 0px 0 0;
	}
.headCont .backImg{ margin:2px 0px 0px 6px; }
.headCont h2{ margin:0; padding:0; }
.headCont .headText{ margin:3px 6px 0px 0px; }
.headCont p{ 
	color:#FFFFFF;
	line-height:22px;
	padding:0px 0px 0px 480px;
}
.uploadVideo{
	height:26px;
	left:515px;
	position:absolute;
	top:278px;
	width:156px;
}
.sendEcard{
	height:26px;
	left:686px;
	position:absolute;
	top:278px;
	width:142px;
}

.box1{
	width:432px;
	margin:0 0 0 11px;
	padding:15px 0 0;
}
.box1Head{
	background:url(/images/box1Top.png) no-repeat center top;
	height:32px;
}
.topVideos{ 
	margin:8px 0px 0px 10px;
	background:url(/images/sprite-menu.png) no-repeat  -575px -92px;
	height:18px;
	width:110px;
	 
}
.sendToAFriend{ 
	margin: 5px 10px 0px 0px;
	background:url(/images/sprite-menu.png) no-repeat  -286px -141px;
	height:25px;
	width:175px;
}
.loginIcon{
	background:url(/images/sprite-menu.png) no-repeat  -725px -66px;
	width:60px;
}
.registerIcon{
	background:url(/images/sprite-menu.png) no-repeat  -726px -91px;
	width:80px;
}
.box1Cont{
	background:url(/images/box1Cont.png) repeat-y center;
}
.box1Item{
	float:left;
	width:109px;
	padding:5px;
	background:#FFFFFF;
	margin:10px 0px 8px 18px;
}
.box1Item p{
	line-height:14px;
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}
	.red1{
		color:#132C15;
		font-size:11px;
		line-height:14px;
	}
	.red2{
		color:#2D5D2F;
		font-size:10px;
		line-height:14px;
	}
	.red3{
		color:#48B64D;
		font-size:10px;
		line-height:14px;
	}
	
	.red3 a{
		color:#48B64D;
	}
	
	.red4{
		color:#3E4B3D;
	}
	
.box1Bottom{
	background:url(/images/box1Bottom.png) no-repeat center top;
	width:432px;
	height:8px;
}
.box2{
	width:432px;
	margin:15px 12px 0px 0px;
}
.box3{
	margin:14px 10px;
	width:882px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7F7F7F;
	font-size:12px;
}
.box3Head{
	background:url(/images/box3Head.png) no-repeat center top;
	width:882px;
	height:32px;
}
	.newVideos{ 
		margin:5px 0px 0px 10px;
		background:url(/images/sprite-menu.png) no-repeat  -575px -65px;
		height:18px;
		width:110px;
	}
	.newEcardsSent{ 
		margin: 5px 160px 0px 0px; 
		background:url(/images/sprite-menu.png) no-repeat -530px 0;
		width:265px;
		height:18px;
	}
	.stepEcard{
		background:url(/images/sprite-menu.png) no-repeat -460px -163px;
		width:450px;
	}
	.stepVideo{
		background:url(/images/sprite-menu.png) no-repeat  -460px -139px;
		width:450px;
	}
.box3Cont{
	background:url(/images/box3Cont.png) repeat-y center;
}
	.col1{
		border-right:1px solid #DCD9D4;
		width:440px;
	}
	.box3Item{
		background:#FAF9F6;
		padding:5px;
		margin:10px 16px 0px 12px;
	}
	.thmb1{
		margin-right:5px;
	}
	.box3Item h3,.title{
		font-size:15px;
		font-weight:bold;
		color:#336030;
		padding:4px 0px;
	}
	#index .box3Item h3,.title,
	#ecards_sent_list .box3Item h3,.title{
		padding-top:7px;
	}
	.box3Item h3 a {
		color:#336030;
	}
	.box3Item p{
		
	}
	.textLh16p{
		line-height:16px;
		padding:0px 0px 4px 0px;
	}
	.col2{
		width:437px;
	}
.box3Bottom{
	background:url(/images/box3Bottom.png) no-repeat center top;
	width:882px;
	height:8px;
}
.footerMenu {
	text-align:center;
	padding:2px 0px 10px 0px;
}
.footerMenu ul {
	padding:5px 0px;
}
.footerMenu li {
	display:inline;
	padding:0 8px;
}
.footerMenu li, .footerMenu li a, .copyright, .copyright a{
	color:#FFFFFF;
	font-size:14px;
}

/**/

#login{
	text-align:right;
	margin:0 12px 0 0;
	padding:10px 0 0;
	display:none;
}
fieldset{
	margin:10px;
}
label{
	width:200px;
}

/* ad */
.ad{
	margin:14px 0 14px 10px;
}

/* box 4 - used on upload video page */
.box4{
	width:629px;
}
.box4Head{
	width:629px;
	background:#FEFEFD url(/images/top629x32.png) no-repeat scroll center top;
	height:32px;
}
.box4Bottom{
	width:629px;
	background:transparent url(/images/bottom629x10.png) no-repeat scroll center top;
	height:10px;
}
.box4Cont{
	width:629px;
	background:transparent url(/images/middle629x5.png) repeat-y scroll center center;
}
.box4Container{
	margin:0 16px 0 12px;
	padding
}
/* rounded background for steps - height 36px */
.videoUploadStepsCont{
	height:36px;
	width:610px;
	margin-left:-3px;
	position:relative;
	padding:0 5px;
}
.videoUploadStepsCont .videoUploadStepsContL{
	float:left;
	width:8px;
	height:36px;
	background:transparent url(/images/sprite-final.png) no-repeat 0 -328px;
}
.videoUploadStepsCont .videoUploadStepsContM{
	float:left;
	width:574px;
	height:36px;
	background:transparent url(/images/sprite-final.png) repeat-x 0 -389px;
}
.videoUploadStepsCont .videoUploadStepsContR{
	float:left;
	width:8px;
	height:36px;
	background:transparent url(/images/sprite-final.png) no-repeat -11px -328px;
}
/*step button - height 28px*/
.stepButton{
	height:28px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#EBE5DB;
	float:left;
	margin:4px 0;
	text-decoration:none;
	letter-spacing:0.5px;
	cursor:default;
}
.stepButton span{
	float:left;
	height:28px;
	width:18px;
	background:transparent url(/images/sprite-final.png) no-repeat 0 -196px;
}
.stepButton .stepButtonM{
	width:auto;
	background-position:0 -229px;
	background-repeat:repeat-x;
}
.stepButton .stepButtonR{
	background-position:-23px -196px;
}
.stepButtonActive{
	color:#2D5D2F;
}
.stepButtonActive .stepButtonL{
	background-position:0 -262px;
}
.stepButtonActive .stepButtonM{
	background-position:0 -295px;
}
.stepButtonActive .stepButtonR{
	background-position:-23px -262px;
}
a:hover.stepButton{
	text-decoration:none;
}
.stepDone{
	width:auto;
	background:transparent;
}
.stepSeparator{
	/*background:transparent url(/images/stepSeparator.png) no-repeat;*/
	background:url(/images/sprite-menu.png) no-repeat -710px -67px;
	width:12px;
	height:15px;
	float:left;
	margin:10px 4px;
	
}
.title h3{
	color:#336030;
}
.borderBottom{
	border-bottom:1px solid #DCD9D4;
}
label{
	color:#3E4B3D;
}
.tableFormCont .tdFormLeft{
	width:150px;
	text-align:right;
}
.tableFormCont .tdFormLeft label{
	margin-right:5px;
}
.tableFormCont .tdFormRight .roundInputs,
.roundInputsDonation{
	/*background:transparent url(/images/inputBkg.png) no-repeat;*/
	background: url(/images/sprite-menu.png) no-repeat -291px -66px;
	width:275px;
	height:25px;
	margin:8px 0;
	float:left;
	margin-right:5px;
}
.tableFormCont .tdFormRight .roundInputs input,
.roundInputsDonation input{
	border:0px;
	margin:4px 5px;
	width:265px;
	height:17px;
	line-height:17px;
	/*color:#C5C9C4;*/
	color:#555;
}
.tableFormCont .tdFormRight .roundInputs input:focus,
roundInputsDonation.input:focus{
	outline: none;
	/*color:#7F7F7F;*/
	color:#555:
}
.tableFormCont .manyInputs label,
.tableFormCont .manyInputs .roundInputs,
roundInputsDonation{
	float:left;
	margin:0 5px 0 0;
}
.tableFormCont .manyInputs label{
	width:auto;
	line-height:41px;
}
.tableFormCont .manyInputs .roundInputs,
.roundInputsDonationMany{
	/*background:transparent url(/images/inputShortBkg.png) no-repeat;*/
	background:url(/images/sprite-menu.png) no-repeat scroll -801px -60px;
	width:115px;
	margin:8px 0;
}
.tableFormCont .manyInputs .roundInputs input,
.roundInputsDonation input{
	width:105px;
}
.tableFormCont .tdFormRight .roundTextarea{
	width:275;
	height:104px;
	/*background:transparent url(/images/textareaBkg.png) no-repeat;*/
	background:url(/images/sprite-menu.png) no-repeat 0 -66px;
}
.tableFormCont .tdFormRight .roundTextarea textarea{
	border:0px;
	margin:4px 5px;
	height:94px;
	width:265px;
	color:#555;
}
.tableFormCont .tdFormRight .roundTextarea textarea:focus{
	color:#555;
	outline: none;
}
.uploadvideo{
	/*background:transparent url(/images/submitButton.png) no-repeat;*/
	background:url(/images/sprite-menu.png) no-repeat -290px -100px;
	width:209px;
	height:28px;
	line-height:28px;
	border:0px;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	display:block;
}
a:hover.uploadvideo{
	text-decoration:none;
}
.uploadvideolink,
a:hover.uploadvideolink{
	width:auto;
	background:transparent;
	text-decoration:none;
	font-size:13px;
}
.uploadvideolink span{
	background: url(/images/sprite-final.png);
	float:left;
	width:13px;
	height:26px;
}
.uploadvideolink span.uvlLeft{
	background-position:0 -491px;
}
.uploadvideolink span.uvlMiddle{
	background-position:0 -522px;
	width:auto;
	line-height:26px;
}
.uploadvideolink span.uvlRight{
	background-position:-18px -491px;
}
.inProgress{
	background:transparent url(/images/loadingAnimation.gif) no-repeat;
	text-transform:none;
}
.buttonSubmitCont{
	/*text-align:center;*/
	margin:8px auto 16px auto;
	width:209px;
}
.error{
	text-align:center;
}


/* login/register */
.loginImage{
	height:265px;
	background:transparent url(/images/loginImg.jpg) no-repeat;
	margin-left:1px;
}
.registerImage{
	background:transparent url(/images/registerImg.jpg) no-repeat;
}
.loginInfo{
	letter-spacing:0.5px;
	line-height:20px;
	margin:20px;
	text-align:center;
	color:#3E4B3D;
}
.loginInfoReg{
	margin:5px 20px;
}
.authButtonCont{
	width:163px;
	position:relative;
	margin:0 auto;
}
.authButtonContSignin{
	width:250px;
}
.authButtonCont a,
.authButtonCont a:hover{
	text-decoration:none;
}

/* list videos page - sort items */
.videoSortCont{
	font-weight:normal;
	color:#DCD9D4;
}

/* video details page */
.vplayer{
	text-align:center;
}
.commentCount{
	font-size:12px;
	line-height:20px;
}
.videoCommentCont .buttonSubmitCont{
	margin-left:120px;
	margin-right:0;
}

/*steps 44px height*/
.ecardSteps{
	height:56px;
}
.ecardSteps .videoUploadStepsContL{
	background-position:-22px -328px;
	height:56px;
}
.ecardSteps .videoUploadStepsContM{
	height:56px;
	background-position:0 -430px;
}
.ecardSteps .videoUploadStepsContR{
	background-position:-33px -328px;
	height:56px;
}
.ecardSteps .stepButton{
	height:44px;
	line-height:normal;
}
.ecardSteps .stepButton span{
	height:44px;
}
.ecardSteps .stepButton span span{
	margin-top:7px;
	width:auto;
	height:auto;
	background:transparent;
}
.ecardSteps .stepButton .stepButtonL{
	background-position:0 0;
}
.ecardSteps .stepButton .stepButtonM{
	background-position:0 -49px;
}
.ecardSteps .stepButton .stepButtonR{
	background-position:-23px 0;
}
.ecardSteps .stepDone{
	line-height:44px;
}
.ecardSteps .stepSeparator{
	margin:20px 4px;
}
.ecardSteps .stepButtonActive .stepButtonL{
	background-position: 0 -98px;
}
.ecardSteps .stepButtonActive .stepButtonR{
	background-position: -23px -98px;
}
.ecardSteps .stepButtonActive .stepButtonM{
	background-position: 0 -147px;
}

/* ecards */
.ecardContPreview{
	width:300px;
	min-height:100px;
	margin-top:10px;
}
.ecardContList{
	width:290px;
	margin-top:10px;
}
.ecardContPreview img{
	width:295px;
}
.ecardContList a{
	
}
.ecardContList img{
}
.ecardContListThumbs{
	float:left;
}

/* pagination */
.pagination{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.pagination a,
.pagination span{
	float:none;
	margin:5px;
}
.pagination a{
	color:#336030;
}

/* thumbs shadow */
.img-shadow {
	float:left;
	background: url(/images/trans-shadow.png) no-repeat bottom right;
	margin:10px 5px 5px 0;
}

.img-shadow .shadow {
	background-color: #fff;
	float:left;
	position: relative;
	padding: 2px;
	border: 1px solid #cecece;
	margin: -4px 3px 4px -3px;
	font-size:0;
	line-height:0;
	display:block;
}
.img-shadow .shadow span{
	
	overflow:hidden;
	display:block;
	width:85px;
	height:85px;
}
.ecardContPreview .img-shadow{
	margin:0;
}
.gradient1{
	background:url(/images/support-troops-gradient.gif) repeat-x center bottom;
	margin:0 1px;
}
.support_troops_text{
	color:#000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	line-height:18px;
	margin:0 auto;
	padding:40px 0;
	width:700px;
}
.support_troops_text span{
	display:block;
	font-family:arial,sans-serif;
	font-size:10px;
	line-height:normal;
}

.support_troops_ad{
	height:154px;
	margin:14px 0 0;
}
.support_troops_ad a{
	float:left;
	height:154px;
	width:254px;
	margin:0 20px;
}
.support_troops_ad a:hover{
	text-decoration:none;
}
.support_troops_ad a.support_troops_16cents{
	background:url(/images/16cents254x154.jpg) no-repeat;
}
.support_troops_ad a.support_troops_homeless{
	background:url(/images/homeless254x154.jpg) no-repeat;
}
.support_troops_ad a.support_troops_jobs{
	background:url(/images/jobs254x154.jpg) no-repeat;
}
.donateButton{
	background:url(/images/sprite-menu.png) no-repeat scroll -693px -109px;
	width:231px;
	height:26px;
	display:block;
	margin:20px 0 0 15px;
}

/* donation page */
.md-amt,.otd-amt{
	font-size:14px;
	font-weight:bold;
}
.md-txt-a,a:hover.md-txt-a{
	color:#336030;
	text-decoration:none;
}


/* common classes */
.paddingBottom20 {
	padding-bottom:20px;
}
.paddingTop20 {
	padding-top:20px;
}
.paddingBottom15 {
	padding-bottom:15px;
}
.paddingTop15 {
	padding-top:15px;
}
.paddingTop10 {
	padding-top:10px;
}
.paddingTop11 {
	padding-top:11px;
}
.paddingTop8{
	padding-top:8px;
}
.paddingBottom10 {
	padding-bottom:10px;
}
.paddingBottom8{
	padding-bottom:8px;
}
.paddingLeft8{
	padding-left:8px;
}
.paddingRight8{
	padding-right:8px;
}
.paddingRight5{
	padding-right:5px;
}
.paddingLeft15{
	padding-left:15px;
}
.paddingRight15{
	padding-right:15px;
}
.marginBottom11{
	margin-bottom:11px;
}
.marginTop10{
	margin-top:10px;
}
.marginTop8{
	margin-top:8px;
}
.marginLeft5{
	margin-left:5px;
}
.marginLeft10{
	margin-left:10px;
}
.marginRight10{
	margin-right:10px;
}
.marginRight30{
	margin-right:30px;
}
.marginTop20{
	margin-top:20px;
}
.marginBottom20{
	margin-bottom:20px;
}
.marginBottom10{
	margin-bottom:10px;
}
.marginTop5{
	margin-top:5px;
}
.marginBottom5{
	margin-bottom:5px;
}
.noMarginRight{
	margin-right:0;
}
.noMarginTop{
	margin-top:0;
}
.marginAuto{
	margin:0 auto;
}
.width70{
	width:70%;
}
.width25{
	width:25%;
}
.width20{
	width:20%;
}
.bold{
	font-weight:bold;
}
.font14{
	font-size:14px;
}
.font12{
	font-size:12px !important;
}
.green1{
	color:#336030;
}
.green2{
	color:#48B64D;
}
.green3{
	color:#044B26;
}
.gray1{
	color:#7F7F7F;
}
.red1{
	color:#D73B24;
}
.noCursor{
	cursor:default;
}
.width400{
	width:400px;
}
.noTextDecoration,
a:hover.noTextDecoration{
	text-decoration:none;
}
.inactiveOpac{
	opacity:0.4;
}

.displayNone{
	display:none;
}

