@charset "utf-8";

body {
	padding: 8px 0 0 0;
	background: #6e6e6e url(../images/bg.png) repeat-x;
	color: #666;
	font-size: 11px;
}

a {
	color: #4988d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3{
	margin: 0 0 .3em 0;
}

#wrapper{
	width: 892px;
	margin: 0 auto;
	position: relative;
	padding: 183px 0 0 0;
}

#header{
	position: absolute;
	left: 0;
	top: 0;
	height: 183px;
	width: 100%;
	background: url(../images/header-bg.png) no-repeat;
}

#logo{
	display: block;
	position: absolute;
	left: 37px;
	top: 27px;
	width: 296px;
	height: 88px;
	background: url(../images/logo.png);
}

#phone{
	position: absolute;
	width: 390px;
	right: 24px;
	top: 27px;
	text-align: right;
	font-size: 26px;
	color: #7ea5eb;
}

#phone span{
	color: #9f9f9f;
}

#address{
	position: absolute;
	width:390px;
	right:24px;
	top: 60px;
	text-align: right;
	font-size: 18px;
	color: #9f9f9f;
}

#menu{
	position: absolute;
	left: 15px;
	top: 137px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
	background: url(../images/menu-dropdown-bottom.png) no-repeat -1000px -1000px;
}

#menu li{
	float: left;
	margin: 0 6px 0 0;
	position: relative;
}


#menu li a{
	width: 118px;
	display: block;
	height: 24px;
	padding: 2px 0 0 0;
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
	background: #7ea5eb url(../images/menu.png) no-repeat;
}

#menu li:hover a{
	background-position: 0 100%;
	text-decoration: none;
}

#menu li ul{
	display: none;
	position: absolute;
	z-index: 110;
	left: 0;
	top: 26px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 2px solid #e4e4e4;
	width: 160px;
}

#menu li:hover ul{
	display: block;
}

#menu li ul li{
	width: auto;
	padding: 0;
	margin: 0;
	height: auto;
	float: none;
	line-height: 1.2em;
	border: solid #e4e4e4;
	border-width: 0 2px;
}

#menu li ul li.bottomFix{
	overflow: hidden;
	border: none;
	height: 8px;
	background: url(../images/menu-dropdown-bottom.png) no-repeat;
}

#menu li ul li a, #menu li:hover ul li a{
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	padding: 6px 10px 7px 20px;
	font-size: 11px;
	line-height: 1em;
	color: #888b93;
	background: #f7f7f7 url(../images/menu-dropdown-arrow.png) no-repeat 0 -200px;
	border-bottom: 1px dotted #d7d7d7;
}

#menu li ul li a:hover{
	color: #56585e;
	background-position: 0 center;
}

#content{
	background: #292425;
	border: solid #e4e4e4;
	border-width: 0 6px;
	overflow: hidden;
	padding: 10px;
}

#mainColumn{
	width: 644px;
	background: #fff url(../images/content-top.png) no-repeat;
	float: left;
}

#mainColumn .bottom{
	padding: 10px;
	background: url(../images/content-bottom.png) 0 100% no-repeat;
}

#topImage{
	width: 624px;
	height: 242px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#mainColumn h1{
	font-size: 24px;
}

#mainColumn p{
	text-align: justify;
	line-height: 1.4em;
}

#mainColumn p.blue{
	text-align: center;
	font-weight: bold;
	color: #7ea5eb;
}

#sideColumn{
	width: 207px;
	float: right;
}

#sideColumn h2{
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #7ea5eb;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.sideSection{
	background: #434343 url(../images/side-section-top.png) no-repeat;
	margin: 0 0 10px 0;
}

.sideSection .bottom{
	padding: 10px 10px 10px 11px;
	background: url(../images/side-section-bottom.png) no-repeat 0 100%;
}

.sideItem{
	cursor: pointer;
	color: #fff;
	display: block;
	position: relative;
	background: #434343 url(../images/side-item.png) no-repeat;
	width: 207px;
	height: 93px;
	margin: 0 0 10px 0;
}

.sideItem .icon{
	display: block;
	position: absolute;
}

.sideItem .iconNew{
	width: 54px;
	height: 56px;
	top: 7px;
	left: 24px;
	background: url(../images/side-new.png) no-repeat;
}

.sideItem .iconBubble{
	width: 71px;
	height: 46px;
	top: 12px;
	left: 18px;
	background: url(../images/side-bubble.png) no-repeat;
}

.sideItem .title{
	position: absolute;
	width: 90px;
	left: 100px;
	top: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #7ea5eb;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.sideItem .more{
	position: absolute;
	top: 77px;
	right: 7px;
	font-size: 10px;
	color: #fff;
}

.sideItem:hover{
	text-decoration: none;
}

.sideItem:hover .more{
	text-decoration: underline;
}

#contactForm{
	text-align: right;
}

#contactForm .niceField{
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 178px;
	margin: 0 0 10px 0;
}

#contactForm .submit{
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

#bottomLogos{
	border: solid #e4e4e4;
	border-width: 0 6px;
	background: #000;
	padding: 10px;
	text-align: center;
}

#bottomLogos a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
}

#footer{
	background: #292425;
	border: solid #e4e4e4;
	border-width: 0 6px;
	overflow: hidden;
	color: #eee;
	padding: 10px;
	font-size: 11px;
}

#footer a{
	color: #fff;
}

#footerLinks{
	text-align:center;
	margin-top: 20px;
}

.imageRow{
	padding: 10px 0 0px 0px;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}

.imageRowItem{
	padding: 0px 0px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	float:left
}

.imageRowItem{
	display: inline;
}

.niceBorder{
	padding: 5px;
	background: #e7e7e7;
	border: 1px solid #999;
	margin: 0 10px 5px 0px;
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}
.niceBorderright{
	padding: 5px;
	background: #f1e7f2;
	border: 1px solid #a163ab;
	float: right;
	margin: 0 10px 5px 0px;
}

.niceBorderright img, .niceBorderright object{
	vertical-align: bottom;
}

.niceBorderleft{
	padding: 5px;
	background: #f1e7f2;
	border: 1px solid #a163ab;
	margin: 0 10px 5px 0px;
	float: left;
}
