/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #352C27;
	height: 100%;
	color: #fff;
}

body, tr,
td, input,
select, textarea 	{font:normal 13px/1.2 Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link,
a:visited 		{color:#fff; text-decoration:none;}
a:hover,
a:active 		{color:#ccc; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:50px; letter-spacing: -3px;margin:0 0 12px;color: #AEABA9;}
h2 					{font-size:30px; margin:8px 0; color: #ffffff;}
h3 					{font-size:15px; margin:2px 0 0px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #AEABA9; color: #352C27; background-color: #352C27;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {position: absolute; top: -400px;left: 0px;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.rightmargin {margin-right: 10px;}
.leftmargin {margin-left: 10px;}
.rightpadding {padding-right: 10px;}
.leftpadding {padding-left: 10px;}
.inline {display: inline;}
h1.pageheading {margin-top: 10px;}
.hidden {display: none;}
#pdf img {float: left;margin-right: 5px}
#pdf p {padding-top: 5px}
a#audio {display:block;width:750px;height:0px;}
p.please-click {padding-left: 10px;}

a.button:link,
a.button:visited 		{
	color:#352c27; 
	background: #AEABA9; 
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	margin: 5px 10px 10px 0px;
}
a.button:hover,
a.button:active 		{color: #352c27; background:#928E8B; text-decoration:none;}



/* Standard Layout */

#wrapper {
	position: relative;
	width: 768px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	position: relative;
	padding: 0px;
	width: 768px;
	height: 121px;
	padding: 38px 0 0 0;
}

#header h1 a {
	display: block;
	float: left;
	width: 180px;
	height: 91px;
	text-indent: -9000px;
	background: transparent url("../images/logo-transparent.png") no-repeat 0 0;
}

#header h2 {
	float: right;
	text-align: right;
	width: 339px;
	font-size: 19px;
	margin-top: 2px;
}

#content {
	clear: both;
	margin: 0;
	height:auto;
}

#view-my-order {
	position: absolute;
	top: 204px;
	right: 0px;
	height: 20px;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

#view-my-order a:link,
#view-my-order a:visited,
#view-my-order a:active,
#view-my-order a:hover {
	text-decoration: none;
	color: #fff;
}


#view-my-order a:active,
#view-my-order a:hover {
	color: #DFDDDD;
	background: #ADABA9;
}

#content-main {
	width: 768px;
	height: 100%;
	padding: 0px 0 15px 0;
/*	background: #FFC;*/
}

body.two-col #content-main {
	width: 500px;
	padding: 0 0 15px 0;
	margin-left: 265px;
	color: #ADABA9;
}

body#page-home #content-main {
	margin-top: 18px;
}

#brands-column {
	width: 500px;
	padding: 0 0 15px 0;
	margin-left: 265px;
	color: #ADABA9;
}

body#page-contact-us #content-main {
	color: #fff;
}

body#page-larger-sizes h2 {
	margin-bottom: 0px;
}

body#page-larger-sizes h2 a:link,
body#page-larger-sizes h2 a:visited,
body#page-larger-sizes h2 a:active,
body#page-larger-sizes h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


body#page-larger-sizes h2 a:active,
body#page-larger-sizes h2 a:hover {
	color: #FFFFFF;
	background: #ADABA9;
}

body#page-larger-sizes h3 {
	margin-top: 0px;
}


#content-left {
	float: left;
	width: 243px;
	height: 100%;
	font-size: 15px;
	padding: 0 0 15px 0;
/*	background: #FFC;*/
}

#content-main #content-left {padding-top: 0px;}

.home-buttons {
	width: 768px;
	height: 108px;
	padding: 13px 0 23px 0;
} 

.home-buttons a {
	float: left;
	margin-left: 19px;
} 

.home-buttons a:first-child {
	margin-left: 0px;
	margin-right: 1px;
} 

#content-side {
	float:right;
	/*float:left;*/
	width: 170px;
	padding: 15px;
	height:100%;
}

#footer {
	clear:both;
	height: 20px;
	padding:15px 0 15px 0;
	font-size: 9px;
	text-align: left;
}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}


/*-- PRODUCT STYLING --*/

/*.product-small {
	float: left;
	width: 155px;	
	height: 198px;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 0 2px 10px 9px;
}

.product-small p {
	border: 0px solid red;
	height: 32px;
	overflow: hidden;
}*/

.product-small {
	float: left;
	width: 155px;	
	padding-bottom: 10px;
	margin: 0 2px 0px 9px;
}

.product-small p {
	border: 0px solid red;
	margin-bottom: 0px;
}

.product-small img {
	padding: 3px;
	margin-bottom: 5px;
	background: #B0B1B1;	
}

hr.product-divider {
	float: left;
	width: 470px;
	height: 1px;
	border-bottom: 0px; 
	margin: 0px;
	color: #71637d; 
	background-color: transparent;
}

.product-large {
	float: left;
	width: 500px;	
	padding-bottom: 10px;
}

.product-large img {
	float: left;
	padding: 4px;
	/*margin-right: 22px;*/
	background: #AEABA9;	
}

.product-large img:hover,
.product-small img:hover {background: #DFDDDD;}

.product-large h2 {
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	line-height: 1em;
	margin-bottom: 10px;	
}

.product-large form {
	margin-top: 0px;
}

.product-details {
	float: right;
	width: 145px;
}


.custom-note span {font-size: 20px;float: left;margin: 0 3px 12px 0;}

.view-large {width: 324px;margin-top: 8px;float: left}

.controls {width: 500px;padding-top: 20px;float: left}
.prev-next {width: 343px;float: left;margin-right: 13px}
.prevpage-nextpage {width: 500px;float: left;margin-left: 10px}

.sale-price {
	text-transform: uppercase;
	color: #FFFF00;
}

form h3 span.sale-price {
	font-size: 15px;
	margin: 2px 0 0;
}

.order-disclaimer {
	font-size: 10px;
	width: 500px;
	float: left;
	letter-spacing: -0.02em;
	margin-top: 10px
}

.surcharge {
	font-size: 11px;
	width: 120px;
	text-align: left;
}


/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  /*clear: both;*/
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

/*form br {clear:left;}*/

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:390px;
	margin-bottom:6px;
	padding: 2px;
	color: #352c27;
}

input, select, textarea {font-size: 15px;}

form#checkout-form input {
	width: 493px;
}

form#checkout-form input.checkbox {
	width:auto;
}

.radiolabel {
	display: inline;
	width: auto;
	color: #fff;
}

select {
	color: #352c27;
}

option {
	padding-right: 10px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  height: auto;
  border: none;
  margin-top: 2px;
  margin-bottom: 0px;
}

form span {
  font-size: 12px;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	display: block;
	width:280px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

label.check-label {
	padding-left: 2px;
	padding-top: 0px;
	float:right;
	display: inline;
	font-weight: normal;
	width: 465px;
	height: 20px;
}

label.extralonglabel {width:200px;}
label.longlabel {width:120px;}
label.mediumlabel {width: 90px;}
label.mediumlabel {width: 60px;}
label.shortestlabel {width:30px;}

form input.button,
input.button,
form#checkout-form input.button {
	width:auto;
	font-weight: bold;
	font-size: 13px;
	height: auto;
	margin-right: 10px;
    margin-top: 10px;
    padding: 3px 6px 3px 6px;
    color: #352C27;
	background: #AEABA9;
	border: 0px;
	text-transform: uppercase;
}

input.button:hover,
input.add-to-order:hover {
 	color: #352c27; 
 	background:#928E8B;
 	cursor: pointer;
}



input.noborder {border: none;} 

textarea{
	float: left;
  	width: 493px;
  	height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}

input.add-to-order {
	font-size: 14px;
	margin-top: 5px;
	padding: 2px 5px;
}


body#page-my-order .controls input.button,
body#page-cart .controls input.button {
	margin-right: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

input.qty {width: 30px;margin-left: 15px;} 





/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

table td,
table th {
	vertical-align: top;
	padding: 0px;
	
	/*border-bottom: 1px solid #B1460E;*/
}

th {font-weight: bold;}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

table#cart-items th {
	border-top: 1px solid #AEABA9;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
