html,body,li,ul,a,h1,h2,h3,h4,h5,h6,img,div{
margin: 0px;
padding: 0px;
}

body{
	background-color:#171717;
	font-family: Tahoma;
	font-size:12px;
	color:#ccc;
}

a, a:visited{
	color:#ffc600;
	text-decoration:none;
}

a:hover{
	color:#ffc600;
	text-decoration:underline;
}

.content{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #666;
	border-right:solid 1px #666;
	background:#171717 url(images/main_background.jpg) no-repeat top;
}

.menu{
	position:relative;
	width:900px;
	height:33px;
	border-top:solid 1px #727272;
	border-bottom:solid 1px #727272;
	background-color:#000;
	list-style:none;
}

.menu li{
	position:relative;
	float:left;
	line-height:33px;
}

.menu li a, .menu li a:visited{
	font:normal 14px Arial;
	color:#fff;
	text-decoration:none;
	border-right:solid 1px #777777;
	padding-left:20px;
	padding-right:20px;
}

.menu li a:hover{
	color:#ffc600;
}

.navigation{
	position:relative;
	width:185px;
	float:left;
}

.navigation ul{
	position:relative;
	padding-top:5px;
	left:20px;
	list-style:none;
}

.navigation .cat{
	margin-top:15px;
	font:bold 12px Tahoma;
	color:#fff;
	line-height:18px;
}

.navigation a, .navigation a:visited{
	padding-left:5px;
	color:#fcc101;
	font:normal 12px Tahoma;
	text-decoration:none;
	line-height:18px;
}

.navigation a:hover{
	color:#ececec;
	text-decoration:none;
}

.dots{
	position:relative;
	width:900px;
	clear:left;
	background:url(images/dot.gif) repeat-y;
}

.listing{
	position:relative;
	width:335px;
	float:left;
	left:3px;
}

.listing_large{
	position:relative;
	width:503px;
	float:left;
	left:3px;
	padding:20px;
}

.listing .box{
	position:relative;
	width:285px;
	margin-left:22px;
}

.clean{
	clear:both;
}

.frame{
	position:relative;
	width:66px;
	height:66px;
	float:left;
	margin-right:5px;
	background:url(images/frame.gif) no-repeat top;
}

.frame img{
	position:relative;
	left:8px;
	top:9px;
}

.sele{
	position:relative;
	left:5px;
	float:left;
}

.sele .box{
	position:relative;
	margin-left:7px;
	width:200px;
}


h1{
	margin-top:20px;
	font:bold 16px Tahoma;
	color:#ffc600;
}

h2{
	font:bold 13px Tahoma;
	color:#ffc600;
}

h3{
	font:normal 11px Tahoma;
	line-height:14px;
}

.cTitle{
	position:relative;
	margin-bottom:8px;
}

.listing .seperate{
	position:relative;
	clear:both;
	height:20px;
	font-size:1px;
	background:url(images/seperate.gif) repeat-x left;
}

.sidebar{
	position:relative;
	width:160px;
	float:left;
	left:13px;
	font:normal 11px Tahoma;
}

.sidebar .box{
	
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	
}

.sidebar a{
	font-weight:bold;
}

.border{
	position:relative;
	border:solid 1px #ccc;
	float:left;
	margin-right:5px;
}

.sele .box .seperate{
	position:relative;
	clear:both;
	height:10px;
}

.footer{
	position:relative;
	clear:both;
	height:60px;
	border-top:solid 1px #333;
	background-color:#000;
	text-align:center;
	font:normal 10px Tahoma;
}

.footer a{
	padding-left:10px;
	padding-right:10px;
}

 #pages {
float: left;
/*margin: 10px 0 0 10px;*/
width: 100%;
}
		
#pages a {
			float: left;
			margin: 1px;
			width: 21px;
			height: 21px;
			line-height: 21px;
			border: 1px solid #333333;
			text-align: center;
			color: #ffc600;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
}
		
#pages a:hover {
			border: 1px solid #333333;
			background: #EAEAEA;
			color: #666666;
}
		
.boxnav a, .boxnav a:visited{
			float: left;
			margin: 1px;
			width: 50px;
			height: 21px;
			line-height: 21px;
			border: 1px solid #333333;
			text-align: center;
			color: #ffc600;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
}

.boxnav a:hover {
	color: #000;
}
		
#pages a#currentpage {
			float: left;
			margin: 1px;
			width: 21px;
			height: 21px;
			line-height: 21px;
			border: 1px solid #333333;
			text-align: center;
			color: #000;
			background-color:#e9f6ff;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
}
		
		

			
#pages a.active {
				border: 1px solid #333333;
				background: #666666;
				color: #ffffff;
}
			
#pages a.active:hover {
				border: 1px solid #333333;
				background: #666666;
				color: #ffffff;
}

.navlines{
	float: left;
	height: 21px;
	line-height: 21px;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	color: #ffc600;
	padding-top:8px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.mmargin{
	position:relative;
	width:100%;
	margin-left:Auto;
	margin-right:Auto;
}

.search{
	position:absolute;
	top:20px;
	right:20px;
	
}

.button{
	background-color:#ffc600;
	border:solid 1px #ccc;
	margin:1px;
	font-weight:bold;
	margin-left:3px;
}