﻿body {
	margin: 0; padding: 0;
	background: #808080;
	color: #333;
	font: 11px/1.5 verdana, sans-serif;
	background-image:url('../images/bg_page_new.png');
    background-repeat:repeat-x;
/*    background-position:bottom left; */
    height:100%;
    min-height: 100%;

}

.cleaner {
	clear: both;
	height: 1px; margin: 0;
	}
	
#main {
	position: relative;
	width: 1000px; height: 100%;
	margin: 0 auto;
	padding: 13px 0 0 0;
    }
    
#topbg {
	position: absolute; top: 0; left: 0; z-index: -1;
	width: 100%; height: 143px;
/*	background: #c0c0c0; */
/*	background-image:url('../images/bg_top_gradient.png'); */
/*    background-repeat:repeat-x; */
	}



	
#header {
	position: relative;
	width: 1000px; height: 130px;
	background: #f8f7ee;
	background-image:url('../images/header_bg.jpg');
	-moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -khtml-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    }

	}
	
div.logoimg
  {
  margin:10px;
  height:auto;
  width:auto;
  }
	

/* @group Header */

#header .logo {
	float: left;
	margin:15px;
	vertical-align: middle;
    }

#header .addthis_button {
	float: right;
	margin-top:60px;
    margin-right:20px;
    }

#header .buy {
	float: right;
	margin:10px;
	vertical-align: middle;
    }

#hdr-overlay {
	position: relative; top: -15px; left: 14px;
	width: 1000px; height: 145px;
	}
#header h1 {
	display: none;
	}
#header .box {
	position: absolute; top: 6px;
	width: 75px; height: 25px;
	background: silver;
	}
#hdr-box1 { left: 15px }
#hdr-box2 { left: 100px }
#hdr-box3 { left: 185px }
#hdr-box4 { left: 270px }

#header h2 {
	position: absolute; top: 65px; right: 140px;
	margin: 0;
	width: 8em;
	font-size: 15px;
	line-height: 1.33;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: white;
	}

/* @end */

/* @group menu */

#menu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
	}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 12.5%;
	}
#menu a {
	position: relative;
	display: block; 
	margin: 1px;
	height: 24px;
	font-size: 10px;
	font-weight:bold;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: gray;
	color: white;
	}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #e0e0e0;
	}
#menu a.sel {
	background: silver;
	font-weight:bold;
	color: black;
	}
	
#menu a.sel2 {
	background: #e21744;
	font-weight:bold;
	color: white;
	}
	
#menu a:hover {
	background: #333;
	font-weight:bold;
	color: #ccc;
	}



#topmenu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
	}
#topmenu li {
	float: right;
	margin: 10; padding: 0;
	width: 16.66%;
	}
#topmenu a {
	position: relative;
	display: block; 
	margin: 1px;
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #f8f7ee;
	color: black;
	}
#topmenu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #f8f7ee;
	}
#topmenu a.sel {
	background: silver;
	color: black;
	}

#topmenu a:hover {
	background: #ed1b24;
	color: white;
	}


#content {
	background: #f8f7ee;
	padding: 1px;
	color: #333;
	background-image:url('../images/content_shadow.png');
    background-repeat:repeat-x;
		}
		
#content a {
	padding: 2px 3px;
	}
#content p {
	margin: 0.25em 0;
	}
	
/* @Left Column */	
#left {
	float: left;
	width: 200px;
	padding: 10px 20px;
	}
#left hr {
    border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 1px;
	margin: 10px 0 10px 0;
	text-align: left;
    }
	
#left h3 {
	margin: 0.5em 0 0.3em;
	font-size: 18px;
	font-weight: normal;
	}
#left dt {
	float: left;
	font-weight: bold;
	}
#left dd {
	margin: 1em 0 1em 6em;
	}
#ico {
	float: left;
	padding: 5px;
	}
#left h4 {
	font-size: 100%;
	font-weight: bold;
	}
#left ul {
	margin: 0 0 0 6em; padding: 0;
	color: red;
	list-style-type: round;
	list-style-position: inside;
	}
	
/* @Right Column */

#right {
	float: right;
	width: 725px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 10px;
	border-left: 1px dotted gray;
	min-height: 750px;
	}

#right hr {
    border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 1px;
	margin: 10px 0 10px 0;
	text-align: left;
    }
#right p {
	line-height: 150%;
	}

#right .saleprice {
    font-weight:bold;
	color: Red;
	}


#right h3 {
	clear: left;
	margin: 0.5em 0 0.3em 0;
	font-size: 18px;
	}
#right h3 span {
	display: inline-block;
	width: 9px; height: 9px;
	margin-right: 1em;
	border: 1px solid silver;
	vertical-align: middle;
	}
#right .photo {
	float: left;
	margin: 0 15px 15px 0;
	}
#right h4 {
	margin: 0.5em 0 0.3em 0;
	font-size: 100%;
	font-weight: bold;
	font-size: 12px;
	color: Gray;
	}
#right .link {
	text-align: right;
	}
#rbox {
	float: left;
	position: relative;
	width: 180px;
	margin: 15px 0 20px 0;
	padding: 2px 5px 2px 30px;
	font-size: 10px;
	line-height: 1.2;
	}
#rbox span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: white;
	}
#right button {
	float: right;
	margin: 15px 0 20px 0;
	width: 150px;
	height: 30px;
	background: gray;
	color: black;
	border: 1px solid silver;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	}

fieldset {    
float: left;    
clear: both;    
width: 100%;    
margin: 0 0 1.5em 0;    
padding: 0;    
border: 1px solid #BFBAB0;    
background-color: #F2EFE9;    
}

legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;  
}  
fieldset.submit {  
border-style: none;  
}
fieldset.submit {    
float: none;    
width: auto;    
border-style: none;    
padding-left: 12em;    
background-color: transparent;    
}
label {    
float: left;    
width: 10em;    
margin-right: 1em;    
text-align: right;  
}





#footer {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
#footer a {
	padding: 3px 5px;
	}

#subfooter {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	text-align: center;
	}

#pagebottom {
    height:50px;
    
	}


