/* Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.5em;
	font-family: arial;
}

ol, ul {
	list-style: none;
}
/* End Reset */

body {
	background: url(../img/body_bg.jpg) repeat-x;
}

.anch {
	color: #00b5e3;
}

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

.linkH {
	color: #ff0000;
}

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

.expL {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
}

.exp {
	margin-top: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
}

.clearfix {
	clear: both;
}

.underline {
	text-decoration: underline;
}

/* Layouts */
#wrap {
	width: 1100px;
	margin: 0 auto;
}

#header {
	height: 515px;
	background: url(../img/header_bg.jpg) no-repeat;
	background-position: bottom;
}

#container {
	overflow: hidden;
	/* background: url(../img/container_bg.jpg) repeat-x; */
}

#content {
	float: left;
	width: 635px;
	padding-top: 12px;
	padding-left: 60px;
	padding-right: 40px;
}

#sidebar {
	float: right;
	margin-right: 40px;
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 25px;
	width: 275px;
}
/* End Layouts */

/* Navigation */
#navigation {
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 17px;
}

#navigation ul {
	float: right;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	width: 70px; /* for IE6 */
	padding: 15px 10px 8px 10px;
	height: 20px;
	color: #098de3;
	text-align: center; /* for IE6 */
}

#navigation ul li a:hover,
body#index #navigation ul li.index,
body#about #navigation ul li.about,
body#services #navigation ul li.services,
body#areas #navigation ul li.areas,
body#news #navigation ul li.news,
body#contacts #navigation ul li.contacts {
	background: url(../img/navigation_hover.jpg) repeat-x;
}
/* End Navigation */

/* Info */
#info {
	width: 1100px;
	height: 444px;
	background: url(../img/board.png) no-repeat;
	background-position: 92% 100%;
}
/* End Info */

/* Logo */
#logo {
	margin-left: 43px;
}
/* End Logo */

/* Header Title */
#hTitle {
	margin-top: 320px;
	margin-left: 60px;
	color: #ff0000;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
/* Header Title */

/* Content */
#content p {
	font-size: 14px;
	margin-bottom: 18px;
}

.qP {
	color: #5d5d5d;
}

.qP span {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.blueBox {
	width: 586px;
	margin-bottom: 15px;
	padding: 20px 15px 15px 15px;
	background: url(../img/blueArrow.jpg) no-repeat #e9f4f7;
	background-position: bottom;
	color: #0083b5;
}

.blueBox span {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#questionBox {
	overflow: hidden;
	color: #5d5d5d;
	background: url(../img/question.jpg) no-repeat;
	background-position: center;
}

.qItemL {
	float: left;
	width: 44%;
}

.qItemR {
	float: right;
	width: 43%;
}

.qItemL span, .qItemR span {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

/* Form order */

.errormsg {
	display: block;
	padding: 10px;
	background: #e32636;
	border: 1px solid #dc143c;
	color: #ffffff;
}

.okmsg {
	display: block;
	padding: 10px;
	background: #5da130;
	border: 1px solid #4f7942;
	color: #ffffff;
}

#order {
	font-size: 14px;
}

#order label {
	display: block;
}

#order input.textfields, select {
	margin-bottom: 25px;
	width: 320px;
	border: 1px solid #8e8e8e;
}

#order textarea {
	width: 500px;
	height: 150px;
	border: 1px solid #8e8e8e;
}
/* Form order */

/* Areas */
#areaTable {
	margin-bottom: 30px;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #b1b1b1;
}

#areaTable th {
	padding: 3px;
	background: #e4e5ea;
	text-align: center;
}

.odd {
	background: #f0f0f0;
}

.doo {
	background: #fafafc;
}

/* End Areas */

/* End Content */

/* Sidebar */
#sidebar h3 {
	margin-bottom: 20px;
	color: #ff0000;
	text-decoration: none;
}

.newsItem {
	margin-bottom: 26px;
	font-size: 14px;
}

.newsItem span {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.newsItem p {
	line-height: 21px;
}

.newsItem p a {
	color: #00b5e3;
}

.newsItem p a:hover {
	text-decoration: none;
}

.bid {
	margin-bottom: 35px;
	padding-top: 21px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.law {
	margin-bottom: 30px;
	padding: 20px;
	background: #fdfde3;
	border: 1px solid #dedede;
	text-align: center;
}

.law p {
	font-size: 14px;
	line-height: 21px;
}

.law p a {
	color: #ff0000;
}

.law span {
	font-size: 14px;
	line-height: 21px;
}

.law span a {
	color: #000;
	text-decoration: none;
}
/* Sidebar */

/* Footer */

#footer {
	clear: both;
	color: #b1b1b1;
	font-size: 12px;
	background: url(../img/footer_bg.jpg) repeat-x;
	background-position: bottom;
}

.phone {
	display: inline;
	float: right;
	margin-right: 84px;
	padding-top: 5px;
	width: 237px;
	height: 66px;
	background: #efefef;
	color: #ff0000;
}

.phone span {
	display: block;
	padding-top: 10px;
	padding-left: 45px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	background: url(../img/phone.png) no-repeat;
}

.phone p {
	text-align: center;
}

.copyrights {
	clear: both;
	overflow: hidden;
	height: 39px;
	padding-bottom: 11px;
}

.copyTitle {
	float: left;
	padding-top: 10px;
	padding-left: 75px;
	text-align: center;
	line-height: 14px;
}

.developer {
	float: right;
	padding-top: 13px;
	padding-right: 91px;
}

.developer a {
	color: #b1b1b1;
	font-size: 12px;
}

.developer a:hover {
	text-decoration: none;
}
/* End Footer */