/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .74em/1.4em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333; 
	background: #000000 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #CC0000;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	background-color: inherit;
}



/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333333;	
}
h1 { font-size: 1.5em; color: #CC0000; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #CC0000;
}
ul span, ol span {
	color: #333333; 
}

/* images */
.right-hand-pics {float:right;width:250px;margin-left:5px;text-align:right;}



img {
	border: 2px solid #CC0000;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #666666;
}
a:hover img {  
  border: 1px solid #CC0000 !important; /* IE fix*/
  border: 1px solid #CC0000;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
	color: #CC0000;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
}




/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 95px;	
	background: #ffffff url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.7em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0;
	left: 5px;
	width: 361px;
}


/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 73%;		
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #CC0000;
	border-left:4px solid #CC0000;
}



/* Footer */
#footer { 
	clear: both; 
	color: #FFFFFF; 
	background: #CC0000; 
	border-top: 5px solid #000000;
	margin: 0; padding: 0; 
	height: 50px;	  	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFFFFF;
}


/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFFFFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFFFFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFFFFF;
}
/* end menu tabs */

#cart {
	float: right;
	color: #333333;
	font-size:120%;
}





/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  {	color: #BFBFBF; }
.style2 {color: #000000}
.style3 {color: #CC0000}


/*table */
table.prices {
	font-size:1.1em;
	margin-left: 15px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #CC6666;
}
table.prices th {
	width:190px;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.prices td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


.product {position:relative;width:131px;height:210px;border:1px solid #ccCCCC;margin:5px;text-align:center;float:left;}
.product img {border:1px solid #cccccc;margin:5px;}
.product p {font-weight:bold;font-size:11px;margin:0px;}
.addtocartform {height:25px;width:131px;position:absolute;top:185px;left:0px;}
.addtocartform form {font-size:10px;}

.cart table {border:0px solid black;text-align:center;}
.cart td {border:1px solid #808080;width:100px;}
.cart th {border:1px solid #808080;font-size:80%;}
.cart a {border:0px solid black;color:white;}
.thumb img {height:45px;border:0px solid black;}