/* CSS Document */
body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	color: rgb(51, 51, 51);
	line-height: 120%;
}
img {
	border: none;
}
td{
	vertical-align: top;
}
p {
	line-height: 130%;
}
ul li {
	line-height: 150%;
	list-style-image: none;
	padding: 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	list-style: none;
}

ul li.sqr {
	padding: 0;
	margin: 0;
}
ul li.empty {
	background-image: none;
	padding: 0;
	margin: 0;
}


/* layout */
#wrapper {
	width: 782px;
	margin: 0 auto;
}

#blocks {
	width: 227px;
	background-color: rgb(227,227,227);
	padding: 0;
}
#content {
	padding: 0px;
	padding-bottom: 10px;
}



#eforest {
	float: right;
	color: black;
	text-decoration: none;

}



/* design */

#footer {
	padding-left: 10px;
	text-align: left;
	color:#333333;
	background-color:#E3E3E3;
}

#flash-header {
	padding-bottom: 10px;

}
#flash-menu {
	background-color: #333333;
	text-align: center;
	color: #F8F8F8;
	padding: 5px 0;
}
#flash-menu a, #flash-menu a:hover, #flash-menu a:link,
#flash-menu a:visited, #flash-menu a:active {
	color: #F8F8F8;
	text-decoration: none;

}
#flash-menu a:hover {
	color: #F8F8F8;
	text-decoration: underline;
}

table.layout {

	vertical-align: top;
	border-collapse: collapse;
}

#page-borders {
	padding: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	
}










/* Blocks related styles */
h1.block {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	
	padding:2px 0;
	margin: 0;
	
	background-color:#AF1E25;
}

div.block-heading {
	margin-top: 15px;
}
div.block-content {
	background-color: rgb(227,227,227);

	padding: 5px;
}
td.block-content {
	padding: 5px;
}
div.block-seperator {
	height: 10px;
	background-color: white;
	border: 1px solid white;
}

a.more-details {
	display: block;
	padding: 0;
	padding-bottom:3px;
	margin-top: 0;
	font-size: 11px;
}
td.more-details {
	vertical-align: bottom;

}


/* headers with arrow bullet */
h1.bullet-red, h2.bullet-red, h3.bullet-red, h3.bullet-blue {
	padding:0; margin:0;
	color: #990000;
	font-size: 100%;
	background-repeat: no-repeat;
	
}
div.single-bullet {
	background-repeat: no-repeat;
}

h1.bullet-red { margin:25px 0 15px 0;}
h2.bullet-red { margin:25px 0 15px 0;}
h3.bullet-red { margin:0; margin-bottom:3px;}
h3.bullet-blue {color: #012998; margin: 5px 0;}



ul.questions {
	padding: 15px;
	margin: 0;
}
ul.questions li{
	padding: 3px 0;
	margin: 0;
	color:#012998;
	font-weight:bold;
}



div.weight {
	clear:both;
	height: 0px;
}



/* =========================   PRODUCT.HTML ===================== */
h1.page-title {
	background-color: rgb(1, 41, 152);
	padding: 3px 10px;
	font-size: 15px;
	color: white;
	margin: 0;
}
div.page-menu {
	background-color:rgb(210, 210, 210);
	padding: 10px 10px;
}
.menu a, div.page-menu a {
	display: block;
	background-repeat: no-repeat;
	margin-top: 3px;
	line-height: 120%;
}
.menu a:hover, .menu a:active,
.menu a:link, .menu a:visited,
.page-menu a:hover, .page-menu a:active,
.page-menu a:link, .page-menu a:visited {
	text-decoration: none;
	color: rgb(51, 51, 51);
}

table.border {
	border-collapse:collapse;
	width:100%;
}

a.top {
	text-align: left;
	display: block;
	font-weight: bold;
}
a.top:hover, a.top:active, a.top:visited, a.top:link {
	color:rgb(1, 41, 152);
	text-decoration: none;

}

div#productdemo {
	background-color: rgb(227,227,227);
	background-image:url(images/demo.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	height:110px;
	color: white;
	padding-right: 5px;
	padding-left: 125px;
	text-align: center;
}

/* =========================   custmerservices.HTML ===================== */


/* =========================   DEALERS.HTML ===================== */
table.country-block {
	border-collapse: collapse;
	width: 100%;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #666666;
	border-top-color: #999999;

}
td.country-flag {
	text-align: center;
	vertical-align: middle;
	background: rgb(227, 227, 227);
	width: 150px;
	
}
td.country-content {
	background-image: url(images/country_back.gif);
	background-repeat:repeat-y;
	padding-bottom: 40px;
	padding-top: 10px;
}
div.country-seperator {
	height: 15px;
	
}
td.country-content .bullet-red {
	margin: 0;
}
h4.country-subtitle {
	margin: 5px 0 15px 0;
	font-size: 11px;
	color: rgb(102, 102, 102);
	text-align: left;
	margin-left: 15px;
	direction: ltr;
}
div.country-address {
	text-align: left;
	margin-left: 40px;
	direction: ltr;
}


/* =========================   CUSTMERSERVICES.HTML ===================== */
div.ans {
	margin-bottom: 10px;
	padding: 10px;
}
div.ans a.top {
	padding-top: 10px;
}


/* =========================   popups ===================== */
#wrapper-popup {
	padding: 7px;
	margin: 5px 10px;
	border: 1px solid gray;
}
#wrapper-popup h3 {
	background-color: rgb(1, 41, 152);
	padding: 3px 5px;
	font-size: 15px;
	color: white;
	font-weight: bold;
	margin: 0;
}
#body-popup {
	padding: 0 5px;
}
#wrapper-popup h4 {
	background-repeat: no-repeat;
	padding: 0;
	color: #990000;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 12px;
}

#wrapper-popup a.wide {
	display: block;
	text-align:center;	
}.p {
}
