/* Reset styles */

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.8em Verdana;
	color:#142434;
	background:#E6E7E9 url("images/bg.gif") repeat-x top;
	padding-top:5px;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font:normal 1.4em Verdana;
	margin-bottom:20px;
}

h2 {
	font:normal 1.6em Verdana;
	padding-bottom:10px;
	overflow:hidden;
}

	h2 img {
		float:right;
		margin-left:5px;
	}

/* Structure */

.wrapper {
	min-width:1000px;
}

.container {
	width:100%;
	float:right;
	margin-left:-385px;
}

/* Header */

.header {
	position:relative;
	background:url("images/header.png") no-repeat left top;
	padding-left:19px;
	margin:0 5px 5px;
}

	.phone {
		position:absolute;
		top:0;
		margin-left:100%;
		left:-274px;
		background:url("images/phone.png") no-repeat;
		width:200px;
		height:60px;
		font:bold 1.1em Verdana;
		color:#fff;
		padding:24px 0 0 74px;
	}
	
	.header .ins {
		margin-right:275px;
		background:url("images/header.png") repeat-x center;
		height:84px;
	}
	
		.header .ins .ins {
			margin:0;
			background:url("images/header.png") no-repeat right bottom;
		}
	
	.logo {
		position:absolute;
		display:block;
		width:601px;
		height:66px;
		top:9px;
		left:50%;
		margin-left:-438px;
	}
	
		.logo span {
			display:block;
			position:absolute;
			top:0;
			left:0;
			cursor:pointer;
			background:url("images/logo.jpg") no-repeat;
			width:601px;
			height:66px;
		}
		
/* Title */

.title {
	background:#2A406D url("images/title-l-t.gif") no-repeat left top;
	margin:0 6px 10px;
	color:#fff;
	font:normal 1.6em Verdana;
	text-align:center;
}

	.title span {
		background:url("images/title-r-t.gif") no-repeat right top;
		display:block;
	}
	
		.title span span {
			background:url("images/title-l-b.gif") no-repeat left bottom;
		}
		
			.title span span span {
				background:url("images/title-r-b.gif") no-repeat right bottom;
				padding:2px 10px;
			}

/* Service menu */

.service {
	overflow:hidden;
	margin-bottom:15px;
}

	.service li {
		width:25%;
		float:left;
	}
	
		.service li a {
			display:block;
			padding-top:190px;
			width:201px;
			margin:0 auto;
			font:bold 1.2em Verdana;
			text-decoration:none;
			text-align:center;
		}
	
	.yellow a {
		background:url("images/yellow.png") no-repeat center top;
		color:#FFFD44;
	}
	
	.red a {
		background:url("images/red.png") no-repeat center top;
		color:#C20124;
	}
	
	.blue a {
		background:url("images/blue.png") no-repeat center top;
		color:#6666cc;
	}
	
	.green a {
		background:url("images/green.png") no-repeat center top;
		color:#378F6B;
	}

/* Content */

.content {
	margin-left:385px;
	padding:10px 30px 30px 0;
}

	.content p {
		margin-bottom:15px;
	}
	
	.img-left {
		float:left;
		margin-right:5px;
	}
	
	.img-right {
		float:right;
		margin-left:5px;
	}
	
	.content ul {
		margin:0 0 15px 20px;
		list-style:disc;
	}
	
	.content ol {
		margin:0 0 15px 25px;
		list-style:decimal;
	}

/* Left column */

.leftside {
	width:376px;
	float:left;
	background:url("images/leftside-top.png") no-repeat top;
	padding:26px 0;
	color:#fff;
}

	.left-content {
		background:url("images/leftside-middle.png") repeat-y left;
		padding:0 28px 0 15px;
	}

	.left-bottom {
		background:url("images/leftside-bottom.png") no-repeat;
		width:376px;
		height:22px;
	}
	
		.leftside table {
			width:100%;
			margin-bottom:15px;
		}
		
			.leftside td {
				vertical-align:top;
				padding:0 2px 3px 0;
			}
			
		.leftside a {
			color:#fff;
			font:bold 0.9em Verdana;
			text-decoration:none;
		}
		
			.leftside a:hover {
				text-decoration:underline;
			}

/* Footer */

.footer {
	clear:both;
	border-top:3px solid #2A406D;
	margin-right:29px;
	padding:10px 0 10px 20px;
	color:#2A406D;
	overflow:hidden;
	text-align:center;
}

	.counter-block {
		float:right;
	}
	
	.cool-experts {
		float:left;
		margin:2px 30px 0 0;
	}
