/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */



html,body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#818185;
	background-color: #0D1012;
}



input {	color: #FF99FF; }

h1 { margin:0px; }
h2 { margin:0px;z 	font-size: 17px;	font-weight: normal;	line-height: 1.4; }
h3 {
	color: #333942;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 20px;
}
h4 {
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0px;
	line-height: 18px;
	font-size: 12px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D525B;
	border-top: solid #333942 1px;
	border-bottom: solid #333942 1px; 
}



p {
	line-height:18px;
	margin:0px;
}

.blue {	color: #6699FF; }

.widespacing { letter-spacing: 1px;	}


div#container {
	position:absolute; /* center, not in IE5 */
	width:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #0D1012;
	clear: left;
}


div#header {
	background-color: #030609;
	height: 210px;
	background-image: url(../images/header_bg.png);
}

div#header_content {
	width: 920px;
	margin: auto;
	height: 190px;
	padding: 20px 20px 0 0;
	position: relative;
	
}
#menu_contact {
	width: 360px;
	background-repeat: no-repeat;
	margin: 60px 0 0 0;
	position: relative;
	height: 45px;
	float: right;
	text-align: right;
}

#menu {
	width: 920px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 140px 0 0 0;
	position: absolute;
	height: 45px;
}

#menu ul {
	text-align: right;
	margin-top: 8px;
}

#menu li {
	list-style-type: none;
	display: inline;
	padding: 0px 0px 0px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10px;
}


a.about:link, a.about:visited   { font-weight: normal; color: #495B69; text-decoration: none; }
a.about:hover { font-weight: normal; color: #FFFFFF; }
a.links:link,a.links:visited    { font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.links:hover {	font-weight: bold;	color: #6699FF; }


div#main_content {
	background-color: #0D1012;
	width: 900px;
	margin: auto;
	height: auto;
	padding: 20px;
	position: relative;

}

div#main_content  ul {
	padding: 0 15px;
	margin: 0px;
	line-height: 16px;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}

div#column_left {
	width: 545px;
	float: left;
	padding: 60px 0px;
	background-repeat: no-repeat;
}

div#column_right {
	background-color: #14191c;
	width: 100%;
	background-repeat: no-repeat;
	float: right;
}


#clients {
	padding: 80px 35px 30px 40px;
	background-color: #14191C;
	background-image: url(../images/img_clients.png);
	background-repeat: no-repeat;
	background-position: 42px 40px;
	width: 204px;
	float: left;
	border-right: dashed #1f272c 1px;
}
#services {
	padding: 80px 35px 30px 40px;
	background-image: url(../images/img_services.png);
	background-repeat: no-repeat;
	background-position: 42px 40px;
	width: 190px;
	float: left;
	background-color: #14191C;
	
}

#about {
	padding: 80px 35px 30px 40px;
	background-image: url(../images/img_about.png);
	background-repeat: no-repeat;
	background-position: 42px 40px;
	width: 280px;
	float: left;
	background-color: #181E22;
	height: 330px;
	
}

#image_container {
	width: auto;
	height: auto;
	padding: 30px 0px;
}

#image_container ul {
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	border-bottom: dotted 1px #444;
	background-color: #161C1F;

}
#image_container li {
	line-height: 25px;
}
.description {
	color: #757D88;
}


.header_about {
	padding-bottom: 10px;
}
#image_frame {
	width: 886px;
	height: 100%;
	padding: 0px;
	margin-top: 7px;
	overflow: hidden;
	border-right: solid #fff 7px;
	border-left: solid #fff 7px;
}

#image_frame img {
	margin-left: -7px;

}
.video_frame {	border: solid #fff 7px; }
img {
	border: 0;
}


div#footer {
	position:relative;
	bottom:0px;
	background-color: #0D1012;
	width: 100%;
	height: 200px;
	clear: right;
	margin-top: -20px;
}

div#footer_content {
	background-color: #010305;
	width: 860px;
	margin: auto;
	height: 160px;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: 20px;
}

div#footer li  {
	list-style-type: none;
	display: inline;
	padding: 0px 0px 0px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10px;
}


.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #263035;
	text-align: right;
}
