body{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #314D69;
	color: #000000;
	background: url('../images/template/bg.jpg') left top repeat;
    
	text-align:center;
}
body h2{
    color: #3366CC;
}
a{
	color: #333399;
    text-decoration: none;
}
a:hover{
	color: #339966;
    text-decoration: underline;
}
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	background-color: #FFFFFF;
	width: 800px;
	margin:0px auto;
    padding: 0px;
	text-align:left;
}
#header{
	padding-bottom: 5px;
    background-color: #FFFFFF;
}
#header .image{
	background: url('../images/template/header.gif') left top repeat-x;
	line-height: 155px;
}
    
#header a{
	color: #CC6600;
}
.menuWrapper{

}
.menu{

}
.menu li{
	margin-bottom: 10px;	
}
.mainLinksWrapper{
}
.mainLinks{
	text-align:center;
	margin: auto 0px;
	padding: 0px;
}
.mainLinks li{
	display: inline;
	margin: 0px 5px;	
}
#footer{
	text-align:center;
	margin-top: 40px;
    padding: 5px 0px;
    background-color: #FFFFFF;
}
#footer a{
    color: #6600FF;
}
#footer .image{
	background: url('../images/template/footer.gif') left top repeat-x;
	line-height: 50px;
}
    
#footer .mainLinksWrapper{
	margin-bottom: 0px;
}
#footer li{
	font-size: 90%;
}
.selected{
	font-weight: bold;
}
.testimonials{
	background-color: #FFFFCC;
    padding: 5px;
}
.testimonial{
	margin-bottom: 10px;
}
.testimonial .detail{
	font-size: 120%;
	margin-bottom: 5px;
    color: #333399;
}
.productHeader{
	padding: 5px;
	background-color: #314D69;
	color: #FFFFFF;
}
.products{
	background-color: #FFFFFF;
	color: #333366;
    
}
.products a{
	color: #660099;
}
.products img{
	margin-right:5px;
}
.products p{
	margin:0px;
	padding:0px;
}

