@charset "utf-8";
/* CSS Document */

/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

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, images, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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;
	vertical-align: baseline;
	
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight:normal;
}
a {
	text-decoration:none;
}
/*----------------------------------------------------------------------------------------*/

body {
}
#main {
	width: 990px;
	margin: 0 auto;
}
#main_header {
	width: 990px;
	margin: auto;
	position: relative;
}
#logo {
	background-color: #FFFFFF;
	height: 110px;
	width: 352px;
	z-index: 100;
	position: absolute;
	left: 128px;
	top: 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header_block {
	height: 200px;
	width: 990px;
	background-color: #006699;
	background-image: url(../images/construction_site.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
#header_block img {
	height: 200px;
	width: 990px;
}
#header_links {
	background-color: transparent;
	float: right;
	width: 300px;
	height: 50px;
	position: absolute;
	left: 628px;
	top: -50px;
}
#header_links .top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	line-height: 50px;
}
#header_links .top_link:hover {
	color: #FF9900;
	cursor: pointer;
}
#header_links .top_link_img {
	float: left;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	margin-right: 12px;
	margin-top: 10px;
	cursor: pointer;
}
#menu_block {
	height: 45px;
}
#top_block {
	width: 990px;
	background-color:#009999;
	margin-top: 5px;
	clear: both;
}
#welcome_block {
	background-color: #d8eaf4;
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-bottom: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cdcbcc;
}
#welcome_block h1 {
	color: #eb3d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#welcome_block h2 {
	color: #28aa02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
#welcome_block p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 20px;
}
#welcome_block img {
	height: 250px;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#welcome_block .read_more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	float: left;
	text-decoration: underline;
	margin-top: 10px;
	background-image: url(../images/red_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#welcome_block .read_more a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/black_bullet.png);
}
#welcome_block .download a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	float: left;
	text-decoration: underline;
	margin-top: 10px;
	margin-left: 30px;
	background-image: url(../images/red_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#welcome_block .download a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/black_bullet.png);
}
#profile {
	background-color: #FFFFFF;
	width: 950px;
	float: left;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 5px;
	padding-left: 20px;
}
#profile h1 {
	color: #eb3d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#profile h2 {
	color: #28aa02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
#profile p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 20px;
}

#profile img {
	height: 250px;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#profile .read_more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	float: right;
	text-decoration: underline;
	margin-top: 10px;
	background-image: url(../images/red_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#profile .read_more a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/black_bullet.png);
}
#profile .download a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	float: right;
	text-decoration: underline;
	margin-top: 10px;
	margin-left: 30px;
	background-image: url(../images/red_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#profile .download a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/black_bullet.png);
}
#products_block {
	background-color: #efefef;
	width: 388px;
	float: right;
	padding-bottom: 16px;
}
#products_block h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #5c5c5c;
	background-image: url(../images/red_bar_big.png);
	background-repeat: no-repeat;
	/*margin-left: 57px;*/
	margin-left: 27px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 12px;
	vertical-align: baseline;
}
#products_block li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005baf;
	list-style-type: square;
	margin-left: 40px;/*70*/
	line-height: 25px;
}


#products_block a {
	color: #005baf;
}
#products_block a:hover {
	color: #005baf;
	text-decoration: underline;
}

#bottom_block {
	background-color: #f6f6f6;
	width: 388px;
	float: right;
	padding-bottom: 16px;
	margin-top: 5px;
}
#bottom_block h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #5c5c5c;
	background-image: url(../images/red_bar_big.png);
	background-repeat: no-repeat;
	margin-left: 57px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 12px;
	vertical-align: baseline;
}
#bottom_block li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005baf;
	list-style-type: square;
	margin-left: 70px;
	line-height: 25px;
}
#bottom_block a {
	color: #005baf;
}
#bottom_block a:hover {
	color: #005baf;
	text-decoration: underline;
}

#footer {
	width: 990px;
	margin: 0 auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 30px;
}

