
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c5372;
}

body { background: url(../img/header-bg.gif) repeat-x; }

td, th {
	text-align: left;
	vertical-align: top;
}

p {
	padding-bottom: 10px;
	line-height: 18px;
}

img { border: none; }

form, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c5372;
}

li { list-style: none; }

/*-- headings --*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #d1d101;
	border-bottom: 1px dotted #93a5b3;
	padding-bottom: 5px;
	margin-bottom: 22px;
	float: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8daa07;
	margin: 20px 0 15px;
}

h2.inside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #d1d101;
	margin: 20px 0 15px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8daa07;
}

/*-- links --*/

a {
	font-size: 12px;
	color: #256dff;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #256dff;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #256dff;
	text-decoration: none;
}

a:focus, a:active { outline: none; }

/*-- wrapper --*/

.wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 815px;
	margin: 0 auto;
	height: 162px;
	background: url(../img/header-bg.gif) repeat-x;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo img {
	width: 270px;
	height: 120px;
}

#phone {
	width: 270px;
	height: 112px;
	position: absolute;
	top: 0;
	right: 20px;
}

#phone img {
	width: 270px;
	height: 112px;
}

#top-menu {
	position: absolute;
	top: 120px;
	left: 0;
}

#top-menu li {
	display: block;
	float: left;
	width: 131px;
	height: 42px;
	background: url(../img/menu-item.gif) no-repeat;
	text-align: center;
}

#top-menu li a, #top-menu li a:visited, #top-menu li a:hover {
	height: 42px;
	background: url(../img/marker-1.gif) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 44px;
	color: #ffffff;
	text-shadow: 0.1em 0.1em #333;
	text-decoration: none;
}

#top-menu li a:hover {
	text-decoration: underline;
	color: #a7d52a;
}

#top-menu li.active {
	display: block;
	float: left;
	width: 138px;
	height: 42px;
	background: url(../img/menu-active-item.gif) no-repeat;
	text-align: center;
}

#top-menu li.active span {
	height: 42px;
	background: url(../img/marker-2.gif) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 44px;
	color: #083c63;
}

#top-block {
/*	background: url(../img/top-block-bg.jpg) no-repeat right bottom; */
	width: 415px;
	margin: 0 auto;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	padding: 35px 400px 0 0;
}

.listing-1 { margin: 5px 0; }

.listing-1 li {
	background: url(../img/marker-3.gif) no-repeat 0 50%;
	padding-left: 30px;
	line-height: 35px;
}

#gray-block { background: url(../img/gray-bg.gif) repeat-x #d9dee4; }

#gray-block .inner {
	width: 815px;
	margin: 0 auto;
}

#about {
	background: url(../img/about-bg.gif) no-repeat;
	width: 495px;
	height: 192px;
	padding: 30px 30px 0 30px;
	float: left;
	color: #FFFFFF;
}

#about-title {
	font-size: 20px;
	margin-bottom: 22px;
}

.listing-2 {
	float: left;
	width: 230px;
	margin-bottom: 15px;
}

.listing-2 li {
	background: url(../img/marker-4.gif) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 20px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#form {
	background: url(../img/form-bg.gif) no-repeat;
	width: 214px;
	height: 192px;
	padding: 30px 15px 0 15px;
	float: left;
}

#form-title {
	font-size: 20px;
	margin-left: 15px;
	margin-bottom: 22px;
	color: #010000;
}

#form .label {
	width: 45px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 7px;
	font-size: 11px;
	color: #000000;
}

#form .text {
	background: url(../img/text-field.gif) no-repeat;
	width: 152px;
	height: 16px;
	border: none;
	padding: 2px 0;
	color: #000000;
	margin-bottom: 6px;
}

#form .button {
	background: url(../img/send.gif) no-repeat;
	width: 110px;
	height: 30px;
	border: none;
	cursor: pointer;
	margin: 10px 0;
	float: right;
}

#text {
	color: #000000;
	padding: 20px 0 30px 0;
}

#footer {
	background: url(../img/footer-bg-1.gif) repeat-x;
	height: 75px;
}

#footer .inner {
	width: 980px;
	margin: 0 auto;
	background: url(../img/footer-bg-2.gif) repeat-x;
	height: 75px;
}

#copyright {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 35px;
}

#content {
	width: 815px;
	margin: 0 auto;
	padding: 35px 0;
}

.listing-3 { margin: 10px 0; }

.listing-3 li {
	background: url(../img/marker-5.gif) no-repeat 8px 5px;
	padding-left: 25px;
	line-height: 18px;
}

.left-image {
	float: left;
	margin: 0 15px 10px 0;
}
