﻿/*
---------------------------------
//Reset CSS
---------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 1;
	padding: 0;
	border: 1;
	outline: 1;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -.25em;
	}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: groove groove groove groove;
	border-width: thin thin thin thin;
	border-color: black black black black;
	border: thin groove black;
}
/*
---------------------------------
//Normal CSS template
---------------------------------
*/

html
{
	background: url(images/bg.png) repeat-x;
	background-color:#b0b0b0;
}

body
{
	
	font-family:Times New Roman;
	line-height: 1.2em;
	text-align: center;
	color: #444444;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	color: #916c66;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}



h2
{
	color: #333333;
	font-family:Times New Roman;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom: 5px;
}

h3
{
	color: #333333;
	font-family:Times New Roman;
	font-size:11px;
	font-weight:bold;
}

p
{
	color: #333333;
	font-size: 13px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

.line
{
	height: 1px;
	border-bottom: 1px dotted #7a7a7a;
	margin-bottom: 10px;
}

#container
{
	text-align: left;
	margin: auto;
	width: 900px;
	margin-top: 10px;
	background-color:#e3e3e3;
	padding:10px;
}

#logo
{
	background: url(images/logo.png) no-repeat;
	width: 364px;
	height: 65px;
}

#menuContainer
{
	position:relative;
	width: 891px;
	height: 64 px;
	float:left;
	background: url(images/menu_bg.png) repeat-x;
}

#menuContainer a
{
	text-decoration:none;
}

	DIV.menuButton_first a
	{
	background: url(images/home.png);
	width: 97px;
	height: 31px;
	padding-top: 28px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ddddd1;
	float: left;
	text-align: center;
}
	
	DIV.menuButton_first a:hover
	{
		background: url(images/home_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
	DIV.menuButton a
	{
	background: url(images/about.png);
	width: 107px;
	height: 31px;
	padding-top: 28px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ddddd1;
	float: left;
	text-align: center;
}
	
	DIV.menuButton a:hover
	{
		background: url(images/about_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
		DIV.menuButtonRep a
	{
	background: url(images/repair.png);
	width: 216px;
	height: 31px;
	padding-top: 28px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ddddd1;
	float: left;
	text-align: center;
}
	
	DIV.menuButtonRep a:hover
	{
		background: url(images/repair_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
	#menuEnd
	{
		background: url(images/menu_end.png) repeat-x;
		width: 6px;
		height: 64px;
		float:left;
	}
	
#menuContainer #search
{
	position: absolute;
	right: 1em; 
	top: 1.8em;
}

#menuContainer #search input
{
	background-color: #dddddd;
	border:1px solid #666666;
	font-size: 11px;
}

#banner
{
	background: url(images/banner3b.jpg) no-repeat;
	height: 190px;
	width: 900px;
}

#contentContainer
{
	float:left;
}

#contentContainer p
{
	margin-bottom: 15px;
}

#mainContent
{
	width:860px;
	background-color: #ededed;
	padding: 20px;
	float:left;
}

#mainContent_headline
{
	background: url(images/headline_bg.png) repeat-x;
	height: 22px;
	width: 886px;
	padding: 7px;
}

#newsContainer
{
	width: 260px;
	float:left;
	margin-left: 10px;
}

#news_headline
{
	background: url(images/headline_bg.png) repeat-x;
	height: 22px;
	width: 246px;
	padding: 7px;
	float:left;
}

DIV.news
{
	width:236px;
	height:66px;
	background: url(images/news_bg.png) repeat-x;
	padding: 12px;
	line-height: 15px;
	float:left;
}

.newsBullet
{
	float:left;
	margin-right: 10px;
}

.readMore
{
	color: #916c66;
	font-size: 10px;
	font-family:Times New Roman;
}

#footer
{
	width:900px;
	margin: auto;
	margin-top: 5px;
}

DIV.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 10px;
}

DIV.footerRight
{
	width:350px;
	float:right;
	text-align:right;
	margin-right: 10px;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 11px;
}

input
{
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

input.submit, input.reset
{
	background: url(images/button.png) no-repeat;
	width: 67px;
	height: 26px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
}

form li
{
	
	list-style-type: none;
	padding-bottom: 10px;
}



label 
{
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
	
}

form .submit 
{
	margin-left: 134px;
}

/*
---------------------------------
//Content
---------------------------------
*/

#front_coloumn1
{
	width: 33%;
	float:left;
}

#front_coloumn1 ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn1 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn1a
{
	width: 25%;
	float:left;
}

#front_coloumn1a ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn1a p
{
	padding: 0px 10px 0px 10px;
}

#front_coloumn2
{
	width: 33%;
	float:left;
}

#front_coloumn2 ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn2 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn3
{
	width: 33%;
	float:left;
}

#front_coloumn3 ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn3 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn4
{
	width: 66%;
	float: right;
}

#front_coloumn4 ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn4 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn4a
{
	width: 45%;
	float: left;
}

#front_coloumn4a ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn4a p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn4b
{
	width: 45%;
	float: right;
}

#front_coloumn4b ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn4b p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn5a
{
	width: 30%;
	float: right;
}

#front_coloumn5a ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn5a p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn5b
{
	width: 50%;
	float: right;
}

#front_coloumn5b ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn5b p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn5c
{
	width: 10%;
	float: right;
}

#front_coloumn5c ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn5c p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn5d
{
	width: 10%;
	float: right;
}

#front_coloumn5d ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn5d p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn6a
{
	width: 35%;
	float: right;
}

#front_coloumn6a ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn6a p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn6b
{
	width: 35%;
	float: right;
}

#front_coloumn6b ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn6b p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn6c
{
	width: 10%;
	float: right;
}

#front_coloumn6c ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn6c p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn6d
{
	width: 10%;
	float: right;
}

#front_coloumn6d ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn6d p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn6e
{
	width: 10%;
	float: right;
}

#front_coloumn6e ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn6e p
{
	padding: 0px 20px 0px 20px;
}

.quoteImage
{
	padding-left: 20px;
}

DIV.divider_vertical
{
	width: 2px;
	height: 200px;
	background: url(images/divider.png) repeat-y;
	float:left;
	margin-top: 20px;
}