@import "reset.css";

body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #000 url(../images/bg.jpg) no-repeat top center;
 font-family:helvetica,arial;
} 

div {
	color: #666;
	font-size: 9px;
}

#divlist li
{
	margin: 5px;
	line-height: 16px;
}
#divlist ul
{
	list-style-image: url('../images/check.jpg'); 
	margin-left: 30px;
}

 
#pagewidth{ 
	width:855px; 
	text-align:left;
	margin-top: 20px;
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:100px; 
	background-color:#fff; 
	width:855px;
} 

#header .logo {
	position: relative;
	float: left;
	margin-top: 10px;
}

#header .hotline {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#navigation 
{
	height:2.2em; 
	line-height:2.2em; 
	height: 20px;
	width:855px;
	margin:0 0px; 
	background:#7D7D7D; 
	color:#ffffff;
}


#img-header {
	height: 235px;
	clear: both;
	border-bottom: 5px solid #92AAE8;
}

#wrapper {
	width:855px;
	background: #fff url(../images/bg-content.jpg) no-repeat left bottom;
}
 
#sidebar{
	margin-top: 10px;
	width:290px; 
	float:right; 
	position:relative; 
	padding: 10px 10px 20px 20px;
	font-size:0.7em;
	border-left: 1px solid #ccc	;
}

h1.ourservice {
	color: #fff;
	font-size:15px;
	padding-top: 20px;
	padding-left: 20px;
	height: 68px;
	background: url(../images/bg-sidebar.gif) no-repeat;
}

#sidebar p {
	background: #ccc;
	padding: 10px;
	-moz-border-radius: 5px;
}
 
#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:500px; 
	border: 0px solid #000;
	padding: 10px 10px 20px 20px;
	font-size:0.7em;
}

#maincol h1{
	font-size: 17px;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#maincol img, #sidebar img {
	background: #fff;
	padding: 8px;
	margin: 5px;
}
 
#footer{
	height:50px; 
	background: #000 url(../images/bg-footer.jpg) no-repeat top center;
	clear:both;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size:0.7em;
} 
 
/* *** Float containers fix:  *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
 @media print{ 
	/*hide the left column when printing*/ 
	#sidebar{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}