
#pageWrapper { 
	width: 974px;
	text-align:left; 
	padding: 0;
	margin: 0 auto;
	/* background-color: #5F604B; */
	clear: both;
	/* top: 30px; */
	position: relative;
	overflow: visible;
}

/* header */
#header { 
	width:100%;
	/* background-color: #5F604B; */
	margin: 0;
	overflow: visible;
	position: relative;
	z-index: 2;
	height: 155px;
}
#header .content {
	padding: 0;
}
#innerHeader {
	display: none;
}
#pageTitle {
	text-align: left;
}

body {
	background: #5F604B url(/images/home/background-mist.png) no-repeat scroll;
	text-align: center;
}
/* two-column styles */
#mainWrapper {
	float:left;
	padding:0;
	z-index: 1; 
	position: relative;
	display: inline;
        width: 974px; 
}
#leftcol {
	float:left;
	position:relative;
	width:288px;
	z-index:100; 
        /* border-right: 1px solid #fff; */
}
#rightcol {
	float: right;
	width: 954px;
}
#rightcol .content {

}

/* one-column styles */
#maincol {
	width: 100%;
	margin: 0;
	/* background-color:#5F604B; */
}
#maincol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:100%;
	/* background-color: #5F604B; */
	margin: 0;
	clear: both;
	float: left;
	position: relative;
}
#footer .content {
	padding: 0;
	text-align: left;
	height: 12px;
}
#innerFooter {
	text-align: center;
}
#innerWrapper {
        width: 686px;
        zoom: 1;
}
#innerMainContent {
	float: left;
	position: relative;
	width: 414px;
}
#innerRightCol {
	float: right;
   clear: right;
	position: relative;
	width: 269px;
	padding-left: 3px;
	display: inline;
	margin: 0;
	height: 100%;
	margin-top:50px;
}
.textInput {
	width: 95px;
	height: 13px;
}
.matrixCell {
	float: left;
}
.matrixRow {
	overflow: hidden;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Fixes 3px gap issue with floating img's for IE 5 */
/* http://www.positioniseverything.net/explorer/threepxtest.html */
* html #floated-image {
	margin: 0 -3px; ma\rgin: 0;
}

.dividerLine {
    background-color: #d9d9d9;
    clear: both;
    height: 1px;
    font-size: 1px;
    margin: 20px auto;
    width: 95%;
}

/* Contact Us */
#contactUs .fullWidth {
    width: 200px;
}
#contactUs .textField {
    border: 1px #b2b2b2 solid;
    margin: 0 0 8px;
}
#contactUs label {
    float: left;
    clear: left;
    width: 87px;
}
#contactUs .contactButton {
    float: right;
    color: #e60003;
    padding: 2px 5px;
    border: 1px solid #b2b2b2;;
    background-color: #5F604B;
    margin: 10px;
    font-weight: bold;
    font-size: 11px;
}
#contactUs .contactButton:hover {
    text-decoration: underline;
}

/* Buttons */
input.button, input.cartItemButton {
    background:transparent url(/images/buttons/right_btn.gif) no-repeat scroll right center;
    border:1px solid #A5ACB2;
    color:#807F83;
    font-size:10px;
    font-weight:bold;
    padding-right:20px;
    cursor: pointer;
}
input.buttonHover, input.cartItemButtonHover {
    background: #626262 url(/images/buttons/right_btn.gif) no-repeat right center;
    border:1px solid #A5ACB2;
    color:#807F83;
    color: #fff;
    font-size:10px;
    font-weight:bold;
    padding-right:20px;
    cursor: pointer;
    font-weight: bold;
}
/* User pages */
#customerLogin {
    height: 250px;
}
#customerLogin .newCustomer {
    float:left;
    margin-right:20px;
    width:290px;
}
#customerLogin .returningCustomer {
    float: left;
    width: 290px;
}
#customerLogin .userInputs {
    bottom:39px;
    position:absolute;
}
#customerLogin .userInputs div {
  padding: 2px 0;
}
#customerLogin .userInput {
    color:#808080;
    font-size:10px;
    margin:0;
    padding:0;
    width:200px;
}
#customerLogin .newCustomer .userInputs {
    width: 290px;
}
#customerLogin .buttons {
    text-align: right;
    margin: 5px 0;
}
#customerLogin .returningCustomer .userInputs label {
    float:left;
    text-align:right;
    width:70px;
}
#customerLogin p {
    margin-bottom: 10px;
}
#orders .klistingData th,
#orders .klistingData td {
  border: 1px solid #D6D7D9;
  border-spacing: 0;
}
#orders .klistingData th {
  background-color: #808080;
}
a.listingHeader {
  color: #FFF;
  font-size: 12px;
}
.tweetBox {
  width: 337px;
}

.tweetBoxTop {
	background: transparent url(/images/layout/tweetbox_1.png) no-repeat scroll 0 top;
	margin: 0 auto;
   height : 9px;
	width: 337px; 
	padding: 0;
}
.tweetBoxContent {
   background: transparent url(/images/layout/tweetbox_2.png) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 0 16px 0 5px;
	position: relative;
	width: 316px; /* width + padding = 337px */
	z-index: 70;
	min-height: 400px;
}
.tweetBoxBottom {
	background: transparent url(/images/layout/tweetbox_3.png) no-repeat scroll 0 top;
   height : 7px;
	width: 337px; 
	margin: 0 auto;
	padding: 0;
}

.whBox {
  width: 269px;
}

.whBoxTop {
	background: transparent url(/images/home/white-top.png) no-repeat scroll 0 top;
	margin: 0 auto;
   height : 19px;
	width: 269px; 
	padding: 0;
}
.whBoxContent {
   background: transparent url(/images/home/white-background.png) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 0 16px 0 5px;
	position: relative;
	width: 248px; /* width + padding = 269px */
	 z-index: 70; 
}
.whBoxBottom {
	background: transparent url(/images/home/white-bottom.png) no-repeat scroll 0 top;
   height : 22px;
	width: 269px; 
	margin: 0 auto;
	padding: 0;
}

.whBoxContent p, #innerRightCol .whBoxContent p {
	padding: 0;
	padding-right: 12px;
	margin: 0;
	width: 236px;
	overflow: hidden;
	word-wrap: break-word;
}

.pageContent .centeredContent, .pageContent .centeredContent h1, .pageContent .centeredCount p, .pageContent .centeredContent img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.pressEntry {
	width: 500px;
	margin-top: 20px;
}

.pressContent {
	margin-top: 5px;
}
			
#pressSummaries td{
	color:gray;
	font-size: 11px;
}

