/* CSS Document */
body,html {
text-align:center;
margin-top:0px;
padding-top:0px;
background-color:#FFFFFF;
background:url(../images/topbg.gif) repeat-x;
font-family:"Courier New", Courier, mono;
font-size:13px;
font-weight:bold;
color:#333;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
a {
	color:#C36;
}
a:hover {
	color:#36C;
}
#container {
text-align:center;
width:750px;
margin:auto;
}
#header {
height:114px;
}
	
#nav {
	text-align:center;
	padding-left:180px;
	}
/*- Menu Tabs */

    #tabs {
	float:left;
      width:100%;
      background:#303030;
      font-size:93%;
      line-height:normal;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:11px;
	  font-weight:bold;
      }
    #tabs ul {
	margin:0;
	padding:7px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("/images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:none;
      display:block;
      background:url("/images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

#content {
	text-align:left;
	padding-top:10px;
	min-height:400px;
	}

#footer {
	clear:both;
	text-align:center;
	font-size:11px;
	padding:20px;
	}
/* Buttons */
#addToCart {
	height:33px;
	display:block;
	position:static;
   background: url("/images/addtocart.png") 0 0 no-repeat;
   width:100px;
   height:33px;
   text-indent:-1000px;
   border:0px solid #FFF;
   margin-top:10px;
   }
#addToCart:hover {
   background-position: -100px 0;
   }
#addToCart:active {
   background-position: -200px 0;
   }
.addButton {
	background-color:#FFCCFF;
	color:#666;
	height:24px;
	width:100px;
	border:1px solid #666;
	}
.addButton:hover {
	background-color:#CCC;
	}
/*images*/
.productImage {
	float:left;
	border:10px solid #333;
	margin:15px;
	}
.productImage:hover {
	border:10px solid #999;
	}
/*Typography*/
blockquote {
	color:#666;
	}