@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

*{
	border:none;
	margin:0;
	padding:0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.clear {
clear: both;
display: block;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
visibility: hidden;
width: 0;
height: 0;
}

body{
	background-color:#D20045;
	font:12px/20px Verdana, Geneva, sans-serif;
	color:#323d46;
	text-shadow:1px 0 0 rgba(255,255,255,0.1);
}
.page_wrap{
	width:793px;
	height:auto;
	margin:0 auto;
	margin-top:13px;
	background:transparent url(../images/page_top.gif) no-repeat 0 0 scroll;
	padding-top:33px;
	padding-bottom:10px;
}
.page_body{
	background:transparent url(../images/page_bg.gif) repeat-y 0 0 scroll;
	height:auto;
	padding:0 34px 0 34px;
}
.header, .header img{
	position:relative;
	z-index:100;
	display:block;
	cursor:pointer;
	zoom:1;
}
#nav{
	position:relative;
	z-index:200;
	background:transparent url(../images/nav.png) no-repeat 0 0 scroll;
	height:34px;
	width:auto;
	padding-left:7px;
	margin-top:-14px;
	/*margin-bottom:15px;*/
	zoom:1;
}
#nav li{
	display:inline;
	color:#D20045;
	font-size:14px;
	line-height:25px;
        padding-right: 16px;
}
#nav li a{
	background:transparent url(../images/square.gif) no-repeat 0 50% scroll;
	display:inline;
	color:#323d46;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	padding:0 10px 0 11px;
	text-shadow:1px 1px rgba(255,255,255,0.1);
}
#nav li a:hover{
	text-decoration:underline;
}
.sidebar{
	width:193px;
	min-height:250px;
}
.content{
	width:506px;
        min-height:300px;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.submenu{
	font:bold 12px/26px Verdana, Geneva, sans-serif;
	min-height:153px;
	padding-left:10px;
        margin-bottom: 144px;
}
.submenu li{
	display:block;
	line-height:26px;
}
.submenu li a{
	color:#D20045;
	line-height:26px;
}
.submenu li a:hover{
	text-decoration:underline;
}
.breadcrum li{
	display:inline;
	color:#D20045;
}
.breadcrum li a{
	color:#D20045;
}
.breadcrum{
	height:40px;
}
.login_link{
	color:#323d46;
	display:block;
	text-align:center;
}
.footer{
	background:transparent url(../images/footer_bg.png) repeat-y 0 0 scroll;
	width:auto;
	height:auto;
	min-height:117px;
	position:relative;
	zoom:1;
	z-index:100;
}
.banner_pos{
    height: 200px;
    left: 34px;
    position: absolute;
    top: -138px;
    width: 200px;
zoom:1;
}
.footer_top{
	background:transparent url(../images/footer_top.png) no-repeat 0 0 scroll;
	height:35px;
	width:793px;
	position:absolute;
	z-index:200;
	top:0 ;
	left:0;
	zoom:1;
}
.footer_bottom{
	background:transparent url(../images/footer_bottom.png) no-repeat 0 0 scroll;
	height:85px;
	width:793px;
	position:absolute;
	z-index:200;
	bottom:0;
	left:0;
	zoom:1;
}
.footer_content{
	position:relative;
	z-index:300;
	padding:8px 35px 0;
	zoom:1;
}

.footer_links{
	width:100px;
	float:left;
}
.footer_links h5{
	background:transparent url(../images/square.gif) no-repeat 0 50% scroll;
	padding-left:12px;
}
