﻿/* GENERIC
   HEADER
   CONTENT
		ABOUT
		SECTION
		INFO
		PROJECTS
		NEWS
		CONTACT
   FOOTER
*/
/* ----------------------------------------------------*/
/* =GENERIC 
   ----------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	display: block;
	color:#8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
a {
	color:#FF6600;
	text-decoration:none;
}
.separator1 {
	margin-top:20px;
	margin-bottom:9px;
	height:3px;
	background-color:#7C7C7C;
	clear:both;
}
.separator2 {
	margin-top:9px;
	margin-bottom:9px;
	height:4px;
	background:url(../images/div-pattern.gif) repeat-x;
	clear:both;
}
.separator3 {
	height:10px;
	clear:both;
}
h3{
	font-size:16px;
	color:#D31012;
	font-weight:bold;
}
/* ----------------------------------------------------*/
/* =HEADER 
   ----------------------------------------------------*/
#header {
	background:url(../images/topbg.jpg) repeat-x;
	height:65px;
}
#header span {
	float:left;
	width:91px;
}
#header h1 {
	float:right;
	width:67px;
	height:40px;
	/*background:transparent url(../images/noboxlogo.gif) no-repeat;
	text-indent:-9999em;*/
	margin:12px 17px 0 0;
}
/* ----------------------------------------------------*/
/* =CONTENT 
   ####################################################*/
#content {
	font-size:14px;
}
#projects, #news, #contact, #info {
	margin:0 20px;
}
/* ----------------------------------------------------*/
/* =ABOUT 
   ----------------------------------------------------*/  
#about {
	background:url(../images/redbg-gradient.gif) repeat-x;
	background-color:#CC0A03;
	height:94px;
}
#about-cont {
	width:240px;
	height:94px;
	color:#FFF;
	overflow:hidden;
	background:url(../images/redbg.jpg) no-repeat center;
}
#about-cont p {
	margin:19px 15px 20px 19px;
}
#about-cont p span {
	color:#FFDFB9;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:2.5em;
	/*font-size:13px;	
	color:#FFDFB9;*/
}
#about-cont a {
	/*color:#FFF;
	font-weight:bold;
	text-decoration:none;*/
}
/* ----------------------------------------------------*/
/* =SECTION 
   ----------------------------------------------------*/  
#section {
	background:url(../images/redbg-gradient2.gif) repeat-x;
	background-color:#CC0A03;
	height:57px;
	color:#FFF;
}
#section h2{
	font-size:14px;
	font-weight:bold;
	padding:19px 15px 20px 19px;	
}
/* ----------------------------------------------------*/
/* =INFO 
   ----------------------------------------------------*/ 
#info a.back{
	color:#D31012;
	padding:14px 0;
	display:block;
	float:right;
	clear:both;	
}
#info p{
	margin-top:20px;	
}
#info p small{
	font-size:.96em;	
	font-weight:bold;
	color:#555;
}
/* ----------------------------------------------------*/
/* =PROJECTS 
   ----------------------------------------------------*/ 
.project-div {
	background:url(../images/div.gif) no-repeat;
	clear:both;
	height:6px;
	width:201px;
	margin:5px 0 10px 0;
}
#projects img
{
	border-width:0px;
}
/* ----------------------------------------------------*/
/* =NEWS 
   ----------------------------------------------------*/ 
.imgBorder {
	border:solid 2px #E3E3E3;
}
#news ul {
	margin-top:20px;
}
#news ul li {
	list-style:none;
}
#news ul li img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#news ul li .separator2 {
	margin:15px 0;
}
/* ----------------------------------------------------*/
/* =CONTACT 
   ----------------------------------------------------*/
#contact ul li {
	list-style:none;
}
#contact ul li p{
	font-size:12px;
}
#contact .separator3 {
	height:15px;
}
#contact .tel {
	color:#8b8b8b;
	padding:10px 0;
}
#contact p img {
	border:none;
	vertical-align:middle;
}
#contact .map {
	width:61px;
	height:26px;
	float:right;
	margin-top:-12px;
}
#contact .map img {
	border:none;
}
/* =CONTENT END
   ####################################################*/
/* ----------------------------------------------------*/   
/* =FOOTER 
   ----------------------------------------------------*/ 
#footer {
	font-size:12px;
	margin:10px 20px;
}