
/* Global */
* { border:1; margin:0; padding:0; }
#li { padding-left:4;}
a { color:#F36523; text-decoration:none; }
a:hover { color:#595959; text-decoration:underline; }
blockquote { background:#f1f1f1; border-left:2px solid #F36523; color:#444; display:block; font-style:oblique; line-height:20px; margin:0 0 0 10px; padding:0 0 0 10px; }
.left { float:left; margin:0 100px 0 10; }
.right { float:right; margin:0 0 0 10px; }


/* Body */
body { background:#fff url('images/background_body.jpg') repeat-x top; font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif; color:#424242; }

/* Header */
#header { background:url('images/background_header.jpg'); height:256px; margin:0 auto; position:relative; width:760px; }
#header:after { clear:both; content:'.'; display:block; height:0; visibility:hidden; } 
#header h1 { color:#424242; font-size:12px; font-weight:normal; right:0px; letter-spacing:-0px; position:absolute; top:58px; }
#header h2 { color:#CFCFCF; font-size:13px; font-weight:normal; center:0px; letter-spacing:-0px; position:absolute; top:220px; }


#header ul { list-style:none; position:absolute; top:100px; }
#header ul li { list-style:none; }
#header ul li a { color:#fff; display:block; font-size:1.2em; font-weight:bold; height:20px; padding:10px; width:190px; }
#header ul li a:hover { background:#F36523; color:#eee; text-decoration:none; }
#header p { border-top:2px solid #F36523; color:#555; font-size:90%; line-height:20px; padding:20px; text-align:center; }


/* Content */
#content { height:auto; margin:0 auto; width:760px; }
#header h3 { color:#F36523; font-size:13px;  }



/* Main */
#main { float:left; width:760px; }
#main p { color:#555; line-height:20px; padding:5px; }
#main h1 { border-bottom:2px solid #F36523; color:#444; font-size:165%; font-weight:normal; line-height:30px; padding:0 10px; }
h3 { color:#F36523; font-size:15px; }
/* columns */
#columns {
background: #363636;
	clear: both;
	text-align: left;
	color: 363636;
	margin: 0 auto; 
	padding: 1.6em 0 .5em 0;
	width: 100%;	
}
#columns h3 {
background: #363636;
	color: #F36523;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;	
	text-transform: uppercase;
}

#columns ul {
background: #363636;
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #111;	
}
#columns li {
background: #363636;
	border-bottom: 1px solid #111;		
}
#columns li a {
background: #363636;
	display: block;
	padding: .5em 0 .5em 1em;
	color: #8F8F8E;
}
#columns li a:hover {
background: #363636;
	color: #fff;	
}

#columns .col3, .col3-center {
background: #363636;
	float: left;
	width: 20%;
}
#columns .col3-center { 
background: #363636;
	margin: 0 0px; 
}

/* footer */
#footer-bottom {

background: #363636;
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em
	
}