@charset "utf-8";
/* CSS Document */

#site {
	MARGIN: 0px auto; WIDTH: 900px; 
}
#header {
	MARGIN: 0.2em 0px 0.4em; BACKGROUND-COLOR: #ffffff
}

#main-content{
	border:1px solid #C0C0C0;
	margin:0;
	padding:0;
	color:#666666;
	/* overflow:auto; */
}

BODY {
	MARGIN: 0px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #fff; font-size:11px
}

A {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
A IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}

.blueMenuLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: #2C5783;
	font-size: 11px;
	text-decoration: none;
}

.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #535353;
	font-size: 20px;
	text-decoration: none;
}

.greyContenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	}

.greyHeadingTextBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #595959;
	line-height: 18px;
	letter-spacing: normal;
	background-position: center center;
	height: 15px;
	background-image: url(../images/gradient_down.gif);
	text-indent: 4px;
	border: 1px solid #CCCCCC;
}
	
.darkredContenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #710101;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	}		

.darkredContenttext_Big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #710101;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	}	
	
/* Expanding Menu */
ul#menu {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 148px;
}

ul#menu a {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

ul#menu div.main-cat {
	background: url('../images/menu_gradient_top.jpg') no-repeat top;
	overflow: hidden;
}

ul#menu .main-cat .link {	
	display: block;
	float: left;
	padding: 3px 5px;
	width: 120px;
}

ul#menu .main-cat .expand {
	background: url('../images/expand_arrow.gif') no-repeat 0 5px;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
}

ul#menu div.sub-cat {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

ul#menu div.sub-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu div.sub-cat ul a {
	display: block;
	padding: 2px 5px;
	font-weight: normal;
	height: 100%;
}

ul#menu div.sub-cat ul a:hover {
	/*
	color: #fff;
	background: #333;
	*/
}	

.dp-ads { padding:0; margin:0 0 10px 0;}
.dp-ads li { list-style:none outside none; padding-bottom:8px; border-bottom:dotted 1px #bebebe; margin-bottom:8px; }
.dp-ads-clear { clear:both; }
.dp-ads strong { font-size:12px; color:#000000; }
.dp-number { color:#000000; padding:0; text-align:center; width:14px; height:14px; margin-right:10px; display:block; float:left; background-color:#ffffff; font-weight:bold; border:solid 1px #000000; }

/* for FAQ */
.faq-list { margin:0 0 15px 0; padding:0; }
.faq-list li { list-style:none outside none; background:url(http://www.st701.com/images/arrowred.gif) no-repeat 0 2px; padding:0 0 0 12px; margin:0 0 4px 0; }

