
* {
	margin: 0;
	padding: 0;
}
body {
	font: 75%/170% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(images/main-bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 1.6em;
}
img {
	border: none;
}
a {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
a2 {
	color: #000000;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	
}
a:hover {
	text-decoration: underline;
	color: #004887
}
/* content 
-------------------------------------------------------------- */
#page {
	width: 480px;
	margin: 0 auto;
	position: relative;
	
}

/* header 
-------------------------------------------------------------- */
#header {
	height: 74px;
	margin: 0 auto;
	position: relative;
}
#header h1 a {
	background: url(images/logo.gif) no-repeat;
	text-indent: -900em;
	width: 239px;
	height: 74px;
	position: absolute;
	left: 12px;
}
#header h2 {
	display: none;
}
/* nav */
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: solid 1px #000;
}
#nav li {
	float: left;
	position: relative;
	text-align: center;
	border-right: solid 1px #000;
}
#nav a {
	background: url(images/nav-bg.gif) no-repeat;
	width: 96px;
	height: 34px;
	display: block;
	padding-top: 40px;
	font: 125%/100% Georgia, "Times New Roman", Times, serif;
	color: #89b5c6;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover, #nav li.current a {
	background-position: left bottom;
	color: #fff;
}
#nav span {
	background: url(images/rss-bg.gif) no-repeat right 0px;
	padding-right: 22px;
}
#nav a:hover span {
	background: url(images/rss-bg.gif) no-repeat right -48px;
}


/* content
-------------------------------------------------------------- */
#left-col {
	float: left;
	width: 480px;
	border: solid 1px #FFF;
	clear: left;
	background: #101415 url(images/content-bg.gif);
	position: relative;
	
}
#left-col .top {
	background: url(images/content-top.gif) no-repeat;
	height: 17px;
	width: 480px;
	display: block;
	overflow: hidden;
	
}
#left-col div.content {
	width: 456px;
	padding: 10px 10px 5px;
	overflow: hidden;
}
#left-col div.page {
	padding-top: 0px;

}
#left-col .page h2 {
	font: normal 180%/100% Arial, Helvetica, sans-serif;
	color: #93d43b;
	padding: 0 0 10px;
	margin: 0;
}
#left-col .page h3 {
	font: normal 140%/100% Arial, Helvetica, sans-serif;
	color: #150185;
	padding: 0 0 5px;
	margin: 0;
}
.quality {
	font-size: 120%;
	color: #89b5c6;
	text-align: center;
}
.location {
	margin: -5px 0 0;
	padding: 0;
	font: 110%/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF0000;
	position: absolute;
	left: 24px;
	top: 16px;
	z-index: 10;
}

#options input {
	border: none;
	margin-right: 3px;
}
#display {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 7px;
}
#display li {
	float: left;
	margin-right: 5px;
}

#display a {
	text-indent: -900em;
	width: 17px;
	height: 16px;
	display: block;
	line-height: 1px;
}
#display a:hover, #display .current {
	background-position: left bottom;
}


#thumb {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 472px;
	height: auto;
}

#thumb img {
	border: solid 1px #000;
}
#thumb h3 {
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 131px;
	left: 8px;
	overflow: hidden;
	width: 204px;
}
#thumb h3 a {
	width: 215px;
	color: #6c8085;
	display: block;
	text-decoration: none;
	padding-top: 5px;
}
#thumb h3 a:hover {
	color: #fff;
	text-decoration: none;
}
#thumb h3 span {
	padding-right: 0;
	position: absolute;
	right: 0;
}

/* details */
#details {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #EDECF8;
	margin-left: 5px;
    margin-right: auto;
}
#details li {
	background: url(images/list-details-bg.gif) no-repeat;
	height: 125px;
	padding: 12px 0px 0px 14px;
	clear: both;
	display: block;
	border: solid 1px #CCCCCC;
}
#details img {
	width: 155px;
	float: left;
	margin-right: 10px;
}
#details img {
	border: solid 1px #000;
}
#details a:hover img {
	border: solid 1px #3b6271;
}
#details h3 {
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
    width: 230px;
    float: left;
}
#details h3 a {
	color: #150185;
	text-decoration: none;
}
#details h3 a:hover {
	color: #789CFF;
}
#details p {
	font: 95%/120% Arial, Helvetica, sans-serif;
	padding: 1px 0;
	width: 230px;
	float: left;
	color: #000000;
	overflow: hidden;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
    margin-right: auto;
}
.image img {
	border: solid 1px #000;
	padding: 7px;
	background: #333;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#topit{
    background: url(images/banner.gif) no-repeat center;
	width: 480px;
	height: 179px;
	float: top;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.hr {
  border: none;
  background-color: #FF0000;
  color: #FF0000;
  height: 1px;
  width: 480px;
}