body {
background: #FFFFFF url('images/background.png') top center repeat-x;
font-family:"Segoe","Segoe UI","Humanist 777","Frutiger","Univers","Frobisher",Verdana,Arial,Lucida,times new roman,"Myriad Pro","Myriad";
font-size:12px;
color:#000000;
}

.main {
margin-left: auto;
margin-right: auto;
width:800px;
}

.container {
margin-left: auto;
margin-right: auto;
width:800px;
display:table; /* FireFox hack */
text-align:left;
}

.header {
height:100px;
margin: 0 auto;
}

.headertitle h1{
position:absolute;
top:25px;
font-size:48px;
color:#008550;
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 55px 60px 0;
width:480px;
}

.leftside {
float:left;
margin: 0px 0 0 47px;
width:190px;
border-right: 1px #EEEEEE solid;
}

.leftside h2 {
	font-size:18px;
	font-weight:bold;
	margin: 0 0 -5px 20px;

}

.leftside li {
		list-style: none;
}

.leftside li a {
		color: #222222;
		text-decoration: none;
		list-style: none;
}

.leftside li a:hover {
		color: #000000;
		text-decoration: none;
		list-style: none;
}

/*   MENU ============================================================================ */

	.menuholder { width:730px; }

	.menu {
		position:relative;
		top:-38px;
		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: #008550;
		font-size:14px;
		text-decoration: none;
		padding: 5px 5px 5px 5px;
		margin-bottom: 2px;
	}

	.menu li a:hover {
		color:#FFFFFF;
		text-decoration: none;
		background: #CCC;
		margin-bottom: 2px;
	}
	
/*   MENU ============================================================================ */


.footer {
clear:both;
height:107px;
width:800px;
margin: 0 auto;
font-size:80%;
}

.footertext {
color:#000000;
padding:0 50px 0 0;
text-align:right;
}

a img {
border:none;
}

a {
color:#008550;
text-decoration:none;
}

a:visited {
color:#00482b;
}

a:hover {
color:#00482b;
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:#AAA;
	position:relative;
	top:3px;
}

#blockdiv .spacer {
padding:0 40px 0 40px;
margin:0;
top:0;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

.detail {
background:#5993eb;
border:1px solid #333333;
margin:0 0 -65px 0;
padding: 5px 10px 5px 10px;
position:relative;
color:#000000;
}

.reviews {
	border: 1px solid #444444;
	background:#AAAAAA;
	padding: 10px 10px 10px 10px ;
}

.individualreview {
	border: 1px solid #313131;
	background:#FFFFFF;
	padding: 10px 10px 10px 10px ;
	margin: 10px 5px 5px 5px ;
	width:400px;
}

.reviewtext {
	font-size:10px;
	color:#333333;
	text-indent:10px;
	background:#AAAAAA;
}


.addreview {
	width:200px;
	padding:15px 15px 15px 15px;
	border: 1px solid #313131;
	margin: 0 auto 0 auto;
}

h1 {
	color:#444444;
	font-size:22px;
}

h2 {
	color:#333333;
	font-size:16px;
	margin-top:100px;
}

.register form, .themeupload form, .login form {
	font-size: 14px;
	display:table;
}

.register input, .themeupload input, .login input {
	width: 450px;
	height: 22px;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	background:#dff2ff;	
}

.register input:hover, .register input:hover:active, .themeupload input:hover, .themeupload input:hover:active, .login input:hover, .login input:hover:active{
	background:#FFFFFF;
}

#regsubmit, #themesubmit, #submit, #showzip, #showscreen, #hidezip, #hidescreen {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
	border : 1px solid #aaa;
	width:30%;
	margin:0 10px 0 0;
}

#regsubmit:hover, #themesubmit:hover, #submit:hover, #showzip:hover, #showscreen:hover, #hidezip:hover, #hidescreen:hover {
	border : 1px solid #000;
}

#agree, #sponsored, #rememb {
	width: 15px;
	background:transparent;
	margin:-10px 0 0 0;	
}

.register textarea, .themeupload textarea {
	width: 450px;
	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 #000000;
}

.downloadbutton, .livedemobutton {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
	border : 1px solid #aaa;
	float:left;
	margin:0 5px 0 0;
}

.downloadbutton:hover, .livedemobutton:hover {
	border : 1px solid #000;
}

.themeinfo {
	font-size:12px;
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
}

.viewtheme p {
	text-align:right;
	display:block;
}

tr {
border:none; 
}

tr:hover {
background: #FFFFFF url('images/edittheme.jpg') top left no-repeat;
border:none;
}

table {
border:none;
}

.editthemes {
	text-align:center;
}