body{
	padding:0;
	margin:0;
	background-color: #fff;
	font-family: sans-serif;
}

div, p, h1, h2, h3, ul, img{
	padding:0;
	margin:0;
}

.ul {
	list-style-type: none;
}

a {
	color: #666;
	text-decoration:none
}

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

hr {
	width: 825px;
}






/* CONTENT */
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
}

#cont {
	padding: 10px
}



/* Image swap Styles */
#imgswpr {
	display: block;
	color: #000;
	float: left;
	width: 280px;
	padding-right: 15px;
}
	#imgswpr p{
		padding-bottom: 10px;
	}

#imgswpcpy {
	display: block;
	text-align: left;
	float: left;
	width: 580px;
}

	#imgswpcpy h1{
		padding-bottom: 20px;
	}

	#imgswpcpy p{
		padding-bottom: 10px;
	}



/* Bullets */
#blts {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}




#prdtls {
	width: 850px;
}

/* TABBED PRODUCT DETIALS */
#tabs {
	margin: 20px 0;
	width: 850px;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 600px;
	padding-top: 4px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
	background: #CC99FF;
}
#tabs ul li.active a {
	background: #9966FF;
	color: #eef;
}
#tabs div {
	background: #fff;
	clear: both;
	padding: 20px;
	min-height: 200px;
	width: 850px;
	border: 1px solid #ccc;
}
#tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#tabs div p {
	line-height: 150%;
	text-align: left;
}




.balnk{
	font-size:0px;
	line-height:0px;
	clear:both;
}



.thumbs img {
	border: 2px solid #999;
