/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	background-image:url(/assets/images/global/globalBack.png);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0 0 0 9px;
	text-align:left;	
	width:100%;
	}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
	height:219px;
margin:0 auto;
overflow:hidden;
padding:0;
position:relative;
text-align:left;
width:100%;
}

#homepagePod1 {
	/*background-image:url(/assets/images/global/podLeftBack.png);*/
background-repeat:no-repeat;
float:left;
height:205px;
left:2px;
margin:0;
padding:14px 122px 0 24px;
position:absolute;
width:243px;
}

#homepagePod2 {
	/*background-image:url(/assets/images/global/podMiddleBack.png);*/
background-repeat:no-repeat;
float:left;
height:205px;
left:388px;
margin:0;
padding:14px 24px 0px 24px;
position:absolute;
width:292px;
}

#homepagePod3 {
	/*background-image:url(/assets/images/global/podRightBack.png);*/
background-repeat:no-repeat;
float:left;
height:205px;
left:721px;
margin:0;
padding:14px 24px 0px 24px;
position:absolute;
width:181px;
}

#layAuthenticationVeil {
	position: absolute;
	top: 0px; left: 0px;
	width: 950px; height: 100%;
	background-color: #666; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	}
	
#layAuthentication {
	position: absolute;
	top: 152px; left: 252px;
	width: 440px; margin: auto; 
	border:5px solid #510801;
	padding-top:3px;
	background-color:#FFF;
	}


#homepageBottomWrapper{
	background-image:url(/assets/images/global/homepageBottom.png);
	background-repeat:no-repeat;
	width:100%;
	height:380px;
}

#laySleepingBag{
	background-image:none;
}


.podTitle{
	font:18px "Times New Roman", Times, serif;
	color:#4f4c46;
	text-transform:uppercase;
	border-bottom:1px solid #b9b8b6;
	padding-bottom:4px;
	margin-bottom:8px;
}
