
/*Body*/
body
{
	font-family: Tahoma;
	font-size: 11px;
	color: #999;	
	margin-top: 0px;
	background:#313131 url('/images/home/background_tile.jpg') repeat-x scroll 0 0;	
	line-height:12px;	
}

a img
{
	border:none; 	
}



form{padding:0; margin:0;}
/* Wraps the entire page at 1024 and contains the shadow */
div#pageShadow
{
	width:auto;
	margin-left: auto; 
	margin-right: auto; 
	background: url('/images/home/BG_1px_drpshdw.png') repeat-y center top; 
}

/*page container wraps the content at 980 width */
div#pageContainer
{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #DCDCDC;	
	position:relative;
}


/* Bottom Shadow */
div#footerBGShadow
{
	width: 1024px; 
	margin-left: auto; 
	margin-right: auto;
}

/*Common Styles*/
div.clear { clear:both;}
div.left{float:left;}
div.right{float:right;}
div.alignRight{text-align:right;}
div.spacer1{padding:1px 0}
div.spacer2{padding:2px 0}
div.spacer3{padding:3px 0}
div.spacer4{padding:4px 0}
div.spacer5{padding:5px 0}
div.spacer6{padding:6px 0}
div.spacer8{padding:8px 0}


/*Footer Begin*/
#footerBGShadow{
    background: url(/images/home/BG_footer_drpshdw.png) no-repeat scroll 0 0; 
    height:31px;
}

#footerContainer{
    background: url(/images/home/footer_BG.jpg) no-repeat scroll 0 0; 
    min-height: 105px;
    color: #7F7E7E;
    font-size:10px;
    font-family:Georgia;
}
/*Footer control*/
#Footer{padding-top: 20px; text-align:center;}

#Footer a{
    color: #7F7E7E;
    font-size:10px;
    text-decoration:none;
}
#Footer a:hover{
    text-decoration:underline;
}

input.emailSignup{
    color: #999;
}



.imgTitle{
    display:none;
    position: relative;
    bottom: 20px;
    left:8px;
    color: #FFF;
    font-size: 14px;
    font-weight:bold;
    text-transform:uppercase;
}

/* Bottom Banners */
#banners{
    width: 980px;
    height: 80px;
    margin:0 auto;
    background-color:#010101;
}