* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}		
body {
	background:url(../img/bg-site.jpg) left top repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

img { border:0 none}
a {
	text-decoration:none;
	}
a:hover span { text-decoration:none!important}
a:hover {
	text-decoration: underline;
	}
table, tr, td, th {
	border:0 none;
	border-collapse:collapse;
	}
.clear { clear:both; font-size:0px; overflow:hidden}
.float-l { float:left}
.float-r { float:right}

.padd-5 { padding-top:5px }
.padd-10 { padding-top:10px }	
.padd-15 { padding-top:15px }
.padd-20 { padding-top:20px }
.display-none {
	display:none;
	}
.display-inline {
	display: inline!important;
	}
.align-center { text-align:center}	
.align-left { text-align:left}	
.align-right { text-align: right}	

.position-relative {
	position:relative;
	}

.v-top {
	vertical-align:top;
	}


.main {
	margin:0 auto;
	width:1012px;
	}
	
.main .left-shadow {
	background:url(../img/left-shadow.png) left top repeat-y;
	}
.main .right-shadow {
	background:url(../img/right-shadow.png) right top repeat-y;
	padding:0 8px;
	width:998px;
	}

.site {
	background-color:#ffffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:998px;
	}
.site span.site-min-width {
	display:block;
	width:998px;
	clear:both;
	font-size:0px;
	overflow:hidden;
	}
#header {
	background:url(../img/bg-head.gif) left top repeat-x;
	padding:18px 0 5px 0;
	}
#header .logo {
	background:url(../img/logo.png) 70px top no-repeat;
	width:209px;
	height:60px;
	float:left;
	
	}
#header a.client-login {
	background-color:#333333;
	display:block;
	float:right;
	margin-top:30px;
	color:#f78f4a;
	font-size:12px;
	text-transform:uppercase;
	padding:5px 25px 4px 10px
	}
#header a.client-login:hover {
	background:#808080;
	text-decoration:none;
	color:#FFFFFF!important;
	}

#content {
	padding:0 15px;
	min-height:700px;
	height:auto!important;
	height:700px
	}
#content h1.title-page {
	background:#dfdfe0;
	margin:0 -15px;
	padding:30px 0 12px 70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#434343;
	} 
#content .content-info {
	padding:40px 55px;
	font-size:12px
	}
#content .content-info p {
	line-height:18px;
	margin:0;
	padding:10px 0;
	}
#content h1.title-page span {
	color:#ffffff;
	font-size:18px;
	display:block
	}
.box {
	height:249px;
	width:956px;
	border:1px solid #000000;
	margin:0 auto;
	}

#footer {
	padding-top:15px}



