* {
	margin: 			0em;
	padding: 			0em;
}

body, input, textarea {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
}

h1,h2,h3,h4,h5,h6 {
	color: 				#444444;
}

fieldset {
	border: 1px solid #ff6600;
	padding: 11px;
	margin-top: -7px;
}
* html fieldset {
	margin-top: -16px;
	
}
legend {
	font-size: 14px;
	font-weight: bold;
}
input.button {
	border-top: 			solid 1px #fff;
	border-left: 			solid 1px #fff;
	border-bottom: 			solid 1px #888;
	border-right: 			solid 1px #888;
	background-color: 		#eaeaea;
	color: 				#555;
	font-size: 			11px;
	height:				24px;
	padding: 			3px;
	margin-bottom: 			4px;
}

input.text {
	border-top: 			solid 1px #888;
	border-left: 			solid 1px #888;
	border-bottom: 			solid 1px #fff;
	border-right: 			solid 1px #fff;
	padding: 			3px;
	margin-top: 			2px;
	margin-bottom: 			5px;
	height:				15px;
}

input.field {
	border-top: 			solid 1px #ddd;
	border-left: 			solid 1px #ddd;
	border-bottom: 			solid 1px #000;
	border-right: 			solid 1px #000;
	padding: 			3px;
	margin-top: 			2px;
	margin-bottom: 			5px;
	height:				15px;
	width: 				300px;
}
.textarea {
	border-top: 			solid 1px #ddd;
	border-left: 			solid 1px #ddd;
	border-bottom: 			solid 1px #000;
	border-right: 			solid 1px #000;
	padding: 			3px;
	margin-top: 			2px;
	margin-bottom: 			5px;
	height:				65px;
	width: 				300px;
}

a {
	color: 				#006699;
	text-decoration: 		underline;
	text-align: 			left;
}

a:hover {
	text-decoration: 		none;
}

#outer {
	margin: 			20px auto 0em auto;
	width: 				100%;
}

#header {
	padding: 			30px;
	height:				30px;
}

#menu {
	position: 			absolute;
	top: 				0px;
	left: 				0px;
	background-color: 		#ffffff;
	border-bottom: 			solid 18px #FF6600;
	width: 				100%;
	font-size: 			11px;
	height:				82px;
}


#menu .menunav {
	position:			absolute;
	top:				84px;
	left:				52px;
	color:				#ffffff;
	display:			block;
	width:				440px;
	height:				20px;
	z-index:			1000;
}
* html #menu .menunav {
	margin-top: -2px;
	padding-top: 2px;
	height: 20px;
	
}

#menu .menunav a {
	text-decoration:		none;
	color:				#ffffff;
	padding:			3px 12px 3px 12px;
}

#menu .menunav a:hover {
	text-decoration:		none;
	color:				#444444;
	background-color:		#ffffff;
	padding:			3px 12px 3px 12px;
}

.box {
	margin-bottom: 			15px;
}

.boxContent {
	margin-top: 			0.5px;
	padding: 			5px;
	background: 			#ffffff;
	font-size: 			11px;
}

.boxContent ul{
	list-style:			none;

}

.boxLogin .boxContent {
	margin-top: 			0px;
	color: 				#fff;
	border-bottom: 			1px solid #FF6600;
	background: 			#FF6600;
	padding: 			12px 20px 12px 12px;
	width: 				150px;
}

.boxLogin span {
	font-weight: 			bold;
	font-size: 			11px;
}

.boxLogin a {
	background-color: 		inherit;
	color: 				#ffffff;
	font-size: 			11px;
	text-decoration:		none;
}

.boxLogin a:hover {
	text-decoration:		none;
	border-bottom: 			1px solid #ffffff;
}

.boxLogin input.button {
	margin-top: 			3px;
	vertical-align: 		middle;
}

.boxLogin input.text {
	width: 				100%;
}

.boxSearch .boxContent {
	margin-top: 			0px;
	color: 				#fff;
	border-bottom: 			1px solid #000000;
	background: 			#000033;
	padding: 			12px 20px 12px 12px;
	width: 				150px;
}

.boxSearch span {
	font-weight: 			bold;
	font-size: 			11px;
}

.boxSearch a {
	background-color: 		inherit;
	color: 				#ffffff;
	font-size: 			9px;
}

.boxSearch a:hover {
	text-decoration:		none;
	border-bottom: 			1px solid #007799;
}

.boxSearch input.button {
	margin-top: 			3px;
	vertical-align: 		middle;
}

.boxSearch input.text {
	width: 				100%;
}

#content {
	position: absolute;
	top: 90px;
	left: 0px;

	width: 100%;
	
}

#content p {
	margin-top: 			2px;
	margin-bottom: 			-1px;
	text-align: 			left;
	line-height: 			18px;
	margin-left:			0px;
}

#content strong {
	color: 				#000000;
}

#content h1,h2,h3,h4,h5,h6 {
	margin-left:			0px;
}

#content h1 {
	font-size:			20px;
	color:				#000000;
	font-weight:			normal;
}

#content h2 {
	font-size: 			14px;
	color:				#ff6600;
	font-weight:			normal;
}

#content h3 {
	font-size: 			12px;
	color:				#FF6600;
	font-weight:			normal;
	border-bottom:			1px solid #FF6600;
}

#content h4 {
	font-size: 			12px;
	color:				#ffffff;
	font-weight:			bold;
}


#primaryContentContainer {
	float: 				right;
	margin-left: 	    -361px;
	width: 				100%;
}

#primaryContent {
	margin: 			0px 0px 0px 220px;
	padding: 			32px 32px 15px 32px;
}

#secondaryContent { 
	float: 				left;
	width: 				175px;
	padding: 			32px 32px 15px 32px;
}


#footer { 
	border-top: 			solid 1px #e5e5e5;
	text-align: 			center;
	padding: 			15px 0px 15px 0px;
}

.clear {
	clear: 				both;
}

.message {
	list-style-type: 		none;
	width:				460px;
	clear:				left;

}

.message ul{
	width:				400px;
}

.message li {
	float: 				left;	
	padding:			1px;
	padding-right:			10px;
	border-bottom:			1px solid #999999;
	height:				16px;
	margin-right:			1px;
	margin-bottom:			3px;
	overflow:			hidden;
}

.message li a {
	color:				#444444;
	text-decoration:		none;
	padding:			0px;
}

optgroup {
	color:				#FF6600;
	font-style:			normal;
	
}
option {
	color:				#222222;
	font-weight:			normal;
}

.thumbnail {
	display:			block;
	float: 				left;
	width: 				180px;		
	height: 			234px;
	margin: 			0px 10px 10px 0px;
	border:				1px solid #dddddd;
	
}

.thumbimage {
	float: 				left;
	width:				180px;
	height:				180px;
	background-color: 		#eeeeee;

}

.thumbinfo {
	width: 				180px;
	height:				52px;
	
	float:				left;
}
/*
.thumbs {
	margin: 			2px;
	padding:			2px;
	border:				1px solid #ffffff;
}
*/
.thumbs {
	border:				0px;	
}
.paging {
	width: 				100%;
	height:				20px;
	padding:			5px;
	margin-bottom:			20px;
	margin-top:			-10px;
	min-width:			400px;
}

.sales ul,li{
	list-style:			none;
}
.sales li {
	display: 			block;
	float: 				left;
	height:				12px;
	padding: 			3px;
	overflow: 			hidden;
	border-bottom:		1px solid #ddd;
}
.sales li.title {
	display: 			block;
	float: 				left;
	width: 				100px;
	height:				12px;
	min-width:			100px;
	padding: 			3px;
	overflow: 			hidden;
	border-bottom:		1px solid #000;
}
.clear {
	clear:				both;
}




