body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding: 10px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {

	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

ul {
	font-size: 0.75em;
	list-style: none;
}

a, span.contact {
	color: #008C00;
	border-bottom: 1px solid;
	text-decoration: none;
}

a:hover {
	border-bottom: none;
}

span.contact {
	line-height: 1.6em;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 190px;
	background: url(images/img07.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
}

/* Logo */

#logo {
	float: left;
}


#logo h1 {
	padding-top: 40px;
	padding-left: 40px;
	text-align: center;
	font-size:2.8em;
	color: #299762;
}

#logo a {
	text-decoration: none;
	border-bottom: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
	margin-right: 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	border: none;
	text-transform: lowercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	margin-left: 3px;
}

#menu a:hover, a.active {
	background: url(images/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;

	margin: 0 auto;
	padding: 5px 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
}

#content {
	float: left;
	margin: 10px 0;
	padding: 0;
}

#text {
	float: left;
	width: 590px;
	margin-left: 20px;
	padding: 0;
}

#left {
	float: right;
	padding: 0;
	margin-right: 10px;
	width: 230px;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

#left li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#left li ul {
	line-height: 1.8em;
}

#left li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#left h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#left a {
	text-decoration: none;
	color: #008C00;
}

#left a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;	
	height: 100px;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
}

#footer p {
	margin: 0 auto;
	padding: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #FFF;
}


#recent-posts img {
	float: left;
	
}

table  {
	border-collapse: collapse;
	border: 1px solid;
	width: 100%;
	font: 1em Tahoma, sans-serif;
	color: #666666;
}

table.quad th {
	width: 25%;
}

td, th {
	border: 1px solid;
	text-align: center;	
}

th {
	padding: 3px 10px;
}

th.model {
	width: 70%;
}

td.name {
	text-align: left;
	padding-left: 5px;
}

.blank {
	clear: both;
}

#sub {
	clear: both;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	width: 870px;
}

#sub ul {
	list-style: none;
	display: inline;
	float: left;
}

#sub li {
	display: block;
	float: left;
	width: 265px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

#sub a {
	font-weight: normal;
	line-height: 1.1em;
	border: none;
}

#sub a:hover {
	text-decoration: underline;
	
}
