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

 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* [disabled]color: #000000; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.thrColFixHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
} 
#head {
	width: 980px;
	background-image: url(../imgsgen/banner1.gif);
	background-repeat: no-repeat;
	height: 130px;

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	padding-right: 4px;
	margin-left: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #B7B7B7;
	border-left-color: #DBDBDB;
}
.thrColFixHdr #sidebar1 h1 {
	font-size: 16px;
	line-height: 20px;
	color: #360;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.thrColFixHdr #container #sidebar1 a {
	font-weight: bold;
	text-decoration: underline;
}
#slider {
	margin-left: 180px;
	margin-right: 5px;
}
#slider a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#slider a:hover {
	color: #F60;
}
#slider h1 {
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url(../imgsgen/bgnd_hd.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	text-indent: 46px;
	line-height: 40px;
}
#slider p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.thrColFixHdr #mainContent {
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 5px;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	margin-bottom: -10px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #424851;
	text-transform: capitalize;
	line-height: 17px;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #660;
	width: 450px;
	font-weight: normal;
}
#mainContent a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	font-weight: bold;
}
#mainContent a:hover {
	color: #900;
	text-decoration: none;
}
.sidebrbox {
	background-image: url(../imgsgen/bgnd1box.gif);
	background-repeat: no-repeat;
	padding-right: 6px;
	padding-left: 4px;
	padding-top: 10px;
	line-height: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	margin-top: 10px;
}
.headrbox {
	float: right;
	width: 252px;
	margin-right: 10px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 14px;
}
.tabletd {
	padding-right: 5px;
	padding-left: 4px;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.subhead1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
}
.bullets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	list-style-image: url(../imgsgen/menudot.gif);
	margin-bottom: 12px;
	list-style-position: outside;
}
h2 {
	color: #666;
	margin-bottom: -12px;
	font-size: 14px;
	line-height: 18px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.description {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #9B0000;
}
.txt_tight {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-weight: normal;
}
.price {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 11px;
}

a:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #666;
	line-height: 11px;
}
a:hover {
	color: #900;
}
a:active {
	color: #660;
}
.thrColFixHdr #footer {
	background-image: url(../imgsgen/bgndfoot.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: 0px 0px;
	height: 137px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 10px;
} 
#footer a {
	color: #333;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}
