body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #666;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, strong { color:#993300; }
h1{ font-size:2em; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }

img {border:0;
}

[disabled] {
color:#111;
background-color:#fff;
}

blockquote {
	background: transparent url(/images/leftquote.gif) left top no-repeat;
	margin:3em 0 0 0;
	padding:0;
	width:70%;
}
blockquote p {
	padding: 0 48px;
}
blockquote span {
	color: #9E4B2E;
	display:block;
	font-weight:bold;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content{
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {	background: white url('../images/bg02-white-left.png') no-repeat left top; }
#menu-top {	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#9E4B2E;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover, #menu-top .current { background-position:0% -42px; }
#menu-top a:hover span, #menu-top .current span {	background-position:100% -42px; }

#wrapper-header { background: transparent url('../images/bg.png') top center repeat-x; }
#wrapper-header2 { background: transparent url('../images/bg02-blue-left.png') top left no-repeat; }
#wrapper-header3 { background: transparent url('../images/bg02-blue-right.png') top right no-repeat; }

#wrapper-content { background: white url('../images/bg02-white-left.png') no-repeat left top; }
* html #wrapper-content { height: 1%; }

#content { 	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	padding: 5px 5px 0px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('../images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

* html #wrapper-menu-page { margin-right: 15px; }
#menu-page { padding-top: 5px; }

#menu-page h3 {
	font-size: 95%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #9E4B2E;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: .5em;
	text-align: center;
	background: transparent url('../images/footer_wrapper_bg.png') top center repeat-x;
    border-top:1px solid black;
}
#footer strong {
    color:black;
}

table#footer {
	width:85%;
    text-align:left;
    color:black;
    font-size:.85em;
	border: 0;
    padding:0;
    margin: 0  auto;
    background: #DDCFC6 url('../images/footer_bg.png') top center repeat-x;
	clear: both;
	line-height:1.2em;
    border-collapse:collapse;
    }

table#footer td {
    padding:5px 10px;
}
table#footer td.address {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-size:1.1em;
}

table#footer td.hours {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    font-size:1.1em;
}

table#footer td.phone {
    border-bottom: 1px solid black;
    font-size:1.1em;
}

table#footer td.copy {
}
table#footer td.copy a {
color:black;
}
table#footer td.cc {
    border:1px solid black;
    border-top:0;
    width:121px;
    padding:0;
    background:white;
    vertical-align:center;
}

table#footer td.network {
    border-left: 1px solid black;
    width:16em;
}

table#footer td.network a {
   display:block;
   vertical-align:middle;
   clear:left;
   padding-top:2px;
   color:black;
   border:1px solid black;
   border-bottom:0;
   height:15px;
    width:15.5em;
    text-decoration:none;
}

table#footer td.network a.last {
border-bottom:1px solid black;
}

table#footer td.network a img {
    display:block;
    float:left;
    vertical-align:middle;
    margin:-2px 7px 0 0;
    height:17px;
}

table#footer td.network a:hover {
    background: url(../images/bg.png) repeat-x;
    background:#A45539;
    color:white;
    
    }


#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: black;
}

	

#frame {
	float: right;
	margin:1.5em 0 1em 1em;
	width:355px;
	height:284px;
	text-align:center;
}

#order input,select {
    background-color:#eee;
	border:1px solid silver;
	padding:1px;
}

#order table input {
    padding:.5em;
    font-size:1.2em;
}
#order table{
	border:1px solid gray;
	border-collapse:collapse;
	width:90%;
	text-align:center;
	margin:.5em 1em;
}
#order tr td {
	border:1px solid silver;
	padding:.25em;
}

#order th {
border:1px solid silver;
font-weight:bold;
padding:.25em 1em;
background-color:#eeeeee;
}

#order input:focus { background:#fdd; }
#order tr:hover { background:#FFFbFb; }

#ordernow {
	display:block;
	margin:2em .5em;
	height:55px;
	width:170px;
	background:url(../images/order_now.png);
}

#accessories {
	display:block;
	margin:2em .5em;
	height:55px;
	width:170px;
	background:url(../images/accessories.png);
}

#accessories:hover { background:url(../images/accessories_hover.png); }

#ordernow:hover { background:url(../images/order_now_hover.png); }

#chat { padding-left:20px; }


div .header {
    background-color:white;
}

.small {  font-size:.8em; }
.smaller { font-size:.7em; }

.sub {
color: #666;
font-size:.8em; 
}

.inset { float:left;
	border-right:1px solid silver;
	margin-right:1em;
	clear:left;
}

.section { border-bottom:1px solid silver;
	clear:left;
	margin-right:250px;
}

.left { 	float:left;
	width:340px;
}
.left h2,.right h2 {
    margin-right:0;
}
.right {
    float:right;
    width:320px;
    padding-left:1em;
}

.step {
    width:90%;
    clear:left;
    border-top:1px solid silver;
    margin:1em;
    border:1px solid silver;
}
.step h3,.step h2, .step h4, .step h5{
    margin:0 0 0 1em;
}

.step label {
    width:100px;
    display:block;
    float:left;
    clear:left;
    text-align:right;
}

.highlight, .left_highlight {
    text-align:center;
    margin:20px 0 0 0 ;
    background: transparent url('/images/menu.png') no-repeat;
    line-height:1em;
}
.left_highlight {
    background: transparent url('/images/left_highlight.png') no-repeat;
    width:150px;
    margin:20px auto 0;
	}



.highlight h3, .left_highlight  h3 {
    padding-top:3px;
}
.left_highlight a:hover h3{
    color:black;
}

.check {
list-style:none;
margin-left:.5em;
}
.check strong {
    color:black;
}

.check li {
background:url('/images/checkbox.gif') no-repeat left;
padding:.75em .5em .5em 40px;
font-weight:bold;
font-size:.9em;
letter-spacing:.085em;
}

.error {
color:red;
}

.box {
border-bottom:1px solid silver;
padding-bottom:1em;
}
.box h2 {
padding:.3em 1em;
font-size:1.4em;
}

.box p {
padding: 0 1em .1em;
margin:0;
}

.box a img {
border:1px solid black; 
margin: 0 1.1em .25em; 
float:left;
}

a:link, a:visited { color: #9E4B2E; text-decoration: underline; }
a:hover{ color: #666; text-decoration: none; }


/* LIGHTBOX CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
