/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 10px;
  padding: 0 10px;
	font-size: 18px;
  color: #fff;
}
h2 {
	margin-bottom: 10px;
	font: 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
a {
  text-decoration: none;
	color: #d43b3b;
	font-weight: bold;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}
p {
	margin-bottom: 5px;
	line-height: 14px;
}
ul {
	list-style: none;
}
ul li {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 3px;
}
dt {
  font-weight: bold;
  color: #ccc;
}
dd {
  margin-bottom: 10px;
}
body {
	text-align: center;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #666;
	background: #3f3f3f url(../img/bgr_body.jpg) repeat-x top left;
}
/***** site *****/
#wrapper {
  position: relative;
	width: 660px;
	margin: 0 auto;
	text-align: left;
}
/**** header ****/
#header {
	position: relative;
	height: 1px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
/**** ads ********/
#ad_160_600 {
  float: right;
  width: 160px;
  margin-left: 5px;
}
#links_table {
  float: left;
  width: 445px;
}
/**** content ****/
#content {
	padding: 20px;
	background: #fff url(../img/bgr_content.gif) top center no-repeat;
	border-bottom: 10px solid #d4d4d4;
}
input.text {
	width: 370px;
	margin-right: 5px;
	padding: 1px;
	border: 2px solid #666;
	background: #F5F5F5;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
#input_section select.select {
	width: 140px;
	margin-right: 5px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
input.submit {
	border: 2px solid #666 !important;
	background: #666 !important;
	color: #fff;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
}
#input_section input:focus, #input_section input.sfhover, #link_download input:focus, #link_download input.sfhover {
	border-color: #d43b3b;
	background: #fff0f0;
	color: #666;
}
#link_download {
	margin-top: 20px;
}
#link_download a.submit {
  display: block;
  float: left;
  width: 100px;
  margin: 5px 10px 5px 0;
  padding: 3px 0;
  text-align: center;
  background: #d43b3b;
  font-size: 10px;
  color: #fff;
  border: 1px solid #931e1e;
}
#link_download a.submit:hover {
  border-color: #333;
}
#top_links {
	margin-top: 20px;
}
#top_links th {
	text-transform: uppercase;
	font-weight: normal;
	background: #d43b3b;
	color: #fff;
}
#top_links th, #top_links td {
	padding: 5px;
}
#top_links td {
	vertical-align: middle;
	background: #F5F5F5;
}
#top_links img {
	width: 120px;
}
#paging {
  clear: both;
  margin-top: 10px;
}
/**** footer ****/
#footer {
	color: #aaa;
}
#copy {
	margin-bottom: 0;
  padding: 0 0 10px 0;
	text-align: center;
	line-height: 34px;
	font-size: 10px;
  font-family: Tahoma;
}

/**** common classes *****/
input.left {
	margin-right: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
  clear: both;
}
/******** Clear Fix ************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
	
	
	
	
	