/* layout */


body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #363636;
	background: url("../images/bg_main.gif") repeat;
	margin: 0px
}

#header {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 990px;
	height: 188px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	width: 988px;
	background: #ffffff;
	clear: both;
}

#wrapper_main {
	text-align: left;
	margin: 0px auto;
	padding-top: 30px;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	width: 988px;
	background: #ffffff;
	clear: both;
}

#nav_left {
	padding: 30px 0px 30px 0px;
	margin: 0px;
	float: left;
}

#nav_right {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	float: right;
	text-align: right;
}

#nav_options {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#nav_options ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
}

#nav_options li {
	display: inline;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

#nav_options li.alt {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#title_bar {
	background: url("../images/bg_title.gif") repeat;
	padding: 0px 0px 0px 0px;
	height: 53px;
	clear: both;
}

#title_bar h1 {
	padding: 10px 0px 0px 30px;
	color: #1b262e;
	font-size: 24px;
	font-weight: normal;
}

#home_left {
	float: left;
	width: 290px;
	padding: 0px 0px 30px 29px;
	line-height: 17px;
	margin: 0px;
}

.home_middle {
	float: left;
	width: 320px;
	padding: 0px 0px 30px 0px;
	line-height: 17px;
}

.home_right {
	float: right;
	width: 290px;
	padding: 0px 29px 30px 30px;
}

#main {
	float: right;
	width: 669px;
}

#main_left {
	float: left;
	width: 560px;
	padding: 0px 30px 30px 30px;
	line-height: 17px;
	margin: 0px;
}

#main_left_products {
	float: left;
	width: 200px;
	padding: 0px 30px 0px 0px;
	margin: 0px;
	font-size: 12px;
}

#main_left_content {
	float: right;
	width: 330px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#main_right {
	float: right;
	width: 290px;
	padding: 0px 30px 30px 0px;
	line-height: 17px;
	margin: 0px;
}

.panel {
	/* background: url("../images/bg_panel.gif"); */
	padding: 20px 10px 0px 20px;
	margin: 0px;
	/* border: solid 1px #d9d9d9; */
	height: 620px;
}

.panel2 {
	background: url("../images/bg_panel.gif");
	padding: 20px 10px 20px 20px;
	margin: 0px;
	border: solid 1px #d9d9d9;
}

.panel_feature {
	margin-top: 25px; 
	background: url("../images/bg_feature.gif");
	background-repeat: no-repeat;
	padding: 140px 30px 0px 20px;
	height: 380px;
}

.panel_feature_2 {
	margin-top: 25px; 
	background: url("../images/bg_feature_2.gif");
	background-repeat: no-repeat;
	padding: 140px 30px 0px 20px;
	height: 380px;
}

.panel_feature_3 {
	margin-top: 25px; 
	background: url("../images/bg_feature_3.gif");
	background-repeat: no-repeat;
	padding: 140px 30px 0px 20px;
	height: 380px;
}

#feature_link {
	position: absolute;
	top: 214px;
	left: 50%;
	margin-left: 177px;
}

#footer {
	clear: both;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #d9d9d9;
	color: #3b596d;
	font-size: 12px;
	width: 990px;
	text-align: center;
}

.container {
	margin: 0px;
}

.mainspread {
	clear: both;
}

form {
	margin: 0px;
}

.search_field {
	vertical-align: middle;
	border: solid 1px #2d5c89;
	background: url("../images/bg_search.gif");
	color: #b4d5f5;
	font-size: 13px;
	padding: 3px;
}

.orange {
	color: #f29400;
}

.normal {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
}

/* Links */


a:link {
	color: #3cb6d3;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #3cb6d3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #3cb6d3;
	text-decoration: underline;
	font-weight: bold;
}

a.green:link {
	color: #459729;
	text-decoration: none;
	font-weight: bold;
}

a.green:visited {
	color: #459729;
	text-decoration: none;
	font-weight: bold;
}

a.green:hover {
	color: #459729;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:link {
	color: #3cb6d3;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited {
	color: #3cb6d3;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #3cb6d3;
	text-decoration: underline;
	font-weight: normal;
}

a.navlink:link {
	color: #68d1ea;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

a.navlink:visited {
	color: #68d1ea;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

a.navlink:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

a.orange_link:link {
	color: #f29400;
	text-decoration: none;
	font-weight: bold;
}

a.orange_link:visited {
	color: #f29400;
	text-decoration: none;
	font-weight: bold;
}

a.orange_link:hover {
	color: #f29400;
	text-decoration: underline;
	font-weight: bold;
}

a.orange_link2:link {
	text-decoration: none;
	font-weight: bold;
	color: #363636;
}

a.orange_link2:visited {
	color: #363636;
	text-decoration: none;
	font-weight: bold;
}

a.orange_link2:hover {
	color: #f29400;
	text-decoration: underline;
	font-weight: bold;
}


a.header:link {
	color: #363636;
	text-decoration: none;
	font-weight: normal;
}

a.header:visited {
	color: #363636;
	text-decoration: none;
	font-weight: normal;
}

a.header:hover {
	color: #363636;
	text-decoration: underline;
	font-weight: normal;
}


/* textual */

h1 {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

h2 {
	color: #f29400;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	color: #3b596d;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

p.zero {
	margin: 0px;
}

em {
	font-style: normal;
	font-weight: bold;
}

cite {
	font-style: italic;
	font-weight: normal;
}

.middle {
	vertical-align: middle;
}

.under {
	text-decoration: underline;
}

#contacts {
	width: 100%;
}

#contacts td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #dcf1f6;
	vertical-align: top;
}

.contact_des {
	font-size: 12px;
	color: #999999;}

#contacts th {
	padding: 10px 10px 10px 10px;
	background: url("../images/bg_2_1.gif") repeat;
}

.prods_odd {
	background: url("../images/bg_2.gif") repeat;
	padding: 10px 10px 10px 0px;
}

.prods_even {
	background: url("../images/bg_1.gif") repeat;
	padding: 10px;
}

.form_left {
	vertical-align: top;
	text-align: right;
}

.form_left_alt {
	vertical-align: top;
	text-align: right;
	color: #3b596d;
}


.form_right {
	vertical-align: top;
	text-align: left;
}

.form_center {
	vertical-align: middle;
	text-align: right;
}

.input_send {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #3cb6d3;
}

input, textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #62c0d8;
	border: solid 1px #9ad3e2;
	padding: 3px;
}



.view_options {
	text-align: left;
	position: absolute;
	visibility: hidden;
	width: 300px;
	height: 500px;

}

a.voption:link {
	display: block;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica;
	color: #3b596d;
	background: url("../images/bg_2_1.gif") repeat;
	padding: 5px 0;	
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

a.voption:visited {
	display: block;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica;
	color: #3b596d;
	background: url("../images/bg_2_1.gif") repeat;
	padding: 5px 0;	
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

a.voption:hover {
	display: block;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica;
	color: #ffffff;
	background: #3cb6d3;;
	padding: 5px 0;	
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

/* expander */

.header_home_panel {
	cursor: hand;
	cursor: pointer;
	color: #3cb6d3;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0;
}



