/* Reset Browsers */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* ----------------  End Reset  ----------------------*/
body {
	background-color: #787b6d;
}
.topbar {
	height: 75px;
	background: #DDD url('../i/topbar.gif') repeat-x;
	position: relative;
}
.slogan {
	margin: 25px 0 0 20px;
}
.container {
  width: 950px;
  margin: 0 auto;
background-color: #333;
}

/*------ NAVIGATION --------*/
div.navbar {
	position: absolute;
	top: 40px;
	left: 370px	;
	height:40px;
	width: 505px;
	}
.navbar li {
	height: 35px;
	margin: 10px 0 0 0;
	display: inline;
	padding-right: 14px;
	padding-left: 16px;
	border-right: 1px solid #000;
}
.navbar li.last {
	border-right: 0 none;
}
.navbar a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}
.navbar a:hover {
	color: #ccc;
	text-decoration: underline;
}
.number {
	position: absolute;
	top: 0px;
	right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}
/*--- End NAV styles ---*/


/*-----------------------  PAGE LAYOUT  ---------------------------------------------------*/
.herobar {
	background-color: #000;
	width: 920px;
	height: 141px;
	margin: 0 0 0 14px;
}
.hero {
	float: left;
}
.logo {
	float: right;
	margin-right: 50px;
}
.leftshade {
	background:transparent url('../i/leftshade.gif') repeat-y left;
	width: 950px;
}
.rightshade {
	background:transparent url('../i/rightshade.gif') repeat-y right;
	width: 950px;	
}
.contentwrap {
	width: 919px;
	margin-left: 14px;
}
/*  Inner Content  */
.leftnav {
	margin: 30px 0 0 0;
	width: 150px;
	float: left;
}
.innerwrap {
	width: 763px;
	float: right;
}

.innertopbar {
	height: 67px;
	width: 763px;
	background:#ddd url('../i/inner_topbar.gif') repeat-x;
	margin-top: 20px;
	position: relative;
}
.headline {
	font-size: 1.5em;
	padding: 25px 0 0 20px;
	position: relative;
}
.mainwrap {
	background-color: #fff;
	background:#fff url('../i/spacer.gif') repeat;
	width: 755px;	
}
.maincontent {
	width: 720px;
	padding: 20px 0 40px 20px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
}
.innerleftshade {
	width: 763px;
	background: transparent url('../i/inner_leftshade.gif') repeat-y left;
}
.innerrightshade {
	width: 763px;
	background: transparent url('../i/inner_rightshade.gif') repeat-y right;
}
.searchbox {
	position: absolute;
	top: 10px;
	right: 20px;
}
/*  Left Navigation  */
h4.navcat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #333 url('../i/navshade.gif')no-repeat left;
	margin: 0 0 10px 0;
	padding-left: 10px;
}
.navlist ul {
	margin: 0 0 1em;
}
.navlist li {
	margin: 0 0 0 1em;
}
.navlist li a {
	color: #ccc;
}
.navlist li a:hover {
	color: #e6e6e6;
}
.shoplist a {
	color: #ccc;
	margin-left: 20px;
}
.shoplist a:hover {
	color: #e6e6e6;
}
/*  Footer  */
.bottombar {
	clear: both;
	height: 40px;
	width: 950px;
	background: transparent url('../i/bottomshade.gif') repeat-x;
}

/* Floats */
.right {
	float: right;
}
.left {
	float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* -----------------  Typogrify  ------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 85%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin:1em 0 1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements */

p           { padding: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { }

ul, ol      { margin:0 1.5em 5px; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a           { color: #3f4683; }
a:focus, 
a:hover     { color: #242c85; text-decoration: underline;}

.maincontent a:focus, a:hover { color: #242c85; text-decoration: underline; !important}
.maincontent a { color: #3f4683; !important}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables */

table   { margin-bottom: 1.4em; }
th      {  }
td      {  }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* Some default classes */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/*----------------------------  End Typography  -------------------------------*/

/* Forms  ----------------------- * For text fields, use class .title or .text */

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
/*select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }*/

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/*------------------------------ End Forms --------------------------------*/


/* Shopping Cart Styles ------------------------------------------------------------------------*/
.white {
	color: #ccc;
}
#price {
	font-size: 1.5em;
}
.catbox {
	width: 150px;
	height: 170px;
	float: left;
	margin: 40px;
	text-align: center;
}
.catbox a {
	text-decoration: none !important;
	color: #3f4683 !important;
}
.catbox img {
	margin:  1em 0 5px;
}
.catbox h4 {
	margin-top: 5px;
	color: #3f4683;
}
.prodbox {
	width: 150px;
	height: 150px;
	float: left;
	margin: 10px;
	text-align: center;
}
.prodbox h4 {
	color: #3f4683;
}
.prodbox a {
	text-decoration: none !important;
	color: #3F4683 !important;
}
.prodbox img {
	margin-bottom:.5em;
}
.quantity {
	font-size: 16px;
	padding-right: 5px;
}

.cartheader {
	font-size: 1.5em;
}
.prodprice {
	width: 200px;
	float: left;
}
.addcart {
	width: 250px;
	float: right;
}
.addbutton {
	margin-bottom: -8px;
}
.alert {
	color: red;
	font-style: bold;
}
.confirm {
	margin: 20px 0 0 30px;
}
.emailform {
	text-align: center;
}
.ssl {
	text-align: center;
}
.shoplist {
	color: #999999;
}
.product-pictures {
    margin-bottom: 15px;
}
.join-head {
	width: 160px;
}

/*Setting initial position of element due to IE needing each attribute set before modifying*/
.product-detail-copy {
    position: absolute;
    left: 400px;
    top: 250px;
    height: 100%;
    fontSize: 1em;
    opacity : 1;
}

.product-detail-copy img{
    height:  100%;
    width: 100%;
}
#cart-info {
    border-width: 0px;
    border-style: dotted; 
    border-color: #f8e1af;
}