/* ////////// CSS RESET ///////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ////////// END CSS RESET ///////// */
html { 
	min-height: 100%; margin-bottom: 1px;
}

body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

#main {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
}
#main #header {
	margin: 11px 0 0 0;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 920px;
}
#main #header img {
	clear: both;
}
#main #header ul {
	
}
#main #header ul li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	text-align: center;
	background-image: url(/images/button.jpg);
}
#main #header ul li a, #main #header ul li a:visited {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 88px;
	height: 23px;
	padding: 8px 0 0 0;
}
#main #header ul li.active {
	background-image: url(/images/button-active2.jpg);
}
#main #header ul li a:hover {
	opacity: 0.8;
}
#main #header #searchForm {
	float: right;
}
#main #header #searchForm input.formBlur {
	color: #ddd;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
}
#main #header #searchForm input.formFocus {
	color: #000;
	border: 1px solid #333;
	padding: 4px;
	font-size: 12px;
}
#main #content {
	width: 920px;
	float: left;
	margin: 25px 0 0 0;
	
}
#main #content h1 {
	font-size: 28px;
	color: #771b1b;
	letter-spacing: -1px;
}
#main #content p.firstPar {
	font-size: 13px;
	margin: 12px 0 0 0;
	color: #c13434;
	line-height: 18px;
}
#main #content p.firstPar strong {
	text-decoration: none;
	color: #771b1b;
}
#main #content ul.categories {
	font-size: 13px;
	color: #c13434;
	line-height: 18px;
}
#main #content p.bcLinks {
	font-size: 13px;
	margin: 5px 0 10px 0;
	color: #c13434;
	line-height: 18px;
}
#main #content p.bcLinks a, #main #content p.bcLink a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #771b1b;
	color: #c13434;
}
#main #content p.bcLinks a:hover {
	color: #771b1b;
}
#main #content p.catIntro {
	font-size: 13px;
	margin: 5px 0 5px 0;
	color: #c13434;
	line-height: 18px;
	width: 450px;
}

#main #content #contentWrapper {
	float: left;
	width: 780px;
	min-height: 600px;
	background-image: url(/images/page-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#main #content #contentWrapper #return {
	float: left;
	margin: -10px 0 10px 0;
	width: 602px;
	text-align: right;
}
#main #content #contentWrapper #return a, #main #content #contentWrapper #return a:visited {
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #771b1b;
	color: #c13434;
}
#main #content #contentWrapper #return a:hover {
	color: #771b1b;
}
#main #content #contentWrapper #searchBox {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #ececec;
	background-image: url(/images/sectionBoxBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 65px;
	width: 488px;
	font-size: 12px;
	color: #771b1b;
	line-height: 18px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
#main #content #contentWrapper #searchBox input.searchFocus {
	border: 1px solid #333;
	padding: 10px;
	font-size: 34px;
	width: 465px;
	color: #000;
}
#main #content #contentWrapper #searchBox input.searchStart {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 34px;
	width: 465px;
	color: #ddd;
}
#main #content #contentWrapper #searchBox input.searchBlur {
	border: 1px solid #999;
	padding: 10px;
	font-size: 34px;
	width: 465px;
	color: #666;
}
#main #content #contentWrapper #sectionBoxWrapper {
	margin-bottom: 20px;
	float: left;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	background-image: url(/images/sectionBoxBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 53px;
	width: 590px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #771b1b;
	line-height: 18px;
	opacity: 0.8;
	float: left;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox a, #main #content #contentWrapper .sectionBox a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #771b1b;
	color: #c13434;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox a:hover {
	color: #771b1b;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox .sectionBoxReport {
	float: right;
	font-size: 10px;
	color: #771b1b;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox .sectionBoxReport a, #main #content #contentWrapper .sectionBox .sectionBoxReport a:visited {
	color: #771b1b;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox .sectionBoxReport a:hover {
	color: #c13434; 
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox .sectionBoxRate {
	font-size: 10px;
	float: left;
	color: #771b1b;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox .sectionBoxRate a, #main #content #contentWrapper #sectionBoxWrapper #sectionBox .sectionBoxRate a:visited {
	border: none;
	margin: 0 0 0 5px;
}
#main #content #contentWrapper #sectionBoxWrapper .sectionBox .sectionBoxRate #ratingBox {
	float: left;
}
#main #content #contentWrapper #sectionText {
	margin: 0;
}


#main #content #contentWrapper #errorBox {
	font-size: 12px;
	line-height: 18px;
	color: #c13434;
	padding: 0 0 0 85px;
	background-image: url(/images/error.jpg);
	background-repeat: no-repeat;
}
#main #content #contentWrapper #errorBox h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#main #content #contentWrapper #errorBox a, #main #content #contentWrapper #errorBox a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #771b1b;
	color: #c13434;
}
#main #content #contentWrapper #errorBox a:hover {
	color: #771b1b;
}
#main #content #contentWrapper #introText {
	margin: 0 0 45px 0;
}
#main #content #contentWrapper .aboutText {
	margin: 0 0 45px 0;
	width: 780px;
	float: left;
}
#main #content #contentWrapper #aboutWrapper {
	width: 780px;
	float: left;
}
#main #content #contentWrapper #aboutAds {
	width: 120px;
	float: left;
	padding: 10px;
}
#main #content #contentWrapper .linkBlock {
	margin: 0 110px 30px 0; /* margin: 0 25px 60px 0; */
	float: left;
	min-height: 125px;
	width: 280px; /* width: 300px; */
}
#main #content #contentWrapper .linkBlockRow {
	float: left;
}
#main #content #contentWrapper .linkBlock ul {
	display: inline;
	float: left;
}
#main #content #contentWrapper .linkBlock ul li a, #main #content #contentWrapper .linkBlock ul li a:visited {
	display: inline;
	font-size: 13px;
	color: #c13434;
	line-height: 18px;
	text-decoration: none;
}
#main #content #contentWrapper .linkBlock ul li a:hover {
	border-bottom: 1px dotted #771b1b;
}
#main #content h2 a, #main #content h2 a:visited {
	font-size: 28px;
	color: #771b1b;
	letter-spacing: -1px;
	text-decoration: none;
}
#main #content h2 a:hover {
	border-bottom: 1px dotted #771b1b;
}
#main #rightPanel {
	float: left;
	width: 230px;
	height: 720px;
	opacity: 0.2;
	padding: 20px;
}

#main #footer {
	height: 198px;
	width: 920px;
	float: left;
	padding: 0 0 2px 0;
	border-top: 1px solid #ddd;
}
#main #footer .footLinkBlock {
	width: 134px;
	height: 180px;
	float: left;
	padding: 10px 18px 0 0;
	color: #771b1b;
}
#main #footer .footLinkBlockEnd {
	width: 134px;
	height: 180px;
	float: left;
	padding: 10px 0 0 0;
	color: #771b1b;
}
#main #footer .footLinkBlock ul li a, #main #footer.footLinkBlock ul li a:visited {
	color: #c13434;
	text-decoration: none;
	font-size: 10px;
}
#main #footer .footLinkBlockEnd ul li a, #main #footer.footLinkBlockEnd ul li a:visited {
	color: #c13434;
	text-decoration: none;
	font-size: 10px;
}
#main #footer .footLinkBlock ul li a:hover, #main #footer .footLinkBlockEnd ul li a:hover {
	border-bottom: 1px dotted #771b1b;
}
#main #footer .footLinkBlock h3 a, #main #footer .footLinkBlockEnd h3 a  {
	color: #771b1b;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#main #subfooter {
	border-top: 1px solid #ddd;
	height: 15px;
	width: 920px;
	padding: 10px 0 10px 0;
	float: left;
	color: #aaa;
	font-size: 10px;
}
#main #subfooter a, #main #subfooter a:visited {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #999;
}
#main #subfooter a:hover {
	color: #333;
}
/* ////////// SEARCH SUGGEST ///////// */
#searchSuggest {
	width: 485px;
	height: auto;
	border: 1px solid #999;
	margin: 0;
	float: left;
	font-size: 14px;
	padding: 0;
	background-color: #fff;
}
#searchSuggest #resultClose {
	height: auto;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 475px;
	cursor: default;
}
#searchSuggest #result {
	height: auto;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 465px;
	cursor: default;
}
#searchSuggest #resultOver {
	height: auto;
	padding: 10px;
	float: left;
	width: 465px;
	border-bottom: 1px solid #0066CC;
	background-color: #0066CC;
	cursor: pointer;
}
#searchSuggest #result #leftResult {
	float: left;
}
#searchSuggest #resultOver #leftResult {
	float: left;
	color: #fff;
}
#searchSuggest #result #rightResult, #searchSuggest #resultOver #rightResult, #searchSuggest #resultClose #rightResult {
	float: right;
	color: #ccc;
}
