body {
	margin: 0;
	padding: 0;
	width: 800px;
	background: #f6f6f6;
	color: #104d2b;
	font-family: "Myriad Pro", "Myriad Roman", Myriad, sans-serif;
	font-size: 12px;
}

div#home_page {
	font-size: 14px;
}
table#header {
	margin: 0;
	padding: 0;
}
table#h_bar {
	margin: 0;
	padding: 0;
}

td#find img {
	border: 0;
}

td#need_bg {
	background-image: url('/images/layout_n/green_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	
}

div#menu {
	background: #104d2b;
	color: #dad8cb;
	width: 167px;
	margin: 0;
	padding: 0;
	float: left;
}
div#content {
	width: 623px;
	float: left;
	margin-left: 10px;
	
}
div.prod_shell {
	width: 560px;
	margin: 1px 1px 1px 1px;
}

div.prod_left {
	float: left;
	width: 270px;
	margin: 0 1px 0 0;
}

div.prod_left img {
	margin-top: 10px;
}


div.prod_right {
	float: left;
	width: 280px;
}

br {
	clear: both;
}


div#region_selector {
	display: block;
	background: #104d2b;
	color: inherit;
	width: 100%;
}

label#region_id_label {
	display: block;
	width: 45%;
	text-align: right;
	padding-right: 3px;
	background: #104d2b;
	font-weight: bold;
	color: #FFFFCC;
}


div#footer {
	width: 800px;
	text-align:center;
}
div#footer table {
	margin: 0 auto 0 auto;
	width: 600px;
}
div#footer p {
	text-align: center;
}
div#footer p img {
	border: 0;
}

div#footer a, a.hide {
	color: #174731;
	text-decoration: none;
	font-weight: normal;
}

div#footer a:hover {
	color: #174731;
	text-decoration: underline;
}

div#footer img {
border: 0;
}



div#hp_footer {
	text-align: right;
	font-weight: bold;
}



img.measure {
	margin-right: 3px;
	margin-bottom: 3px;
}
















/** menu **/
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#menu ul li {
	margin: 0;
	padding: 0;
}

div#menu ul li.level0 {
	color: inherit;
	background: #366b4d;
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px;
	display: block;
}


div#menu ul ul li {
	padding-left: 5px;
}

li.level0 {
	background: #104d2b;
	color: inherit;
}
li.level0:hover {
	background: #366b4d;
	color: inherit;
}

li.level1 {
	background: #104d2b;
	color: inherit;
	padding-left: 10px;
}
li.level1:hover, li.level0_n:hover {
	background: #366b4d;
	color: inherit;
}

li.level2 {
	background: #104d2b;
	color: inherit;
}
li.level2:hover  {
	background: #366b4d;
	color: inherit;
}


li.level1 a {
	color: #dad8cb;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 29px;
	width: 100%;
	background-image: url('/images/layout_n/paw.gif');
	background-repeat: no-repeat;
	background-position: 12px center;
}

li.level0_n a {
	color: #dad8cb;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 22px;
	width: 100%;
	background-image: url('/images/layout_n/paw.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

li.level2 a {
	background-image: url('/images/layout_n/paw.gif');
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #dad8cb;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 38px;
	width: 100%;
}

li#waymenu2, li#waymenu6, li#waymenu11 {
	color: inherit;
	background: #366b4d;
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px;
}

li#waymenu2:hover, li#waymenu6:hover, li#waymenu11:hover {
	color: inherit;
	background: #366b4d;
}











/** forms **/

label {
	width: 75px;
	text-align: right;
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.req {
	color: #ff0000;
	background: inherit;
	font-weight: bold;
}

input {
	float: left;
	display: block;
}






/** sample measure table **/


table#measure {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #104d2b;
}

table#measure td, table#measure th {
	padding: 2px;
}

table#measure thead th {
	text-align: center;
	background: #104d2b;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

table#measure tbody th {
	font-weight: bold;
}

table#measure tbody tr		{
	text-align:left;
	}
table#measure tbody tr.odd 	{
	background: #ffccff;
	border-top:1px solid #FFF;
}


table#measure tbody th a:hover{
	color:#FF8601;
	}

table#measure tbody tr td { 
	padding: 5px;
	background: #FFF;
	border: 1px solid #FFF;
	}

table#measure tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table#measure td a:link, table#measure td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table#measure td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}