/* CSS Document */

/************************************************************************

	Site:		scrubmed.com

	Author:		eROI		[www.eroi.com]  

	Client:		ScrubMed		[http://www.scrubmed.com]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #e1efff;
	font: 62.5%/1.6em Arial, Arial, Helvetica, sans-serif;
	color: #98999b;
	margin: 0;
	padding: 0;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration	: none;
	color: #d55e40;
}

a:hover {
	text-decoration	: underline;
}

.disappear {
	margin-left: -9999px;	
}

.clearer {
	clear: both;
	line-height: 0;
}


/***********************************************************************
	2 - HEADER STYLES
************************************************************************/

div#header {
	width: 780px;
	margin: 0 auto;
}

div#logo {
	width: 410px;
	float: left;
	padding: 5px 0 2px 0;
}

div#logo h1 {
	background: url(../images/logo_scrubmed.gif) no-repeat top left;
	width: 333px;
	height: 65px;
}

div#logo h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

div#utilitybox {
	width: 310px;
	float: right;
}

form#newslettersignup {
	background: url(../images/bg_signup.gif) no-repeat top left;
	width: 206px;
	height: 45px;
	padding-top: 18px;
	padding-left: 15px;
	float: left;
}

form#newslettersignup input.textbox {
	width: 150px;
	border: 1px solid #ccc;
	border-top-color: #aaa;
	border-right-color: #aaa;
	background: #fff;
	padding: 2px 3px;
	font-size: 10px;
	margin-right: 3px;
	color: #a7a7a7;
}

form#newslettersignup input.submit {
	vertical-align: top;
}

div#utilities {
	padding-top: 4px;
	line-height: 1em;
}

div#utilities a {
	display: block;
	font-weight: bold;
	color: #2585b2;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-bottom: 2px;
}

/***********************************************************************
	3 - NAVIGATION STYLES
************************************************************************/

div#nav, div#footernav {
	background: #ffe9d5;
	margin: 3px auto 0 auto;
	padding: 5px 0 7px 0;
	line-height: 1em;
}

div#footernav {
	background: #ffe9d5;
	margin: 0 auto;
	padding: 3px 0 5px 0;
}

div#nav ul, div#footernav ul {
	list-style-type: none;
	width: 780px;
	margin: 0 auto;
}

div#nav ul li, div#footernav ul li {
	float: left;
	padding-right: 25px;
	color: #f49500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

div#nav ul li.on a {
	color: #1d83b5;
}

/***********************************************************************
	4 - CONTENT STYLES
************************************************************************/

div#contentwrap {
	background: #fef5f0;
}

div#content {
	width: 780px;
	margin: 0 auto;
}

div#banner {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0;
}

div#callouts {
	padding: 0 0 15px 0;
}

div#callouts ul {
	list-style-type: none;
}
div#callouts ul li {
	float: left;
	height: 69px;
	width: 180px;
	padding-left: 10px;
}
div#callouts ul h3 {
	padding-bottom: 3px;
}
div#callouts ul h3, div#callouts ul h3 a {
	color: #1d83b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
div#callouts p {
	width: 73%;
	line-height: 1.2em;
}
div#callouts li#callout_discount p {
	width: 115px;
}

li#callout_discount {
	background: url(../images/bg_callout_discount.jpg) no-repeat top right;
}
li#callout_quality {
	background: url(../images/bg_callout_quality.jpg) no-repeat top right;
}
li#callout_alterations {
	background: url(../images/bg_callout_alterations.jpg) no-repeat top right;
}
li#callout_exclusives {
	background: url(../images/bg_callout_exclusives.jpg) no-repeat top right;
}

div#pick {
	background: url(../images/bg_pick_02.jpg) no-repeat top left;
	position: relative;
	height: 238px;
}

div#pick ul {
	list-style-type: none;
	position: absolute;
}

div#pickstyle ul {
	top: 178px;
	left: 46px;
}
div#pickprint ul {
	top: 178px;
	right: 15px;
}


div#pick a.biglink {
	display: block;
	height: 50px;
	width: 330px;
	position: absolute;
}

div#pickstyle a.biglink {
	top: 17px;
	left: 26px;
}
div#pickprint a.biglink {
	top: 14px;
	right: 17px;
}

div#pickstyle a.biglink:hover {
	background: url(../images/bg_style_over.jpg) no-repeat top left;
}

div#pickprint a.biglink:hover {
	background: url(../images/bg_print_over.jpg) no-repeat top right;
}
div#pickstyle ul li {
	float: left;
	padding-right: 5px;
}
div#pickprint ul li {
	float: left;
	padding-left: 5px;
}

div#pick ul li a img {
	border: 2px solid #fff;
}

div#pick ul li a:hover img {
	border: 2px solid #f49500;
}

div#infobox {
	width: 780px;
	padding: 15px 0 30px 0;
	font-size: 11px;
	height: 150px;
	position: relative;
	overflow:hidden;
}

div#infobox ul {
	list-style-type: none;
	float: right;
	background: url(/images/bg_info.gif) no-repeat left;
	padding: 10px 0 0 25px;
}
div#infobox ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: .8em;
	color: #1d83b5;
}

div#info {
	width: 375px;
	float: right;
	padding-right: 20px;
	position: relative;
	height: 150px !important;
	overflow: hidden;
}

div#giftcard{
	width:180px;
	height:85px;
	background:url(/images/giftcard.jpg) no-repeat bottom right;
}
div#giftcard p{
	padding:2px 0 0 0;
}
div#giftcardwrapper{
	padding:0 25px 0 0;
		width:180px;
	height:105px;
	margin:0 25px 0 0 ;
		background: url(/images/bg_info.gif) no-repeat bottom right;
}
div#giftcard a {

color:#1D83B5;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-weight:bold;}
div#info h3 {
	font-size: 14px;
	color: #7a7a7a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 4px;
}

div#info div {
    opacity: 0;
	position: absolute;
	width: 375px;
}

/***********************************************************************
	5 - FOOTER STYLES
************************************************************************/

div#footer {
	width: 780px;
	margin: 0 auto;
	padding: 1px 0 20px 0;
	color: #7cb8d5;
}


div#footernav ul li {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}

div#footernav ul li a {
	color: #7cb8d5;
}

div#footernav ul li#li_mycart {
	padding-left: 60px;
	padding-right: 0;
}

div#footernav ul li#li_mycart a {
	color: #f49500;
}