﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	line-height: 1.5;
}


table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}


blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}


a img
{
	border: none;
}

.clear
{
	clear: both;
}

li
{
	list-style-type: none;
}


/*------------------------------------------------------------------------------------*/
/* Reset End*/

body
{
	background-color: #2b2f32;
	font-family: Lucida Sans, Arial, Verdana, Tahoma, Serif;
	font-size: 12px;
	background-image: url(/images/bg.jpg);
}

#wrapper
{
	width: 820px;
	background-color: White;
	margin: auto;
	padding: 30px;
	min-height: 850px;
}

#header
{
	margin: auto;
}

#logo
{
	float: left;
	width: 300px;
	display: inline;
}

#content
{
	font-size: 9pt;
	color: #666666;
}

ul#contact
{
	float: right;
	display: inline;
	width: 200px;
	padding-top: 20px;
	text-align: right;
}
ul#contact li
{
	font-size: 10px;
}

#nav
{
	background-color: #999;
	height: 30px;
	margin-top: 15px;
	display: block;
}

#nav li
{
	display: inline;
	float: left;
	margin: 7px 10px 0px 10px;
}

#nav li a
{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}

#nav li a:hover, #nav li.selected
{
	color: black;
}

#mainimage
{
	margin: auto;
	margin-top: 5px;
}

/*------------------------------------------------------------------------------------*/
/*Copy */

a
{
	color: #cc0000;
}

h1, h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
	text-transform: uppercase;
	border-bottom: solid 1px #cc0000;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.services p a
{
	color: #666666;
 text-decoration:none;
 font-weight:bold;
}



/*------------------------------------------------------------------------------------*/
/*Layouts */


#left
{
	float: left;
	width: 480px;
	display: inline;
}

#right
{
	float: right;
	width: 300px;
	display: inline;
}

/*------------------------------------------------------------------------------------*/
/*news */

#news b
{
	color: Maroon;
}

ul#services-images
{
}
ul#services-images li
{
	display: inline;
	float: left;
	margin-right: 5px;
}
ul#services-images li.last
{
	margin-right: 0px;
}


/*------------------------------------------------------------------------------------*/
/* Footers */


#footer
{
}


#reg
{
	float: right;
	margin-top: 20px;
	display: inline;
}

.footer-section
{
	display: inline;
	float: left;
	width:100%;
}
ul.footer-nav-first
{
	margin-left: 0px;
	margin-top: 15px;
	display: inline;
	float: left;
	text-align: left;
}

ul.footer-nav
{
	margin-left: 25px;
	margin-top: 15px;
	display: inline;
	float: left;
	text-align: left;
}



ul.footer-nav li, ul.footer-nav li a , ul.footer-nav-first li a
{
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	font-size: 7pt;
	font-weight: normal;
}

ul.footer-nav li, ul.footer-nav-first li
{
	display: block;
	margin: 7px 10px 0px 10px;
	font-weight: bold;
	color: Maroon;
	font-size: 8pt;
}

.footer-nav li a:hover, .footer-nav li.selected
{
	color: black;
}

/*------------------------------------------------------------------------------------*/
/* Gallery */



.gallery li
{
	display: inline;
	float: left;
	padding: 4px;
	height: 80px;
}

.gallery h2
{
	margin-top: 30px;
}


.contact-image
{
	float: left;
	display: inline;
	padding-right: 10px;
}

/*------------------------------------------------------------------------------------*/
/*form*/

.formitem
{
padding:5px;
border-bottom:dotted 1px #f5f5f5;
display:block;
}

.formitem label
{
 width:200px;
 display:block;
 float:left;
 }
 
 .formitem input[type=text],  .formitem select, .formitem textarea
 {
  width:200px;
 }
 
 .formitem input[type=submit]
 {
 float:right;  
 	padding: 3px 10px 3px 10px;
	border: solid 1px #CCCCCC;
 }

hr
{
 height:1px;
 border:dotted 1px #ccc;
}

#himages img
{
padding:20px 8px 20px 8px;
}

.loofy
{
	float:left;
}
