body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #545760;
	line-height: 130% 
}

a {
	color: #459ED3;
}

a img {
	border: 0 none;
}

h1 {
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #459ED3;
	margin-top: 11px;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C626A;
	margin: 15px 0;
}

h2.underline {
	border-bottom: 1px solid #DADADA;
}

div.body {

}

.fixed-width {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.left-col {
	background-color: #F2F2F2;
	color: white;
	overflow: none;
	float: left;

	border-top: 4px solid #D7D7D7;

	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

	width: 305px;
	height: 100;
}

div.left-col h2 {
	padding-left: 10px;
	padding-bottom: 17px;
	padding-top: 9px;
	
	margin-top: 11px;
	margin-bottom: 0px;
	border-bottom: 1px solid #bbbbbb;

	font-family:  Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #8E9096;
}

div.right-col {
	width: 390px;
	float: right;
}

div.center-col {
	border-top: 4px solid #DADADA;
	height: 390px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}

div.breadcrumbs {
	font-size: 11px;
	color: #545760;
	border-bottom: 1px solid #DADADA;

	padding-bottom: 5px;
	margin-bottom: 15px;
}

div.breadcrumbs a {
	font-size: 11px;
	color: #545760;
}


div.center-col h1 {
	padding-bottom: 0px;
	margin-bottom: 4px;
}

div.right-total-col {
	width: 710px;
	float: right;
	padding: 0 10px;
}

html>body div.center-col {
	height: auto;
	overflow: auto;
}

div.header {
	height: 91px;
	background: #424650 url(../images/header-bgr.gif) left top repeat-x;
	border-bottom: 1px #1E222C solid;
}

div.header div.logo {
	margin: 0;
	padding-top: 20px;
	padding-left: 2px;
}

ul.main-menu {
	position: absolute;
	right: 3px;
	top: 58px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.main-menu li {
	float: left;
	margin-left: 3px;
	text-align: center;
	font-size: 16px;
}

ul.main-menu a {
	display: block;
	color: white;
	width: 122px;
	height: 33px;
	background: #8E9096 url(../images/menu-bgr.gif) left top no-repeat;
	line-height: 31px;
	text-decoration: underline;
}

ul.main-menu a:hover, ul.main-menu li.active a {
	background: #fc0  url(../images/menu-bgr-a.gif) left top no-repeat;;
	color: #424650;
}
/*
ul.main-menu li.active a { 
	cursor: default;
}
*/

div.main {
	margin-top: 16px;
	margin-bottom: 16px;
}

div.index-product {
	background: #459ED3 url(../images/corner-rb.gif) right bottom no-repeat;
	height: 50px;
}

html>body div.index-product {
	height: auto;
	overflow: auto;
}

div.index-product div.img {
	margin: 30px 0;
	float: left;
	width: 330px;
	text-align: center;
}


div.index-product div.descr {
	margin: 30px 0;
	margin-right: 30px;
	margin-left: 350px;
}	

div.index-product div.descr h1 {
	margin: 15px 0;
}

div.index-product div.descr p {
	color: White;
	margin: 15px 0;
}

div.index-product p.buttons {
	background: url(../images/aux01.gif) left top repeat-x;
	padding-top: 17px;
}

div.index-product div.lb, div.index-product div.rt, div.index-product div.lt {
	width: 7px;
	height: 7px;
	font-size: 1px;
}

div.index-product div.lb {
	background: url(../images/corner-lb.gif) no-repeat;
}

div.index-product div.lt {
	background: url(../images/corner-lt.gif) no-repeat;
}

div.index-product div.rt {
	background: url(../images/corner-rt.gif) no-repeat;
	float: right;
}

div.index-text {
	height: 50px;
	margin: 20px 0;
}

html>body div.index-text {
	height: auto;
	overflow: auto;
}

div.index-text div.left-text {
	float: left;
	width: 320px;
	font-size: 13px;
	color: #545760;
}

div.index-text div.left-text h2 {
	margin-top: 0;
}

div.index-text div.left-text p {
	margin: 14px 0;
}

p.learn-more {
	background: url(../images/learn-more.gif) 0 6px no-repeat;
	padding-left: 16px;
}

p.learn-more a {
	color: #545760;
	border-bottom: 1px dashed;
	text-decoration: none;
}

div.index-text div.right-block {
	background: #FFF9E0;
	border: 1px #FFCC01 solid;
	margin-left: 335px;
}

div.footer {
	background: #F2F2F2;
	border-top: 3px #DADADA solid;
}

div.footer div.nav {
	height: 50px;
	margin-bottom: 20px;
}

html>body div.footer div.nav {
	height: auto;
	overflow: auto;
}

div.footer div.col {
	width: 305px;
	float: left;
	margin-right: 15px;
}

div.footer div.last {
	margin-right: 0;
	float: right;
}

div.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px #ccc solid;
	font-size: 13px;
}

div.footer ul li {
	border-bottom: 1px #ccc dotted;
	padding: 3px 0 7px 0;
}

div.footer ul a {
	text-decoration: none;
}

div.footer ul a:hover {
	text-decoration: underline;
}

div.copyright {
	clear: left;
	background: #545760;
	color: #CFD0D3;
	font-size: 13px;
	padding: 10px 0;
}

div.copyright p {
	margin-top: 0;
	margin-bottom: 0;
}

div.copyright p  span {
	font-size: 12px;
}

form.contact {
	margin: 0;
	padding: 4px 0 12px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc dotted;
	font-size: 13px;
}

form.contact input, form.contact textarea {
	background: white;
	border: 1px #D2E0E5 solid;
	display: block;
	width: 98%;
	margin-bottom: 5px;
}

form.contact textarea {
	height: 164px;
	overflow: auto;
}

form.contact button {
	border: 0 none;
	background: none;
	padding: 0;
	width: 80px;
	height: 22px;
	margin-top: 10px;
}

ul.left-menu {
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-left: 0px;

	list-style: none;
}

ul.left-menu li {
	background: url(../images/left-menu-dot.gif) 10px 12px no-repeat;
	padding-left: 28px;
	border-bottom: 1px dotted #CCCCCC;

	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}

ul.left-menu li.active {
	background: url(../images/left-menu-active-dot.gif) 10px 12px no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 1px;
	margin-top: 0px;
	font-weight:  bold;
	background-color: #BABABA;
}

ul.left-menu li.active a {
	color: white;
}

ul.left-menu li a {
	color: #338CC1;
/*	color: #545760;*/
	text-decoration: none;
}

ul.left-menu li a:hover {
	text-decoration: underline;
}







/* Order CSS  */

span.price {
	color: #237cb1;
	font-weight: bolder;
}

span.price-old {
	color: #999999;
	text-decoration: line-through;
}

div.help-container div {
	display: none;
}

div.help-container div#help1 {
	display: block;
}

/* End order CSS */

table.contacts {
	background: #f2f2f2;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px #EAEAEA solid;
}

table.contacts td {
	padding: 6px 12px;
	border-bottom: 1px white solid;
	border-right: 1px #EAEAEA solid;
	vertical-align: middle;
}

table.contacts td.last {
	text-align: left;
	border-bottom: 1px white solid;
	border-right: 1px #EAEAEA solid;
}

table.contacts select {
	width: 155px;
	font-size: 10px;
}


table.contacts td.label {
	text-align: right;
	padding-top: 7px;
	padding-right: 0;
	border-left: 1px #EAEAEA solid;
	border-right: none;	
	width: 49%;
}

table.contacts td.chapter {
	text-align: center;
	background: #f2f2f2;
	padding-top: 7px;
	padding-right: 0;
}

table.contacts input {
	width: 150px;
	font-size: 10px;	
}

table.contacts td.button {
	border-bottom: none;
	text-align: center;
}

table.contacts td.button input {
	width: 100px;
	font-size: 12px;
}

textarea.htmlSnippets {
	border: 1px solid #DADADA;
	width: 90%;
}

div.hr
{
	height: 1px;
	border-bottom: 1px solid #DADADA;
	padding-top: 5px;
}

fieldset
{
	border: solid 1px #dadada;
}

fieldset p
{
	padding-bottom: 15px;
	padding-left: 15px;
}

fieldset p ul
{
	margin-top: 0px;
	padding-top: 0px;
}

/* order page footer */

div.help-container
{
	background-color: #f2f2f2;
	padding: 10px 10px 10px 10px;
}

/* comparison chart */

th
{
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 25px;
}

th.chartLeftPart
{
	text-align: left;
	padding-left: 5px;
}

td.chartSmall
{
	width: 15%;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 25px;
}

th.first
{
	border-left: none;
}

td.chartLeftPart
{
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.chartLastRow
{
	border-bottom: none;
}

/* order page */

table.order {
	width: 100%;
	background: #f2f2f2;
	background: white;
	margin-bottom: 15px;
}

table.order td {
	padding: 5px 10px;
}

table.order td.price1 {
	width: 90px;
	background: #dadada;
	text-align: center;
	border-bottom: solid 1px #c2c2c2;
	vertical-align: top;
	padding-top: 15px;
}

table.order td.price2 {
	width: 90px;
	background: #EAEAEA;
	text-align: center;
	border-bottom: solid 1px #c2c2c2;
	vertical-align: top;
	padding-top: 15px;
}

table.order td.description1 {
	background: #f2f2f2;
	padding: 0px 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c2c2c2;
}

table.order td.description2 {
	background: #eaeaea;
	padding: 0px 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c2c2c2;
}

p b,
p strong {
	color: #000000;
}