body {
	background: #fff;
	font: 11px Verdana;
	color: #000000;
}
blockquote {
	margin: 5px 40px;
}
a {
	color: #0094ca;
}

/*colors*/
#top_menu li a, #bottom_menu li a , #nav li a {
	color: #fff;
	text-decoration: none;
}
/*end of colors*/

/***************************************************************************************************/
#container {
	width: 1010px;
	margin: auto;
	position: relative;
	min-height: 100%;
}
*html #container {
	height: 100%;
}

 	
	/*HEADER*/
#header {
	height: 305px;
	background: url(/img/header_bg.jpg);
}
#header img {
	vertical-align: top;
}
h1#logo {
	font-size: 24px;
	padding: 103px 0 0 36px;
}
h1#logo a {
	color: #006699;
	display: block;
}

/*****small menu*******/
#small_menu {
	margin: 0 25px 0 0;
	width: 75px;
	height: 49px;
	background: url(/img/smallmenu_bg.gif) left top repeat-x;
	
}
#small_menu li {
	float: left;
	padding: 14px 0 0 8px;
    
}

 /*****End of small menu*******/
 
 #iso {
	float: right;
	margin: 80px -75px 0 0;
 }
 
	/*--END OF HEADER--*/
#top_menu {
	height: 38px;
	background: #005aab url(/img/topmenu_bg.gif) left top repeat-x;
	padding: 0 0 0 5px;
}	
#top_menu li {
	float: left;
}
#top_menu li.last {
	background: transparent;
}
#top_menu li a {
	float: left;
	font-size: 14px;
	padding: 0 30px;
	line-height: 38px;
	position: relative;
}
#top_menu li a span {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 1px;
	background: url(/img/border.gif) right 15px no-repeat;
}
#top_menu li a:hover, #top_menu li a.current {
	background: url(/img/item_bg.gif) left top repeat-x;
}
#top_menu li.last a span, #top_menu li.last a.current span{
	background: transparent;
}
	/*TOP MENU*/
	
	/*END OF TOP MENU*/
	
	/*WRAPPER*/

#wrapper {
	width: 1010px;
	overflow: hidden;
	padding: 20px 0 70px 0;
}	

	/*NAVIGATION*/
#navigation {
	width: 278px;
	/*padding: 0 0 300px 40px;*/
	padding: 0 0 300px 0;
}
*html #navigation {
	height: 1%;
	margin-right: -3px;
}
 /*****Left menu********/
#nav {
	padding: 27px 0 0 10px;
	background: #0093c9 url(/img/nav_bg.jpg) left bottom no-repeat;
	min-height: 210px;
	padding-bottom: 90px;
}
*html #nav {
	height: 210px;
}
#nav li {
	padding: 0 5px 10px 0;
}
#nav li a {
	text-decoration: underline;
	font: 13px Arial;
	font-weight: bold;
}
#nav li a:hover {
	text-decoration: none;

}
 /*****End of left menu********/


#form_search {
	margin: -71px 0 0 10px;
	color: #d20000;
	float: left;
	background: url(/img/search_bg.jpg) left top no-repeat;
	padding: 10px 0 0 0;
	height: 31px;
}
#input_search {
	float: left;
	width: 113px;
	height: 18px;
	border: none;
	background: transparent;
	color: #b7b7b7;
	font-size: 11px;
	padding: 0 0 0 14px;
}
#button {
	float: left;
	border: none;
	background: url(/img/search.gif) left top no-repeat;
	cursor: pointer;
	margin-top: -10px;
}

#contacts_news {
	position: absolute;
	top: 700px;
	left: 0px;
	font: 13px Verdana;
	color: #000000;
	border-color: #000000;
	border-width: 2px;
	border: 1px dashed #000000;
	
}

#contacts {
	position: absolute;
	bottom: 60px;
	left: 40px;
	padding: 100px 0 0 10px;
	background: url(/img/phone.jpg) left top no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #005aab;
}
	/*--END OF NAVIGATION--*/
	
/*CONTENT*/
#content {
	/*margin: 0 0 0 338px;*/
	margin: 0 0 0 280px;
	/*padding: 0 110px 0 30px;*/
	padding: 0 0 0 10px;
}
*html #content {
	height: 1%;
	margin-left: 0;
}
#content h1 {
	color: #0094ca;
	padding: 10px 0 10px 0;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
	color: #0094ca;
	padding: 5px 0 10px 33px;
}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5{font-size: 12px;}
h6 {font-size: 12px;}

#text {
	
}
#text p{
	padding: 7px 0!important;
}

#content img {
	margin: 10px;
}
#content ul {
	padding: 10px 0;
}
#content ul li {
	padding: 5px 0 5px 10px;
	background: url(/img/marker_list.gif) left 10px no-repeat;
}

/* catalog */
.catalog_block {
	width: 680px;
	overflow: hidden;
	padding: 10px 12px;
	margin: 0 0 0 17px;
}
.bg {
	background: #e7e7e1;
}
.image_link {
	margin: 13px 0 0 0;
}
*html .image_link {
	margin-right: -3px;
	height:1%;
}
.description {
	margin-left: 160px;
	padding: 0 0 0 30px;
}
*html .description {
	height: 1%;
	margin-left: 0;
}
.description h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 5px 0;
}
.description p {
	padding: 0 0 5px 0 !important;
}

/* end of catalog */

table.blank_form { border-collapse: collapse; border: solid 1px #000 }
table.blank_form td { border: solid 1px #000; padding: 5px;}
table.blank_form td input { width: 100%; border: none; text-align: center; border-color: white }

.login_button2, #button2 {
	background: #005aab url(/img/topmenu_bg.gif) left center repeat-x;
	width: 100px;
	padding: 5px;
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 0 !important;
	border: none;
}

#email_form em {
	color: #a33301;
}
#email_form .name {
	text-align: right;
}
#email_form td {
	padding: 5px;
	vertical-align: top;
}

/*--END OF CONTENT--*/


	/*--END OF WRAPPER--*/
	
	/*FOOTER*/
#footer {
	width: 1010px;
	background: #005aab url(/img/bottommenu_bg.gif) left top repeat-x;
	height: 39px;
	margin: -39px auto 0 auto;
	font-size: 11px;
}
#footer, #footer a {
	color: #fff;
}
#bottom_menu {
	height: 39px;
	margin-right: 220px;
}
#bottom_menu li {
	float: left;
	padding: 16px 0 0 40px;
}

#development {
	padding: 16px 10px 0 0;
}
	/*END OF FOOTER*/

