@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-color:#000;
	margin:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContainer {
	height: auto;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
}
#bannerContainer {
	height: 113px;
	width: 773px;
}
#navContainer {
	height: auto;
	width: 773px;
}
#sliderContainer {
	height: 182px;
	width: 773px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#bodyContainer {
	height: auto;
	width: 773px;
}
#footerContainer {
	height: auto;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 50px;
	float: left;
	margin-top: 10px;
}
a:link {
	color: #0F0;
	text-decoration: none;
}
a:visited {
	color: #0F0;
	text-decoration: none;
}
a:hover {
	color: #F0F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#bodyTopBox {
	border: 2px solid #bd1ec4;
	float: left;
	height: auto;
	width: 500px;
	margin-right: 5px;
	background-image: url(../images/boxBg.png);
	padding: 5px;
	margin-bottom: 10px;
}
#twitterContainer {
	float: right;
	height: 515px;
	width: 250px;

}
#midBox {
	float: left;
	width: 235px;
	margin-right: 5px;
	border: 2px solid #bd1ec4;
	background-image: url(../images/boxBg.png);
	padding: 5px;
	min-height: 250px;

}
#featuredProducts {
	height: auto;
	width: 759px;
	border: 2px solid #bd1ec4;
	background-image: url(../images/boxBg.png);
	padding: 5px;
	float: left;
	margin-top: 10px;
	min-height: 200px;
	text-align: justify;
}
#homeProductContainer {
	border: 2px solid #1aff00;
	background-image: url(../images/boxBg.png);
	margin: 10px 2px;
	padding: 5px;
	height: auto;
	width: 170px;
	float: left;
}
#homeProductContainer:hover {
	border: 2px solid #bd1ec4;
	background-image: url(../images/boxBg2.png);

}
#productImageContainer {
	height: auto;
	width: 162px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border: 2px solid #bd1ec4;
}
#productImageContainer:hover {
	border: 2px solid #1aff00;
}
.productDetails {
	font-size: 14px;
}
#moreDetails {	
	background-color:#bd1ec4;
	color:#fff;
	
	padding: 2px 5px;
	float: right;
	height: auto;
	width: auto;
	margin: 5px;
	font-size: 10px;
}
#moreDetails a {	
	color:#fff;
	font-size: 10px;
}
#moreDetails a:hover {	
	color:#000;
	font-size: 10px;
}
#moreDetails:hover {
	background-color:#1aff00;
	color:#000;
	font-size: 10px;
}
/* slider */
#slider{
	text-decoration:none;
	list-style:none;
}


.sliderMain {
	margin:0;
	padding:0;
	width:773px;
	background-repeat:no-repeat;
	height:auto;

	z-index:0;
	/*position: absolute;*/
	overflow: hidden;
}


#slider {
	padding:0;
	list-style:none;
	width:773px;
	overflow: hidden;
}
#slider ul,
#slider li {
	margin:0; 
	padding:0; 
	list-style:none; 
	}
.checkoutDisclaimer {
	font-size: 12px;
	text-align: center;
}
#productDisclaimer {
	padding: 5px;
	height: auto;
	width: 750px;
	float: right;
	text-align: center;
}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
#contactform li.buttons {
	margin:5px 0 5px 110px;
}
#contactform label {
	margin:0;
	width:75px;
	display:block;
	padding:2px 0;
	color:#FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	float:left;
}
#contactform label span { color:#f00;}
#contactform input.text {
	width:200px;
	border:1px solid #000;
	margin:2px 5px 2px 0;
	padding:0px 2px;
	height:16px;
	background:#fff;
	float:left;
}
#contactform textarea {
	width:250px;
	border:1px solid #000;
	margin:10px 0;
	padding:2px;
	background:#fff;
	float:left;
}
#contactform li.buttons input {
	padding:0px;
	margin:0;
	border:0;
	color:#FFF;
	float:left;
}
p.response { text-align:center; color:#F00; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}
