@charset "UTF-8";
/* CSS Document */

/*<--------------------Laout Styles-------------------->*/

body, h1, h2, h3, h4, h5, h6, p, a, ul, li {
margin: 0px;
padding: 0px;
line-height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #8d7d8d;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	font-weight: normal;
	font-style: italic;
}

h1 {
	font-size: 1.9em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}

p {
	line-height: 1.5em;
	padding-bottom: 1em;
}

a:link {
	text-decoration: none;
	color: #8d7d8d; 
}

a:visited {
	text-decoration: none;
	color: #8d7d8d;
}

a:hover {
	text-decoration: underline;
	color: #2F2E2B;
}

html {
	min-width: 1000px; /*The min-width is applied to the html tag insted of the body tag to keep the background-gradient centered on the page content when the browser window is narrowed to less than than 1000px.*/
}


/*<--------------------Body Styles-------------------->*/

body  {
	background: #EEEAD7 url(../images/site_bg.png) repeat-y center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	padding-top: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2F2E2B;
	z-index: 0;
}

/*<--End Body Styles-->*/

/*<--------------------Header Styles-------------------->*/

#header_bg {
	background: url(../images/header_bg.png) repeat-x center;
	width: 100%;
	height: 90px;
	text-align: center; /* this will centers the #header content in the #header_bg div when auto margin is set on the #header div*/
}

#header { 
	height: 90px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 32px;
	font-size: 3em;
}

#header a {
	text-decoration: none;
	
}

#header h1 a img {
 	border: none;
}


/*<--End Header Styles-->*/

#wraper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/*<--------------------Navigation Styles-------------------->*/

#nav {
	/* since this element is floated, a width must be given */
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#nav ul {
	padding-top: 25px;
	list-style: none;
}

#nav li {
	position: relative; 
	float: left;
}

#nav .first {
	margin-left: 175px;
}

#nav a:link {
 	display: block;
 	height: 12px;
	min-width: 62px;
	padding: 0px 15px 5px 20px;
	text-transform: capitalize;
	line-height: 10px;
}

#nav a:visited {
	text-decoration: none;
	color: #8d7d8d;
	display: block;
 	height: 12px;
	min-width: 62px;
	padding: 0px 15px 5px 20px;
	text-transform: capitalize;
	line-height: 10px;
}

#nav a:hover {
	text-decoration: none;
	background: url(../images/nav_underline.png) no-repeat bottom;
	line-height: 10px !important;
	color: #2F2E2B;
}

/*
#nav .current {
	background: url(../images/nav_underline.png) no-repeat bottom;
	line-height: 10px !important;
	color: #2F2E2B;
}

#nav ul.subNav {
	display: none;
}

#nav ul.subNav a.current {
	background: none;
}

#nav ul.subNav a {
	padding-top: 5px;
}
*/

/*<--End Navigation Styles-->*/

/*<--------------------Sidebar Styles-------------------->*/

#sidebar {
background: #323232;
	margin: 100px 100px 5px 5px;
	width: 304px;
	height: 204px;
}

/*<--End Sidebar Styles-->*/

/*<-------------------Main Content Styles------------------->*/

#mainContent {
	width:600px;
	margin: 100px auto; /* the left and right margins center the #mainContent div in the #wrapper */
 /* the top padding is to push the main content below the #nav div */
	text-align: center;
}

#mainContent div {
	padding-bottom: 3.0em;
}

#mainContent .underline {
	display: block;
	text-align: center;
	height: 3px;
	margin: 0px 50px 10px 50px;	
}

#mainContent .underlined {
	margin-bottom: 0px;
}

.content {
	margin: auto;
	width: 450px;
}

#map {
	text-align: center;
	width: 600px;
	height: 570px;
}

iframe {
	margin: auto;
}

/*<--End Main Content Styles-->*/

/*<--------------------Footer Styles-------------------->*/

#footer {
	text-align: left;
	padding-left: 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: .7em;
}
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 1.6em;
}

/*<--End Footer Styles-->*/
#home, #about, #products, #services, #gallery, #contact {
	display: block;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.altText {
	text-indent: -9000px;
	line-height: 1px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--------------------Presentation Styles--------------------*/

.underline {
	background-image: url(../images/underline_350.png);
}

.error {
	color: #c33;
}