/* CSS Document */
*
{
	margin:0;
	padding:0;
}

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	/* This line required to make it float center in Firefox! */
	margin:0 auto; 
}

h1
{
	font-size  : 0px;
	left       : -3000px;
	position   : absolute;
}

h2
{
	color: #022275;
	font-size: 120%;
}

h3
{
	color: #022275;
	font-size: 100%;
	font-style: italic;
	padding-top: 10px;
}

h4
{
	color: #022275;
	padding-top: 10px;
	font-size: 90%;
	font-weight: bold;
}

p
{
	color: #022275;
	padding-top: 10px;
	font-size: 90%;
}

br
{
	clear: both;
}

#container
{
	background-color:#fff;
	background-repeat: no-repeat;
	width: 716px;
	height: 634px;
	margin:0 auto; 
}

#nav
{
	float: left;
	margin-top: 150px;
	padding-left: 85px;
}

#subnav
{
	float: left;
	margin-top: 130px;
	padding-left: 85px;
}

#nav ul li, #subnav ul li
{
	list-style-type: none;
	font-size: 95%;
	padding-bottom: 3px;
}

#nav ul li a
{
	color: #fff;
	text-decoration: none;
}

#subnav ul li a
{
	color: #000;
	text-decoration: none;
}

#content
{
	width: 248px;
	height: 301px;
	margin-top: 15px;;
	float: right;
	text-align: left;
	margin-right: 17px;
	padding: 10px 25px 10px 25px;
	overflow: auto;
}

#content ul
{
	margin-left: 20px;
	color: #022275;
	padding-top: 10px;
	font-size: 90%;
}

#footer
{
	clear: both;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}

#footer p
{
	
}

#footer a
{
	color: #A1A1A1;
	font-size: 80%;
	text-decoration: none;
}

/* Named classes to displpay the different background images */
.homepage
{
	background-image: url(../images/default.jpg);
}
.commercialapplications
{
	background-image: url(../images/commercialapplications.jpg);
}

.commercial
{
	background-image: url(../images/commercial.jpg);
}

.commercialproducts
{
	background-image: url(../images/commercialproducts.jpg);
}
.testimonials
{
	background-image: url(../images/testimonials.jpg);
}
.domestic
{
	background-image: url(../images/domestic.jpg);
}
.domesticproducts
{
	background-image: url(../images/domesticproducts.jpg);
}

.aboutus
{
	background-image: url(../images/aboutus.jpg);
}
.contactus
{
	background-image: url(../images/contactus.jpg);
}
.installation
{
	background-image: url(../images/installation.jpg);
}
.products
{
	background-image: url(../images/products.jpg);
}
.showroom
{
	background-image: url(../images/showroom.jpg);
}
.specials
{
	background-image: url(../images/specials.jpg);
}
/* End Named classes */