html{
	overflow: -moz-scrollbars-vertical;
	width:100%;
	height:100%;
	margin:0 auto;
}
body{
	width:100%;
	height:100%;
	margin:0 auto;
	background: #e3e3e3;
	font-family: verdana;
	font-size:12px;
	text-align:left;
}

h2 { 
	
	color: #8e0ba9;
	font-size:15px;
 }
 

a{
	text-decoration:none;
}
a img{
	border:none;
}
textarea{
	width:100%;
	height:100%;
	background:transparent;
	border:1px solid gray;
}
input{
	border:1px solid gray;
}
#container_border{
	margin:0 auto;
	width:970px;
	height:auto;
	overflow:auto;
	background: url('./images/back_gradiant.gif');
}
#container{
	overflow:auto;
	margin:0 auto;
	width:960px;
	height:auto;
	background: white;
}
#header{
	width:959px;
	height:145px;
	background: url('./images/header.png');
}
#nav{
	width:959px;
	height:70px;
	overflow:visible;
	background: url('./images/nav.gif') repeat-x;
}
#nav a{
	height:30px;
	width: auto;
	display:block;
	float:left;
	color:white;
	text-align:center;
	font-size:15px;
	vertical-align:middle;
	border-right:1px dotted white;
	padding:9px 20px 0 20px;
	overflow:hidden;
}
#nav .collection{
	font-size:13px;
	height:35px;
	padding:4px 20px 0 20px;
}
#nav a:hover{
	background-color:#8e0ba9;
}
#content{
	padding:20px 50px 30px 50px;
	height:auto;
	overflow:auto;
	width:860px;
}
#content #heading{
	margin:0 0 25px 0;
	width:860px;
	color: #707070;
	font-size:14px;
	line-height: 150%;
}
#content #heading1{
	margin:0 0 20px 0;
	width:860px;
	color: #8e0ba9;
	font-size:20px;
}


#content #front{
	margin:0 0 20px 0;
	width:860px;
	height:254px;
}
#content #front #front_left{
	width:382px;
	height:254px;
	float:left;
	overflow:hidden;
}
#content #front #front_left img{
	border:none;
	margin:0 0 2px 0;
}
#content #front #front_right{
	width:470px;
	height:254px;
	float:left;
}
#content #item_holder{
	margin:0 0 20px 0;
	width:860px;
	display:block;
	overflow:auto;
	height:auto;
}
#multipleitems{
	width:100%;
	text-align:center;
}
#multipleitems .key{
	font-weight: bold;
}
#multipleitems td{
	border:none;
	padding:3px;
}
#multipleitems .bluerow{
	background-color: #E8EDFF;
}
#content #item_holder .item{
	width:143px;
	height:180px;
	background: no-repeat url('./images/product_bg.gif');
	margin:10px 35px;
	float:left;
	text-align:center;
}
#content #item_holder .item a{
	display:block;
	margin:8px 0 0 0;
	outline:0px;
}
#content #item_holder .item img{
	border:none;
	padding:0;
	margin:0;
}
#content #item_holder .item p{
	padding:1px 0 0 0;
	color: #8608a2;
	text-decoration: underline;
}
#content #text{
	margin:0 0 20px 0;
	width:860px;
	color: #6a6b6b;
	display:block;
	text-align: left;
}
#footer{
	width:959px;
	height:55px;
	background: url('./images/footer.gif');
	background-repeat: repeat-x;
	color:#8e0ba9;
	font-size:11px;
}
#footer a, #footer a:visited, #footer a:active{
	color:#8e0ba9;
}
#footer a:hover{
	color:#c27fd0;
}
#footer_left{
	padding:27px 0 0 50px;
	width:670px;
	float:left;
}
#footer_right{
	padding:27px 0 0 0;
	width:239px;
	float:left;
}
#adminform table{
	width:100%;
}
#adminform .firsttd{
	width:180px;
}
#adminform #pricing_holder3{
	width:100%;
}
#adminform #results{
	text-align:center;
}
#item_detail{
	width:810px;
	height:auto;
	overflow:hidden;
}
#item_detail #item_left{
	width:320px;
	float:left;
	height:550px;
	overflow:hidden;
}
#item_detail #item_left #image_big{
	width: 320px;
	height:380px;
	background: #efefef;
	float:left;
	padding:10px 0 0 0;
	text-align:center;
}
#item_detail #item_left #image_small{
	width: 100px;
	margin:10px 3px 20px 3px;
	height:105px;
	background: #efefef;
	float:left;
	padding:5px 0 0 0;
	text-align:center;
}
#item_detail #item_left #image_small img{
	cursor: pointer;
}
#item_detail #item_right{
	width:450px;
	margin:0 0 40px 30px;
	float:left;
	height:auto;
	overflow:hidden;
	color: #949494;
}
#item_right h2{
	color:#5e096b;
	font-weight: normal;
	text-decoration:none;
	font-size:20px;
}
#item_right #price{
	font-size:25px;
}
#item_right #buy{
	text-align:right;
}
#item_right b{
	color:#5e096b;
	margin:2px 0;
}
#item_right table{
	width:100%;
}