body{
	margin: 0;
	padding: 0;
	background: #eee;
	font: 13px verdana, sans-serif;
	color: #333;
}

div#main{
	width: 100%;
	background: #fff;
}

div#page{
	position: relative;
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
}

div#top{
	height: 55px;
	border-bottom: 1px solid #ccc;
	padding: 30px 22px 0 0;
	text-align: right;
	background: url("images/mountains.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#top img{
	display: block;
	float: left;
}

.top:link, .top:visited, .top:active{
	display: block;
	float: right;
	margin: 30px 0 0 0;
	padding: 3px 10px 0 10px;
	color: #fff;
	font-weight: bold;
}

.top:hover{
	color: #eee;
}

.topHome:link, .topHome:visited, .topHome:active{
	display: block;
	float: right;
	margin: 30px 0 0 0;
	padding: 3px 15px 0 15px;
	color: #888;
}

.topHome:hover{
	color: #555;
}

div#menu{
	float: left;
	width: 180px;
}

div#menu h2{
	margin-top: 20px;
	font:  bold 13px verdana, sans-serif;
	color: #333;
}

.menu:link, .menu:visited,.menu:active{
	display: block;
	padding: 2px 0 2px 1px;
	color: #444;
}

.menu:hover{
	color: #111;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #000;
}
/*CONTENT*/
div#content{
	float: right;
	width: 577px;
	margin: 0;
	padding: 0 5px 0 20px;
}

h1{
	margin: 15px 0 10px 0;	
	font: 24px verdana, serif;
}

h2{
	margin: 15px 0 0 0;	
	font: 17px verdana, serif;
	color: #222;
}

h3{
	margin: 15px 0 -13px 0;
	font: bold 13px verdana, sans-serif;
}

p, table{
	margin: 15px 0 0 0;
	line-height: 17px;
}

th{
	text-align: left;
}

ul {
	margin: 15px 0 0 25px;
	padding: 0 0 0 15px;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	line-height: 15px;
}

form{
	margin: 0;
	padding: 0;
}

fieldset{
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #024869;
	cursor: pointer;
}

a:hover{
}

img{
	border: 0;
}

.clear{
	clear: both;
}

.error{
	color: red;
}

/*Home*/
div#home{
	width: 557px;
	height: 334px;
	margin: 20px 0 0 0;
	border: 1px solid #ccc;
	padding: 16px 16px 0 0;
}

div#home h1{
	margin: 0;
	font: 32px georgia;
	text-align: right;
	color: #fff;
}

/*Product Category Pages*/
div.product{
	float: left;
	width: 165px;
	height: 300px;
	margin: 20px 10px 0 10px;
	text-align: center;
}

div.product img{
	display: block;
	margin: 0 auto 0 auto;
}

div.product h2{
	font: 14px verdana, sans-serif;
}

div.colors{
	width: 57px;
	margin: 0 auto 0 auto;
}

div.color{
	float: left;
	margin: 7px 2px 0 3px;
	width: 12px;
	height: 12px;
	border: 1px solid #333;
}

div.price{
	clear: both;
	width: 165px;
	padding: 7px 0 0 0;
	color: #C50316;
}

div.price span, p.regprice{
	text-decoration: line-through;
	color: #555;
}

/*Product Detail Page*/
div#photos{
	width: 340px; 
	float: left; 
	margin: 15px 20px 10px 0; 
}

div#colorset{
	clear: both;
	width: 330px;
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
}

div#colorset img{
	float: left;
	margin: 0 10px 0 10px;
}

table#sizeChart {
	float: left;
	width: 555px;
	margin: 15px 0 0 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 12px;
}

table#sizeChart td{
	width: 138px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px 3px 3px 3px;
}

th{
	width: 133px;
	padding: 3px 3px 3px 3;
	background: #eee;
	text-align: left;
}

fieldset h3{
	margin-bottom: 0;
}

input#search{
	display: block;
	float: right;
	margin: 2px 0 0 0;
}

p.sale{
	color: #C50316;
}

/*View Cart*/
table#cartTable{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 12px;
}

table#cartTable td{
	border-bottom: 1px solid #eee;
	padding: 3px 3px 3px 3px;
}

/*Dealers*/
.dealer:link, .dealer:visited, .dealer:hover, .dealer:active{
	display: block;
	float: left;
	width: 109px;
	padding: 3px 2px 3px 3px;
}

/*Contact Us*/
table.contact, table.contact td{
	clear: both;
	margin: 0;
	border: 0;
}

/*FOOTERS*/
div#footer{
	clear: both;
	height: 220px;
	width: 100%;
	border-top: 1px solid #bbb;
	background-color: #eee;
	background-image: url("images/footer.gif");
	background-repeat: repeat-x;
	color: #444;
}

div#footerContent{
	width: 784px;
	margin: 0 auto 0 auto;
}

div#footerMenu{
	float: left;
	width: 310px;
}

div#footerMenu div{
	float: left;
	width: 150px;
}

div#footer h2{
	margin-top: 10px;
	font: bold 12px verdana, sans-serif;
	color: #444;
}

h2#customerService{
	padding-top: 16px;
}

.footer:link, .footer:visited, .footer:active{
	display: block;
	padding: 1px 0 1px 0;
	font: 12px verdana, sans-serif;
	color: #444;
}

.footer:hover{
	color: #222;
}

div#footer fieldset{
	float: left;
	width: 220px;
	margin: 0 0 40px 0;
}

div#footer p{
	margin-top: 10px;
	font-size: 11px;
}

div#footer h3{
	margin: 15px 0 0 0;
	font: bold 12px verdana-sans-serif;
}