@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Bgothm;
	background-color: #000000;
	font-size:15px;
}

a:link, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #003366;
}

p {
 	margin:0px;
	padding:0px;
}

h1 {
	font-family: Bgothm;
	font-size:23px;
	color:#0b1c38;
	padding: 0px;
	margin-top: -10px;
	border-bottom:#000000 1px solid;
}

h2 {
	font-family: Bgothm;
	font-size:20px;
	color:#0b1c38;
	padding: 0px;
	margin: -5px 0px -2px 0px;
}

ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	margin:2px;
}

li
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}

/* FONTS */

@font-face {
	font-family: Bgothm;
	src: url("fonts/bgothm-webfont.eot") /* EOT file for IE */
}

@font-face {
	font-family: Bgothm;
	src: url("fonts/bgothm-webfont.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: Geometr231;
	src: url("fonts/tt1127m_-webfont.eot") /* EOT file for IE */
}

@font-face {
	font-family: Geometr231;
	src: url("fonts/tt1127m_-webfont.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: Geometr231Bold;
	src: url("fonts/tt1129m_-webfont.eot") /* EOT file for IE */
}

@font-face {
	font-family: Geometr231Bold;
	src: url("fonts/tt1129m_-webfont.ttf") /* TTF file for CSS3 browsers */
}


/* STYLES */

.header {
	height:153px; 
	width:938px; 
	background-image:url(graphics/interface/header_bg.jpg);
}

.headertext {
	font-family: Bgothm;
	font-size:24px;
	color:#fcff00;
	text-shadow: #000 2px 2px 5px;
	padding-top:20px;
}

#nav {
	width: 928px;
	height: 30px;
	background-color:#a7a9ac;
	border: 1px solid #000000;
	text-align:left;
	padding-left:10px;
}

#trailer {
	background-image:url(graphics/camera_trailer.jpg);
	width: 494px;
	height: 216px;
	text-align:left;
	border:#000000 1px solid;
	margin-left:400px;
	margin-top:20px;
	padding:10px;
}

#trailer ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Bgothm;
	font-size:18px;
	color:#fcff00;
}

#trailer li{
	background-image: url(graphics/interface/yellowdot.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px; 
	font-family: Bgothm;
	font-size:18px;
	color:#fcff00;
}

#bottom {
	width: 938px;
	height: 20px;
	background-color:#a7a9ac;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #000000;
	text-align:left;
	padding-top:7px;
}

.btn {
	height:19px;
	width:69px;
	background-color: #0b1c38;
	margin-top:5px;
	display:inline-block;
	text-align:center;
	padding-top:2px;
	cursor:pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.btn a:link, .btn a:visited {
	text-decoration: none;
	font-family: Geometr231Bold;
	font-size:14px;
	color:#FFFFFF;
}

.btn:hover {
	color:#FFFFFF;
	background-color: #cc0000;
}

.maindiv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-image:url(graphics/interface/main_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #d3e2f1;
	text-align:left;
	width:918px;
	min-height:490px;
	padding:10px;
}

#bottomlinks {
	padding-top:6px;
	color:#FFFFFF;
	font-size:10px;
}

#bottomlinks a:link, #bottomlinks a:visited{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-decoration: none;
}

#bottomlinks a:hover{
	color:#FFFF00;
}

#column_left {
	width:455px; 
	display:inline-block; 
	border-right:#000000 1px solid;
	vertical-align:top;
	height:950px;
}

#column_left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Bgothm;
	font-size:12px;
	color:#000;
}

#column_left  li
{
	background-image: url(graphics/interface/bluedot.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 13px; 
	font-family: Bgothm;
	font-size:14px;
	color:#000;
}

#column_right {
	width:445px; 
	padding-left:10px; 
	display:inline-block; 
	vertical-align:top;
}

#column_right ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Bgothm;
	font-size:12px;
	color:#000;
}

#column_right  li {
	background-image: url(graphics/interface/bluedot.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 13px; 
	font-family: Bgothm;
	font-size:14px;
	color:#000;
}

#uses {
	float:right; 
	width:250px;
	display:inline-block; 
	border:#000000 2px solid;
	vertical-align:top;
	font-family: Bgothm;
	font-size:14px;
	padding:10px;
	background-color:#fff;
	margin:10px;
}

#uses ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Bgothm;
	font-size:14px;
	color:#000;
}

#uses  li
{
	background-image: url(graphics/interface/bluedot.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 13px; 
	font-family: Bgothm;
	font-size:14px;
	color:#000;
}

input, textarea {
	width:250px; 
	border:2px solid #143366;
	height: 40px;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
}