* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

/*START: Main Structure ********/
#topMenu {
	width: 900px;
	margin: 0px auto;
}
#wrapAll {
	width: 900px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC32;
	border-left-color: #FFCC32;
}
#header {
	width: 100%;
	padding: 10px 0px;
	background-color:#FFCC00;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
}
#logoContainer {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
#headerContent {
	float: left;
	height: 187px;
	width: 699px;
}
#wrapMiddle {
	width:900px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main_content.jpg);
	background-repeat: repeat-x;
	float:left;
}
#mainMenu {
	background-image: url(../images/bg_main_menu.jpg);
	height: 50px;
	width: 875px;
	margin-top: 15px;
	margin-left: 12px;
	float: left;
	background-repeat: no-repeat;
	display:inline;
	text-align: center;
}
#subMenu {
	width: 875px;
	margin-top: 4px;
	margin-left: 12px;
	float: left;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display:inline;
}
#productSubMenu {
	width: 875px;
	margin-left: 12px;
}

#mainContent {
	width: 876px;
	margin-left: 12px;
	margin-top: 15px;
}
#subContent {
	background-image: url(../images/bg_sub_content.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	padding-bottom: 20px;
	background-position: bottom;
}
#colTurbo #turboHeader {
	margin-left: 10px;
}
#colTurbo #turboText {
	float: right;
	width: 230px;
	margin-right: 5px;
	text-align: center;
}
#colTurbo #turboText a {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#colTurbo #turboText p {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 4px;
}
#subContent #colEnvironment p {
	margin-left: 80px;
	margin-right: 5px;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	margin-top: 18px;
}
#subContent #colEnvironment p a {
	text-decoration: none;
	color: #003300;
	font-size: .9em;
}
#subContent #colAddress {
	margin-left: 10px;
	float: left;
	text-align: center;
	width: 173px;
}
#subContent #colAddress p {
	font-weight: bold;
	line-height: 1em;
	font-size: 0.9em;
}
#subContent #colAddress h1 {
	font-size: 1.5em;
	margin-top: 5px;
}
#subContent #colAddress h2 {
	font-size: 1.2em;
	margin-top: 10px;
}


#subContent hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 8px;
	margin-left: 50px;
}
#wrapFooter p {
	font-size: .7em;
	color: #FFFFFF;
	margin-left: 5px;
}

#wrapFooter {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC32;
	padding: 4px 0px;
}

#subContent #colTurbo {
	background-image: url(../images/bg_home_col1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 88px;
	width: 438px;
	margin-left: 12px;
}
#subContent #colEnvironment {
	background-image: url(../images/bg_environmental.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 88px;
	width: 244px;
	margin-left: 10px;
}


.clearDiv {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	width: 100%;
}

/*START: Formating for menus */
#topMenu ul {
	text-align: right;
	padding: 4px 0px;
	font-size: .8em;
}
#topMenu ul li {
	list-style-type: none;
	display: inline;
	color: #FFCC32;
}
#topMenu ul li a:link, #topMenu ul li a:visited {
	color: #FFCC32;
	text-decoration: none;
}
#mainMenu ul {
	margin-top: 16px;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainMenu ul li {
	list-style-type: none;
	display: inline;
}
#mainMenu ul li a:link, #mainMenu ul li a:visited {
	display:block;
	color: #fff;
	float: left;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
	text-decoration: none;
}
#mainMenu ul li a:hover, #mainMenu ul li a:focus, #mainMenu ul li a:active {
	color:#FFCC32;
}

#productSubMenu ul {
	font-size: .7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#productSubMenu ul li {
	list-style-type: none;
	display: inline;
	color: #000000;
}
#productSubMenu ul li a:link, #productSubMenu ul li a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#productSubMenu ul li a:hover, #productSubMenu ul li a:focus, #productSubMenu ul li a:active, #productSubMenu ul li a.current:link, #productSubMenu ul li a.current:visited {
	color: #000000;
}
#subMenu ul {
	font-size: .9em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#subMenu ul li {
	list-style-type: none;
	display: inline;
	color: #000000;
}
#subMenu ul li a:link, #subMenu ul li a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#subMenu ul li a:hover, #subMenu ul li a:focus, #subMenu ul li a:active, #subMenu ul li a.current:link, #subMenu ul li a.current:visited {
	color: #000000;
}


#wrapFooter ul {
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 5px;
	font-size: .7em;
}
#wrapFooter ul li {
	list-style-type: none;
	display: inline;
	color: #999999;
}
#wrapFooter ul li a:link, #wrapFooter ul li a:visited {
	color: #999999;
	text-decoration: none;
}

/*START: Home page content formating */
#productFeature {
	width: 282px;
	margin-right: 5px;
	float: left;
}
#hDivider {
	float: left;
	height: 285px;
	width: 0px;
	margin-top: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-right: 6px;
}
#columns, #columnFeatures {
	float: left;
}
#columns #buttonLearn {
	background-image: url(../images/bg_button_yellow.jpg);
	background-repeat: no-repeat;
	float:right;
	height: 29px;
	width: 113px;
	margin-top: 10px;
	text-align: center;
	padding-top: 3px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#columns {
	width: 130px;
	text-align: right;
}
#columns #buttonLearn a:link, #columns #buttonLearn a:visited {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	text-decoration: none;
}
#columns #buttonLearn a:hover, #columns #buttonLearn a:focus, #columns #buttonLearn a:active {
	color: #666666;
}
.marginTop10px {
	margin-top: 10px;
}
#columnFeatures {
	width: 150px;
}

#columns h1 {
	font-size: 1.3em;
	text-align: right;
	color: #333333;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}
#enviroCol h1, #contactCol h1, #faqCol h1, #aboutCol h1 {
	font-size: 1.1em;
	margin-left: 5px;
	margin-bottom: 6px;
}
#enviroCol img, #contactCol img, #faqCol img, #aboutCol img {
	margin-left: 5px;
}
#enviroCol hr, #productCol hr, #contactCol hr, #faqCol hr, #aboutCol hr {
	margin-left: 10px;
	margin-right: 10px;
}


#columnFeatures ul {
	margin: 8px 0px 0px 0px;
}
#columnFeatures ul li {
	list-style-type: none;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
}
#faq, #about, #transMode, #contactInfo, #environment, #product, #downloads {
	width: 625px;
	margin-left: 10px;
	color:#333333;
	float: left;
}
#faq dt {
	font-weight: bold;
	margin-top: 8px;
}
#faq dl {
	margin-left: 10px;
	color: #333333;
	font-size: 0.8em;
}
#faq dd {
	margin-left: 20px;
}
#faq h1, #about h1, #transMode h1, #contactInfo h1, #environment h1, #downloads h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.5em;
}
#about p {
	color: #333333;
	margin-top: 20px;
}
#transMode #modes {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0.8em;
}
#modes h3 {
	color: #000000;
}
#modes img {
	float: left;
	margin-right: 20px;
}
#modes hr {
	clear: both;
}
#transMode ul {
	margin-left: 25px;
}
#contactInfo table {
	margin-left: 20px;
	font-size: 0.8em;
}
#contactCol, #enviroCol, #productCol, #faqCol, #aboutCol, #downloadsCol, #exporterCol {
	float: left;
	width: 200px;
	margin-left: 20px;
}

#environment dt {
	margin-bottom: 15px;
}
#environment dl {
	margin-left: 15px;
	font-size: 0.8em;
}
#environment dd {
	color: #333333;
	margin-bottom: 20px;
	margin-left: 15px;
}
#about p {
	font-size: 0.8em;
	margin-left: 15px;
}
#contactCol p, #downloads p {
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 15px;
}
#mainContent #contactCol li {
	margin-left: 10px;
}
#contactCol ul {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;
}
#productCol table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 10px;
}
#productCol ul, #exporterCol ul {
	font-size: 0.8em;
	color: #333333;
	margin-top: 10px;
}
#productCol li, #exporterCol li {
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/square_dot_small.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
	line-height: 1.1em;
}
#product #titleImages {
	float: left;
	width: 230px;
}
#titleImages h1 {
	font-size: 1.7em;
	float: left;
	line-height: 1.1em;
	margin-top: 20px;
	width: 125px;
}
#titleImages h2 {
	clear: both;
	font-size: 0.9em;
	background-color: #FFCC33;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 15px;
}
.productImage {
	margin-left: 15px;
}
#product #productText {
	width: 360px;
	margin-left: 20px;
	float: left;
}
#productText h2 {
	font-size: 1.2em;
	color: #000000;
	background-image: url(../images/square_dots.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
#productText ul {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type: none;
}
#productText li {
	font-size: 0.9em;
	line-height: 1.1em;
	padding-left: 15px;
	margin-bottom: 4px;
}
#productText p {
	font-size: 0.8em;
	margin-bottom: 15px;
	line-height: 1.2em;
}
#titleImages h3 {
	margin-top: 10px;
	clear: both;
	float: left;
	font-size: 1.2em;
	text-align: center;
	color: #990000;
	width: 100%;
}
#titleImages img {
	float: left;
}


#productCol th, #productCol td {
	width: 50%;
	font-size: .8em;
	text-align: left;
	text-indent: 5px;
}
#productCol th {
	background-color: #F5BC17;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#productCol td {
	color: #333333;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#productCol h1, #exporterCol h1 {
	font-size: 1em;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
#productCol p, #exporterCol p {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.2em;
}
#exporterCol h2 {
	font-size: 0.9em;
	color: #990000;
	margin-top: 5px;
}
.exporterLeft {
	float: left;
	margin-right: 10px;
	clear: left;
}


#contactInfo h4 {
	font-size: 1em;
	margin-left: 25px;
}
#contactInfo p {
	margin-left: 25px;
}
#downloads h2 {
	font-size: 1em;
}
#downloads h3 {
	font-size: 0.8em;
}
#downloadsCol dt {
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 2px;
	font-weight: bold;
}
#downloadsCol p {
	font-size: 0.8em;
	margin-bottom: 10px;
	line-height: 1em;
}
#downloadsCol img {
	margin-bottom: 10px;
	margin-left: 20px;
}


#downloadsCol dd {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 10px;
	margin-left: 10px;
}
.exporterRight {
	float: right;
	margin-left: 10px;
}
