body
{
	background-image: url("images/topbackground.png");
	background-repeat: repeat-x;
	background-color: #f1f0f0; 
	padding: 0px;
	margin: 0px;
}

#wrapper
{
	background-image: url("images/topbackground.png");
	background-repeat: repeat-x;
	background-color: none; 
	width: 850px;
	height: auto;
}

/************************************\
              Header
\************************************/

#header
{
	background-image: url("images/ensafe-logo.png");
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color: none; 
	width: 850px;
	height: 120px;
}

#header p
{
	padding: 0px;
	margin: 0px;
}

/************************************\
              Top Menu
\************************************/

#home
{
	float: right;
	margin: 0px 0px 0px 0px;
	background-image: url("images/homebutton.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#home p:hover
{
	cursor: pointer;
	background-image: url("images/homebuttonover.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#aboutus
{
	float: right;
	margin: 0px 0px 0px 0px;
	background-image: url("images/aboutusbutton.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#aboutus p:hover
{
	cursor: pointer;
	background-image: url("images/aboutusbuttonover.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#products
{
	float: right;
	margin: 1px 0px 0px 0px;
	background-image: url("images/productsbutton.png");
	background-repeat: none;
	background-color: none; 
	height: 25px;
	width: 116px;
}

#products p:hover
{
	cursor: pointer;
	background-image: url("images/productsbuttonover.png");
	background-repeat: none;
	background-color: none; 
	height: 25px;
	width: 116px;
}

#faq
{
	float: right;
	margin: 0px 0px 0px 0px;
	background-image: url("images/faqbutton.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#faq p:hover
{
	cursor: pointer;
	background-image: url("images/faqbuttonover.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#testimonials
{
	float: right;
	margin: 0px 0px 0px 0px;
	background-image: url("images/testimonialsbutton.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#testimonials p:hover
{
	cursor: pointer;
	background-image: url("images/testimonialsbuttonover.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#contactus
{
	float: right;
	margin: 0px 20px 0px 0px;
	background-image: url("images/contactusbutton.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

#contactus p:hover
{
	cursor: pointer;
	background-image: url("images/contactusbuttonover.png");
	background-repeat: none;
	background-color: none; 
	height: 27px;
	width: 118px;
}

/************************************\
              Banner
\************************************/

#banner
{
	background-image: none;
	background-repeat: no-repeat;
	background-color: none; 
	width: 850px;
	height: 200px;
}

#banner-top
{
	background-image: url("images/banner-top.png");
	background-repeat: no-repeat;
	background-color: none; 
	width: 850px;
	height: 10px;
}

#banner-middle
{
	background-image: url("images/banner-middle.png");
	background-repeat: repeat-y;
	background-color: none; 
	width: 850px;
	height: 190px;;
}

#banner-mission
{
	float: left;
	padding: 30px 0px 0px 0px;
	width: 590px;
	height: auto;
	font: normal bold 18pt/24pt Verdana;
	color: #206809;
}

/************************************\
              Inner Wrapper
\************************************/

#inner-wrapper
{
	float: left;
	background-image: url("images/main-middle.png");
	background-repeat: repeat-y;
	background-color: none; 
	width: 850px;
	height: auto;
}

#inner-wrapper-bottom
{
	float:left;
	background-image: url("images/main-bottom.png");
	background-repeat: no-repeat;
	background-color: none; 
	padding: 0px 0px 30px 0px;
	width: 850px;
	height: 10px;
}

/************************************\
              Left Bar
\************************************/

#leftBar
{
	float: left;
	margin: 20px 0px 0px 15px;
	background-color: none; 
	height: auto;
	width: 205px;
}

.menuBox
{
	border: 1px solid #206809;
	margin: 10px 0px 0px 0px;
	background-color: #E5FFDC; 
	height: auto;
	width: 203px;
}

.menuBox ul
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.menuBox ul li a
{
	text-decoration: none;
}

.menuBox ul li p
{
	padding: 0px;
	margin: 0px;
	font: normal normal 10pt/16pt Arial;
	color: #206809;
	background-image: url("images/hatbullet.png");
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: none; 
	padding: 0px 5px 0px 30px;
	border-bottom: 1px dashed #206809;
}

.menuBox ul li img
{
	border: none;
}

.menuBox ul li:hover
{
	background-color: #B4F0A1; 
	cursor: pointer;
}

.menuHeading p
{
	background-color: #B4F0A1;
	margin: 0px;
	font: bold normal 13pt/20pt Arial;
	color: #206809;
	border-bottom: 1px solid #206809;
}

/************************************\
              Main
\************************************/

#main
{
	font: normal normal 12pt/14pt Arial;
	text-align: left;
	color: #000;
	/*background-color: #f8f8f8;*/
	float: right;
	width: 590px;
	height: auto;
	padding: 20px 0px 0px 0px;
	margin: 10px 20px 0px 0px;
}

/************************************\
              Image Plans
\************************************/

.image-plans
{
	text-align:center;
	background-color:none;
	float: left;
	width: 290px;
	height: auto;
}

.image-plans img
{
	border: none;
}

/************************************\
              Footer
\************************************/

#footer
{
	clear: both;
	padding: 40px 0px 0px 0px;
	background-color: #fff; 
	width: 840px;
	height: auto;
}

#footerBox
{
	color: #aaa;
	text-align: center;
	padding: 20px 0px 20px 0px;
	font: normal normal 11px/14px Tahoma;
	background-color: #fff; 
	width: 840px;
	height: auto;
	border-top: 1px solid #ddd;
}