/* global reset
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }

* { margin: 0; padding: 0; }


/* layout
-----------------------------------------------------------*/

html {
	padding: 0 0 50px 0;
}

body {
	font: .75em Verdana, sans-serif;
	color: #111;
	background: url(../images/gradient.jpg) top left repeat-x #999;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
}

/* header + top flash
-----------------------------------------------------------*/

#header {
	width: 760px;
	float: left;
}

/* logo */
.logo {
	width: 404px;
	height: 86px;
	text-indent: -8000px;
	overflow: hidden;
	background: url(../images/logo.jpg) top left no-repeat;
	display: block;
	float: left;
}

/* secure website badge */
.secure_web {
	margin-top: 17px;
	width: 171px;
	height: 57px;
	text-indent: -8000px;
	overflow: hidden;
	background: url(../images/secure_web.jpg) top left no-repeat;
	display: block;
	float: right;
}

#flash {
	padding-bottom: 27px;
	width: 760px;
	font-size: 0;
	background: url(../images/header_bg.gif) bottom left no-repeat;
	float: left;
}

/* content
-----------------------------------------------------------*/

#content {
	padding: 8px;
	width: 744px;
	background: url(../images/main_bg.gif) top left repeat-y;
	float: left;
}

/* left column + main nav */
.left_col {
	padding: 0 5px;
	width: 189px;
	font-size: 90%;
	float: left;
}
.left_col ul {
	margin: 0;
	list-style: none;
}
.left_col ul li a, .left_col ul li a:visited {
	padding: 3px 7px;
	width: 175px;
	border-bottom: 1px solid #c1c1c1;
	display: block;
}
.left_col ul li a:hover {
	background: #f2f2f2;
}
.left_col h4 {
	margin: 0;
	padding: 3px 7px;
	width: 175px;
	color: #fff;
	background: #999;
	display: block;
}
.left_col p {
	margin: 15px 0 0 0;
	padding: 0 7px;
	width: 175px;
	font-weight: bold;
	color: #336699;
}

/* nav order now button */
.nav_order, .nav_order:visited {
	padding: 1px 0 10px 40px;
	height: 20px;
	background: url(../images/nav_order.gif) 5px 0 no-repeat;
	border-bottom: 1px solid #c1c1c1;
	font-weight: bold;
	text-transform: uppercase;
	color: #B28108;
	display: block;
}
.nav_order:hover {
	background: url(../images/nav_order_hover.gif) 5px 0 no-repeat;
}

/* right column + main content */
.right_col {
	padding: 0 20px;
	width: 499px;
	float: right;
}
.main_titles {
	padding-bottom: 5px;
	display: block;
}

/* home graphic order button */
.home_order {
	margin: 0 0 5px 20px;
	width: 205px;
	height: 312px;
	background: url(../images/home_order.jpg) top right no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
	float: right;
}

/* buy form */
#orderform {
	width: 499px;
	float: left;
}
#orderform fieldset {
	padding: 10px;
	margin-bottom: 2px;
	background: url(../images/double_divide.gif) top right repeat-y #eeeff3;
}
#orderform fieldset.legend {
	background: url(../images/double_divide.gif) top right repeat-y #e1e2e7;
}
#orderform fieldset.submit {
	background: #eeeff3;
}
#orderform fieldset.submit input.button {
	margin-top: 7px;
	width: 162px;
	height: 34px;
	background: url(../images/proceed_address.jpg) top left no-repeat;
	border: 0;
	float: left;
	cursor: pointer;
}
#orderform img.paypal {
	float: right;
	cursor: pointer;
}
#orderform ul {
	margin: 0;
	list-style: none;
	width: 100%;
	list-style: none;
}
#orderform ul li {
	float: left;
}
#orderform ul li.description {
	padding-right: 20px;
	width: 310px;
}
#orderform ul li.price {
	padding-right: 20px;
	width: 70px;
}
#orderform ul li.quantity {
	width: 50px;
}
#orderform ul li.quantity input {
	width: 50px;
}

/* address form */
.address {
	width: 499px;
	float: left;
}
.address fieldset {
	padding: 10px;
	margin-bottom: 2px;
	background: url(../images/single_divide.gif) 160px 0 repeat-y #eeeff3 !important;
}
.address fieldset.street {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.address fieldset.phone span {
	padding: 0 5px;
	float: left;
}
.address fieldset.legend {
	background: #e1e2e7 !important;
}
.address label { 
	margin-right: 30px;
	width: 140px;
	float: left;
	display: block;
}
.address input {
	float: left;
	display: block;
}
.address fieldset.submit {
	background: #eeeff3 !important;
}
.address fieldset.submit input.button {
	margin-top: 7px;
	width: 197px !important;
	height: 34px;
	background: url(../images/proceed_confirmation.jpg) top left no-repeat !important;
	border: 0;
	float: left;
	cursor: pointer;
}
.address ul {
	margin: 0;
	list-style: none;
	width: 100%;
	list-style: none;
}
.address ul li {
	float: left;
}

/* order confirm form */
.confirm fieldset.shipping {
	background: url(../images/single_divide.gif) 327px 0 repeat-y #eeeff3 !important;
}
.confirm fieldset.shipping select {
	font-size: 90%;
	width: 145px;
}
.confirm fieldset.legend {
	background: #e1e2e7 !important;
}
.confirm p.address_preview {
	padding: 5px 0 0 10px;
}
.confirm p.address_preview em {
	font-style: normal;
	text-decoration: underline;
}
.confirm fieldset.submit input.button {
	margin-top: 7px;
	width: 177px !important;
	height: 34px;
	background: url(../images/proceed_checkout.jpg) top left no-repeat !important;
	border: 0;
	float: left;
	cursor: pointer;
}

/* error */
.error {
	color: red;
	font-weight: bold;
}

/* footer
-----------------------------------------------------------*/

#footer {
	padding: 28px 30px 0 30px;
	width: 700px;
	height: 37px;
	font-size: 90%;
	color: #999;
	background: url(../images/footer_bg.gif) top left no-repeat;
	float: left;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	display: inline;
}
#footer ul li a, #footer ul li a:visited {
	color: #999;
}
#footer ul li a:hover {
	color: #555;
}

/* common
-----------------------------------------------------------*/

p, ul, ol, dl, h1, h2, h3, h4 {
	margin-bottom: 15px;;
	line-height: 160%;
}

ul {
	margin-left: 15px;
	list-style: disc;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}
ul.arrow {
	list-style: url(../images/bullets_arrow.gif);
	margin-left: 20px;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #336699;
	font-weight: bold;
}
h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

a { color: #336699; text-decoration: none; }
a:visited { color: #336699; text-decoration: none;  }
a:hover { color: #3d75ae; text-decoration: none; }

.amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}

.left { float: left !important; padding: 0 15px 5px 0; }
.right { float: right !important; padding: 0 0 5px 15px; }
.clear { clear: both !important; }
.hide {	display: none; }









#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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

