html, body {
	height: 100%;
	font:12px Arial;
	background:#fff;
}

body, form { padding:0px; margin:0px; }

* { outline:none; }

a img { border:none; }

a{
	color:#000;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	padding:0 0 10px 0;
	color:#000;
	margin:0;
	font-size:16px;
}

h1, h2, .btitle {
	font-size:18px;
	color:#387bc2;
}

p {
	padding:0;
	margin:0 0 15px 0;
	color:#000;
}

#wrapper {
	width:1002px;
	margin:0 auto;
}

.container {
	width:1000px;
	border-left:solid 1px #ebeaea;
	border-right:solid 1px #ebeaea;
	float:left;
}

#header {
	width:100%;
	height:334px;
	float:left;
	position:relative;
}

.top {
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	background:#5b87b4;
	color:#fff;
	text-indent:27px;
}

	.top a{
		color:#fff !important;
	}
	
.logo {
	float:left;
	display:block;
	width:488px;
	height:119px;
}

	.logo img{
		width:488px;
		height:119px;
	}
	
.phone {
	float:right;
	margin-right:65px;
	margin-top:29px;
}

.topbanners {
	float:left;
	width:100%;
}

.topbanners img{
	float:left;
}

.topgray {
	width:100%;
	float:left;
	background:url(images/gray.gif) repeat-x top left;
	height:26px;
}

.topgray .left{
	margin-left:20px;
	display:inline-block;
	height:26px;
	line-height:26px;
	float:left;
}

.topgray .left a{
	text-transform:uppercase;
	font-size:10px;
}

.topgray .right{
	display:inline-block;
	height:26px;
	line-height:26px;
	float:right;
}

.topgray .right a{
	margin-right:20px;
}

.menu {
	width:100%;
	float:left;
	background:#e1edf9;
	position:relative;
	padding-bottom:10px;
}

.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
	width:248px;
	height:48px;
	float:left;
	padding-left:85px;
	display:block;
	padding-top:15px;
	background-repeat:no-repeat;
	background-position:top left;
}

.icon1{
	background-image:url(images/icon1.jpg);
}

.icon2{
	background-image:url(images/icon2.jpg);
}
.icon3{
	background-image:url(images/icon3.jpg);
}

.icon4{
	background-image:url(images/icon4.jpg);
}
.icon5{
	background-image:url(images/icon5.jpg);
}

.icon6{
	background-image:url(images/icon6.jpg);
}

.menu .lcorn, .menu .rcorn {
	position:absolute;
	background-image:url(images/blue_corn.gif);
	bottom:0;
	display:block;
	width:12px;
	height:12px;
}

* html .menu .lcorn, .menu .rcorn {
	font-size:0;
}

.menu .lcorn {
	background-position:left bottom;
	left:0;
}
.menu .rcorn {
	background-position:right bottom;
	right:0;
}

.contentbox {
	width:100%;
	float:left;
	background:url(images/content.gif) repeat-y;
	padding:30px 0;
}

#sidebar {
	float:left;
	width:330px;
	padding:0 10px;
}

#content {
	padding:0 25px;
	width:600px;
	float:left;
}

.btitle {
	margin-bottom:10px;
	display:inline-block;
}

.price {
	border-collapse:collapse;
	border-spacing:0px;
}

.price tr th{
	text-align:left;
	padding:10px 0;
}

.news {
	list-style:none;
	padding:0;
	margin:0;
}

.news li {
	font-weight:bold;
	background:url(images/check.jpg) no-repeat top left; 
	padding:3px 0 3px 25px;
}

.sert img {
	margin-right:5px;
}

#footer {
	float:left;
	width:100%;
	background:#689bcd;
	position:relative;
	height:76px;
}

#footer a, #footer {
	color:#fff;
}

.lfoot {
	float:left;
	background:url(images/footerimg.jpg) no-repeat 15px top ;
	padding-left:95px;
	padding-top:8px;
	width:340px;
	display:block;
}

.mfoot {
	display:block;
	width:260px;
	float:left;
	padding-top:8px;
}

.mfoot .mn{
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	display:block;
}

.mfoot .cod {
	float:left;
	font-style:italic;
	font-size:18px;
	color:#0b3c6d;
	padding-top:10px;
	margin-left:20px;
}

.mfoot .ph {
	font-size:33px;
	float:left;
	margin-left:20px;
	font-family:Verdana;
}

* html .mfoot .ph {
	font-size:32px;
}
*+html .mfoot .ph {
	font-size:32px;
}

.rfoot {
	float:right;
	display:block;
	width:250px;
	margin-right:20px;
	text-align:right;
	padding-top:8px;
}

#footer .lcorn, #footer .rcorn {
	position:absolute;
	display:block;
	top:0;
	height:76px;
	width:5px;
	background-repeat:no-repeat;
	background-image:url(images/footer_corn.jpg);
}

#footer .lcorn {
	background-position: top left;
	left:0;
}

#footer .rcorn {
	background-position: top right;
	right:0;
}

p.hihgliteph {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}