/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	PrivatPoste
	By Delicious Mission (Kate B. and Matt M.)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

* {
	margin:0;
	padding:0;
	}

html, body {
	width: 100%;
	text-align: center;
	}
	
body {
	margin:0 auto;	
	background-color: #310000;
	background-image: url(../images/home/topBannerRpt.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #8a8686;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
img{
	border:none;
	}
		
#topBanner{
	height: 110px;
	background-image: url(../images/home/topBannerBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	width: 990px;
	}
	
#logo{
	background-image: url(../images/home/topBannerLogoBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height:110px;
	}
	
#logo img{
	
	}
		
#contentHolder{
	margin: 0 auto;
	background-image: url(../images/home/contentBgRpt.png);
	background-position: center 7px;
	background-repeat: repeat-y;
	background-color: #310000;
	width: 990px;
	text-align: left;
	}
	
#content{
	margin: 0 auto;
	background-image: url(../images/home/contentBg.png);
	background-position:top center;
	background-repeat:no-repeat;
	width: 990px;
	}
	
#contentInner{
	margin: 0 auto;
	background-image: url(../images/home/contentInnerBg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 579px;	
	}
	
#contentInnerWrapper, #bottomShadowExpander{
	background-image: url(../images/home/contentInnerBgRpt.png);
	background-position: bottom center;
	background-repeat: repeat-x;	
	}

#nav{	
	margin: 88px 30px 0 44px;
	width: 180px;
	float: left;
	display: inline;		
	}
	
#nav ul li{
	list-style: none;	
	}
		
#selection{	
	width: 460px;
	float: left;
	display: inline;
	margin: 35px 80px 0 0;
	margin-right: 80px;
	margin-top: 35px;	
	}
	
#selection p {
	height: 10px;
	}
	
#selection img {
	margin-top: 6px;
	}
	
#cardInfo{
	float: left;
	text-align: left;
	padding-left: 35px;
	}
	
#cardId{
	text-align: right;
	float: right;
	padding-right: 10px;
	display: inline;
	}
	
.bold{
	font-weight:bold;
	}
	
#thums{
	float: left;
	margin: 90px 0 0 10px;
	width: 150px;
	display: inline;	
	}
	
#thums img{
	border: #FFFFFF 3px solid;
	margin: 2px 3px;
	padding: 0;
	}
	
#thums img.on{
	border-color: #393838;
	}
	
#thums img.off{
	border-color: #FFFFFF;
	}
	
#divider{
	font-size:0px;
	height: 7px;
	background-color: #393838;
	}

#bottom, #bottomContainer {
	background-color: #2b2b2b;
}

#bottom{	
	padding: 38px 0 0 25px;
	background-image: url(../images/home/bottomBg.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 965px;
	text-align: left;
	}
	
.infoBox{
	float: left;
	width: 300px;
	margin-right: 18px;
	display: inline;
	}
	
.border{
	font-size:0px;
	height: 12px;
	background-color: #3f403f;  
	}
	
.boxBody{
	margin:0;
	padding: 20px 20px 25px 20px;
	color: #FFFFFF;
	font-size: 110%;
	background-color: #313131;
	height: 260px;
	line-height: 160%;  
	}
	
.border, .boxBody {
	filter:alpha(opacity=70);  
   -moz-opacity:0.7;       
   	opacity: 0.7;
}
	
.boxBody p {
	margin: 0;
	padding: 0;
	}
	
.boxBody input{
	display: block;
	margin-bottom: 5px;
	}
	
#sendBtn{
	float: right;
	margin-top: 7px;
	display: inline;
	}
	
#copyRights{
	text-align: center;
	margin: 0 auto;
	width: 990px;
	}
	
#copyRights img {
	vertical-align: middle;
	}
	
#copyRights ul{
	margin: 0 auto;
	text-align: center;
	padding:0;
	vertical-align: top;
	padding: 30px 0 30px 0;
	}
	
#copyRights ul li{
	list-style: none;
	display: inline;
	padding: 0 2px 0 2px;
	vertical-align: middle;
	}
	
#copyRights ul li a{
	text-decoration: none;
	}
	
#loader {
	display: none;
	position: absolute;
	top: 260px;	
	left: 50%;
	margin-left: -32px;
	height: 64px;
	background-color: #ffffff;	
	text-align: center;
	}

#loader img {
	padding:16px;
}

#emailForm {
	margin: 0;
	border: 0;		
}

#emailForm img {
	margin-top: 4px;
}

#emailForm textarea {
	width: 240px;
	height: 80px;
}

.error {
	color: #ff0000;
	font-weight: bold;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

			
