body {
	background: white;
	margin: 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11px;
}
#main {
	height: 100%;
	min-height: 800px;
	position: relative;
	overflow: hidden;
}

.container {	
	width: 960px;
	margin: 0 auto;
	
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}

*html #main { height: 800px; overflow: visible;} /*--If content is larger than 724px, IE6 will allow the content to break out of its element--*/

ul#topnav {
	float: right;
	height: 60px;
	padding: 0 0 0 55px;
	margin: 300px 0 0 200px;
	width: 720px;
	background: url(http://geekliason.com/nibs/images/nav-bg.png) repeat-x top left;
}

ul#topnav li {
	float: left;
	background: url(http://geekliason.com/nibs/images/nav-right.png) no-repeat top right;
	list-style-type: none;
}

ul#topnav li a {
	background: url(http://geekliason.com/nibs/images/nav-left.png) no-repeat top left;
	display: block;
	padding: 10px 15px 0 15px;
	text-align: center;
	height: 60px;
	vertical-align: bottom;
}


#content {
	float: right;
/*	margin: 300px 0 0 0;*/
	padding: 20px;
	
	width: 720px;
}


#header {
	position: absolute;
	top: 0; left: 0;
	background: url(http://geekliason.com/nibs/images/banner.png) no-repeat top left;
	height: 300px;
	width: 100%;
}

#site_name, #tagline {
	text-indent: -9000px;
	height: 150px;
	width: 300px;
	float: left;
}

#address {
	text-align: right;
	padding-right: 10px;
	margin-top: 60px;
	font-size: 14px;
	font-weight: lighter;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}


#contact {
	position: absolute;
	height: 105px;
	top:195px;
	padding-top: 20px;
}

#hours {
	background: red;
	color: white;
	text-align: center;
	font-size: 10px;
	font-weight: bold;

	float: left;
	width: 200px;
	margin-top: -20px;
}
#hours h3 {font-size: 14px;}

#interactive {
	float: left;
	width: 760px;
	margin-top: 10px;
}
.contact_module {
	width: 31%;
	text-align: left;
}

#subscribe {
	float: left;
	border-right: 1px #999 solid ;
	padding-left: 30px;
}

#search {
	float: left;
	border-right: 1px #999 solid ;
	padding-left: 30px;
}

#subscribe span, #search span {display: block;}
#subscribe input.user_entry, #search input.user_entry  {
	width: 150px;
	color: gray;
	vertical-align: top;
}

#cart_count {
	float: left;
	width: 120px;
	padding: 8px 0 0 50px;
	margin-left: 30px;
	background: url(http://geekliason.com/nibs/images/cart.png) no-repeat bottom left;
}
#cart_count a {
	color: black; 
	text-decoration:none;	
}
#cart_count span {
	color: red;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 14px;
}
#cart_count a:hover {
	text-decoration: underline;
}

#sidecol {
	width: 200px;
	min-height: 500px;
	position: absolute;
	top: 300px; left: 0; 
	margin: ;
	background: red url(http://geekliason.com/nibs/images/bottom.gif) no-repeat bottom left;
	padding-bottom: 250px;
}

#sidecol a, #topnav a {
	text-decoration: none;
	font: bolder;
	color: white;
	font-size: 13px;
	font-weight: bolder;
}
#sidecol a:hover, ul#topnav a:hover {
	color: black;
}

#sidecol a {
	border-bottom:1px dashed DarkSalmon;
	display:block;
	line-height:26px;
	margin:0 15px;
	padding:0 0 1px;
}


#footer {
	text-align: center;
	font-size:9px;
	padding:10px 0 20px;	
}

#footer span {
	font-size: 12px;
	font-weight: bold;
}

#footer a 		{color:#666;}
#footer a:hover {color:#C00;}

a.nondescript 		{color: black; text-decoration:none;}
a.nondescript:hover {text-decoration:underline;}

/* must put in this wrapper into the tbl! */
.product_brief_wrapper {display: inline-block;}
.endrow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product_brief {
	float: left;
	width: 160px;
	padding: 0px 20px 20px 0px;
	background: transparent;
}

.product_brief div {padding-bottom: 10px;}
.product_image_large {
	height: 150px;
	background: url(http://geekliason.com/nibs/images/No-Img-Avail-small.jpg) no-repeat;
}

.brief_product_price_dom {font-weight: bolder;}

.brief_product_price_dom, 
.brief_product_tax_dom,
.brief_product_buy_button,
.brief_product_quantity
	{display:inline;}

.brief_product_price_label,
.brief_product_custom,
.brief_additional_files,
.brief_product_info_button,
.brief_product_price_int,
.brief_product_tax_int
	{display:none;}

.product_image_large img {
	border: 1px gray solid;
}

.product_detailed div {
	margin-left: 220px;
}
.product_detailed div.product_image_small {
	width: 200px;
	height: 300px;
	float: left;
	background: url(http://geekliason.com/nibs/images/No-Img-Avail.jpg) no-repeat;
	margin-left: 0px;
	border: 1px gray solid;
}

.product_description {
	padding-bottom:10px;
}

/*
.product_price_label,
.product_quantity,
*/

div.product_price_label,
div.product_quantity,
div.product_price_dom,
div.product_tax_dom,
div.product_price_int,
div.product_tax_int,
div.product_buy_button
	{display: inline-block;
	margin-left:20px;}

div.product_price_dom,
div.product_price_int
	{font-weight:bold;}

div.product_buy_button {vertical-align: bottom;}
.product_custom,
.product_additional_files
	{display:none;}
