body {
	background: #FFF;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

html,body {
	margin: 0;
	padding: 0;
	border: none
}

/*-- Whitespace reset --*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

img,fieldset {
	border: none;
}

a {
	color: #1052a3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #353535;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

.form_input,textarea,select {
	padding: 2px 3px 2px 3px;
	border: 1px solid #CCCCCC;
	width: 96%;
}

input,select,textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

p.success_message {
	text-align: center;
	margin: 2px 5px;
	padding: 5px;
	color: #669900;
	border: 1px solid #669900;
	background: #EEFAE8;
	margin-bottom: 5px;
}

p.fail_message {
	text-align: center;
	margin: 2px 5px;
	padding: 5px;
	color: #CC3300;
	border: 1px solid #CC3300;
	background: #F9E9E4;
	margin-bottom: 5px;
}

tr.dark_line {
	border-top: 1px dotted #CCCCCC;
	background: #f4f4f4;
	padding: 3px 0;
}

tr.light_line {
	border-top: 1px dotted #CCCCCC;
	background: #ffffff;
	padding: 3px 0;
}

/* CONTAINERS */
#mh {
	height: 90px;
	position: relative;
	background: url(../images/logo.jpg) repeat-x;
}

#mh a {
	position: absolute;
	top: 0;
	left: 0;
	width: 852px;
	height: 90px;
	display: block;
}

h1 {
	text-indent: -2000px;
}

h2,h2 a {
	color: #709852 !important;
	font: bold 19px "Arial", "Times New Roman", "Verdana";
	margin-bottom: 25px;
}

#container {
	width: 854px;
	margin: 0px auto;
}

/* MENU */
#navbar {
	height: 21px;
	width: 852px;
	border-left: 1px solid #1052a3;
	border-right: 1px solid #1052a3;
	border-top: 2px solid #1052a3;
	border-bottom: 2px solid #1052a3;
}

#navbar li {
	background: #2161ab url(../images/nav_bg.gif) repeat-x 0 0;
	float: left;
	border-left: 1px solid #1052a3;
	border-right: 1px solid #1052a3;
}

#navbar li:hover {
	background: #333;
}

#navbar li a {
	display: block;
	font: bold 12px arial;
	color: #FFF;
	width: 140px;
	text-align: center;
	padding: 3px 0;
}

#navbar li a:hover {
	text-decoration: none;
}

#navbar li.selectedMenu,#navbar li:hover {
	
}

#navbar li a.selectedMenu,#navbar li a:hover {
	
}

#navbar li ul {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	height: auto;
	position: absolute;
	top: 21px;
	width: auto;
	display: none;
}

#navbar li ul li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #2161ab;
	display: block;
	float: left;
	font: bold 12px arial;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-indent: 0;
	white-space: nowrap;
	border: none;
}

#navbar li ul li a {
	padding-left: 10px;
	text-align: left;
}

#navbar li.hover ul {
	display: block;
}

#navbar li ul li { /*width: 140px;*/
	
}

#navbar li {
	display: inline;
	float: left;
	position: relative;
}

#navbar ul.subNav li:hover {
	background: #333 none repeat-x 0 0;
}

.left_column {
	width: 570px;
	float: left;
}

.right_column {
	width: 282px;
	float: left;
}

#middle,#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
}

#footer {
	width: 850px;
	border: 2px solid #1052a3;
}

#middle {
	margin: 2px 0;
}

#middle .left_column {
	height: 398px;
}

#middle .left_column img {
	display: block;
}

#middle .right_column {
	height: 398px;
	overflow: auto;
}

#middle .right_column .ptext {
	padding: 45px 15px 10px 18px;
	font: 12px arial;
}

#middle .right_column .ptext p {
	margin-bottom: 10px;
}

#footer .left_column {
	height: 176px;
	background: #2161ab url(../images/map.png) repeat-x 0 0;;
	position: relative;
	width: 566px;
	border-right: 2px solid #1052a3;
}

#footer .left_column #distributor {
	color: #FFF;
	position: absolute;
	left: 15px;
	top: 15px;
}

#footer .left_column #copy {
	color: #FFF;
	position: absolute;
	bottom: 15px;
	left: 15px;
	font: 12px arial;
}

#footer .right_column {
	position: relative;
	left: 0;
	top: 0;
	width: 282px;
}

.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 282px;
	height: 176px;
	overflow: hidden;
}

#footer .left_column #distributor select {
	width: 170px;
}

#footer .left_column #distributor p {
	margin-bottom: 5px;
}

#footer .right_column {
	height: 176px;
}

/***** Sitemap *****/
#sitemap a {
	display: block;
	border-bottom: 1px solid #FFF;
}

#sitemap ul {
	background: #F9F9F9;
}

#sitemap ul li a {
	padding: 3px;
	padding-left: 20px;
	background: url('../images/arrow_off.gif') no-repeat 10px 6px;
}

#sitemap ul li li a {
	padding: 3px;
	padding-left: 50px;
	background: url('../images/arrow_off.gif') no-repeat 40px 6px;
}

#sitemap ul li li li a {
	padding: 3px;
	padding-left: 80px;
	background: url('../images/arrow_off.gif') no-repeat 70px 6px;
}

#sitemap ul li li li li a {
	padding: 3px;
	padding-left: 110px;
	background: url('../images/arrow_off.gif') no-repeat 100px 6px;
}

#sitemap {
	margin-bottom: 20px;
}

.arrow_on {
	background-image: url(../images/arrow_on.gif) !important;
}

.arrow_off {
	background-image: url(../images/arrow_off.gif) !important;
}

#lower_sitemap h4 {
	font: bold 18px arial;
	margin-bottom: 10px;
	color: #472d2f;
}

#lower_sitemap {
	padding-left: 30px;
}

li.selected {
	font-weight: bold;
}

#middle .left_column {
	border: none;
}

.ptext h3 {
	font: 13px Verdana;
	margin-bottom: 30px;
}

#doaLink {
	margin: 8px 3px 0 0;
}

#doaLink a {
	-x-system-font: none;
	background: transparent url(../images/doa_logo.jpg) no-repeat scroll
		right bottom;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 20px;
	line-height: 12px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 7px 42px 0 0;
	text-align: right;
}

#doaLink a span {
	display: none;
}

.innerfade {
	z-index: -999;
}

.subNav,.subNav li {
	z-index: 999;
}

.tpl_why #pmaintext {
	padding-top: 40px;
	padding-right: 30px;
}

.tpl_why #middle .right_column .ptext strong {
	color: #7e7e7c;
}

.tpl_why #middle .left_column #page_wrapper {
	height: 398px;
	overflow: auto;
}

.tpl_why #pmaintext p {
	margin-bottom: 20px;
}

.tpl_why #middle .right_column .ptext ul {
	list-style: disc;
	margin-left: 15px;
}

.tpl_why #middle .right_column .ptext ul li {
	margin-bottom: 10px;
}

.tpl_contact .left_column  li {
	display: block;
	padding-left: 13px;
	background: url(../images/blue_bullet.gif) no-repeat 0 5px;
	font: bold 11px arial;
	line-height: 18px;
}

.tpl_contact .left_column  li a {
	color: #1052a3;
}

.tpl_contact .left_column #head_office {
	margin-top: 95px;
	margin-bottom: 10px;
}

.tpl_contact .left_column li.selected {
	display: block;
	padding-left: 13px;
	background: url(../images/green_bullet.gif) no-repeat 0 5px;
	font: bold 11px arial;
	line-height: 18px;
}

.tpl_contact .left_column li.selected a {
	color: #709852;
}

.tpl_contact #distributors {
	overflow: hidden;
	width: 100%;
}

.tpl_contact .left_column {
	width: 180px;
	height: auto;
}

.tpl_contact .right_column {
	width: 660px;
	height: auto;
}

.tpl_contact #right_wrapper {
	padding-top: 40px;
}

.tpl_contact h2 {
	margin-bottom: 30px;
}

.tpl_contact h3 {
	margin-bottom: 10px;
}

.tpl_contact #list {
	margin-top: 10px;
}

.green,.green strong {
	color: #709852 !important;
}

.tpl_green .left_column  li {
	display: block;
	padding-left: 13px;
	background: url(../images/blue_bullet.gif) no-repeat 0 5px;
	font: bold 11px arial;
	line-height: 18px;
}

.tpl_green .left_column  li a {
	color: #1052a3;
}

.tpl_green .left_column #sub {
	margin-top: 92px;
}

.product .left_column #sub {
	margin-top: 31px;
}

.tpl_green .left_column #return {
	margin-top: 44px;
}

.tpl_green .left_column li.selected {
	display: block;
	padding-left: 13px;
	background: url(../images/green_bullet.gif) no-repeat 0 5px;
	font: bold 11px arial;
	line-height: 18px;
}

.tpl_green .left_column li.selected a {
	color: #709852;
}

.tpl_green #distributors {
	overflow: hidden;
	width: 100%;
}

.tpl_green .left_column {
	width: 166px;
	height: auto;
}

.tpl_green .right_column {
	width: 688px;
	height: auto;
}

.tpl_green #right_wrapper {
	margin-top: 40px;
}

.tpl_green h2 {
	margin-top: 20px;
	margin-left: 10px;
}

.tpl_green #list {
	margin-top: 10px;
}

.tpl_green #mainArea {
	margin-top: 36px;
}

.tpl_green .block {
	width: 146px;
	height: 106px;
	overflow: hidden;
	border: 2px solid #1052A3;
	background-color: #1052A3;
	margin-right: 19px;
	margin-bottom: 19px;
	float: left;
}

.tpl_green .ghover {
	background-color: #333;
	border: 2px solid #333;
}

.tpl_green .block img {
	background-color: #ffffff;
	width: 146px;
	height: 86px;
	overflow: hidden;
	display: block;
}

.tpl_green .block a {
	display: block;
	height: 16px;
	text-align: center;
	color: #ffffff;
	padding-top: 4px;
}

.pic {
	float: left;
	width: 480px;
}

.pic img { /*border: 2px solid #ccc;*/
	padding: 0px;
	margin-bottom: 20px;
}

.desc {
	float: right;
	width: 178px;
}

.desc a.download {
	display: block;
	width: 176px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	background: #2161ab;
	border-left: 1px solid #1052a3;
	border-right: 1px solid #1052a3;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 36px;
	text-decoration: none;
}

.desc a.download:hover {
	background-color: #333;
}

.B_currentCrumb {
	color: #000;
}

a.thumbList {
	display: block;
	width: 102px;
	height: 102px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	float: left;
}

.imagelist h2 {
	margin-bottom: 10px;
}

.imagelist #mainArea {
	margin-top: 10px;
}

.faqlist #mainArea {
	margin-top: 31px;
}

div.block a {
	text-decoration: none;
}

.thumbList img {
	background-color: #F2F5ED;
	border: 1px solid #CCCCCC;
}

.thumbList img:hover {
	border: 1px solid #2161ab;
}

table.filelist {
	line-height: 22px;
}

table.filelist th {
	background-color: #b1b1b1;
	color: #ffffff;
}

table.filelist tr.dash td {
	border-bottom: 2px dotted #b1b1b1;
	font-weight: bold;
}

table.filelist tr.dash a {
	font-weight: bold;
}

table.filelist .first {
	padding-left: 10px;
}