@import url(table.css);

BODY{	
		background: #22231b url("/images/bg_bodygrad.png") center top repeat-x; 
		padding:0;
		font-family: Arial;
}

.clearboth {
	clear:both;
}
.clear {
	clear:both;
	xpadding-top:10px;
}

#anav { padding: 0 40px;
		height:18px;
		color: #eee;
		text-align:right;
		font-size: 70%;
}
#anav a:link { color: #da853d; text-decoration: none; }	
#anav a:active { color: #da853d; text-decoration: underline; }	
#anav a:visited { color: #da853d; text-decoration: none; }	
#anav a:hover { color: #da853d; text-decoration: underline; }	

#nav { 
	color: #da853d;
	font-size: 80%;
	margin: 4px 0;
}

#nav a { 
	padding: 0 0 0 30px;
}
	
#nav a:link { color: #da853d; text-decoration: none; }	
#nav a:active { color: #da853d; text-decoration: underline; }	
#nav a:visited { color: #da853d; text-decoration: none; }	
#nav a:hover { color: #da853d; text-decoration: underline; }	

#head { height:168px;
		background: url("/images/bg_head.jpg") left top no-repeat; }
		
#mid{ 	padding:0;}
		
#footer{}
		
#container { margin: 0 auto;
			width: 778px; 
}
#panel_container {
	padding:0; 
	margin: 0 auto;
	width: 100%; 
	overflow: hidden;
	xborder: yellow 1px solid;}

#panel_inner div, #panel_inner div, #footer .foot-nav, #footer .foot-main {
	background-color: #6b4727;
}	



#panel_inner div {
	
	border:0px solid #FFFFFF;
	float:left;
	margin-bottom: -1000px;
	margin-right: 8px;
	padding: 0 10px 1000px 10px;
	overflow:hidden;
}

div .col1 {
	width: 8.6em;
}

.col1 p {
	color: #fff;
	font-size: 70%;
	text-align: right;
	margin: -16px 1px 0 1px;
}

#panel_inner input {
	border: none;
	background-color: #fff;
	text-align: right;
	padding-right: 3px;
	color: #993300;
	width: 83px;
	font-size: 70%;
}

#panel_inner .submit1 {
	border: none;
	background-color: #003300;
	text-align: center;
	color: #fff;
	width: 50px;
	font-size: 70%;
}

#panel_inner .col2, #footer .foot-main {
	
	width: 75%;
	margin-right:0;
	padding-right:0.5em;
	margin-left:0;
	padding-left: 0;
}	

/* nmav:  nav list styles */
#mnav UL { 	margin-left:0; padding:0;	}


#mnav LI { 
	text-align:right;
	padding-right:15px;
	font-family: Arial;
	list-style:none;
	 background: url(/images/custom_arrow.png) right top no-repeat;  
}

 #mnav LI.even  { 

	 background: url(/images/custom_bullet.png) right top no-repeat;  
}

 LI, div LI a:link { color:#fff; text-decoration: none; font-size: 90%;	}
 div LI a:active   { color:#fff; text-decoration: underline; font-size: 90%; }
 div LI a:visited  { color:#fff; text-decoration: none; font-size: 90%; }
 div LI a:hover    { color:#fff; text-decoration: underline; font-size: 90%; }

#content a:link { color: yellow; text-decoration: none; }
#content a:active { color: yellow; text-decoration: underline; }
#content a:visited { color: yellow; text-decoration: none; }
#content a:hover { color: yellow; text-decoration: underline; }

#content input {
	border: none;
	background-color: #fff;
	text-align: left;
	padding-right: 3px;
	color: #993300;
	width: 110px;
	font-size: 70%;
}
#content input[type=checkbox] {
	width: auto;
}

#content .input-small {
	border: none;
	background-color: #fff;
	text-align: right;
	padding-right: 3px;
	color: #993300;
	width: 30px;
	font-size: 70%;
}

#content select {
	border: none;
	background-color: #fff;
	text-align: left;
	color: #993300;
	width: 110px;
	font-size: 70%;
}

#content textarea {
	border: none;
	background-color: #fff;
	text-align: right;
	padding-right: 3px;
	color: #000000;
	width: 150px;
	height:100px;
	font-size: 110%;
}

#content .submit1 {
	border: none;
	background-color: #003300;
	text-align: center;
	color: #fff;
	width: 100px;
	font-size: 70%;
}

#content {
	color:#CCCCCC;
	font-size: 99%;
	margin: 0;
	padding: 50px 50px 50px 50px;
}

#footer {margin:auto;}
#footer .foot-nav {
	
	background: url(/images/bg_lc.png) bottom left no-repeat;
	float:left;
	margin-right:8px;
	
	/*margin-top: -40px;
	padding-top: 40px;*/
	padding:  0 10px 0 10px ;
	width: 8.6em;
	height: 130px;
	
	}
#footer .foot-main{ height: 130px; float:left;
	background: #6b4727 url(/images/bg_rc.png) bottom right no-repeat;
}
#footer .foot-text{ 
	clear:both;
	padding: 0 14px;
}
#footer a:link { color:#fff;text-decoration:none; }
#footer a:active { color:#fff;text-decoration:underline; }
#footer a:visited { color:#fff;text-decoration:none; }
#footer a:hover { color:#fff;text-decoration:underline; }

/* font styles */
form {
	margin:0;
}

img {
	border: 0;
}

.strikethru {
	text-decoration: line-through;
}
	
.saleprice {
	color: #ff0000;
	font-weight: bold;
}
	
.caption {
	font-size: 70%;
}
	
.captionB {
	font-size: 70%;
	font-weight: bold;
	color: #fff;
}
	
.captionKO {
	color: #fff;
	font-size: 70%;
}

H1 {
	color:#f19242;
	font-size: 120%;
	font-weight: bold;
}

H2 {
	color:#da853d;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

H3, H4, H5, H6, H7 {
	color:#da853d;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.nav_link_section {
	font-size: 80%;
	padding: 0 5px;
}
.nav_link_page {
	font-size: 80%;
	padding: 0 10px;
}
