* {
	Margin: 0;
	padding: 0;
}
body {
    background-color: #fff;
    font-family: "Trebuchet ms", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #000;
}	
.separator {
    clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}
#header {
    width: 100%;
	height: 169px;
	background-image: url(../images/header_black.png);
	background-repeat: repeat-x;
	min-width: 780px;
}
#logo {
    padding: 10px 0 0 0;
	position: absolute;
	left: 2%;
	width: 160px;	
}
#navlinks {
	padding-top: 5px;
	position: absolute;
	left: 35%;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
    font-family: "Trebuchet ms", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
}
#navlinks ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
}
#navlinks li {
    margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
	border-right: 1px solid #CCCCCC;
}
#navlinks li.lastlink {
    border-right: 0;
}	
#navlinks a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#navlinks a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#navlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.lastlink {
    border-right: 0;
}	
#rightbox {
    float: right;
	width: 150px;
	height: 120px;
}			
#footer {
    background-color: #0F0F0F;
	width: 100%;
	float: left;
	margin-top: 60px;
	border-top: 1px solid #666666;
}
#footerinfo {
    width: 75%;
	color: #FFFFFF;
	padding: 20px;
	margin: auto;
	text-align: center;
}				
#closer {
    float: right;
	color: #FFFFFF;
	padding: 0 10px 5px 0;
	font-size: 14px;
}
#closer	a:link {
	color: #fff;
	text-decoration: none;
}
#closer a:visited {
	color: #fff;
	text-decoration: none;
}
#closer a:hover {
	color: #46F7F6;
	text-decoration: underline;
}

/*Start Main Content Section */

#maincont {
    width: 100%;
	margin: auto;
}
#maininfo {
    width: 900px;
	margin: auto;
	color: #333333;
}
#maininfo p {
    padding: 20px 5px 20px 5px;
	text-indent: 25px;
}
#maininfo h1 {
    font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	color: #CC0000;
}
#maininfo h2 {
    font-size: 18px;
	font-weight: bold;
	padding: 20px 0 30px 0;
	border-top: 1px solid #999999;
}
#maininfo h2 img {
    padding-left: 5px;
	vertical-align: bottom;
}		

/* Start layouts of option blocks*/

#optionswrapper {
    width: 900px;
	margin: auto;
	color: #333333;
}	
.stepnumberbox {
    width: 500px;
	background-color: #FFFFFF;
	background-image: url(../images/stepheader_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 10px 0 0 5px;
}	
.stepnumberbox h1 {
    font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 2px;
}	 
.optionsbox {
    width: 500px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 0 0 20px 5px;
}
.optionsbox h2 {
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 10px;
}	
.middlearea {
    width: 275px;
	margin: auto;
	padding: 10px 0;
}
.dropdownarea {
	width: 500px;
	background-color: #E9E9E9;
	border-top: 1px solid #999999;
	margin-top: 5px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.font1 {
    font-size: 12px;
	text-align: center;
	padding-top: 0px;
}
.font2 {
    font-size: 16px;
	text-align: center;
	padding-top: 5px;
}
.font3 {
    font-size: 20px;
	text-align: center;
	padding-top: 5px;
}
.font4 {
    font-size: 26px;
	text-align: center;
	padding-top: 5px;
}
.linkspara {
    padding-top: 10px;
}
#bottomoptionswrap {
    width: 500px;
}	
#quantitybox {
    width: 500px;
	float: left;
}
#quantityselector {
    float: left;
	width: 135px;
}
#quantitytext {
    float: right;
	font-size: 12px;
	width: 360px;
}		
#couponbox {
    width: 500px;
	float: left;
	padding: 10px 0;
}
#addtowrap {
    width: 500px;
	float: left;
}	
#addtocartbox {
    width: 300px;
	float: left;
	padding-top: 10px;
}
#clearbox {
    width: 100px;
	float: right;
	padding-top: 11px;
}
#viewcartwrap {
	float: left;
	width: 500px;
	padding: 5px 0;
}		
/* Character Counter text */
.minitext {
  font: normal 0.7em Arial, sans-serif;
  color: #CF110C;
}
.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}