body {
	background-color: white;
    font-family: Arial;
    font-size: 12px;
    height: 0;
	text-align: justify;
}

#head {
    background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
    height: 100px;
	margin-left: 100px;
}

#wrapper { 
    width: auto;
	background-color: white;
}

#content {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
    position: absolute;
    color: #015289;
    width:800px;
	height:525px;
    padding-top: 10px;
    padding-left: 20px;
    margin-top: 0px;
	top: 100px;
	left: 175px;
}

#content a:link, #footer a:link {
    text-decoration: none;
    color: #3e6f15;
}

#content a:visited, #footer a:visited {
    text-decoration: none;
    color: #3e6f15;
}

#content a:hover, #footer a:hover {
    text-decoration: none;
    color: #629735;
}

img {
	border: none;
}

#nav {
    position: absolute;
	top: 100px;
	left:-20px;
    background-color: white;
    width: 175px;
	height: 550px;
	font-size: 16px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}

#nav ul {
	clear:left;
	float:left;
    list-style-type: none;
}

#nav li {
	margin-bottom: 20px;	
}

#nav a:link{
    text-decoration: none;
    color: #3e6f15;
}

#nav a:visited {
    text-decoration: none;
    color: #3e6f15;
}

#nav a:hover {
    text-decoration: none;
    color: #629735;
}

#footer { 
	background-image: url('../images/footer.jpg');
    font-size: 10px;
    width: 900px;
    position:relative;
    clear: both;
    text-align:center;
    height: 72px;
    padding-top:60px;
    padding-bottom: 5px;
	margin:bottom: 10px;
}

#company {
	margin-left: 20px;	
}
#wrapperIndex {
	background-color: #00aadb;	
}
#entrance {
	background-image: url('../images/indexBorder.gif');
    background-repeat: no-repeat;	
	width: 700px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
}

#benefits {
	margin-left: 20px;	
}

#benefits ul#bullets li {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}

#install {
	width: 775px;	
}

#install ol li {
	padding-bottom: 5px;
}

#faq {
	width: 600px;
}

#casestudies p, #casestudies td {
		font-size: 14px;
}

h1 {
	c/olor: #094eb5;
	font-size: 26px;	
}

h2 {
	color: #094eb5;
	font-size: 18px;
}

.emphasis{
	color: #05295e;	
}

table {
	margin-left: 5px;	
}

.right { margin: 0.5em 0px 0.5em 20px; float:right;}

.left { margin: 0.5em 15px 0.5em 0px; float:left; } 
