body, html{
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bkg.gif");
}

div{
	display: block;
	margin: 0px;
	padding: 0px;
}

.body_wrapper{
	margin: 0px auto;
	height: 100%;
	width: 890px;
	background: #FFF;
	box-shadow: 0px 3px 8px #CCC;
}

.wrapper{
	margin: 0px auto;
	width: 808px;
}

.page_header{
	padding: 46px 0px 0px;
	overflow: auto;
}

.main_logo{
	display: inline-block;
	float: left;
}

.main_logo img{
	display: block;
	padding: 0px;
	margin: 0px;
}

.customer_login{
	display: inline-block;
	float: right;
	border: 1px solid #D9D9D9;
	background: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 0px #FFF;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	
	
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
	
}

.customer_login:hover{
	background: #F5F5F5;
}

.customer_login:active{
	background: #EAEAEA;
}

.customer_login span{
	display: block;
	line-height: 32px;
	color: #848484;
	text-transform: uppercase;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 12px;
}

.page_nav{
	margin: 24px 0px 0px;
}

.top_nav{
	display: inline-block;
	width: 600px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.top_nav > li{
	display: inline-block;
	float: left;
	padding: 0px;
	margin: 0px 18px 0px 0px;
}

.top_nav > li > a{
	border-top: 1px solid #848484;
	width: 128px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	color: #848484;
	line-height: 10px;
	vertical-align: top;
	height: 32px;
	-webkit-transition: border-top 0.7s, color 0.7s;
    -moz-transition: border-top 0.7s, color 0.7s;
    -ms-transition: border-top 0.7s, color 0.7s;
    -o-transition: border-top 0.7s, color 0.7s;
    transition: border-top 0.7s, color 0.7s;
}

.top_nav > li > a:hover{
	border-top: 1px solid #7F0427;
	color: #7F0427;
}

.top_nav > li.active > a{
	border-top: 1px solid #7F0427;
	color: #7F0427;
}

.top_nav > li > a > span{
	margin: 6px 0px 0px;
	padding: 0px;
	display: block;
}

.login_wrapper{
	font-family: arial;
	float: right;
	display inline-block;
	padding-left: 32px;
	color: #AAA;
	font-weight: bold;
	font-size: 18px;
}

.page_body{
	margin-top: 40px;
}

.page_footer{
	margin-top: 40px;
	border-top: 2px solid #AAA;
	padding-bottom: 20px;
	overflow: auto;
}

.footer_item{
	color: #848484;
	font-size: 11px;
	display: inline-block;
	float: left;
	width: 226px !important;
}

.footer_copyright{
	margin: 20px 0px 0px 20px;
	padding: 4px 0px 0px 0px;
}

.footer_email{
	margin: 20px 0px 0px 20px;
	background-image: url("../images/email_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 0px 0px 34px;
}

.footer_email a{
	color: #848484;
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	text-decoration: none;
	-webkit-transition: color 0.7s;
    -moz-transition: color 0.7s;
    -ms-transition: color 0.7s;
    -o-transition: color 0.7s;
    transition: color 0.7s;
}

.footer_email a:hover{
	color: #7F0427;
}

.footer_address{
	margin: 20px 0px 0px 20px;
	padding: 4px 0px 0px 34px;
	background-image: url("../images/home_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.page_body{
	overflow: auto;
}
.body_content h1{
	font-family: arial;
	margin: 0px 0px 14px;
	padding: 0px;
	font-size: 24px;
	color: #AB0534;
	font-weight: normal;
}

.body_content h1 strong{
	color: #AAA;
	font-weight: normal;
	
}

.body_content p{
	display: block;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 14px;
	padding: 0px;
	color: #424242;
}

.body_content{
	margin: 24px 16px;
}

.header_nav{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: right;
	text-align: right;
}

.header_nav ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header_nav ul li{
	margin: 0px 0px 0px 6px;
	padding: 0px;
	display: inline-block;
	float: left;
	font-size: 10px;
}

.header_nav ul li a{
	text-decoration: none;
	color: #A90D37;
}

.header_nav ul li a:hover{
	text-decoration: underline;
}