/* styles for www.fazioautomotive.com */
body {
	background: white;
	color: black;
	font-family: verdana, helvetica, arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* general text classes */

h1 {
	font-size: 21px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	border-top: 1px #33F solid;
	padding-top: 6px;
}

div.coupon h2 {
	border-top: none;
	padding-top: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

p, li {
	font-size: 12px;
}

a:link {
	color: #33F;
	text-decoration: none;
}

a:active {
	color: #33F;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #039;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #33F;
	font-weight: bold;
	text-decoration: none;
}

.alt { /* text for text-only or non-CSS browsers */
	display: none;
}

div.imagebox p { /* image caption */
	text-align: center;
	font-style: italic;
	font-family: georgia, times, 'times new roman', serif;
}

div.teambox {
	clear: both;
}

img.left-inset {
	float: left;
	clear: left;
	padding-right: 10px;
}

/* text container classes */

#main {
	position: absolute;
	left: 300px;
	top: 250px;
	width: 50%;
	z-index: 20;
	padding-bottom: 250px;
}

div.coupon {
	position: relative;
	left: -250px;
	top: -200px;	
	width: 300px;
	border: thick black double;
	padding: 10px;
	padding-bottom: 20px;
}

div.imagebox {
	clear: both;
}

div.insetbox {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.imagebox img {

}

.hours {
	padding: 10px;
	padding-top: 0;
	font-size: 14px;
	font-weight: bold;
	border-left: thick #FF0000 double;
	border-top: thick #FF0000 double;
	border-right: thick #CE0000 double;
	border-bottom: thick #CE0000 double;
}

div.seasonaltips {
	padding: 10px;
	padding-top: 0;
	border-left: thick #CCC double;
	border-top: thick #CCC double;
	border-right: thick black double;
	border-bottom: thick black double;
	font-size: 14px;
	font-weight: bold;
}

div.seasonaltips p {
	width: 75%;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.4em;
}

div.seasonaltips li {
    line-height: 18px;
}

/* form classes */

div.formarea {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
}

div.formfield {
	clear: left;
	padding-bottom: 20px;
}

div.label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

input, textarea {

}

/* menu and background graphics ids */
#left-logos {
	position: absolute;
	left: 10px;
	top: 1250px;
	width: 250px;
	padding-bottom: 10px;
}

#teampage #left-logos {
	top: 1300px;
}

#index-logos {
    position: relative;
    left: -275px;
    width: 190%;
    padding: 20px 0 0 0;
}

#left-logos img, #index-logos img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.stack {
	float: left;
}


#homemenu {
	position: absolute;
	top: 198px;
	height: 39px;
	width: 100%;
	z-index: 20;
}


#menucolor {
	position: absolute;
	top: 198px;
	height: 39px;
	width: 100%;
	background-color: #03C;
	z-index: 5;
}



#homemenu a:hover {
	color: yellow;
}

#home, #team, #history, #services, #specials, #bodyshop, #contact {
	position: relative;
	top: 10px;
	margin-right: 15px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	z-index: 30;
}

#follow{
position: absolute;
	top: 10px;
	left: 725px;
	margin-right: 0px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	z-index: 30;
}

#home {
	margin-left: 200px;
}

/* background graphics, portraits */

#logo {
	position: absolute;
	top: 0px;
	left: 175px;
	width: 503px;
	height: 198px;
 	background-image: url('images/fazio_logo_right.gif'); 
}

#doctorhead {
	position: absolute;
	left: 296px;
	top: 198px;
	width: 313px;
	height: 468px;
	background-image: url('images/doctor_head_gray.gif');
	background-repeat: no-repeat;
	z-index: 1;
}

#head, #neck, #torso, #legs {
	position: absolute;
	left: 0;
	z-index: 10;
}

#head {
	top: 0;
	width: 175px;
	height: 198px;
}

#neck {
	top: 198px;
	width: 225px;
	height: 39px;
}

#torso {
	top: 237px;
	width: 296px;
	height: 326px;
}

#legs {
	top: 563px;
	width: 296px;
	height: 702px;
}