* {	
margin: 0;	padding: 0;         
border-style:none;
}

body {	
background-color:#FFFFFF;		
color:#333333;	
font-size: 12px;	
font-family: Arial, Helvetica, sans-serif;
}

body a {
color:#A01829;
text-decoration:none;
font-weight:bold;
}

#container {	
width:1027px;	
height:714px;
margin: 0px auto 0 auto;
background-color:#FFFFFF;
background-image:url(images/bg.jpg);
background-repeat:  no-repeat;
position:relative;
display:block;
}

#mainpanel {
margin:15px 0 0 20px;         
width:1027px;
height:430px;
}

#footer {             
position:absolute;
display:block;
bottom:5px;
right:0px;
width:500px;
height:25px;
}

#leftmenu {    
padding-left:55px;    
width:100px;	
float:left;
}

#leftmenu ul {   
padding-bottom:1em;	
list-style: none;
}

#leftmenu ul a:hover {    
text-decoration:none;	
color:#333333;
}

.productthumb {	
border-style:solid;	
border-color:#333333;	
border-width:2px;         
width:120px;         
height:120px;
}

#singlecolumncontent {
float:left;
padding-left:50px;
width:850px;
}

#singlecolumncontent a {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#A01829;
text-decoration:none;
}

.linkish{
font-family:Arial, Helvetica, sans-serif;
color:#A01829;
font-size:14px;
font-weight:bold;
}

#stockistscolumns ul{
list-style: none;
}

#stockistscolumns ul li{
padding-top:1em;
padding-left:25px;
}

#stockistscolumns a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#A01829;
text-decoration:none;
}

#stockistscolumns a:hover{
text-decoration:none;
color:#333333;
}

.colone{
float:left;
margin-right:20px;
width:190px;
}

#singlecolumncontent a:hover{
text-decoration:none;
color:#333333;
}

#contentarea {    
float:left;    
width:700px;
height:430px;
}

#contentarea a img {    
border-style:none;
}

.catlink {    
float:left;    
margin-right:30px;    
margin-bottom:20px;
}

.productthumbholder {    
float:left;    
margin-right:30px;   
margin-bottom:40px;
width:120px;
height:120px;
background-color:#ffffff;
}

.productthumbholder a{    
background-color:#ffffff;
width:120px;
height:120px;
}

#leftColumn {	
float:left;
width:354px;
margin-right:20px;
display:block;
}

#imagecontainer{     
display:block;
height:350px;
border-style:solid;	
border-color:#333333;	
border-width:2px;	
}

#productDescription {
	float:left;    
position:relative;
width:320px;
height:356px;
padding-right:15px;	
}

#pricecontent {    
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
}
#thumbcontainer {
position:absolute;
	bottom:0px;
	left:0px;  
}

.sidemenu {	
font-family:Arial, Helvetica, sans-serif;	
font-size:14px;	
color:#A01829;	
text-decoration:none;
}
.buyme {	
font-family:Arial, Helvetica, sans-serif;	
font-size:18px;	
color:#A01829;	
text-decoration:none;
}
.price {	
font-family:Arial, Helvetica, sans-serif;	
font-size:20px;	
color:#333333;	
font-weight:bold;
}
.maintext {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
}
.maintextlink{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#A01829;
text-decoration:none;
font-weight:bold;
}

.label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 10px;
} 
	
span.multiple {
	float:right;
} 
	
span.button {
	padding-right:120px;
} 

div.clear {
	clear:both;
	padding-top:5px;
}

/* Begin lightbox stuff */

#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img {
	width: auto; 
	height: auto;
}
#lightbox a img { 
	border: none; 
}
#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; height: 250px; 
	margin: 0 auto; 
}
#imageContainer { 
	padding: 10px;
}
#loading { 
	position: absolute; 
	top: 40%; left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav{ 
	position: absolute; 
	top: 0; left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); 
	/* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}
#imageData{	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

#redirect {
	width:750px;
	float:left;
	margin:240px auto 0 130px;
}

#redirect h1 {
	font-size:30px;
}

#redirect h2 {
	font-size:24px;
}

#redirect h3 {
	font-size:16px;
}

#redirect h4 {
	font-size:14px;
}

#redirect h1, h2, h3, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.middle {
	width:560px;
	margin:0 auto;
}

.justify {
	width:690px;
	text-align:justify;
	margin:10px auto 20px 20px;
}