﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.jpg) #575757 repeat-x top fixed;
	color: #c0c0c0;
	font: 14px 'Trebuchet MS', Helvetica, sans-serif;
}
a{
	color: #c0c0c0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Centered Layout ===*/
#centerwrap{
	height: 560px;
	margin: 0 auto;
	position: relative;
	width: 723px;
}
#content{
	height: 560px;
	position: absolute;
	width: 723px;
}
/* \*/

/*=== Page ===*/
#page{
	background: url(../images/page-bgr.png) no-repeat top;
	height: 377px;
	margin: 0 auto;
	padding: 26px;
	width: 671px;
}
#page h2{
	font-size: 14px;
}
#page p{
	padding: 0 0 20px;
}
/*=== Header ===*/
#header{
	height: 193px;
	margin: 0 auto;
	width: 670px;
	background: url(../images/logo1.gif) no-repeat;
	background-color: #000000;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 670px;
}
#header h1 a{
	display: block;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Slogan -*/
#slogan{
	padding: 245px 10px 0;
	text-align: right;
}
/*=== Banner ===*/
#altContent{

	float: right;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	font-style: italic;
	width: 134px;
}
.col2{
	float: left;
	height: 326px;
	overflow: auto;
	width: 486px;
	background: url(../images/fade.gif) #b2b3ae repeat-x top;
	padding: 25px;
}
.col2 h1{
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.col2 p, a{
	color: #222222;
}
.col2 li a{
	color: #222222;
}

.col2home{
	float: left;
	height: 376px;
	width: 536px;
	background-image: url(../images/title.jpg);
	padding: 0;
	margin: 0;
	text-align: center;
}

.col2 img{
	display: block;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 45px;
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #c0c0c0;
}

#nav1 ul{
	height: 45px;
}
#nav1 li{
	border-right: 4px solid #c0c0c0;
	float: left;
	text-align: center;
}
#nav1 li a{
	color: #000000;
	display: block;
	float: left;
	padding: 11px 0;
	width: 129px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: #c0c0c0;
	color: #333333;
	text-decoration: none;
}
#nav1 li.double a{
	height: 45px;
	padding: 0;
}


#home_right{
	width:230px;
	float:right;
	margin-right:20px;
	text-align: center;
}

#home_left{
	width:230px;
	float:left;
	margin-left:30px;
	text-align: center;
}

#discover_right{
	width:200px;
	float:right;
	margin-right:20px;
	text-align: center;
}

#discover_left{
	width:200px;
	float:left;
	margin-left:30px;
	text-align: center;
}
#listing_right{
	width:200px;
	float:right;
}

#items{
	width:200px;
	height:100px;
	border:3px #000 solid;
	margin-top:10px;
	filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
	background:#4d4b4b;
	text-align: center;

	}


/*=== Footer ===*/
#footer{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 670px;
	margin: 0 auto;
	text-align: right;
}
#footer p{
	color: #c0c0c0;
	font-weight: normal;
}
#footer a{
	color: #c0c0c0;
	font-weight: bold;
}