/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
	
	
	
	
	
	
	
	
	
	
	
div{
overflow:hidden;
}
body{
color:#4a452a;
font-family: Calibri, Verdana, Arial, Sans-serif;
text-align:center;
background-color:black;
background-image:url('images/bg.png');
background-attachment:fixed;
background-position:-200px 0%;
}
div#container{
background-color:black;
background-image:url('images/led_lights.jpg');
background-position:0% 140px;
background-repeat:no-repeat;
overflow:hidden;
width:990px;
margin:0 auto;
height:650px;
}
div#header{
float:left;
background-color:#d9d9d9;
width:990px;
min-width:840px;
float:left;
margin:0 auto;
}
img#header_logo{
padding:25px 0 15px 20px;
float:left;
}
div#header_menu{
text-align:right;
margin-top:75px;
margin-right:15px;
float:right;
line-height:1.5em;
}
div#header_menu a:link, div#header_menu a:visited{
color:#4f452a;
text-decoration:none;
letter-spacing:0.1em;
font-size:1.1em;
} 
div#header_menu a:hover, div#header_menu a:active{
color:#953735;
text-decoration:none;
} 
span.menu_separator{
color:#953735;
}
div#login{
text-align:right;
}

div#tagline{
	float:left;
	clear:both;
	padding:10px 0;
	margin:0 20px;
	width:990px;
	letter-spacing:0.1em;
	color:#948a54;
	text-align:left;
	font-weight:bold;
	height:50px;
}
div#tagline_1{
	font-size:1.4em;
}

div#middle div#menu{
width:150px;
clear:left;
float:left;
font-weight:normal;
margin-right:20px;
}
div#middle div#menu a{
clear:left;
float:left;
}
div#middle{
text-align:justify;
overflow:hidden;
font-weight:bold;
padding: 15px 30px;
background-image:url('images/opaque.png');
width:930px; /*should be max-width-60px*/
line-height:1.3em;
}
div#middle p{
margin: 1em auto;
text-align:justify;
}
div#middle img{
margin:1em auto;
text-align:center;
}


div#footer{
position:absolute;
bottom:0;
left:0;
width:990px;
margin:0 auto;
}
div#footer_text{
font-weight:bold;
padding:5px 20px;
font-size:0.8em;
color:#948a54;
background-color:#000;
text-align:left;
}
div.clear_div{
	clear:both;
	height:0px;
	color:red;
}



h1, h2, h3{
text-align:justify;
font-weight:bold;
width:40em;
margin:0 auto;
}
h1{font-size:1.3em;}
h2{font-size:1.2em;}
h3{font-size:1.1em;}
