/*
      Created by Avalon Rose Design www.theavalonrose.com
	  Copyright © August 2, 2012 
	  
*/



html, body {
margin: 0px;
padding: 0px;

} 


  
body {
background: #ffffff;
margin:0 auto;
text-align: center;
color:#939393;
font-family: 'Quicksand', sans-serif;

}

td {
padding:5px;	
}

tr {
padding:5px;
}

table {
margin:0 auto;	
}

  
#outer-wrapper {
width:1100px;
margin:0 auto;
text-align: center;
}
 
#header-wrapper {
height:250px;
width:1100px;
background: url(../images/purelypolished/top.png) no-repeat top center;
margin:0 auto;
text-align: center;
} 

.div-wrapper {
background: url(../images/purelypolished/div.png) no-repeat;
height:68px;	
}

#cart-wrapper{
float:right;
width: 112px;
height:37px;
text-align:right;
margin-right:50px;
margin-top:8px;
}

.float-right {
float:right;
}

.float-left {
float:left;
}

#icon-wrapper {
float:left;
width:300px;
height:32px;
margin-left:50px;
margin-top:20px;
}

.icon {
float:left;
width:32px;
padding-right:5px;
}

#mailing-list{
float:right;
width:510px;
text-align:right;
margin-top:18px;
margin-right:50px;	
}
  
#content-wrapper {
width:960px;
margin-left:70px;
margin-right:70px;
text-align:left;
clear:both;
}  


.links-wrapper{
text-align:center;
color:#ffffff;
font-size:16px;
clear:both;
}

.links-wrapper a{
color:#939393;
text-decoration:none;
font-size:18px;
}

.links-wrapper a:hover{
color:#89a8c0;
font-size:18px;
}

.top-links-wrapper{
text-align:center;
color:#efefef;
font-size:16px;
clear:both;
}

.top-links-wrapper a{
color:#878787;
text-decoration:none;
font-size:18px;
}

.top-links-wrapper a:hover{
color:#89a8c0;
font-size:18px;
}


#footer {
clear:both;
margin:auto;
text-align:center;
width:1100px;
height:149px;
background:#ffffff;
}

#legal {
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #939393;

}


#legal a {
	border-bottom: 1px dotted #89a8c0;
	text-decoration: none;
	color: #89a8c0;
	
}


.clear {
clear:both;
}


 
a:link              {text-decoration:none; }