/* @override 
	http://prwagencies.vtc.net.au/css/basic/custom.css
	http://www.prwagencies.com.au/css/basic/custom.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
		font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #42410C;
	color: #403f0c;
	float: left;
	width: 100%;
	border-top: 9px solid #660000;
}

a:link, a:visited {
	color: #c86c00;
	text-decoration: none;
}

a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 0px dotted #999;
	cursor: help;
}

h1 {
	color: #993300;
	
	padding: 10px 10px 0 10px;
	font: italic 31px Georgia, Arial, Verdana, sans-serif;
	}

h2 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 22px;
	color: #930;
}

h3 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #504f0f;
	color: #930;

}

h4 {
	font-size: 13px;
	padding: 0;
	margin: 15px 0 0 0;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
	}


th, td {
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

#body_1.body p{
	color:#C0C097 ;
}
p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	background: #f60 url(/images/interface/error_bkg.gif) repeat-x 0 100%;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.87;
}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
	opacity: 1;
}

/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative; /* logo position relies on this */
}

#container {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	background-color: transparent;
}

#header {
	width: 900px;
	height: 186px;
	background-color: transparent;
	background: transparent url(/images/interface/logo.jpg) no-repeat right top;
	
}
/* @group topnav */
#topnavig {
	float: left;
	padding: 0;
	width: 100%;
	height: 89px;
	margin: 0;
	
		
}

/* @end */
/* @group nav */
#nav {
	float: left;
	margin: 0px;
	display: inline; /* combat IE6 Doubled float-margin bug */	background:transparent url(/images/interface/border-navigation.jpg) repeat-x 0px 33px;
	height: 40px;
	margin-top: 89px;
}



/* @group lev1 */

.lev1 {
	float: left;
	width: 890px;
	text-align: left;
	padding: 0px 0 1px 10px;
	margin: 0px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	


}

.lev1 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 30px;
}

.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #F2EEDA;
	letter-spacing: 2px;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.lev1 li a:hover, .lev1 li a:active {
	background-image: none;
	color: #fff;
	border-bottom: 3px solid #FFFFFF;
}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	border-bottom: 3px solid #998154;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
border-bottom: 3px solid #998154;
}

/* @end */

/* @end */
#navimage  {
	float: left;
	height: 58px;
	overflow: hidden;
	width:900px;
	background:#42410C url(/images/interface/wine-barrel-skinny.jpg) no-repeat top left;
	border-right: 1px solid #333300;
	border-left: 1px solid #333300;

}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background:#F2EEDA url(/images/interface/content-background-innerpage.jpg) no-repeat;
	border: 1px solid #333300;
	padding-bottom: 10px;
	border-top: none;
}

/* @group home columns */

body.body_1 #columns {
	float: left;
	width: 100%;
	min-height: 320px;
	margin: 0;
	padding: 0;
	background:transparent url(/images/interface/content-background.jpg) no-repeat;
	border: 0px;
}

body.body_1 #navimage {
	float: left;
	height: 155px;
	overflow: hidden;
	width:900px;
	background:#42410C url(/images/interface/wine-barrel.jpg) no-repeat;
	
}

body.body_1 #sidebarR h1.embedtitle {
	color: #c90;
	padding: 0;
	margin: 10px 0;
	font: italic 18px/22px Georgia, "Times New Roman", Times, serif;
}
body.body_1 #sidebarR .article {
	color: #C0C097;
	padding: 0;
	margin: 10px 0;
}

body.body_1 h1 {
	color:#C0C097;
	font-size: 22px;
	line-height: 28px;
}

/* @end */

#main {
	float: left;
	width: 497px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 25px 40px 0 40px;
	background-color: transparent;
	margin: 0 0 10px 0;
	
}

#sidebarL {	
	float: left;
	width: 170px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0 10px 0 10px;
	padding: 0;
}

#sidebarR {	
	float: right;
	width: 280px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 50px 10px 0px 0px; 
	padding: 0;
}

#footer {
	float: left;
	width: 900px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size:10px;
	line-height: 14px;
	padding: 7px 0;
	margin: 10px 0 0 0px;
	color: #999;
	text-transform: lowercase;
	/*clear: both; apparently redundant because of width */
	background-color:transparent;
	border-top: 1px solid #7A6844;

}

/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 235px;
	height: 129px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0 55px 0 0;
	position: absolute;
	right: 0px;
	z-index: 10; /* display above sidebarR margin-top */
}

/* @end */

/* @group main */

#main .article, #main .article .article {
	line-height: 18px;

	padding: 0 0px 0 0px; /* 1px padding to prevent margin collapse */
	margin: 0 0 20px 0;
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#main h1.pagetitle {
	color: #993300;
	margin: 0 -10px 10px -10px; /* counteract .article padding */
	padding: 10px 10px 0 10px;
	font: italic 16px Georgia, Arial, Verdana, sans-serif;
	font-size: 31px;
}

#main h1.embedtitle{
	color: #993300;
	margin: 0 -10px 10px -10px; /* counteract .article padding */
	padding: 10px 10px 0 10px;
	font: italic 16px Georgia, Arial, Verdana, sans-serif;
	font-size: 24px;
}	
#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 0px dotted #ccc;
	text-decoration: none;
	font-size: 12px;
	
}

#main .body a:hover, #main .body a:active {
	border-bottom: 0px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* @end */

/* @group sidebar */

/* @group siderbar R */

/* @group sidebar article */

#sidebarR .article {
	margin: 0 0 10px 0;
	padding: 1px 10px 1px 10px;
	float: left; /* required to stop images escaping */
	width: 240px; /* required beause float collapses width */
	display: inline;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #42410c;
	 /* required because IE6 loses the border on LI with summary */
	clear: both;
	
}

.children li {
	position: relative;
	padding: 8px 0;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #42410c;

	
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
	
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	color: #A53300;
	border-color: #42410c;
	
}

.children li .summary  {
	font-size: 13px;
	line-height:20px;
	color: #333300;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 0px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 0px solid #666;
}

/* @end */

/* @end */

#sidebarR h1.embedtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #930;
	padding: 0;
	margin: 10px 0;
}


#sidebarR .article p {
	padding: 0;
	margin: 10px 0;
	
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	border-bottom: 1px dotted #c16c00;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #f60;
	border-bottom: 1px solid #c36e04;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

/* @end */

/* @group sidebar cart */

#sidebarR p.error {
	margin: 0 0 10px 0;
	float: left; /* required to stop images escaping */
	width: 179px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */









/* @group lev2 */

#sidebarR .lev2 {
	float: left;
	padding: 0 0 20px 0;
	margin: 20px 0 20px 0;
	list-style-type: none;
	width: 250px;
	border-bottom: 1px solid #b78955;
}

#sidebarR .lev2 li {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 100%;
	
}

#sidebarR .lev2 li.hilite {
	background-color: transparent;
}

#sidebarR .lev2 li.first {
	
}

#sidebarR .lev2 li.last {
	margin-bottom: 0;
	color: #4D4C1C;
}

#sidebarR .lev2 li a:link, #sidebarR .lev2 li a:visited {
	/*float: left;*/
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding: 0 5px 0 10px;
	text-decoration: none;
	color: #42410c;
	margin: 10px 0 1px 0px;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%; /**/

}

#sidebarR .lev2 li a:hover, #sidebarR .lev2 li a:active {
	
}

#sidebarR .lev2 li.hilite a:link, #sidebarR .lev2 li.hilite a:visited {
	color: #42410c;
	font-size: 15px;
	
}

#sidebarR .lev2 li.hilite a:hover, #sidebarR .lev2 li.hilite a:active {
	
}

/* @end */

/* @group lev3 */

#sidebarR .lev3 {
	float: left;
	padding: 0 0 1px 0px;
	margin: 0;
	list-style-type: none;
	width:270px;
	
	
	
}

#sidebarR .lev2 li .lev3 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	
	float:left;
	width: 100%;
	

	
	
	
	
}

#sidebarR .lev2 li .lev3 li.hilite {
	
}

#sidebarR .lev2 li .lev3 li.first {
	
}

#sidebarR .lev2 li .lev3 li.last {
	
}
/*LEVEL3*/
#sidebarR .lev2 li .lev3 li a:link, #sidebarR .lev2 li .lev3 li a:visited {
	/*float: left;*/
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	margin: 0;
	font: normal 12px/14px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	padding-left: 25px;
	/* hide from mac ie \*/
	/*height: 1%; */
			color: #c86c00;


}

#sidebarR .lev2 li .lev3 li a:hover, #sidebarR .lev2 li .lev3 li a:active {
	background-color: transparent;
	color: #aaa85b;

	
}

#sidebarR .lev2 li .lev3 li.hilite a:link, #sidebarR .lev2 li .lev3 li.hilite a:visited {
	background: #fff;
	color: #42410c;
	background:url(/images/interface/bullet.gif) left no-repeat;
	padding-left: 25px;
		
}

#sidebarR .lev2 li .lev3 li.hilite a:hover, #sidebarR .lev2 li .lev3 li.hilite a:active {
	/*color: #000;*/
	
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #ccc;
	margin: 0 10px;

}

#footer .right {
	float: right;
	color: #2b2b07;
	margin: 0 10px;
	font-size: 11px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #C0C097;
	
}

#footer a:link, #footer a:visited {
	color: #C0C097;
	border-bottom: 1px dotted #666;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #C0C097;
}

#footer a.hilite {
	border-bottom: 1px solid #C0C097;
	
}

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */

/* @group gallery */

.gallery div {
	float: left;
	/*margin: 0 28px 28px 0;*/
	margin: 0 10px 10px 0;
}
.gallery div.row_end {
	/*margin: 0 0 28px 0;*/
	margin: 0 0 10px 0;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

/* @end */


.quote{
	background: #fbf8ec url(/images/interface/quote.gif) no-repeat top left;
	padding: 15px ;

	
}


.centertext{
	text-align: center;
	float: left;
	color: #993300;
}
div.wine_table{
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
}

div.wine_table tbody{
	width: 100%;
}
div.wine_table td{
	margin: 0px;
	border-bottom: 1px solid #d8c3a8;
	font-size: 12px;
	padding: 2px;
	vertical-align: top;
}

.wineries_logo{
	float: right;
	vertical-align: top;
}
.space{
	margin-top: 100px;
}

/* @group praise */

.praise {
	padding: 1px 15px 15px 15px;
	background-color: #fbf8ec;
		line-height: 18px;

}
.praise i{
	font-size: 12px;
	color: #65672e;
}
.praise h3 {
	margin: 30px 0 5px 0;
	display: block;
	font-size: 14px;
}

/* @end */

/* @group porfolio */










/* @group lev2 */

#body_9.body .lev2 {
	float: left;
	padding: 0;
	margin: 20px 0 30px 0;
	list-style-type: none;
	width: 100%;
	
	
}

#body_9.body .lev2 li {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 100%;

}

#body_9.body .lev2 li.hilite {
	background-color: transparent;
}

#body_9.body .lev2 li.first {
	
}

#body_9.body .lev2 li.last {
	margin-bottom: 0;
	color: #4D4C1C;
}

#body_9.body .lev2 li a:link, #body_9.body .lev2 li a:visited {
	/*float: left;*/
	display: block;
	font-size: 18px;
	line-height: 25px;
	padding: 0 5px 0 0px;
	text-decoration: none;
	color: #42410c;
	margin: 10px 0 1px 0px;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%; /**/
	border-bottom: 1px solid #dcbb85;
}

#body_9.body .lev2 li a:hover, #body_9.body .lev2 li a:active {
	
	color: #aaa85b;
}

#body_9.body .lev2 li.hilite a:link, #body_9.body .lev2 li.hilite a:visited {
	color: #a66400;
	
}

#body_9.body .lev2 li.hilite a:hover, #body_9.body .lev2 li.hilite a:active {
	
}

/* @end */

/* @group lev3 */

#body_9.body .lev3 {
	float: left;
	padding: 0 0 1px 0px;
	margin: 0;
	list-style-type: none;
	
	
	
}

#body_9.body .lev2 li .lev3 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	
	float: left;
	width: 100%;
	

	
	
	
	
}

#body_9.body .lev2 li .lev3 li.hilite {
	
}

#body_9.body .lev2 li .lev3 li.first {
	
}

#body_9.body .lev2 li .lev3 li.last {
	
}
/*LEVEL3*/
#body_9.body .lev2 li .lev3 li a:link, #body_9.body .lev2 li .lev3 li a:visited {
	/*float: left;*/
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	margin: 0;
	font: normal 12px/14px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	padding-left: 25px;
	/* hide from mac ie \*/
	/*height: 1%; */
		border-bottom: none;
		color: #c86c00;

}

#body_9.body .lev2 li .lev3 li a:hover, #body_9.body .lev2 li .lev3 li a:active {
	background-color: transparent;
	color: #c90;
}

#body_9.body .lev2 li .lev3 li.hilite a:link, #body_9.body .lev2 li .lev3 li.hilite a:visited {
	background: #fff;
	color: #42410c;
	background:url(/images/interface/bullet.gif) left no-repeat;
	padding-left: 25px;
		
}

#body_9.body .lev2 li .lev3 li.hilite a:hover, #body_9.body .lev2 li .lev3 li.hilite a:active {
	/*color: #000;*/
	
}

/* @end */













/* @end */

