﻿body
{
	width: 800px;
	height: 1%;
	background-image: url(graphics/cedarparkBackground2.jpg);
	background-repeat: no-repeat;
	color: black;
	font-family: Verdana, arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	behavior: url(../csshover.htc);
	/* WinIE behavior call */
}

h3
{
	color: red;
	text-transform: uppercase;
	font-weight: normal;
}

h2
{
	color: red;
	text-transform: uppercase;
	font-weight: normal;
}

h1
{
	color: red;
	text-transform: uppercase;
	font-weight: normal;
}

h1
{
	font-size: 1.5em;
	position: absolute;
	top: 110px;
	width: 590px;
	left: 210px;
	padding: .5em 0;
	border-bottom: #999;
	border-width: 0 0 3px 0;
	border-style: none none solid none;
}

h2
{
	font-size: 1.25em;
	padding: .5em 0;
}

h2 a { color: red; }
ul { list-style-type: none; }

p
{
	margin: .5em;
	padding: .5em;
}

div#header
{
	border-color: black;
	border-width: 5px 0 0 0;
	border-style: solid;
}

div#quick
{
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	font-size: .85em;
}

div#quick a
{
	text-decoration: none;
	color: black;
}

div#quick a:hover { background-color: #FCC; }

div#column1
{
	clear: both;
	position: absolute;
	font-size: .9em;
	left: 10px;
	top: 150px;
	width: 190px;
}

div#column1 h2 { text-indent: 10px; }

div#column1 ul
{
	list-style-type: none;
	line-height: 2em;
	text-transform: uppercase;
}

div#column1 ul a
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

div#column1 ul a:hover { background-color: #FCC; }

div#column1 li
{
	text-indent: -15px;
	left: -10px;
}

address
{
	clear: both;
	font-style: normal;
	font-weight: bold;
	margin-left: 2em;
}

div#rightside
{
	position: absolute;
	font-size: .9em;
	top: 170px;
	right: 0;
	height: 400px;
	left: 210px;
	overflow: auto;
	clear: both;
}

div#rightside img
{
	float: left;
	padding: .5em;
}

div#rightside img.right
{
	float: right;
	padding: .5em;
}

div#rightside blockquote
{
	float: right;
	font-size: .95em;
	background-color: #CCC;
	width: 17em;
	margin: .5em;
	/*padding: .5em;*/
}


div.sig p
{
	margin-left: 1em;
	margin-top: 0;
	padding-top: 0;
	line-height: 0.25em;
	
}
div.sig p.first{margin-left:-.25em;}

div#rightside li
{
	list-style-type: none;
	text-indent: -12px;
}

div#address
{
	clear: both;
	position: absolute;
	width: 170px;
	/*background-color: purple;*/
	top: 465px;
	bottom: 200px;
	left: 10px;
}

div#address p
{
	line-height: .2em;
	font-size: .8em;
	font-weight: bold;
}

div#address a { color: red; }

div#footer
{
	clear: both;
	position: absolute;
	height: 1%;
	margin-left: 125px;
	/*background-color: red;*/
	top: 565px;
	right: 0;
	bottom: 600px;
	left: 0;
}

div#footer li
{
	list-style: none;
	float: left;
	font-size: .75em;
	padding: 0 .3em 0 .3em;
	font-weight: bold;
}

div#footer li a
{
	color: black;
	text-decoration: none;
}

div#footer li a:hover { background-color: #FCC; }

p#copyright
{
	clear: both;
	font-size: .75em;
	margin: 0 0 0 100px;
	padding-top: 5px;
}

div#credits
{
	position: absolute;
	top: 570px;
	left: 5px;
}

div#credits p a img
{
	text-decoration: none;
	border-color: transparent;
	border-width: 0em;
	border-style: none;
}

span#produced
{
	font-size: .75em;
	font-weight: bold;
	margin-left: 1em;
}

.green { color: green; }

.sitemap
{
	list-style-type: none;
	color: red;
	text-decoration: none;
}

.notthefirstitem
{
	border-width: 3px 0 0 0;
	border-style: double none double none;
	border-color: #900;
	margin: 1.5em 0 0 0;
}


/*MENU SYSTEM*/


div#menu
{
	text-transform: uppercase;
	clear: both;
	margin: 6.3em 0 0 0;
}

div#menu ul { margin-left: 270px; }

div#menu li
{
	list-style: none;
	margin: 0;
	float: left;
	padding: .95em .35em .35em .35em;
	line-height: 1em;
	font-size: .70em;
	font-weight: bold;
}

div#menu li a:hover { background-color: #FCC; }

div#menu li a
{
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: black;
	text-decoration: none;
	font-family: 'LucidaGrande' , "Trebuchet MS" , Helvetica, Geneva, Arial, sans-serif;
	font-weight: 550;
}

div#menu>ul a { width: auto; }

/*END OF MENU SYSTEM*/


/*MARKING CURRENT POSITION ON MENUS*/
#reviews div#column1 .customerreviews a
{
	color: red;
	cursor: default;
}

#fleet div#column1 .fleet a
{
	color: red;
	cursor: default;
}

#restoration div#column1 .restoration a
{
	color: red;
	cursor: default;
}

#audiovideo div#column1 .audiovideo a
{
	color: red;
	cursor: default;
}

#directrepair div#column1 .directrepair a
{
	color: red;
	cursor: default;
}

#customers div#column1 .customers a
{
	color: red;
	cursor: default;
}

#service div#column1 .service a
{
	color: red;
	cursor: default;
}

#warranty div#column1 .warranty a
{
	color: red;
	cursor: default;
}

#testimonials div#column1 .testimonials a
{
	color: red;
	cursor: default;
}

#green div#column1 .green a
{
	color: red;
	cursor: default;
}

#partners div#column1 .partners a
{
	color: red;
	cursor: default;
}

#careers div#column1 .careers a
{
	color: red;
	cursor: default;
}

#facilities div#column1 .facilities a
{
	color: red;
	cursor: default;
}

#management div#column1 .management a
{
	color: red;
	cursor: default;
}

#site div#footer .site a
{
	color: red;
	cursor: default;
}

#community div#menu .community a
{
	color: red;
	cursor: default;
}

#community div#footer .community a
{
	color: red;
	cursor: default;
}

#contact div#footer .contact a
{
	color: red;
	cursor: default;
}

#news div#menu .news a
{
	color: red;
	cursor: default;
}

#news div#footer .news a
{
	color: red;
	cursor: default;
}

#directions div#menu .directions a
{
	color: red;
	cursor: default;
}

#directions div#footer .directions a
{
	color: red;
	cursor: default;
}

#service div#menu .service a
{
	color: red;
	cursor: default;
}

#service div#footer .service a
{
	color: red;
	cursor: default;
}

#aboutus div#menu .aboutus a
{
	color: red;
	cursor: default;
}

#aboutus div#footer .aboutus a
{
	color: red;
	cursor: default;
}

#home div#footer .home a
{
	color: red;
	cursor: default;
}

/*END MARKING CURRENT POSITION ON MENUS*/


/*WINDOWS IE 5 AND 6 HACKS*/
/* HIDE FROM IE5/MAC \*/

* html body
{
	width: 850px;
	font-size: .75em;
}

* html div#menu
{
	margin: 62px 0 0 0;
	font-size: 1.1em;
}

* html div#rightside { padding-right: 25px; }


* html div#address p
{
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 0 10px;
}

* html div#footer { margin-top: 8px; }


/*END HIDE FROM IE5/MAC*/
