html,
body,
form
{
    margin:0px;
    padding:0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color:#010010;
	background-image:url(../images/lg_bg.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
}

/* Primary Layout */

#frame
{
    text-align:center;
}

#page
{
    width:801px;
    min-height:100%;
    margin:0px auto;
    background-image:url(../images/page_bg.gif);
    background-repeat:repeat-y;
}

#header
{
    background-image:url(../images/hdr_main.jpg);
    background-repeat:no-repeat;
    background-position:top;
    height:166px;
}

#middle {
    padding:20px;
    text-align:left;
}

#footer
{
    clear:both;
    background-image:url(../images/ftr_bg.gif);
    background-repeat:no-repeat;
    background-position:top;
    padding:20px 0px;
    background-color:#010010;
    color: #666666;
    font-size:0.8em;
}

#footer a {
	color: #666666;
}

/* Menu */
#menu
{
    position:relative;
    top:130px;
}

#menu ul
{
    margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

#menu li
{
    margin-left:80px;
    display:inline;
}

#menu a
{
    background-repeat:no-repeat;
    background-position:center center;
    display: block;
	float: left;
	height: 36px;
	padding: 0px 60px 0 90px;
	text-decoration: none;
}

#menu_home {
    background-image:url(../images/menu_home.gif);
}

#menu_gear {
    background-image:url(../images/menu_gear.gif);
}

#menu_about {
    background-image:url(../images/menu_about.gif);
}

#menu_location {
    background-image:url(../images/menu_location.gif);
}

#menu_contact {
    background-image:url(../images/menu_contact.gif);
}




h1 {
	font-size: 2em;
	color: #111111;
	margin-top:10px;
}

h2 {
	font-size: 1.6em;
	color: #222222;
}

h3 {
	font-size: 1em;
	color: #333333;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.right {
	float: right;
	margin: 15px 0 10px 20px;
}

/* Latest Post */

.latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}



.title {
	margin: 0;
	color: #222222;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a
{
    margin-right:6px;
    text-decoration:none;
    font-size:.8em;
}

input
{
    background-color:#FAFAFA;
    border:solid 1px #CCCCCC;
}

#content {
	float: left;
	width: 450px;
	padding: 0px 0px 0px 10px;
}

/* Sidebar */

#sidebar 
{
	float: right;
	width: 230px;
	padding: 0px 10px 11px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
    list-style-image:none;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(../images/bullet.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	padding: 10px 0 3px 10px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Sidebar Content Format */

#sidebar div
{
    padding:6px 0px 6px 20px;
}

#sidebar li input:hover
{
    background-color:#FFFFFF;
}

#emailForm input
{
    margin-bottom:6px;
    
}

ul.products 
{
    padding-left:20px;
    margin-left:0px;
    list-style-image: url(../images/bullet2.gif);
}

.products li
{
	border-bottom: 1px solid #E7E7E7;
	margin-bottom:20px;
}

.products .title
{
    margin-bottom:6px;
}

.products li img
{
    border:solid 1px #666666;
    float:left;
    margin:0px 10px 4px 0px;   
}

.products .links
{
    clear:both;
    text-align:left;
    margin:0px 0px 6px 0px;
}


#emailForm textarea
{
    height:200px;
    width:350px;
}

#emailForm input[type="submit"]
{
    margin-top:6px;
}

.annotation
{
    font-size:.8em;
}

.detailphoto
{
    height:200px;
    margin:10px;
    border:solid 2px #666666;
}

.post .note
{
    text-align:right;
}

.pop
{
    color:#F46101;
}

li.favorites_item img
{
    display:block;
}

li.favorites_item
{
    list-style-type:none;
    list-style-image:none;
}

.pager
{
    overflow: hidden;
	width: 100%;
}

.pager .prev
{
    float:left;
    text-align:left;
    width:200px;
}

.pager .next
{
    float:right;
    text-align:right;
    width:200px;
}

li.external
{
    font-style:italic;       
}

.clearing
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#inventoryheader
{
    margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

#inventoryheader h2
{
    float:left;
    width:300px;
    margin:0px;
}

#inventoryheader #search
{
    margin-top:6px;
    float:right;
    text-align:right;
    width:300px;
}


/* Revised Details Page */

#product_details
{
    margin:0px 10px;
    text-align:left;
    line-height:2;
}

#product_details #attributes
{
    float:right;
    padding-left:20px;
    width:360px;
}

#product_details #images
{
    float:left;
    width:350px;
}


/* Photo Gallery */

div.gallery_wrapper
{
    background:#000;
    color:#555555;
    padding:10px;
}

.gallery_wrapper p
{
    padding-bottom:0px;
    margin-bottom:0px;
}

ul.gallery_upgrade 
{
    width:100%;
    margin:0px;
    padding:0px;
}

ul.gallery_upgrade li
{
    width:60px;
    height:60px;
}

ul.gallery_upgrade li img
{
    border:solid 2px #e6e6e6;
}

div.gallery_upgrade
{
    position:relative;margin-top:2em;
}

#main_image
{ 
    clear:both; 
    margin-top:10px;
    width:330px; 
    text-align:center;
    background:#000;
    font-size:.01em;
    line-height:0px;
}

#main_image img
{ 
    border:solid 1px #ffffff;
    width:318px;
}

#lightbox-infoContainer
{
    text-align:center;
}

#inquire
{
    margin:0px auto;
    height:70px;
    width:240px;
    background-image:url(../images/inquire.jpg);
    background-repeat:no-repeat;
}

.inquire_block
{
    margin-top:10px;
    text-align:center;
}

#inquire_link img
{
    margin:0px auto;
}

.focus
{
    text-align:center;
}

.focus img
{
    margin:10px auto;
}

h4
{
    color:#222233;
    margin:4px 0px;
}

#location .post
{
    margin-left:10px;
}


#location .post
{
    margin-left:10px;
}

#location .details
{
    margin-left:50px;
}