/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	/* temporary borders */
/*	border: dashed 1px #ff0000;*/
}

body {
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
 
#wrapper {
	margin: 0 auto;
	width: 800px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	margin: 0;
	height: 275px;
}

#header div.top {
	height: 118px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header p.call {
	padding: 66px 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

#header p.address {
	padding: 6px 30px 0 0;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
/*	padding-top: 15px;*/
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#header div.flash {
	height: 135px;
}

#header div.spacer {
	height: 22px;
	background-image: url(images/spacer.jpg);
	background-repeat: no-repeat;
}


/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	margin-left: 15px;
	float: left;
	display: inline;
	width: 200px;
	background-image: url(images/nav_top.jpg);
	background-repeat: no-repeat;
}

#sidebar a {
	background-image: url(images/nav_img.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding-left: 27px;
	line-height: 25px;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#sidebar a:link, #sidebar a:visited {
	color: #CCCCCC;
}
#sidebar a:hover {
	background-color: #000000;
	background-image: url(images/nav_img_hover.jpg);
	color: #FFFFFF;
}
#sidebar a:active {
	color: #CCCCCC;
}

#sidebar a.img { /* img nav */
	border: 0;
	background: none;
}
#sidebar a.img:link, #sidebar a.img:visited { /* img nav */
	border: 0;
}
#sidebar a.img:hover { /* img nav */
	border: 0;
}
#sidebar a.img:active { /* img nav */
	border: 0;
}


#sidebar img {
	margin-top: 20px;
	text-align: center;
	border: 0;
}

#sidebar p {
	margin: 0 5px;
	margin-bottom: 15px;
	text-align: left;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	margin-left: 215px;
	margin-right: 15px;
	position: relative;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	width: 540px; /* not 570 due to padding */
	text-align: left;
	padding: 5px 15px;
	
}

#content h1 {
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding: 10px 0 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}
#content a:active {
	color: #000000;
	text-decoration: underline;
}
/**********************************/
/* Text for warranty page         */
/**********************************/
#warranty {
	height: 426px;
	background-image: url(images/guarantee.jpg); 
	background-repeat: no-repeat; 
	background-position: top; 
}

#warranty p {
	padding: 130px 80px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 20px;
}

#footer a {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}


/**********************************/
/* contact page                   */
/**********************************/
#contact {
	margin: 0 auto;
	width: 540px;
	font-size: 13px;
	text-align: center;
}

#contact div.info {
	width: 325px;
	float: left;
}

#contact div.map {
	margin-left: 325px;
	width: 215px;
	text-align: center;
}

#contact div.form {
 	margin-top: 20px;
	width: 540px;
}

#contact div.req {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #999999;
}
#contact td.form {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
#contact td.form2 { /* not 300 due to padding */
	width: 296px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#content .text { /* set parameters for form text field */
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .textarea { /* set parameters for form textarea field */
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px; auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #999999;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: 000000;
	text-align: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/**********************************/
/* about us page                  */
/**********************************/
img.margin {
	margin: 0 25px;
	border: 2 solid #000000;
	float: left;
}

/**********************************/
/* gallery page                   */
/**********************************/

img.gallery {
	margin: auto 0;
	text-align: center;
	border: 2px solid #990000;
}


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}

-->