html,body {
	background: #fff url("../img/site_bg.gif") top left repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #3f99b3;
	text-decoration: none;
}

a:hover { 
	color:#e05907;
}

p {
	margin: 0;
	padding: 0;
	color: #28446c;
	line-height: 150%;
}

ul {
	margin: 0;
	padding: 0;
	color: #28446c;	
}

h1 {
	visibility: hidden;
	padding: 0;
	margin: 0;
	font-size: 1px;
	float: left;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

#container {
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
}

/*///////////////////////// header //////////////////////*/
#header {
	width: 100%;
	height: 111px;
	float: left;
	background: url("../img/header_bg.gif") top left repeat-x;
}

#logo {
	width: 284px;
	height: 100%;
	float: left;
	background: url("../img/logo.gif") top right no-repeat;
}

#lang {
	width: 33px;
	height: 38px;
	float: left;
	background: url("../img/search_bg.gif") top left repeat-x;	
	
}

#search {
	width: 195px;
	height: 38px;
	float: right;
	background: url("../img/search_bg.gif") top left repeat-x;
	margin: 0;
	padding: 0;
}

#search .search_text {
	width: 148px;
	border: 1px solid #a6aab3;
	margin-top: 9px;
	font-size: 11px;
	color: #696969;
	padding-left: 2px;
}

#search .search_btn {
	width: 21px;
	height: 19px;
	padding: 0;
	margin: 0;
	background: url("../img/search_btn.gif") 0 0 no-repeat;
	border: none;
}

#menu {
	margin: 42px 2px 0 0;
	padding: 0;
	width: 714px;
	height: 31px;
	list-style: none;
	float: right;
}

#menu li {
	float: left;
	width: 118px;
	margin-left: 1px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 230%;	
}

#menu li a {
	display: block;
	width: 118px;
	height: 31px;	
}

#menu li a:hover {
	text-decoration: none;
	color: #fff;	
}

.home {
	background: url("../img/btn_home.gif") 0 0 no-repeat;	
}

.home a {
	color: #1b5d91;	
}

.home_a {
	background: url("../img/btn_home_a.gif") 0 0 no-repeat;	
}

.home_a a {
	color: #fff;	
}

.btn {
	background: url("../img/btn_bg.gif") 0 0 no-repeat;
}

.btn a {
	color: #1b5d91;		
}

.btn_a {
	background: url("../img/btn_bg_a.gif") 0 0 no-repeat;
}

.btn_a a {
	color: #fff;	
}

/*///////////////////////// content //////////////////////*/
#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*//// home ////*/
#left_side {
	width: 378px;
	padding: 0 0 10px 0px;
	float: left;
	background: #edfaff url("../img/left_bg.gif") 0 0 repeat-x;
}

#left_side_top {
	width: 100%;
	height: 278px;
	background: url("../img/left_shape.jpg") 0 0 no-repeat;
}

.left_block {
	margin-top: 25px;
	padding: 0px 5px 0px 22px;
	list-style: none;
	float: left;
	width: 155px;
	height: 64px;
	line-height: 150%;
}

.left_block h2 {
	padding: 0px 0 2px 0;
	text-align: center;
	
}

.left_block a {
	color: #fff;
	text-decoration: underline;
	padding-left: 3px;
	text-transform: lowercase;
    
}

#left_side_top a:hover {
	text-decoration: none;
}

.photo {
	color: #323f76;	
}

.lift {
	color: #e66104;
	/*color: #608639;*/
	
}

.lipo {
	color: #608639;
	/*color: #1a5e8d;*/
}

.ender {
	color: #1a5e8d;
	/*color: #e66104;*/
}

.preso {
	color: #70641a;	
}

.hromo {
	color: #994140;	
}

#left_side h3, .p_left_side h3 {
	padding: 20px 0 0 20px;
	color: #28446c;
}

#left_side p {
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

#left_side a {
	text-decoration: underline;	
}

#right_side {
	width: 622px;
	float: left;
}

#right_side h3, .p_right_side h3 {
	color: #3f99b3;
	font-size: 11px;
	padding: 20px 0 0 30px;
	clear: left;
}

#right_side p {
	padding: 0 30px 0 30px;
	text-align: justify;
}

#right_side_top {
	width: 100%;
	height: 320px;
	float: left;
}

#top_spec {
	width: 335px;
	margin: 92px 0 0 30px;
	padding: 0;
	list-style: none;
	color: #fff;
}

#top_spec li {
	height: 42px;	
}

#top_spec_link {
	font-weight: bold;
	font-size: 10px;
	margin: 34px 0 0 30px;
	padding: 0 !important;	
}
/*//// home /////*/
#dev_part {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#dev_part li {
	float: left;
	padding: 0 0 10px 23px;	
}

/*//// products /////*/
#p_category_h {
	width: 100%;
	height: 371px;
	background: url("../img/left_bg.gif") 0 0 repeat-x;
}

#p_category {
	width: 100%;
}

#p_category td {
	width: 168px;
	vertical-align: top;
}

#p_category h2 {
	text-align: center;		
}

#p_category h2 a {
	color: #28446c;
}

#p_category h3 {
	padding: 5px 0 10px 3px;
	font-weight: normal;
	font-size: 11px;	
}

.p_row {
	width: 100%;
	float: left;
	overflow: hidden;	
}

.p_left_side {
	width: 378px;
	float: left;
	background: #edfaff;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	display: inline;
}

.p_left_side div, .p_left_side p {
	margin: 5px 20px 0 20px;
	color: #28446c;
	line-height: 150%;	
}

.p_left_side ul {
	padding: 15px 15px 0 33px;
	line-height: 150%;
	list-style-type: square;	
}

.p_link a {
	text-decoration: underline;
	text-transform: lowercase;
}

.anchorFix {
	 position: absolute;
	 width: 1px;
}

.p_right_side ul {
	padding: 5px 15px 10px 13px;
	line-height: 150%;
	list-style-type: square;
}

.p_right_side {
	width: 622px;
	float: left;
	padding-bottom: 10px;
}

.p_right_side img {
	float: left;
	margin-right: 10px;	
}

#tab-1 h3, #tab-2 h3, #tab-3 h3 {
	padding-left: 0 !important;	
}

#tab-1 , #tab-2, #tab-3 span {
	color: #28446c;
}

#bar {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}

/*/////// articles ///////*/
.articles {
    width:100%;
	padding-top: 20px;
	float: left;	
}

.articles ul {
	padding: 0 30px 0 45px;
	margin: 0;
}

.articles img {
	float: left;
	margin: 0px 10px 10px 30px;;
}

.articles .more {
    float:left;
    width:100%;
}

/*/////////////////////// footer ////////////////////////*/
#footer {
	clear: both;
	width: 100%;
	height: 33px;
	color: #fff;
	background: url("../img/footer_bg.gif") 0 0 repeat-x;
	text-align: center;
}

#footer p {
	color: #91bbd1;
	padding-top: 9px;
	font-size: 10px;	
}

#footer a {
	color: #91bbd1;
}



/* /////////////////////// form ////////////////////// */

form {
	margin: 0;
	padding: 0;	
}

fieldset {
	border: none;
	width: 325px;
	margin: 12px 0 0 20px;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
}

fieldset p {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
	line-height: 100% !important; 
}

label {
	width: 60px;
	text-align: left;
	padding: 3px 0 3px 0;
	display: block;
}

input	{
	border: 1px solid #dfdfdf;
	width: 250px;
}

textarea {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	width: 250px;
}

.submit input	{
	background: url(../img/button.gif) no-repeat 0 0; 
	width: 120px; 
	height: 20px; 
	color:#fff; 
	font: normal 12px Arial, sans-serif; 
	border: none;
	margin-left: 1px;
}

/*///// meassages ////*/
#message {
	width: 330px;
	height: 35px;
	margin: 10px 0 0 20px;
}

.error {
	width: 330px;
	color: #c00;
	background-color: #fcc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #c00;
}

.success {
	color: #090;
	background-color: #cfc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border:1px solid #0c0;
}




