/*
 * Colors
 * Red		#a32330
 * Beige	#dcd7c7
 */

ul {
	margin: 0;
	padding 0;
}
body {
	background: #dcd7c7 url("images/header-bg.png") repeat-x;
	font-family: "myriad-pro",verdana,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	margin-top: 0;
}
a:link, a:visited {
	color: #a32330;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.current-item a {
	text-decoration: underline;
}
a img {
	border: none; /* IE: remove blue border */
}
ul {
	list-style-type: none;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.go {
	padding: 0 0 0 10px;
	vertical-align: sub;
	border-radius: 8px;
}


/****  Header  ****/

#header {
	margin: 14px 0 0;
}
#header > p {
	background: url("images/header-image.png") no-repeat;
	color: #a62a37;
	font-size: 1.7em;
	height: 136px;
	margin: 3px 0 0px;
	padding: 60px 200px 0 0;
	position: relative;
	text-align: right;
}
#header > p img {
	position: absolute;
		top: 15px;
		left: 45px;
}

.nav, .nav a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#acct-nav {
	margin-right: 15px;
	text-align: right;
}

/****  Acct Nav ****/
#acct-nav li {
	display: inline;
	margin-left: 12px;
}

/****  Main Nav ****/
#main-nav {
	float: right;
	position: relative;
	margin-bottom: 10px;
	height: 1em;
	z-index: 3;
}

#main-nav li {
	float: right;
	position: relative;
}
#main-nav > li > a {
	display: block;
	padding: 3px 23px;
}
#main-nav li a:hover {
	background: rgba(220, 215, 199, 0.94);
	xbackground: #dcd7c7;
	color: #a32330;
	text-decoration: none;
}
.top-heading {
	font-size: 1.05em;
	text-transform: none;
	padding-top: 5px;
	xpadding-bottom: 5px;
}
#main-nav li.dropdown > a:hover {
	background: #c32330;
	color: #c32330;
}
#main-nav li ul {
	background: rgba(220, 215, 199, 0.95);
	color: #a32330;
	display: none;
	xfont-family: "futura-pt", verdana, sans-serif;
	margin: 0;
	padding: 0 0 12px 15px;
	position: absolute;
		top: -2px;
		left: 8px;
	text-align: left;
	text-transform: uppercase;
	width: 183px;
}
#main-nav li:hover ul {
	display: block;
}
#main-nav li ul li {
	float: none;
	padding-right:6px;
}
#main-nav li ul a {
	color: #a32330;
	display: block;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 5px;
}
#main-nav li ul a:hover {
	background: transparent;
	text-decoration: underline;
}
#main-nav li ul li.heading {
	padding-top: 15px;
}


/****  Mainbody  ****/
#mainbody {
	background: #fff;
	float: left;
	position: relative;
	width: 960px;
}
#social {
	position: absolute;
	top: 16px;
	right: 35px;
}
/*  Search  */
#search {
	margin-bottom: 30px;
}
#search  p {
	margin: 0;
}
#search .arrow {
	position: relative;
	top: 16px;
}
#searchfield {
	color: #b0afaf;
	font-style: italic;
	height: 25px;
	width: 300px;
}
#searchfield:focus {
	color: #333;
	font-size: 1.1em;
}
#search input.go { 
	padding: 0 0 0 20px;
	position: relative;
	top: 5px;
	margin-left: 0;
	width: 27px;
	height: 27px;
}

/**** Home Page ****/
#blurb {
	color: #666;
	font-size: 2.1em;
	padding: 0 40px;
	text-align: justify;
}

#ads {
	background: #fff url('images/ad-shadow.jpg') no-repeat bottom;
	color: #222;
	font-family: "adelle",serif;
	font-style: normal;
	font-weight: 700;
	border-top: 1px solid #dcd7c7;
	float: left;
	padding: 20px 40px;
}
.ad {
	float: left;
	font-weight: bold;
	width: 414px;
}
.ad.first {
	border-right: 1px solid #ece7d7;
	padding-right: 20px;
}
.ad h1 {
	font-size: 3.0em;
	margin-top: 0px;
}
.ad.first p {
	font-size: 2.5em;
	float: right;
	margin-top: 0;
}
.ad.first p span {
	font-size: 1.7em;
}
.ad.first .small-print {
	font-weight: normal;
	padding-top: 10px;
}
.ad.last {
	padding-left: 30px;
}
.ad.last h1 {
	float:left;
}
.ad.last > img {
	float:right;
	padding: 8px 25px 0 0;
}
#specials {
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0 0;
	height: 209px;
}
#specials li {
	padding: 10px 0 0;
}
.ad.last p {
	margin-top: 0;
	text-align: right;
}
.ad p.small-print, .ad a.small-print {
	font-size: 1em;
}
.ad a.small-print {
	font-weight: normal;
}
a.small-print {
	color: #a62a37;
}
#brands {
	border-top: 1px solid #dcd7c7;
	clear: both;
}
#brands p {
	margin: 0;
}
#brands img {
	margin: 10px 7px;
}

/**** Category Page ****/
#category-footer {
	margin: 25px 35px;
}

/**** Product Listing ****/
#product-list {
	border-top: 1px solid #dcd7c7;
	float: left;
	padding: 0 0 0 15px;
}
#product-list a:link {
	color: #a32330;
}
#product-list a:visited {
	color: #a32330;
}
.category-title {
	font-size: 1.4em;
	float: left;
	margin-left: 20px;
	width:500px;
}
#mainbody > div.pagination {
	color: #000;
	clear:both;
	font-size: 1.2em;
	font-weight: normal;
	padding: 12px 0;
	text-align: right;
	width: 925px;
}
.product {
	border-bottom: 1px solid #d7c7dc;
	float: left;
	padding: 20px;
	width: 192px;
	height:222px;
}
.product h2 {
	color: #c22634;
	font-size: 1.1em;
}
.part-name {
	height: 35px;
}
.price {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}
.product .price p {
	margin: 0;
}
.product .part-image {
	overflow: hidden;
	text-align: center;
}
.product .part-num {
	float: left;
	font-size: 0.7em;
	height: 32px;
}
input.addtocart {
	float: right;
	margin-top: 10px;
}
#saveToWishlistButton {
	position: absolute;
		top: -9999px;
}

/****  Single Product  ****/
#product-info {
	margin: 0 20px;
	position: relative
}
#single-prod-category {
	color: #a32330;
	font-size: 1em;
	margin: 30px 35px;
}
#part-image {
	float: left;
	margin-left: 15px;
	min-height: 200px;
	width: 230px;
}
#part-image img {
	width: 175px;
}
#part-info {
	float: left;
	width: 310px;
}
#part-info h1 {
	color: #a32330;
	font-size: 1.5em;
	margin-top: 0;
	min-height: 65px;
}
#buy-info {
	float: right;
	margin-right: 35px;
	width: 260px;
}
#buy-info ul {
	position: absolute;
	right: 25px;
}
#buy-info ul li {
	color: #666;
	display: inline;
	margin-right: 20px;
}
#buy-info ul a {
	color: #666;
	text-decoration: none;
}
#buy-info li img {
	height: 16px;
}
#buy-info form {
	padding-top: 40px;
	text-align: right;
}
.input-text {
	margin: 10px;
}
.input-image {
	height: 25px;
	margin: 10px;
	position: relative;
	right: -5px;
}
#prod-specs {
	clear: both;
}
#tabs {
	background: #fff url('images/tabs-grad.png') repeat-x;
	border-bottom: 2px solid #a32330;
}
#tabs ul {
	color: #fff;
	margin: 0 0 0 -7px;
	width: 300px;
}
#tabs li {
	display: inline:
}
#tabs ul h2 {
	background: #c32330;
	font-size: large;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-align: center;
}
#specs {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 25px 35px;
}
#specs span {
	font-weight: bold;
}
#prod-suggestions {
	margin: 40px 0;
}
#prod-suggestions h2 {
	color: #a32330;
	font-size: 1.1em;
	padding: 0 35px;
}
#prod-suggestions h3 {
	color: #a32330;
	font-size: 0.8em;
	font-weight: normal;
	margin: 8px 0;
}
#prod-suggestions #product-list {
	border-top: none;
	padding: 0 15px;
}
#prod-suggestions .part-name {
	font-size: 1.2em;
	height: auto;
}
#prod-suggestions .part-num {
	font-size: 0.85em;
	font-weight: bold;
	float: none;
	height: auto;
	margin: 5px 0;
}
#prod-suggestions .price {
	font-size: 0.85em;
}

/****  Footer  ****/
#footer {
	clear: both;
	padding-bottom: 10px;
}
#contact {
	background: url("images/contact-bar.png") no-repeat;
	height: 67px
}
#contact p  {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
}
#contact a {
	color: #fff;
	font-weight: bold;
	margin-left: 315px;
}
#contact .phone-number {
	margin-left: 130px;
}
#contact .talk-to-us {
	margin-left: 285px;
}
#footer-menu {
	color: #777;
	text-align: center;
}
#footer-menu a {
	color: #777;
}
.we-accept {
	color: #777;
	padding-top: 10px;
}
.we-accept img {
	padding-left: 7px;
}
#copyright {
	color: #777;
	font-family: "futura-pt", verdana, sans-serif;
	text-align: center;
}
#copyright span {
	padding-left: 15px;
}

/****  Accout pages  ****/
#acct-form {
	margin: 50px 35px 60px;
}
#acct-form p {
	margin-bottom: 30px;
}
#acct-form p a {
	font-size: 1.3em;
	text-decoration: underline;
}

/**** Other stuff ****/
#table-wrapper {
	font-size: medium;
	margin: 30px auto;
	width: 890px;
}

.twhite {
	color:#fff;
	font-weight:bold;
}

/**** PHP info pages  ****/
#php-page-content {
	font-size: 14px;
	line-height: 1.5em;
	margin: 80px 65px;
	min-height: 300px;
}
#php-page-content h1 {
	color: #a32330;
	font-size: 1.6em;
	margin-bottom: 35px;
}

/**** Checkout Pages ****/
.continue-btn {
	background: #bf1e2d;
	border: none;
	color: #fff !important;
	font-size: 0.85em;
	padding: 4px 15px 4px 10px;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(173,173,173,1);
	-moz-box-shadow: 3px 3px 5px -1px rgba(173,173,173,1);
	box-shadow: 3px 3px 5px -1px rgba(173,173,173,1);
}