@charset "UTF-8";
/* CSS Document */


*{
	margin:0;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	color:#3e4545;
	padding:0px;
	margin:0px;
	background-color: #000;
	text-align:left;
	width:100%;
line-height: 0;
	}


.container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

.clearer {
	clear: both;
}


a{ font-family:Arial, Helvetica, sans-serif; color: #f00; text-decoration: none; font-weight:normal;}
a:visited {color: #f00;}
a:hover {color: #000;}
a:active {color:#f00;}


.blue{
	color:#00ffff;
}

p{
	font-family:Arial, Helvetica, sans-serif; color: #ccc;
	font-size:0.6em;
	line-height:1.2em;
}



h1	{
	font-size:1.25em;
	color: #fff;
	line-height:1.2em;
	font-weight:900;
	margin:0;
	padding-bottom:3px;
	}
	

	
h2	{
	font-size:1.25em;
	color: #fff;
	line-height:1.2em;
	font-weight:900;
	margin:0;
	padding-bottom:14px;
	}
	

h3 	{
	font-size:.83em;
	color: #ccc;
	margin:0;
	line-height:1.2em;
	padding-bottom:14px;
	
	}
	
h4 	{
	font-size:0.9em;
	color: #333;
	margin:0;
	line-height:1.2em;
	padding-bottom:7px;
	
	}
	
	h5 	{
	font-size:.95em;
	color: #666666;
	line-height:1.2em;
	font-weight:900;
	}


/* ---------------------------------------------------------------------------Header */

#header{
	width:100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #1b1b1b;
}

#header_content{
	width:860px;
	
}

.logo{
	width:371px;
	height:150px;
	float:left;
}

.logo h1	{
	font-size:1em;
	color: #666;
	line-height:1.2em;
	margin-top:-10px;
	font-weight:normal;
	text-align:center;
	letter-spacing:.5em;
	}

.nav{
	width:510px;
	float:right;
	height:100%;
}

.nav a{ font-family:Arial, Helvetica, sans-serif; color: #999; text-decoration: none; font-weight:normal;}
.nav a:visited {color: #999;}
.nav a:hover {color: #fff;}
.nav a:active {color:#999;}

.nav_column{
	width:175px;
	float:right;
}


.nav_column_narrow{
	width:100px;
	float:right;
}

.column_divider{
	height:150px;
	float:right;
}
	
.nav_column h1,
.nav_column_narrow h1{
	font-size:.85em;
	color: #fff;
	line-height:1.2em;
	font-weight:normal;
	margin:0;
	padding-top:30px;
	padding-left:20px;
	padding-bottom:10px;
	}
	
	.nav_column p,
.nav_column_narrow p{
	font-size:.68em;
	color: #999;
	line-height:1.2em;
	font-weight:normal;
	margin:0;
	padding-left:20px;
	padding-bottom:5px;
	}

/* ---------------------------------------------------------------------------Main */

#main_top{
	width:100%;
	height:2px;
	background-image: url(../images/main_top.jpg);
	background-repeat: repeat-x;	
}
	

#main{
	height:100%;
	width:100%;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;
}
	
#main_content{
	width:305px;
	float:left;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:10px;
}

#main_pic{
	width:557px;
	float:right;
}

#main p{
	font-family:Arial, Helvetica, sans-serif; color: #fff;
	font-size:.75em;
	line-height:1.3em;	
	letter-spacing:.1em;
	padding-bottom:23px;
}

#main a{
	color:#00ffff;
	font-weight:bold;
}

#main a:hover{
	color:#fff;
	font-weight:bold;
}

/* ---------------------------------------------------------------------------Panel */

#panel{
	background-image: url(../images/panel_bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	
	
}

#panel_header{
	width:500px;
	padding-left:20px;
}

#panel_header h1	{
	font-size:1.25em;
	color: #0066cc;
	line-height:1.2em;
	font-weight:900;
	margin:0;
	}

#panel_top{
	width:100%;
	background-image: url(../images/panel_top_bg.jpg);
	background-repeat: repeat-x;
	height:25px;
}

#panel_foot{
	width:100%;
	background-image: url(../images/panel_foot_bg.jpg);
	background-repeat: repeat-x;	
}

.column{
	width:120px;
	float:left;
	padding:20px 5px 0 20px;
}

.column p{
	font-family:Arial, Helvetica, sans-serif; color: #000;
	font-size:.7em;
	padding-bottom:7px;
	line-height:1.2em;
}

/* ---------------------------------------------------------------------------Box */

#box{
	margin-top:-27px;
	width:299px;
	float:right;
}

#box_top{
	width:299px;
}

#box_bg{
	padding-top:5px;
	width:299px;
	background-image: url(../images/box_bg.jpg);
	
}

#box_content p{
	font-family:Arial, Helvetica, sans-serif; color: #333;
	font-size:.7em;
	line-height:1.2em;
	padding-left:10px;
	width:150px;
}



#box_pic{
	width:100px;
	padding-left:25px;
	float:left;
}

#box_pic p{ 
	color:#666666;
	padding-top:10px;
	font-size:.7em;
}


#box_content{
	float:left;
}

#box_foot{
	width:299px;
}


/* ---------------------------------------------------------------------------2l pages */	

.sl_container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/i_divider.gif);
	background-repeat: repeat-y;
	background-position: 500px 0;
}

.projects_container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-y;
	background-position: 520px 0;
}

.projects_sidebar{
	width:150px;
	float:left;
	padding-top:23px;
}

.projects_sidebar ul{
	padding:0 0 7px 5px;
	list-style-image: url(../images/arrow.gif);
	
}


#sl_content{
	width:430px;
	padding: 20px 20px 30px 40px;
	float:left;
	
}


#sl_pic{
	width:350px;
	float:left;
	padding-top:20px;
	padding-left:40px;
	padding-bottom:20px;

}

#sl_content img{
	padding-right:10px;
	padding-bottom:3px;
}

hr{
	margin-bottom:20px;
	color:#30fefe;
	clear:both;
}


#sl_content_projects{
	width:700px;
	padding: 20px 20px 30px 20px;
	float:left;
	}
	
.projects_img{
	width:160px;
	float:left;
	padding-right:20px;
}

.projects_text{
	width:500px;
	float:left;
}

/* ---------------------------------------------------------------------------contact form */	


.formbox {
width:800px;
	padding: 20px 20px 30px 20px;
	float:left;
}
.formbox label{

width: 120px;
font-family:Arial, Helvetica, sans-serif; color: #FFF;
	font-size:.68em;
	line-height:1.2em;
}

.formbox input, textarea{
	width: 365px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
}

.formbox textarea{
width: 365px;
height: 150px;
}

.formbox .boxes{
width: 1em;
}

.formbox #submitbutton{

margin-top: 5px;
width: 90px;
}
.formbox form {
	padding-top: 20px;
	
}
.disclaimer {
	width: 350px;
	text-transform: none;
	font-size: 10px;
	font-weight: 100;
	color: #666666;
	padding:0;
	margin:0;
}

/* ---------------------------------------------------------------------------Footer */	


#footer{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height:120px;
}

#footer h1{
	font-family:Arial, Helvetica, sans-serif; color: #ccc;
	font-size:.88em;
	line-height:1.2em;
	display:block;
	float:left;
	clear:left;
	padding-right:10px;
	
}

#footer_logo{
	float:left;
	width:114px;
	
}

.footer_content{
	width:750px;
	float:left;
	padding:20px 0 0 20px;
}

.footer_content_satellite{
	width:750px;
	float:left;
	padding:10px 0 0 20px;
}

.footer_headline{
	font-family:Arial, Helvetica, sans-serif; color: #FFF;
	font-size:.88em;
	line-height:1.2em;
}

.footer_copy{
	font-family:Arial, Helvetica, sans-serif; color: #FFF;
	font-size:.75em;
	line-height:1.2em;
	letter-spacing:.05em;
}

.copyright a{
	color:#666;
}

.copyright a:hover{
	color:#FFF;
}


ul li{
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; color: #ccc;
	font-size:.75em;
	line-height:1.2em;
	

}

ul{
	padding:0 0 7px 35px;
	list-style-image: url(../images/arrow.gif);
	
}
li{
	padding:0 0 4px 0;
	list-style-position: inside;
}
