*{
            margin:0;
            padding:0;
            border:0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height:100%;
	background:url(images/bgfull.jpg) no-repeat top center fixed;
	/*background-image:url(images/bg5.jpg);*/
	/*background-repeat:repeat;*/
}

h1 {
    font-size: 2.1em;
}
    
h2 {
    font-size: 1.9em;    
}
    
h3 {
    font-size: 1.4em;
	padding-bottom:15px;
}
    
h4 {
	font-size: .8em;    
}
    
h5 {
	font-size: .6em;    
}
    
a:link {
	color:#000000; 
	text-decoration: underline;
}

a.footer:link {
	color:#FFFFFF; 
	text-decoration: underline;
}

a:visited {
	color:#333333;
	text-decoration: underline;
}

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

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

#flashtv {
background-image:url(images/loading.jpg);
}


#centerer {
 width:90%;
 margin:0 auto;
}

#container {
 width:700px;
 margin:0 auto;
}
 
#header {
 width:700px;
 padding-top:20px;
 padding-bottom:20px;
 /*background-color:#000000;*/
}

.logo {
	float:left;
}

.facebook {
	float:right;	
}

#flash {
 width:700px;
 height:280px;
 padding:0px;
}

#nav {
	width:700px;
	height:66px;
	overflow:hidden;	
	z-index:100;
	background-color:#000000;
	
}
 
 
#content {
	width:700px;
	background-color:#E6E6E6;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	padding:0px;
}
 
#text {
	float:left;
	width:380px;
	padding:20px;
	padding-left:30px;
}
 
#sidebar {
	float:right;
	width:269px;
	
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding-top:20px;
	color: #FFFFFF;
	text-align:center;
}





/*---------- CLEAR ------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/*----------------- FORM STYLES --------------------*/

.required {
	font-weight:bold;
}

.contactinfo {
	width:125px;
	float:right;
	/*margin:0 8px 16px 8px;*/
	padding:8px;
	background-color:#FFFFFF;
}

select {
	width:175px;
	height:75px;
	border:1px solid #000000;
	margin:4px 0 8px 4px;
}

select option {
	padding:2px;
	font-size:.8em;
}

input[type="text"] {
	border:1px solid #000000;
	padding:2px;
	background-color:#FFFFFF
}

input.text {
	border:1px solid #000000;
	padding:2px;
}

input[type="submit"] {
	border:1px solid #000000;
	margin-top:12px;
	padding:1px;
}

input.submit {
	border:1px solid #000000;
	margin-top:12px;
	padding:1px;
}


textarea {
	border:1px solid #000000;
	padding:2px;
	background-color:#FFFFFF
}

.error {
	font-weight:bold;
	color:#FF0000;
}



.underline {
	border-bottom:1px dotted #000000;
	width:350px;
	padding-bottom:2px;
	margin-bottom:4px;
}


a.viewmodels, a.viewmodels:visited {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:216px;
	height:59px;
	background:url(images/viewModels.png) top no-repeat;
}

a.viewmodels:hover {
	background-position:bottom;	
}
