html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body, p, td, ul, ol, input, textarea, select, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}

h1, .h1 {
	color: #CC3333;
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

h1 a {
color: black;
text-decoration: none;
}

h1 a:hover {
color: black;
text-decoration: underline;
}

.mainContainerClass h1 { 
	font-size: 16px; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.mainContainerClass h2 { 
	font-size: 11px; 
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #E21F26;
}

a.red {
	text-decoration: underline;
}
a.red:hover {
	color: #000000;
}

.red {
	color: #E21F26;
}

td {
	vertical-align: top;
}

td.logo div {
	width: 270px; // width: 290px;
}

#mainContainer {
	margin-right: 20px;
	text-align: justify;
}

.mainContainerClass {
	max-width: 700px; // width: expression(document.body.clientWidth > 1020 ? "700px" : "auto" );
}

div.topMenu {
	height: 72px;
}
div.topMenu div.container {
	height: 72px;
	margin-right: 23px;
	width: 500px;
}

	div.topMenu ul, div.topMenu li, div.topMenu a {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}

	div.topMenu ul {
		list-style: none;
	}

	div.topMenu li.top, div.topMenu li.topFolder, div.topMenu li.topSelect {
		float: left;
		white-space: nowrap;
		height: 31px;
		margin: 10px 2px 0px 2px;
		padding: 6px 3px 6px 3px;
		font-size: 16px;
		line-height: 17px;
		background-repeat: repeat-x;
		background-position: top left;
		position: relative;
		font-weight: normal;
		z-index:9;
	}
	
	div.topMenu li.folder ul, div.topMenu li.topFolder ul, div.topMenu li.topSelect ul {
		position: absolute;
		top: 30px;
		left: 0px;
		background-color: #697400;
		width: auto;
	}		
	div.topMenu li.folder ul li, div.topMenu li.topFolder ul li, div.topMenu li.topSelect ul li {
		padding: 3px 11px 6px 8px;
	}
	div.topMenu li li:hover {
		background-color: #4A5400;
	}
	div.topMenu a.sub {
		color: #EAEFC9;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-family: Verdana;
	}
	div.topMenu a.sub:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	div.topMenu a.top, div.topMenu a.topSubmenu {
		text-decoration: underline;
		color: #646369;
		font-weight: bold;
	}
	
	/* regular hovers */

	div.topMenu li.top:hover a.top, div.topMenu li.top:hover a.top, div.topMenu li.topFolder:hover a.topSubmenu, div.topMenu li.topFolder:hover a.topSubmenu {
		color: #FFFBFF;
	}
	div.topMenu li.topSelect a.top, div.topMenu li.topSelect a.topSubmenu {
		color: #FFFBFF;
	}

	/* hovers with specificity */
	
	div.topMenu li.folder:hover, div.topMenu li.topFolder:hover { z-index:10; }		
		
	div.topMenu ul ul, div.topMenu li:hover ul ul {
		display: none;
	}

	div.topMenu li:hover ul, div.topMenu li:hover li:hover ul {
		display: block;
	}	

td.icons {
	width: 100%;
	text-align: right;
}
div.icons {
	margin-top: 12px;
	white-space: nowrap;
}
div.icons div {
	height: 35px;
}
div.icons img {
	 margin-top: 1px;
	 margin-right: 25px;
	 border-width: 0px;	 
}

ul.phone {
	text-align: right;
	color: #646464;
	padding-top: 0px;
	padding-right: 25px;
	white-space: nowrap;
	width: 340px;
	right: 0;
	position: absolute;
}

ul.phone li {
	list-style-type: none;
	float: right;
	width: 170px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul.phone li .code {
	font-size: 12px;
	color: #aaaaaa;
	font-weight: bold;
	vertical-align: top;
	line-height: 12px;
}

ul.phone li span.notes {
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
}

div.downloadCatalog {
	padding: 20px 15px 15px 30px;
	line-height: 140%;
}
div.downloadCatalog a {
	color: #666666;
	text-decoration: underline;
}
div.downloadCatalog a:hover {
	color: #000000;
}

div.downloadCatalog div.link {
	padding: 6px 0px 0px 10px;
	color: #666666;
}

.footerLeft {
	height: 97px;
	padding-left: 130px;
	padding-top: 20px;
}

div.copyright {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
}

div.terms {
	padding-top: 10px;
}
div.terms a {
	color: #666666;
}

div.terms a:hover {
	color: #000000;
}

.contacts {
	font-size: 10px;
	color: #ffffff;
	padding: 15px 20px 0px 20px;
}
.contacts a {
	font-size: 22px;
	color: #ffffff;
	text-decoration: underline;
}
.contacts a:hover {
	color: #000000;
}
.contacts a.pr {
font-size: 10px;
}

div.menuBottom {
	font-size: 13px;
	color: white;
	line-height: 100%;
}
div.menuBottom a {
	color: white;
	text-decoration: none;
}
div.menuBottom a:hover {
	color: white;
	text-decoration: underline;
}

.slogan {
	color: #ffffff;
	font-size: 24px;
	padding: 8px 20px 8px 20px;
}


div.shop {
	padding-bottom: 10px;
}

div.shop div.title {
	color: #E21F26;
	font-size: 18px;
	text-decoration: underline;
	padding-bottom: 5px;
	padding-left: 6px;
}

.shopMenu .back {
	background-color: #E32027;
	background-position: bottom left;
	background-repeat: repeat-x;
}
.shopMenu div.left {
	background-position: bottom left;
	background-repeat: no-repeat;
}
.shopMenu div.right {
	background-position: bottom right;
	background-repeat: no-repeat;
}
.shopMenu div.item {
	float: left;
	width: 199px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	background: url(images/shopItem.gif) 0px 0px repeat-x;
	line-height: 15px;
}
.shopMenu div.item:hover {
	background: url(images/shopSelected.gif) 0px 0px repeat-x;
}
.shopMenu div.item a {
	color: #666666;
	text-decoration: none;
}
.shopMenu div.item:hover a {
	color: #000000;
}
.shopMenu td {
	height: 24px;
	padding-left: 2px;
	padding-right: 2px;
}

.mainContent {
	max-width: 630px; /* //width: expression(document.body.clientWidth > 1000 ? (document.body.clientWidth + "px"): "auto" );*/
}

.dealername {
	font-weight: bold;
	font-size: 14px;
	color: #CC3333;
	padding-top: 10px;
}

.dealerlist_1_name {
	color: #CC3333;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}

.dealerlist_2_name {
	padding-left: 20px;
	color: #CC3333;
	font-size: 16px;
	font-weight: bold;
}

.dealerlist_2_list {
	padding-left: 40px;
	padding-bottom: 20px;
}

div.price {
	margin-bottom: 30xp;
}

div.price p {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	color: #666666;
}

div.price a.container {
	color: #999999;
	text-decoration: none;
	display: block;
	float: left;
	display: inline;
	width: auto;
}

div.price a.container:hover {
	color: #777777;
}

div.price a div {
	background: url(images/priceBack.gif) top left repeat-x;
	height: 40px;
	float: left;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: center;
}

div.price a div div {
	background: url(images/priceLeft.gif) top left no-repeat;
}

div.price a div div div {
	background: url(images/priceRight.gif) top right no-repeat;
	padding: 2px 12px 0px 12px;
	cursor: hand;
}

div.price a.container:hover div {
	background-image: url(images/priceBackSelected.gif)
}

div.price a.container:hover div div {
	background-image: url(images/priceLeftSelected.gif)
}

div.price a.container:hover div div div {
	background-image: url(images/priceRightSelected.gif)
}

.memoText {
	clear: both;
	margin-bottom: 10px;
	text-align: left;
	color: #999999;
	font-size: 10px;
	padding: 0px 15px 0px 15px;
}
