/* -------------------------------------------------------------
Basic Style Sheet (for version 4 browsers)

version: 	1.1
author:		Alex Norman
email:		alexnorman@mac.com
website:	www.alexnorman.net
----------------------------------------------------------------*/

/* block level style elements*/
*
{
	padding: 0;
	margin: 0;
}

body
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt !important;
}

p
{
	margin-bottom: 10px;
}

.alert
{
	color: #foo !important;
}

h1
{
	font-size: 14pt;
	margin-bottom: 10px;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 8px;
}

li
{
	margin-bottom: 10px;
	margin-left: 25px;
}

/* divs for positioning of content*/
#wrapper
{
	width: 940px;
	border-left: solid 1px #B9B19C;
	border-right: solid 1px #B9B19C;
	height: 100%;
	position: center;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 120px;
	width: 940px;
}

#header .logo
{
	float: left;
}

#header .advantage
{
	float: left;
	width: 340px;
	height: 80px;
	background-color: #4A8897;
	border: 0px;
	padding: 20px;
}

#header .advantage strong
{
	color: #FFF;
	font-weight: bold;
	font-size: 11pt;
}

#header .advantage em
{
	#color: #B9B19C;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
}

#header .hours
{
	float: left;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 235px;
	text-align: right;
	font-size: 8pt;
	z-index: 50;
}

#navigation
{
	float: left;
	clear: both;
	width: 930px;
	height: 12px;
	background-color: #6ABFDE;
	border: solid 5px #6ABFDE;
	color: #fff;
	font-weight: bold;
	top: 100px;
}

#navigation .first
{
	margin-left: 15px;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
	margin-left: 25px;
}

#promo
{
	float: left;
	clear: both;
	border-bottom: solid 10px #6ABFDE;
	width: 940px;
	height: 159px;
}

#content
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 95%;
	clear: both;
}

#footer
{
	float: left;
	clear: both;
	height: 20px;
	border-top: solid 35px #4A8897;
	background-color: #4A8897;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	width: 100%;
	margin-top: 20px;
	border-bottom: solid 10px #fff;
}

#brands
{
	border: 1px solid #B9B19C;
}

#brands td
{
	border: 1px solid #B9B19C;
	padding: 5px;
}

#brands .odd
{
	background-color: #CCCCCC;
}

#bios
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
}


/* style for catalog products */
#catalog_item
{
	float: left;
	width: 45%;
	border-bottom: 1px solid #B9B19C;
	margin-top: 15px;
	margin-right: 15px;
	height: 200px;
}

#catalog_item img
{
	float: left;
	margin-right: 15px;
}

#catalog_item h3
{
	font-size: 9pt;
}

#catalog_item .shortDesc
{
	font-size: 8pt;
}

#catalog_item .price
{
	font-weight: bold;
	color: #4A8897;
}

#catalog_item i
{
	color: #060;
	font-weight: bold;
}

#catalog_item b
{
	color: #B9B19C;
	text-decoration: line-through;
	font-weight: bold;
}

/* style for featured products */
#featured
{
	margin-left: 30px;
}

#featured_item
{
	float: left;
	width: 32%;
	border-bottom: 1px solid #B9B19C;
	border-left: 1px solid #B9B19C;
	margin-top: 15px;
	margin-right: 5px;
	height: 210px;
	padding-left: 5px;
}

#featured_item img
{
	position: relative;
	left: 50%;
	margin-left: -64px;
	margin-top: -10px;
}

#featured_item h3
{
	font-size: 9pt;
}

#featured h2
{
	font-size: 10pt;
	color: #4A8897;
}

#featured_item .shortDesc
{
	font-size: 8pt;
}

#featured_item .price
{
	font-weight: bold;
	color: #4A8897;
}
