html
{
	overflow: -moz-scrollbars-vertical;
}
BODY
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
}
td
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #333333;
}





#container
{
	width: 795px;
}
#noJavascript
{
	position: absolute;
	top: 0;
	left: 310px;
	z-index: 5000;
	width: 172px;
	height: 73px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background-image: url('../images/javascript_bg.gif');
	background-repeat: no-repeat;
}
#topCorner
{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 520px;
	width: 301px;
	height: 82px;
	background-image: url('../images/top-corner.png');
}





/*****************************************************/
/********************* LOGO AREA *********************/
/*****************************************************/
#logo
{
	display: table;
	width: 785px;
	height: 45px;
	margin: 20px 0 0 0;
}
#logo .text
{
	height: 35px;
	font-size: 10px;
	color: #888888;
	border-left: 1px dashed #bbbbbb;
	padding: 8px 0 0 10px;
	margin: 0 0 0 10px;
	float: left;
}
#logo #b1
{
	position: absolute;
	display: table;
	width: 1px;
	height: 1px;
	border: 1px solid #F0F0F0;
	left: 471px;
}
#logo #b2
{
	display: table;
	width: 1px;
	height: 1px;
	border: 1px solid #E3E3E4;
	float: right;
}
#logo #search
{
	width: 310px;
	border: 1px solid #C9C8BA;
	background-color: #ffffff;
	padding: 2px;
	margin: 0;
	float: right;
}
#logo #search .txt_qs, #logo #search .txt_dark_qs
{
	width: 280px;
	height: 19px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #dddddd;
	background-color: #ffffff;
	border: 0;
	float: left;
}
#logo #search .txt_dark_qs
{
	color: #333333;
}
#logo #search .link_qs
{
	margin: 0;
	float: left;
}





/*****************************************************/
/**************** MAIN CATEGORIES AREA ***************/
/*****************************************************/
#mainCatText
{
	margin: 40px 0 0 50px;
}
#mainCat
{
	display: table;
	width: 765px;
	height: 265px;
	background-image: url('../images/main-menu-bg.jpg');
	background-repeat: no-repeat;
	margin: 0 0 0 35px;
}
#mainCat .cat
{
	margin: 20px 0 0 2px;
}
#mainCat .cat a
{
	width: 190px;
	font-family: Trebuchet, "Trebuchet MS", Arial;
	font-size: 13px;
	color: #797C80;
	text-decoration: none;
	background-image: url('../images/arrow-down.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #E3E3E3;
	padding: 20px 0 15px 0;
	margin: 0 10px 0 40px;
	float: left;
}
#mainCat .cat a:hover
{
	color: #FFA113;
}
#mainCat .cat .subMenu
{
	display: none;
	z-index: 1;
	position: absolute;
	width: 380px;
	background-color: #F3F3F3;
	background-image: url('../images/criteria-bg.jpg');
	background-repeat: repeat-x;
	border: 1px solid #E3E3E3;
	padding: 11px 15px 10px 5px;
	margin: 0;
}
#mainCat .cat .subMenu a
{
	width: 170px;
	height: 32px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background-image: url('../images/menu-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	padding: 5px 0 0 10px;
	margin: 0 0 0 10px;
	float: left;
}
#mainCat .cat .subMenu a:hover
{
	color: #ffffff;
	background-image: url('../images/menu-bg-on.gif');
	background-color: #FEB66D;
}
#mainCat .cat .menu a, #mainCat .cat .menu a:hover
{
	width: 95%;
	font-family: Trebuchet, "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFA113;
	background-image: none;
	background-color: Transparent;
	padding: 5px 0 0 15px;
	margin: 0 10px 0 0;
	float: left;
}





/*****************************************************/
/**************** MAIN CATEGORIES AREA ***************/
/*****************************************************/
#mainThreeCat
{
	display: table;
	width: 785px;
	background-image: url('../images/mainThreeCat_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 25px 0 0 18px;
}
#mainThreeCat .col
{
	position: relative;
	width: 240px;
	height: 190px;
	float: left;
}
#mainThreeCat .col .img
{
	width: 35px;
	padding-top: 10px;
	float: left;
}
#mainThreeCat .col .text
{
	width: 205px;
	font-family: Trebuchet, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
	float: left;
}
#mainThreeCat .col .text .sep
{
	padding: 3px;
}
#mainThreeCat .col .text .b
{
	font-size: 15px;
}
#mainThreeCat .col .text .blue
{
	color: #7396BF;
}
#mainThreeCat .col .text a
{
	color: #666666;
	text-decoration: none;
}
#mainThreeCat .col .text a:hover
{
	color: #3d3f40;
}





/*****************************************************/
/******************* TOP BANNERS *********************/
/*****************************************************/
#topBanner {width: 735px; overflow: hidden; margin: 5px 0 0 48px;}





/*****************************************************/
/************** OTHER CATEGORIES AREA ****************/
/*****************************************************/
#otherCatBorder
{
	display: table;
	width: 785px;
	background-color: #F3F3F3;
	margin: 2px 0 0 18px;
}
#otherCat
{
	height: 225px;
	background-color: #F3F3F3;
	padding-top: 5px;
	margin: 15px 0 15px 15px;
}
#otherCat .col
{
	height: 75px;
	margin-top: 10px;
	float: left;
}
#otherCat a
{
	color: #656565;
	text-decoration: none;
}
#otherCat a:hover
{
	color: #666666;
	text-decoration: underline;
}
#otherCat .subCat
{
	padding-bottom: 2px;
	margin: 1px 0 1px 0;
}
#otherCat .subCat a
{
	text-decoration: none;
	color: #656565;
	padding-bottom: 1;
}
#otherCat .subCat a:hover
{
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dashed #656565;
	padding-bottom: 0;
}





/*****************************************************/
/******************** BOTTOM AREA ********************/
/*****************************************************/
#BottomMenuLine
{
	width: 785px;
	height: 1px;
	font-size: 0px;
	border-top: 1px solid #EBEBEB;
	margin: 20px 0 0 18px;
}
#bottomMenu
{
	width: 785px;
	margin: 7px 0 10px 18px;
}
#bottomMenu .img
{
	padding: 0 20px 0 25px;
	float: left;
}
#bottomMenu .main
{
	color: #c4c3c3;
	padding: 2px 0 2px 20px;
	margin-top: 12px;
	border-left: 1px solid #DDDDDD;
	float: left;
}
#bottomMenu a
{
	color: #666666;
	text-decoration: none;
}
#bottomMenu a:hover
{
	color: #111111;
}
#bottomMenu a.dif
{
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #333333;
}





/*****************************************************/
/*********************** RIGHT ***********************/
/*****************************************************/
#rightColumn{position: absolute;top:0;left:795;width:212px;}
#users {width: 212px; text-align: center; margin: 30px 0 75px 0;}





/*****************************************************/
/******************* RIGHT BANNERS *******************/
/*****************************************************/
#adBorder{width:212px; height:265px; background-image:url('../images/ads-bg.jpg');background-repeat:no-repeat;}
#adBox {position: relative; width: 160px; height: 235px; clip: rect(0px, 160px, 0px, 235px); overflow: hidden; text-align: left;}
#banner1 {position: relative; width: 155px; height: 225px; top: 1px; left: 0;}
#banner2 {position: relative; width: 155px; height: 225px; top: -224px; left: 160px;}
a.more{text-decoration: none; color: #333333; margin: 0; padding: 0;}
a.more:hover {text-decoration: none; color: #888888; margin: 0; padding: 0; border: 0;}
.phone, a.phone {font-family: Tahoma; font-size: 11px; font-weight: bold; text-decoration: underline; color: #333333; margin: 0;}
.phone {text-decoration: none;}
a.phone:hover {text-decoration: none; color: #666666; border-bottom: 1px dashed #999999;}





/*****************************************************/
/********************* TWITTER ***********************/
/*****************************************************/
#tt{width:212px;}
#tt div {text-align:center; padding:20px 0 20px 0}





/*****************************************************/
/****************** RIGHT BANNERS ********************/
/*****************************************************/
#rightBanner {width: 212px; overflow: hidden; text-align: center;}
#rightBanner table {margin-left: auto; margin-right: auto;}





/*****************************************************/
/******************** CONTROLS ***********************/
/*****************************************************/
a
{
	color: #222222;
	text-decoration: underline;
}
a:hover
{
	color: #555555;
	text-decoration: underline;
}
.txt
{
	width: 150px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}
#fullBg
{
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f7f7f7;
	padding: 0;
	margin: 0;
}





/*****************************************************/
/************************ FORMS **********************/
/*****************************************************/
 .attrTitle
{
	font-weight: bold;
	color: #555555;
	padding: 7px 0 4px 0;
}
.form
{
	display: block;
	position: absolute;
	z-index: 1010;
}
.form .top, .form .pot
{
	width:  401px;
	height: 35px;
	background: url('../images/popup.png');
	background-position: top;
}
.form .ftitle
{
	font-weight: bold;
	text-align: center;
	color: #888888;
}
.form .line
{
	background: url('../images/form-header-line.gif');
	background-position: top;
	background-repeat: repeat-x;
}
.form .top .close
{
	position: absolute;
	margin: 30px 0 0 355px;
}
.form .pot
{
	height: 35px;
	background-position: bottom;
}
.form .formBg
{
	width: 401px;
	background: url('../images/sprite.png');
	color: #828282;
}
.form .formBg .mainForm
{
	padding: 15px 0 10px 40px;
}
.form a.fbtn
{
	position: absolute;
	font-weight: bold;
	text-decoration: none;
	margin-left: 80px;
}
.form a.fbtn:hover
{
	text-decoration: underline;
}
#siteFeedback
{
	margin: -360px 0 0 400px;
}
#totalSiteFeedback
{
	position: absolute;
	width: 306px;
	height: 182px;
	background: url('../images/popup-small.png');
	margin-top: -150px;
}
#totalSiteFeedback .mainSmallForm
{
	margin: 25px 0 0 35px;
}
#totalSiteFeedback .mainSmallForm .close
{
	position: absolute;
	margin: 0 0 0 230px;
}





/*****************************************************/
/******************** AUTO SUGGEST *******************/
/*****************************************************/
.autosuggest
{
	display: none;
	z-index: 10000;
	padding: 2px;
	margin-top: 4px;
	clear: both;
}
.suggestion_list div
{
	text-align: right;
	color: #d5954f;
	padding-right: 5px;
}
.suggestion_list
{
	background-color: #F6F6F4;
	border-top: 2px solid white;
	padding: 0;
}

.suggestion_list ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.suggestion_list ul li
{
	padding: 3px;
	margin: 0;
	overflow: visible;
	list-style-type: none;
}
.suggestion_list a
{
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.suggestion_list a:hover
{
	font-size: 11px;
	text-decoration: none;
}

.suggestion_list .selected
{
	background: #FEB66D;
}

.suggestion_list .selected a
{
	color: #ffffff;
	text-decoration: none;
}
