/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #40474A;
	background-image: url(images/main-baground.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #231F20;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
}
#column_wrapper {
	background-image: url(images/content-bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 800px;
	float: left;
}
#left {
	width: 198px;
	float: left;
	padding: 0;
}
#left .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
	background-image: url(images/left-green-bg.jpg);
	background-repeat: repeat-y;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0px;
	text-align: center;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-image: url(images/footer-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #000 1px;
}
#right a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #000 1px;
}
#right a:hover {
	color: #BCBDC0;
	border-bottom: dotted #BCBDC0 1px;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #999999;}
#footer a:hover {color: #FFFFFF;}
h1 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0;
	color: #BCBDC0;
}
h2 { 
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	margin: 30px 0 0 0;
	color: #BCBDC0; 
}
h3 {
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #BCBDC0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
hr {
	border-top: solid 1px #BCBDC0 thin;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
input.cat_textbox_small,#CaptchaV2 { width: 150px; border:1px solid #D1D2D4; background-color: #ffffff; color: #000000; font-family: Arial, Helvetica, sans-serif; padding: 4px;	font-size: 11px;}
.cat_button { width: 70px; border: none; background: #D1D2D4; color: #000000; font: 11px Arial, Helvetica, sans-serif; padding: 4px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; margin-top: 5px;  }
.cat_button:hover { background: #7BA542; cursor:pointer; color: #ffffff; }
.listing-header {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	background-color: #AB2341;
	color: #ffffff;
}
.send-to-friend {
	font-size: 0.8em;
	margin-right: 7px;
}