body {
background: #000 url('images/background.png') top center no-repeat;
font-family:"Segoe","Segoe UI","Humanist 777","Frutiger","Univers","Frobisher",Verdana,Arial,Lucida,times new roman,"Myriad Pro","Myriad";
font-size:12px;
color:#fff;
}

.main {
margin-left: auto;
margin-right: auto;
width:1000px;
}

.container {
margin-left: auto;
margin-right: auto;
width:1000px;
display:table; /* FireFox hack */
text-align:left;
}

.header {
height:260px;
margin: 0 auto;
}

.headertitle h1{
position:absolute;
top:25px;
font-size:48px;
color:#FFF;
margin: 0 0 0 72px;
font-family:Times,'Times New Roman',Roman,Arial;
font-weight:bold;
}

.adtop {
text-align:center;
}

.adside {
text-align:center;
}

.rightside {
float:right;
margin: 0 0px 0px 0;
width:775px;
}

.leftside {
float:left;
margin: 0px 0 0 0px;
width:200px;
border-right: 1px #d27e34 dashed;
}

.leftside h2 {
	font-size:18px;
	font-weight:bold;
	margin: 0 0 -5px 20px;

}

.leftside li {
		list-style: none;
}

.leftside li a {
		color: #CBD252;
		text-decoration: none;
		list-style: none;
}

.leftside li a:hover {
		color: #FFF;
		text-decoration: none;
		list-style: none;
}

/*   MENU ============================================================================ */

	.menuholder { width:1000px; }

	.menu {
		position:relative;
		top:-58px;
		left:0px;
		font-size:12px;
		z-index: 101;
		text-align:right;
		
	}
	
	.menu ul li{ 
		list-style: none;
		text-decoration: none;
	}
	
	.menu li { 
		margin: 5px 3px 5px 0; 
		list-style: none;
		float: right;
	}

	.menu li a {
		color: #fff;
		font-size:14px;
		text-decoration: none;
		padding: 5px 5px 5px 5px;
		margin-bottom: 2px;
	}

	.menu li a:hover {
		color:#FFFFFF;
		text-decoration: none;
		background: #99CC00;
		margin-bottom: 2px;
	}
	
/*   MENU ============================================================================ */


.footer {
clear:both;
height:107px;
background: #000 url('images/footer.jpg') bottom left no-repeat;
width:1000px;
margin: 0 auto;
font-size:80%;
}

.footertext {
color:#fff;
padding:0 50px 0 0;
text-align:center;
padding-top: 35px;
}

a img {
border:none;
}

a {
color:#FFF;
text-decoration:none;
}

a:visited {
color:#FFF;
}

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

.bottomnav {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:right;
}
.bottomnav a{
	text-decoration:none;
	font-family:verdana,arial;
	font-size:20px;
	color:#CBD252;
	position:relative;
	top:3px;
}

#blockdiv .spacer {
padding:0 40px 0 40px;
margin:0;
top:0;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

.detail {
background:#000;
border:1px solid #333333;
margin:0 0 -65px 0;
padding: 5px 10px 5px 10px;
position:relative;
color:#fff;
}

.reviews {
	border: 1px solid #000;
	background:#000;
	padding: 10px 10px 10px 10px ;
}

.individualreview {
	border: 1px solid #313131;
	background:#000;
	padding: 10px 10px 10px 10px ;
	margin: 10px 5px 5px 5px ;
	width:650px;
}

.reviewtext {
	font-size:12px;
	color:#fff;
	text-indent:10px;
	background:#000;
}


.addreview {
	width:650px;
	padding:15px 15px 15px 15px;
	border: 1px solid #313131;
	margin: 0 auto 0 auto;
}

h1 {
	color:#CBD252;
	font-size:22px;
}

h2 {
	color:#CBD252;
	font-size:16px;
	margin-top:0px;
}

.register form, .themeupload form, .login form {
	font-size: 12px;
	display:table;
}

.register input, .themeupload input, .login input {
	width: 650px;
	height: 22px;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	background:#fff;	
}

.register input:hover, .register input:hover:active, .themeupload input:hover, .themeupload input:hover:active, .login input:hover, .login input:hover:active{
	background:#fff;
}

#regsubmit, #themesubmit, #submit, #showzip, #showscreen, #hidezip, #hidescreen {
	background: #CBD252;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant : small-caps;
	border : 1px solid #FFF;
	width:30%;
	color:#000;
	margin:0 10px 0 0;
}

#regsubmit:hover, #themesubmit:hover, #submit:hover, #showzip:hover, #showscreen:hover, #hidezip:hover, #hidescreen:hover {
	border : 1px solid #CBD252;
	background:#000000;
	color:#CBD252;
}

#agree, #sponsored, #rememb {
	width: 15px;
	background:transparent;
	margin:-10px 0 0 0;	
}

.register textarea, .themeupload textarea {
	width: 650px;
	height: 100px;
	margin: 0 0 20px 0;
	font-size: 11px;
	font-weight: normal;
}

.errortext {
	color:#c50000;
	font-weight: bold;	
	clear:both;
}

.listtheme {
	margin:0 5px 30px 5px;
	float:left;
	width:150px;
}

.listtheme h3 {
overflow:hidden;
height:22px;
font-size:16px;
}

.listtheme img, .editthemes img {
max-height: 113px;
max-width: 150px;
width: expression(this.width > 150 ? 150: true);
height: expression(this.height > 113 ? 113: true);
border:1px solid #DDDDDD;
}

.listtheme img:hover, .editthemes img:hover {
border:1px solid #fff;
}

.downloadbutton, .livedemobutton {
	background: #CBD252;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant : small-caps;
	border : 1px solid #FFF;
	float:left;
	Color:#000;
	margin:0 5px 0 0;
}

.downloadbutton:hover, .livedemobutton:hover {
	border : 1px solid #000;
	background:#000000;
	color:#CBD252;
}

.themeinfo {
	font-size:13px;
	float:left;
	margin:0 10px 0 0;
	font-weight: bold;
}

.viewtheme p {
	text-align:left;
	display:block;
}

tr {
	border : 1px solid #CBD252;
}

tr:hover {
border : 1px solid #CBD252;
}

table {
	border : 1px solid #CBD252;
}

.editthemes {
	text-align:center;
}

.cat
{
width:190px;
height:40px;
background: #000 url('images/cat.jpg') top left no-repeat;
}

.sea
{
width:190px;
height:40px;
background: #000 url('images/search.jpg') top left no-repeat;
}

.art
{
width:190px;
height:40px;
background: #000 url('images/art.jpg') top left no-repeat;
}