/* Written by Nicholas Valbusa */
html {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
}
a:focus {
    -moz-outline: 0px solid lime; /* Firefox links */
    outline: 0px solid lime;
    outline-offset: 0px;
}
.clear {
	clear: both;
}
body {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
#website {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 100%;
	background: url(img/logo_header.gif) no-repeat #363636;
	color: #FFF;
	height: 120px;
	margin-bottom: 20px;
}
#menu {
	list-style: none;
}
#menu a:link, #menu a:visited {
	display: block;
	float: right;
	width: 102px;
	height: 35px;
	background: url(img/menu.gif) no-repeat;
	text-align: center;
	line-height: 31px;
	margin-right: 14px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	background: url(img/menu.gif) no-repeat 0 -35px;
	color: #000;
}
#menu a.inside {
	background: url(img/menu.gif) no-repeat 0 -70px;
	color: #000;
	font-weight: bold;
	cursor: default;
}
#content {
	width: 920px;
	padding: 25px 20px;
	background-color: #363636;
	margin-bottom: 20px;
}
.texture {
	background: url(img/texture.jpg) no-repeat top center;
}
#content .title {
	font-size: 20px;
	font-weight: bold;
}
#logo {
	width: 220px;
	height: 90px;
	cursor: pointer;
	position: absolute;
	margin: 17px 0 0 15px;
}
#footer {
	width: 920px;
	padding: 20px;
	background-color: #363636;
	text-align: right;
}
#footer img {
	float: right;
	margin-left: 20px;
}
#footer span {
	display: block;
	float: right;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
}
#footer span a {
	color: #86c656;
}
#footer span a:hover {
	text-decoration: underline;
}
.green {
	color: #86c656;
}
.lightgreen {
	color: #9ada69;
}
.whitebox {
	width: 198px;
	height: 89px;
	background: url(img/whitebox.gif) no-repeat #FFF;
	display: block;
	margin-bottom: 24px;
	padding: 13px 50px 0 200px;	
	color: #333;
	line-height: 15px;
	font-size: 11px;
}
.whitebox:hover {
	//background: url(img/whitebox_hover.gif) no-repeat;	
}
.whitebox img {
	position: absolute;
	margin: -13px 0 0 -200px;
}
.home_left {
	width: 448px;
	margin-right: 24px;
	float: left;
}
.home_right {
	width: 448px;
	float: left;
}
.defaultinput{width:215px;height:22px;padding-left:8px;padding-top:5px;font-family:Arial,Helvetica,Times New Roman;font-size:15px;border:1px solid #AAAAAA;background-image:url(img/bginput.gif);background-repeat:repeat-x;color:#555;}
.defaultarea{width:475px;height:120px;padding-left:8px;padding-top:6px;font-family:Arial,Helvetica,Times New Roman;font-size:15px;border:1px solid #AAAAAA;background-image:url(img/bginput.gif);background-repeat:repeat-x;color:#555;}

.contact_form {
	margin: 0;
	padding: 0;
}
.contact_form .input, .contact_form textarea {
	background: url(img/bginput.gif) repeat-x #FFF;
	width: 270px;
	padding: 6px;
	margin-top: 3px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	border: 1px solid #AAA;
}
.contact_form textarea {
	height: 60px;
}
.contact_form .error {
	padding: 5px;
	background-color: #FF3333;
	color: #FFF;
	font-weight: bold;
}
