/* sitewide.css for project Aero Painting LLC */
/* This document validates as CSS level 2.1 ! */

 

/* entire page wrap */

#wrap {
	background: #fff;
	margin: 0 auto;
	width: 792px;
	}

/* recipe content area */

#main {
	background: #fff;
 	float: left;
	width: 550px;
	min-height: 650px;
/*	margin-bottom: 25px;  */
	}

#main h2, #main h3, #main p {
	padding:0px 10px;
 	}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
 	}


/* right side bar for Services */

#sidebar {
	background: #999999;
	float: right;
	width: 220px;
	padding: 10px;
	min-height: 650px;
	margin-top: 1px;
	margin-bottom: 0px;
	}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
/* portfolio bar */

#portfoliobar {
	background: #999999;
	width: 772px;
	padding: 10px;
	height: 175px;
	margin-top: 0px;
	margin-bottom: 1px;
	clear: both;
	}

#portfoliobar p {
	padding: 0px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: black;
	min-width: 770px;
	background-color: #CCCCCC;
	background-image: url(BodyBack3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	}

h3 {
/*	color: #999966;   */
/*	color: #33ccff;   */
	color: #666633;
	}

h5 {
	font-style: italic;
	}

/* page header */

#header {
	background-color: white;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 550px;
	}

/* navigation bar */

.nav {
	border: 1px solid white;
	margin-top: 1px;
	height: 20px;
	}

.nav ul {
	width: 100%;
	background-color: #cc0000;
	padding-left: 0;
	margin: 0;
	float: left;
	}

.nav ul li {
	display: inline;
	color: white;
	padding: 6px 12px 6px 12px;
	width: auto;
	font-size: 17px;
	}

.nav ul li a {
	margin: 0px;
	color: white;
	width: auto;
	font-size: 17px;
	}

.nav ul li a:hover {
	background-color: #ff0000;
	color: black;
	padding: 6px 12px 6px 12px;
	}

.nav ul li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: relative;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
}

.nav ul > li:hover > ul {
	background-color: #ff0000;
	top: 2px;
	width: 100%;
	display: inline;
}

.nav ul li:hover {
	background-color: #ff0000;
	color: black;

}


form {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	padding: 2px;
	}

input {
	font-size: 10px;
	background-color: #FFFFFF;
	}

#coatingsPic {
	float: left;
	border: 1px solid black;
	margin: 0px 5px 5px 10px;
	width: 200px;
	}

.jobphoto {
	float: left;
	border: 1px solid black;
	margin: 0px 5px 10px 10px;
	width: 200px;
	}

.minilogo {
	float: right;
	border: 1px solid black;
	margin: 17px 10px 10px 10px;
	width: 200px;
	}

table {
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 2px 2px 2px;
	}

#coatingstable {
	padding: 10px;
	position: relative;
	left: 5px;
	top: -20px;
	z-index: 1;
	display: inline-table;	
	}

#footer {
	background-color: #333333;
	height: 80px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
	}

#footer p {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	}

/* hyper-links */

a:link {
	font-size: 12px;
	color: #f93;
	font-family: Arial, Helvetica, sans-serif;
	}

a:visited {
	font-size: 12px;
	color: #fc3;
	font-family: Arial, Helvetica, sans-serif;
	}

a:hover {
	font-size: 12px;
	color: #f60;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}

