/* CSS Document */
body{

	width:778px;	
	margin:0px auto 0px auto;
	background-color:#111111;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	scrollbar-base-color:#111111;
	scrollbar-arrow-color:#ffffff;
}
img{
	border-style:none;
}
hr	{ 
	height: 1px;
	border-top:1px solid #000000;
	overflow:hidden;
}
h1 {
	font-size: 13px;
}

h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}

h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
ul {
	margin: 0 0 0 0;
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
form{
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
th {
	font-size: 11px;
}
/***********************************************/
/* Global Class                                */
/***********************************************/

.linkstyle1 A:link{
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold; 	
}
.linkstyle1 A:visited {
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold; 
}
.linkstyle1 A:active {
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold; 	
}
.linkstyle1 A:hover {
	color:#000000;
	text-decoration: underline;
	font-weight:bold; 			
}
.linkstyle2 A:link{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none; 	
}
.linkstyle2 A:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
.linkstyle2 A:active {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
.linkstyle2 A:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;	
}
.linkstyle3 A:link{
	color: #ffffff;
	text-decoration: none; 	
}
.linkstyle3 A:visited {
	color:#ffffff;
	text-decoration: none;
}
.linkstyle3 A:active {
	color:#ffffff;
	text-decoration: none;
}
.linkstyle3 A:hover {
	color: #ffffff;
	text-decoration:underline;	
}
.font1{
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 5px;
}
.font2{
	font-size:11px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
.font3{
	font-size:10px;
	padding:0px 0px 0px 15px;

}
.clear{
	clear:both;
}
.space{
	width:1px; 
	height:1px;
}
.fade50 {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.nofade {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.valigntop{
	vertical-align:top;
}
.valignbottom{
	vertical-align:bottom;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.frmselect{
	font-size:11px;
	background-color: #ffffff;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#cccccc #666666 #666666 #cccccc;			
}
.frmtext{
	font-size:11px;
	background-color: #ffffff;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#cccccc #666666 #666666 #cccccc;	
}
.frmsubmit{
	height:17px;
	font-size:11px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#cccccc #666666 #666666 #cccccc;
}
.title{
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	padding:2px 2px 2px 2px;	
	background-color:#e90505;

}
.subtitle{
	font-size:16px;
	color: #CC3300;
	line-height:16px;
}
.more{
	color:#ff6600;
	font-size:9px;
	font-weight:normal;
	
}
.salesprice{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;

}
.wholesaleprice{
	color:#ff6600;
	font-weight:bold;
	font-size:12px;

}
.retailprice{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;

}


#body{
	
	font-size: 11px;
	color:#000000;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
}
#header{
	text-align:center;
	padding:0px 0px 0px 0px;
	border-width:20px 20px 0px 20px;
	border-style:solid;
	border-color:#000000 #000000 #000000 #000000;
	background-color:#000000;

}

#content{
	font-size: 11px;
	color:#eeeeee;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:10px 10px 10px 10px;
	border-width:0px 20px 0px 20px;
	border-style:solid;
	border-color:#000000 #000000 #000000 #000000;
	background-color:#666666;

}


#footer{
	color:#ffffff;
	font-size:10px;
	text-align:right;
	background:#000000;
	background-image:url(../images/footer_bg.gif);	

}