body 
{
    margin:0 auto;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    background:#06c url(../images/page-bg.jpg) repeat-x top;
}

#sub-content-wrapper h1 
{
        color:#c00;
    font-size: 16px/20px;
    margin-left:30px;
}

#sub-content 
{
 padding:0px 40px;
 min-height:550px;
}

#content-wrapper 
{
    border: 1px solid #000;
    width:980px;
    margin: 0 auto;
    background-color:#fff;
    min-height:550px;
}

#commerce-wrapper 
{
	display:table-cell;
	 width:980px;
    margin: 0 auto;
    background-color:#fc0;
    height:auto;
    background: #fc0 url(../images/commerce-top.jpg) repeat-x top;
    
}

#footer-wrapper

{
	background:#000 none;
	height:80px;
}

#header
{
    background:#000 url(../images/head-bg.jpg) no-repeat;
    color:#000;
    width:980px;
    height:253px;
    clear:both;
    
}

#header ul 
{
    width:100%;
    margin:0 auto;
    text-align:center;
}

#header ul li
{
    display:inline;
    padding-right:40px;
   padding-left:0px;
    color:#fff;
}

#header ul li a
{
    color:#fff;
    text-decoration:none;
}

#header ul li a:hover
{
    background-color:#efefef;
    color:#c00;
}

#home-text 
{   margin: 0 auto;
    width:888px;
    height: 300px;
    background: #fff url(../images/home-text-bg.jpg) no-repeat;
       
}

#main 
{
    margin:0 auto;
    width:888px;
    min-height:400px;
    background:#fff;
}


#home-text h1 
{
    color:#c00;
    font-size: 18px/24px;
}

#home-text p

{
    color:#303030;
    width:550px;
	font-size:0.9em;
}

#commerce-wrapper h1 
{
	position:relative;
	top:0px;
	left:50px;
    color:#c00;
    font-size: 16px/20px;
   
	
}

.item-wrapper 
{
	width:300px;
	height:400px;
	background-color:#fff;
	border:solid 1px #000;
	position:relative;
	float:left;
	margin:8px;
	text-align:center;
	clear:none;
}



.product-wrapper p.copy
{
	width:auto;
	
	margin:0 auto;
	padding:15px;
}

#cart-items 
{
    font-size:11px;
    margin-left:450px;
    color:#000;
    font-weight:bold;
}


/*Cart Page*/

.cart-table 
{
    border:solid 2px #000;
    width:820px;
    min-height:100px;
}

.cart-table td 
{
  border: 1px solid #000;
 padding:5px;   
}

.cart-table th
{
    background-color:#000;
    color:#fff;
    padding:5px;
    height:30px;
}


.form-block {display:block;
             clear:both;
             padding:3px 0px;
             float:left;
}

.label-block 
{
	display:block;
	float:left;
	width:150px;
	padding:0;
	padding-right:5px;
	margin: 5px 0 0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

#checkout-form 
{
	width:99%;
	margin-left:0px;
	clear:both;
	float:left;
	
}

.form-2c-left 
{
	width:450px;
	float:left;
	clear:left;
		border: 1px solid #000;

}

.form-2c-right 
{
	width:450px;
	padding-right:0px;

	border: 1px solid #000;

}

#cc-form 
{
	width:95%;
	margin:30px;
	clear:both;
	float:left;
	
}

/*FAQ*/

.faq-container {padding:5px 40px;}

.faq-question {font-weight:bold;}

#ask-question 

{
    padding:0px 25px;
 float:right;
 position:relative;
 

}


/* Nutritional Info */

#nutrition-box
{
padding:0px 25px;
 float:right;
width:200px;


    }
#contact-box
{
padding:0px 25px;
 float:right;
width:200px;


    }

/* footer */
#footer { 
	clear: both; 	
	color: #fff; 	
	padding: 0;	 
	background: #333;
	min-height: 75px;
	height:auto;
}
#footer a  
{
	color:#efefef;
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 980px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
	font-size:10px;
	color:#fc0;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
	font-size:10px;
	color:#fc0;
}

#footer ul 
{
    width:100%;
    margin:0 auto;
    text-align:center;
}

#footer ul li
{
    display:inline;
    padding-right:40px;
   padding-left:0px;
    color:#fff;
}

#footer ul li a
{
    color:#fff;
    text-decoration:none;
}

#footer ul li a:hover
{
    background-color:#efefef;
    color:#c00;
}

.cart-item-count {color: #fff}

.form-label {text-align:right;font-weight:bold;}

#FindMDN_tblLocations 
{
	width:620px;
	padding-bottom:15px;
	border:1px solid #000;
}

#FindMDN_tblLocations th 
{
	padding:5px;
	border-bottom:1px solid #000;
	background-color:#ffcc00;
	color:#000;
	
}