/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

:focus
{
  -moz-outline-style: none;
}


html, body{
	background: #fff;
	color: #000;
}

body{
	background: url(../images/main_bg.png) center -37px no-repeat;
	min-height: 680px;
	position: relative;
}

a {
	color: #000;
}

#container {
	width: 700px;
/*	min-height: 680px;*/
	min-height: 643px;
	margin: 0 auto;
	position: relative;
}

#home_link {
	position: absolute;
	left: 0;
/*	top: 120px;*/
	top: 83px;
	width: 200px;
}


#share_the_love {
	margin-bottom: 16px;
}

#view_cart {
	position: absolute;
/*	top: 104px;*/
	top: 67px;
	right: 11px;
}

#footer {
	height: 31px;
	width: 700px;
	position: absolute;
	bottom: -1px;
	left: -2px;
}

#footer form input {
	height: 11px;
}

#footer form
,#footer p
{
	float: left;
	font-size: 10px;
	margin-left: 14px;
	color: rgb(112, 114, 119);
}
#footer form img {
	float: none;
	margin-bottom: -4px;
}

#footer img {
	float: right;
}

#nav {
	position: absolute;
/*	top: 197px;*/
	top: 160px;
	left: 9px;
	width: 250px;
	height: 85px;
}

div#nav ul li a{
	width: 75px;
	height: 20px;
}

div#nav ul li {
	position: relative;
}

div#nav ul li ul{
	position: absolute;
	left: 100px;
	top: 0;
	z-index: 10;
}

div#nav ul li ul li{
}

div#nav a#contact_nav {
	display: block;
	height: 19px;
	width: 80px;
	overflow: hidden;
	position: relative;
}

div#nav a#contact_nav img{
	position: absolute;
	top: -2px;
	left: -9px;
}

#mainimage {
	position: absolute;
/*	top: 128px;*/
	top: 91px;
	left: 273px;
}

#mainimage div.product_shot img {
/*	position: absolute;
	top: 0;
	left: 0;
*/	display: block;
	float: left;
/*	border: 1px solid #f00;*/
/*	z-index: -1;*/
}

#mainimage div.product_shot,
#mainimage div.product_shot img.detail {
	display: none;
}

#mainimage div.active{
	display: block;
}
#mainimage_controls {
	padding-top: 8px;
	display: block;
	margin-left: -6px;
	
}

#mainimage_controls a.product_shot_control {
	background: url(../images/image_controls.png) no-repeat;
	height: 20px;
	width: 15px;
	display: block;
	float: left;
	margin-top: 0;
/*	clear: none;*/
}

#mainimage_controls a:hover,
#mainimage_controls a.active {
	background: url(../images/image_controls.png) -16px 0 no-repeat;
}

#rollover {
	padding-top: 0;
	float: right;	
	margin-right: -10px;
}

#contact {
/*	display: none;*/
	position: absolute;
/*	top: 550px;*/
	bottom: 37px;
	left: 0;
}

#maincontent {
	position: absolute;
/*	top: 317px;*/
/*	top: 248px;*/
	top: 268px;
	left: 9px;
	width: 190px;
	height: 200px;
	color: rgb(112, 114, 119);
	font-size: 11px;
/*	border: 1px solid #f00;*/
	
}

#maincontent form {
	
}


br.clear {
	clear: both;
}

.item_radio{
/*	font-size: 9px;*/
/*	margin-top: 4px;*/
/*	border: 1px solid #f00;*/
	float: left;
/*	height: 50px;*/
	width: 20px;
}

.item_radio a{
	background: url(../images/select_empty.png) no-repeat;
}

.item_radio a.selected{
	background: url(../images/select_selected.png) no-repeat;
}

.item_text {
	font-size: 11px;	
	float: left;
	color: rgb(112, 114, 119);
}

.item_select {
	font-size: 11px;		
	margin-left: 16px;
	margin-bottom: 8px;
	display: none;
}

.product_attribs {
	display: block;
	clear: left;
	clear: both;
}

input#qty {
	border: 1px solid rgb(112, 114, 119);
	width: 15px;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	font-size: 11px;
	height: 14px;
	display: block;
	text-align: center;
}

/*
.styledSelect {
	display: none;
	font-size: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 8px;
	width: 100px;
	margin-left: 20px;	
	
}
.styledSelect ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid rgb(112, 114, 119);
	background: rgb(112, 114, 119)
	
}
.styledSelect ul li {
	margin: 0;
	padding: 1px 2px;
	padding-left: 4px;
	display: block;
	cursor: pointer;
	color: #fff;
}


.styledSelect.open ul li.selected 
{ 
	background-color: #fff;
	color: rgb(112, 114, 119);
}

.styledSelect.open ul li:hover 
{ 
	color: #fff;
	background: rgb(112, 114, 119);
}
*/
.errmsg {
	display: block;
/*	padding: 4px 2px;*/
/*	margin-top: 18px;
	margin-bottom: 8px;
*/	
	color: #900;
	background: rgb(209, 202, 103);
}
