/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #C2A67F;
	background-image: url("../images/bg_color.jpg");
	min-width: 964px; }	
	
/* COLOR REFERENCE

rust: #792A0C
yellow: #FFF200
link yellow:  #F3E44D
tan: #B18A61
brown: #311C11

*/

a {
	text-decoration: underline;
	color: #311C11; }
	
a:link {
	text-decoration: underline;
	color: #311C11; }
	
a:visited {
	text-decoration: underline;
	color: #442617; }
	
a:active {
	text-decoration: underline;
	color: #792A0C; }
	
a:hover {
	text-decoration: none;
	color: #311C11; 	}
	
/*ul li a:link {
	text-decoration: underline;
	color: #F3E44D; }
	
ul li a:visited {
	text-decoration: underline;
	color: #F6C949; }
	
ul li a:hover {
	text-decoration: none;
	color: #FFF888; }*/
	
ul li a:link {
	text-decoration: underline;
	color: #F3E44D; }
	
ul li a:visited {
	text-decoration: underline;
	color: #F6C949; }
	
ul li a:hover {
	text-decoration: none;
	color: #FFF888; }
	
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/ }
	
h2 { /* page titles */
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	padding: 0;
	font-weight: normal;	}
	
h3 { 
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	/* margin-top: 0.2em;
	margin-bottom: 0.1em; */ 	}
	
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;	}
	
li > p {
	margin-top: 0.2em;	}
	
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	
	
/* TOP ELEMENTS */

#topnav { /* sets the top background, black and texture */
	position: relative;
	height: 211px; 
	background-image: url("../images/bg_texture.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #C2A67F;
	margin: 0px auto; }
	
#topnav #header { /* holds the content */
	position: relative;

	width: 964px;
	margin: 0 auto; }
	
#logo {
  background-image: url("../images/header.jpg");
  width: 960px;
  height: 152px;
  margin:0;
  padding:0;  

  overflow:hidden;
 }

#logo h1 {
  text-indent: -1000em; 
  overflow:hidden;
  margin:0;
  padding:0;
  width:450px;
  height:150px;
}
#logo h1 a {
	display:block;
	width: 400px;
	height: 150px;	
}
#hBlock {
  margin:5px 100px 0 0; 
  padding:5px;
  float:right;
  width:300px;
  text-align:center;
  font-size:120%;
  background:#ff0;
  border:2px solid #333;
  opacity:.8;
  filter: alpha(opacity=80);

border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#hBlock p {
  opacity:1;
}
	
	
#topnav ul {
	margin: 0;
	padding: 7px 0;
	height: 25px;  }

#topnav ul li {
	margin: 0;
	padding: 0 10px;
	color: #FFF;
	display: inline; 
	list-style-type:none; }
	
#topnav .search {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 90px;
	color: #fff; }
	
#navDiv { /* main brown nav */
	background:transparent url("../images/nav.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 960px;
	font-size: 1.15em; }
	

	
#biker {
display:none;
	position: absolute;
	right: 1px;
	top: 39px;
	background-image: url("../images/biker.jpg");
	width: 269px;
	height: 242px; }
	
	
/* BODY PARTS */

#content {
  display:none;
  position: relative;
  overflow:hidden;
  margin: 0 auto;
  width: 956px;
  padding: 0; 
}

.middle-container {
  position: relative;
  margin: 0 auto;
  width: 956px !important;
  padding: 0; 
}

#sidebar {
	width: 167px;
	margin: 35px 0 0 -28px;
	background:transparent url("../images/sidebar_bg.jpg") repeat-y; 
        position:absolute;
	overflow:hidden;
	}
	
* html #sidebar { margin: 0; }
	
#sidebar .box {
	background: url("../images/sidebar_boxbg.jpg") repeat-y; 
	margin: 15px 0;
	padding: 0 10px;	}

#sidebar p.center {
	text-align:center;
}

#sidebar .box a {
	color:#fff;
	text-decoration:none;
}
#sidebar .bottom {
	background: url("../images/sidebar_bottom.jpg") repeat-y;
	margin: 0;  padding: 0;
	height: 10px;
	width: 167px; }
	
	* html #sidebar .bottom { margin-bottom: -5px; padding-bottom: -5px;  }
	
#sidebar h4 {
	padding: 0; 
	margin: 0;
	 }
	
#sidebar ul {
	padding: 0;
	margin: 0 0 0 15px;
	color: #FFF; }

#sidebar ul li {
	background: url("../images/bullet.jpg") no-repeat left center;
	list-style: none;
	padding: 0 0 0 15px; 
	margin: 0;	}
	
	#sidebar ul li a:link {
	text-decoration: underline;
	color: #EEE; }
	
	#sidebar ul li a:visited {
		text-decoration: underline;
		color: #FFF; }
		
	#sidebar ul li a:hover {
		text-decoration: none;
		color: #FFF888; }
	
#main {
  position:absolute;
  top:35px;
  margin-left:150px;
  width:750px;
}

#main .pagetitle {
	background: url("../images/pagetitle.jpg") repeat-y;
	padding: 0px 15px 10px 15px;
	margin: -4px 0 0 0; /* lining it up with the "brands" in the sidebar */ }
	
#main h2 {
	padding-top: 10px;
	margin-bottom: -0.7em;
	margin-top: 1.5em;
	color: #311C11; }
	
#main p {
	padding-bottom: 0;
	margin-bottom: 0; }
	
	
	
/* PRODUCTS */

#product_grid {
	padding: 1em 0 1em 0;
	margin: 0;
	width: 700px;	}

.product img {
	border: 3px solid #FFF200;	}

.product h4 {
	padding: 8px 0 0 15px;
	margin: 0; }
	
.product p {
	padding: 0 0 0px 15px;
	margin: 0;
	color: #792A0C; }
	
/* FOOTER */

.footer {
  width:auto;
}
#footer {
	clear: both;
	color: #792A0C;
	margin: 0 0 0 185px;
	padding: 5px 0;
	border-top: 1px solid #B18A61;
}
	
#footer p {
	font-size: .8em;
	padding: 0;
	margin: 0; }

p.binarym {
	padding:20px 0 0 0;
  font-size:90%;
  text-align:center;
}
p.binarym a {
  color:#52361e;
  text-decoration:none;
}
p.binarym a strong {
  color:#311f0f;
}
p.binarym a strong span {
  color:#611010;
}
p.binarym a:hover {
  color:#c2a67f;
}
p.binarym a:hover strong {
  color:#000;
}
p.binarym a:hover strong span {
  color:#c00;
}

