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

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	background-image: url(/sole_images/site_images/background.jpg);
	background-repeat: repeat-x;
	background-color: #5d6a85;
	color: #2c3859;
}

ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* main divs -----------------------------------------------------------------*/

#wrap {
	height: 100%;
	width: 100%;
	text-align="center"
}

#content {
	height: 100%;
	margin: 0 auto;
	width: 800px;
}

#header {
	background: url(/sole_images/site_images/header.jpg) no-repeat;
}

#aheader {
	background: url(/sole_images/site_images/adminheader.jpg) no-repeat;
}

#topnav {
	font:bold 12px Arial;
	color: #cddbff;
	padding-right:16px;
	text-align: right;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #cddbff;
	font:bold 12px Arial;
	text-decoration: none;
}

#topnav a:hover{
	color: #FFFFFF;
	font:bold 12px Arial;
	text-decoration: underline;
}


#product{
	padding-top: 5px;
	font:bold 10px Arial;
	color: #0e2347;
	text-decoration: none;
}

#product a:link, #product a:active, #product a:visited{
	font:bold 12px Arial;
	color: #0e2347;
	text-decoration: none;
}

#product a:hover{
	font:bold 12px Arial;
	color: #0e2347;
	text-decoration: underline;
}


#bottommenutext {
	font:bold 10px Arial;
	color:  #2b3d64;
	text-decoration: none;
	padding: 0px,0px,0px,0px;
}

#bottommenu, #bottommenu a{
	text-align: CENTER;
	font:bold 10px Arial;
	color:  #2b3d64;
	text-decoration: none;
}

#bottommenu a:hover {
	color: #7684a2;
	font:bold 10px Arial;
	text-decoration: underline;
}


#inputbox{
	color: #2b3d64;
	border: 1px solid #abb3c3;
	background: #f0f2f6;
	width: 150px;
	padding-left: 5px;
	font:normal 11px Arial;
}

#textbox{
	color: #2b3d64;
	border: 1px solid #abb3c3;
	background: #f0f2f6;
	padding: 5px;
	font:normal 11px Arial;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border: 1px solid #2b3d64;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background: #e6e7ea;
}

#formlabel {
padding: 2px;
text-align:right;
font:bold 10px Arial;
}

#formlabelleft {
padding: 2px;
text-align:right;
font:bold 10px Arial;
}

#gencopy {
margin-left:30px;
padding: 5px;
font:normal 11px Arial;
}

#forminput {
padding: 5px;
}

#contentholder {
padding-top: 20px;
padding-left: 35px;
padding-right: 16px;
}

#thumb {
border: 1px solid #2b3d64;
}

#productinfo {
padding-left: 5px;
padding-right: 5px;
font:bold 10px Arial;
line-height:15px;
}

#productcolor {
font:bold 11px Arial;
color: #636e86;

}

#error {
font:bold 11px Arial;
color: #b6211d;
text-align:center;
}



.main {
	margin:0 auto;
	text-align: left;
	padding-top:20px;
	padding-left:10px;
}

.main .left {
	width: 70%;
	background: #FFF;
	
}
.main .right {width: 30%;}

#clear {
  clear: both;
  padding-top: 10px;
 }
 
 #orderheader {
	text-align: left;
	float:left;
	margin-top: 5px;
	width: 640px;
	_width: 640px;
	clear: both;
}

#orderheaderleft {
	width: 350px;
	float:left;
	text-align:left;
	border: 1px solid #c0bba8;
	background: #faf7ed;
	padding: 5px 5px 5px 20px;
	font: bold 1em Arial,sans-serif;
}

#orderheaderright {
	width: 225px;
	text-align:left;
	float:right;

}