body { margin: 20px 0 0 0; background: url(bg.jpg) top center repeat-x #000; font:76% Helvetica, sans-serif; color:#B3BEAD }
#logo{   display:block;   margin: 80px auto 20px;   position: relative;   width:314px;   height:147px;   background:url(../img/logoi.jpg) no-repeat center ;}

h1 {	font:17px Verdana;	color: #c4c4c4;	text-align: center;	margin: 90px 0 20px 0;}
h2 {	font:17px Verdana;	color: #ffffff;}
h2.thx {	font:27px Verdana;	color: #5195CE;}
p {	font:15px Helvetica;	color: #c4c4c4;	text-align: left;	line-height: 1.2em;}
b {	font:15px Helvetica;	font-weight:bold;	color: #5195CE;}
a {	font:15px Helvetica;	color: #E6E6E6;}
a:hover {	font:15px Helvetica;	color: #5195CE;}
span a{	font:10px Helvetica;	margin-left: 290px;	color: #E6E6E6;}
span a:hover{	font:10px Helvetica;	margin-left: 290px;	color: #5195CE;}

#slider {    width: 620px;    margin: 0 auto;    position: relative;}

.scroll {    height: 270px;    width: 620px;    overflow: auto;    overflow-x: hidden;    position: relative;    clear: left;	background: #000;}
.scrollContainer div.panel { padding: 10px 20px 20px 20px;    height: 230px;    width: 580px;}
.scrollContainer div.panel div.left {    float:left;	margin-right:10px;	position:relitive;    height: 230px;    width: 200px;}
.scrollContainer div.panel div.right { float:right;    height: 230px;    width: 180px;}

#shade {
	background: #000;
    /*background: #EDEDEC url(shade.jpg) no-repeat 0 0;
    height: 50px;*/
}
ul.navigation {   list-style: none;    margin: auto;    padding: 0;    padding-bottom: 9px;	text-align:center}
ul.navigation li {    display: inline;    margin-right: 10px;}
.panel div.right ul li {	list-style: none;	padding-bottom:3px;}
.panel div.right ul li a {   text-decoration: none;}
.panel div.right ul li a:hover {   text-decoration: underline;}
ul.navigation a {padding: 10px;    color: #c4c4c4;    text-decoration: none;}
ul.navigation a:hover {background-color: #000;	color: #5195CE;}
ul.navigation a.selected { background-color: #000;}
ul.navigation a:focus {  outline: none;}
.scrollButtons { position: absolute; top: 150px;   cursor: pointer;}
.scrollButtons.left {   left: -20px;}
.scrollButtons.right {   right: -20px;
}
/*CONTACT FORM STUFF*/
form, fieldset { border: none; }
label, input, select, textarea {display: block;}
label {margin-bottom: 10px;}
input[type="radio"], input[type="checkbox"] {display: inline;}
.form-column {  width: 220px;  height: 160px;  padding-left: 20px;  float: left;  }
.form-column input { 	border: 1px solid #222;  	background-color: #111; 	padding: 3px; 	color: #777; 	width: 200px; 	margin: 5px 0px 5px 0px; 	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; }
.form-column textarea { border: 1px solid #222;  	background-color: #111; 	padding: 3px; 	color: #777; 	width: 280px; 	margin: 5px 0px 5px 0px; 	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; }
.form-column textarea:focus, .form-column input:focus { 	border: 1px solid #777; }
input.fsubmit { 	width: 55px; background-color: #333; color: white; border: none;}
