*{
	margin:0;
	padding:0;
	}
	
* :focus { outline: 0; }

img{
	border:none;
	}
body {
	overflow:hidden;
	background-color:#000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666;
	}
	
#content{
	height: 100%;
	min-height:100%;
	width:700px;
	padding: 25px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:10000;
}

#blackbox{
	background-color:#000;
	height: 100%;
	min-height:100%;
	width:700px;
	padding: 25px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
}

#contentframe{
	text-align:center;
		}
		
#nav ul {
	list-style-type: none;
}
#logo h1 {
	width: 234px;
	height: 80px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
}

#logo h1 a{
	display: block;
	width: 234px;
	height: 80px;
}

#logo {
	padding-bottom:30px;
}

#nav ul li a {
   zoom: 1;
} 

#nav {
	font-size: 12px;
	width: 135px;
	text-align:right;
	float: left;
}
#nav li {
	color: #999;
	padding-bottom: 15px;
	text-transform: uppercase;
	display: block;
}
#nav a {
	text-decoration:none;
}
#nav a:link {
	color: #ffffff;
	text-decoration:none;
}

#nav a:visited {
	color: #ffffff;
	text-decoration:none;
}

#nav a:hover {
	color: #ffffff;
	text-decoration:none;
}

#nav a:active {
	color: #ffffff;
	text-decoration:none;
}

#startpage, #pagetemp {
	width: 510px;
	float: right;
}

#main_content {
	overflow: scroll;
	height: 350px;
}

#startpage h3 {
	text-align:right;
	text-transform: uppercase;
	font-size: 10px;
	color:#666;
}

#startpage h2 {
	font-size: 24px;
	padding-bottom: 5px;
}

#startpage p {
	font-size: 11px;
	line-height: 160%;
	padding-bottom:10px;
}

#startpage a:link {
	color: #e2a84c;
	text-decoration:none;
}

#startpage a:visited {
	color: #e2a84c;
	text-decoration:none;
}

#startpage a:hover {
	color: #999999;
	text-decoration:none;
}

#startpage a:active {
	color: #999999;
	text-decoration:none;
}


#startpage h3 {
	text-align:right;
	text-transform: uppercase;
	font-size: 10px;
	color:#666;
}


h2 {
	font-size: 24px;
	padding-bottom:5px;
}

#pagetemp p {
	font-size: 11px;
	line-height:160%;
	padding:0;
}

#pagetemp a:link {
	color: #999;
	text-decoration:none;
}

#pagetemp a:visited {
	color: #999;
	text-decoration:none;
}

#pagetemp a:hover {
	color: #ccc;
	text-decoration:none;
}

#pagetemp a:active {
	color: #ccc;
	text-decoration:none;
}




#menu a:link {
	color: #e2a84c;
	text-decoration:none;
}

#menu a:visited {
	color: #e2a84c;
	text-decoration:none;
}

#menu a:hover {
	color: #999999;
	text-decoration:none;
}

#menu a:active {
	color: #999999;
	text-decoration:none;
}

#maincontent {
	width: 525px;
	float: right;
}

.menuitem ul, .menuitem li {
	display:inline;
	font-size:10px;
}

li.name {
	font-size:13px;
}

h2.category {
	font-size:24px;
	color:#fff;
	padding:0;
}

h3.subcat {
	font-size:18px;
	color:#fff;
	padding:0;
}

h3 {
	font-size:12px;
	color:#fff;
	padding-bottom:5px;
}
		



/*Cycle Styles*/

#mainCont {

    overflow:hidden;
    position: relative; top:0px; left: 0px;
	background: #000;
}
	
/*Supersize Plugin Styles*/

#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img{
			/*display:inline;*/
		}


/*Form Elements*/
#contact {
	padding-top:10px;
}

form {
	width: 500px;
	text-align: left;
}
fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	width: 500px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 5px;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-email {
	clear: left;
}


form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 230px;
}

form label.field-email input,
form label.field-phone input {
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	background-color: #999;
	float: left;
	width: 230px;
	padding: 0px;
}

form label.field-first {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 480px;
}

form label.field-first input {
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	background-color: #999;
	width: 470px;
	float: left;
	padding: 0px;
}

textarea {
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	background-color: #999;
	display: block;
	width: 470px;
	
}

form textarea {
	margin-top: 5px;
}
