body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	background-image: url('images/background.jpg')	;
	background-color: #e8dfcd;
	font-family: Frutiger, Helvetica, Arial, Sans-serif;
}
 
/* ************* TOP NAV ****************** */

#banner {
	background-color: #255ab3;
}

#topnav {
	position: relative;
	width: 100%;
	height: 24px;
	background-image: url('images/button_background.jpg');
}

#home_button:hover, #about_button:hover, #services_button:hover, #products_button:hover, #contact_button:hover {
	background-position: 0 -24px;
}
#home_button span, #about_button span, #services_button span, #products_button span, #contact_button span {
	position: absolute;
	top: -999em;
}
#home_button, #about_button, #services_button, #products_button, #contact_button {
	display: block;
	height: 24px;
	background-position: 0 0;
	float: left;
}
#home_button {
	width: 81px;
	background-image: url('images/home.jpg');
}
#about_button {
	background-image: url('images/about.jpg');
	width: 79px;
	left: 81px;
}
#services_button {
	background-image: url('images/services.jpg');
	width: 91px;
	left: 155px;
}
#products_button {
	background-image: url('images/products.jpg');
	width: 94px;
	left: 251px;
}
#contact_button {
	background-image: url('images/contact.jpg');
	width: 109px;
	left: 345px;
}

/* ******************** HOME PAGE ************************** */

#wrapper {
	width: 1100px;
	margin: 0 auto;
	background: white;
}


#homepage_container {
	width: 100%;
	background: white;
}

#onlywaytogetafluidlayout {
	width: 99%;
}

#onlywaytogetafluidlayout td {
	width: 33%;
	vertical-align: top;
}

/* ******************** OTHER PAGES ************************ */

#container {
	margin: 24px auto;
	width: 950px;
	background: white;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 36px;
}

p {
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
}

#footer, #footer a, #footer_home, #footer_home a {
	font-size: 11px; 
	color: white;
	background-color: #255ab3;
	padding: 12px;
}

#footer {
	position: relative;
	bottom: 0px;
	/* width: 1100px; */
}

/* ********************* PRODUCT PAGE ************************ */

#container-products {
	margin: 24px auto;
	width: 755px;
}

table.products {
	font-size: 12px;
	border-collapse: collapse;
	margin-bottom: 9px;
	border-bottom: 1px solid #6fdcb7;
}

table.products th {
	font-weight: bold;
	font-size: 13px;
	background: #255ab3;
	padding: 9px 6px 4px 6px;
	color: white;
	border-left: 1px solid #255ab3;
	border-right: 1px solid #255ab3;
}

table.products td {
	width: 250px;
	vertical-align: top;
	border-right: 1px solid #6fdcb7;
}
table.products tr > td {
	border-left: 1px solid #6fdcb7;
}

ul.product-list {
	list-style-image: none !important;
	margin: 0 0 0 0 !important;
}

ul.product-list li:nth-child(even) {
	background: #d7f8ed;
}

ul.product-list li {
	line-height: 14px;
	padding: 6px 6px 4px 6px;
	margin: 0 0 0 0 !important;
}

/* *********************** SERVICES PAGE ************************ */

#container ul {
	list-style-image: url("images/bluesquare.gif");
	margin: 12px 36px;
	font-size: 13px;
}

#container ul ul {
	list-style-image: url("images/yellowsquare.gif");
	margin: 12px 36px;
}

#container li {
	margin: 10px 0;
}

#container h2 {
	color: #255ab3;
	font-size: 15px;
	font-weight: bold;
}

#container p {
	font-size: 13px;
	margin: 12px 0;
}

#container ul ul li {
	margin: 0 0;
}

#container ul, #container ul ul, #container p {
	line-height: 17px;
}

/* ******************* CONTACT US ************************** */

form { font-size: 12px; }
label { font-size: 11px; font-weight: bold; }
input { margin-bottom: 12px; }
p#call-us { 
	width:340px; 
	font-size:18px; 
	font-weight:bold; 
	color:#04703c; 
	font-style:italic;
	line-height:20px;
	margin-bottom: 40px;
}
p#details {
	font-size: 10px;
}

