body
{
	margin: 0 auto;
	background-color: #ffffff;
}

.wrapper
{
	width: 800px;
	height: auto;
	text-align: center;
	display: table-cell;
	margin: 0 auto;
	  background: url(../images/main.jpg);
  background-repeat: repeat-y;
}
/**************************** Header Section Starts ***************************/
.header
{
	width: 800px;
	height: 258px;
	
    background: url(../images/header2.jpg);
    background-repeat: no-repeat;
    	
}
/**************************** Second Section Ends *****************************/

/******************************************** 
WEBSITE NAVIAGTION 
********************************************/  

#sub-header {  
 position: relative; /*An element with position: relative moves an element relative to its normal position, so "left:20" adds 20 pixels to the element's LEFT position*/  
 height: 51px; /*sets our header height, this should be the same as our header image*/  
 background: url(../images/menu-tlo.jpg) no-repeat center top; /*sets a background behind our header and sets our header image onto the page*/  
 padding: 0; /*no padding is needed*/  
 	
}  


#menu {  
 clear: both; /*No floating elements allowed on either the left or the right side*/  
 margin: 0 auto; /*Margins*/  
 padding: 0; /*Padding*/  
 height: 49px; /*The height of the menu */  
 width: 710px; /*The width of the menu */  
 font-family: Verdana, Arial, Helvetica, sans-serif; /*The font family*/  
 font-size: 12px; /*The font size*/ 
 line-height: 40px; /*The line-height property sets the distance between lines.*/  
}  

  

#menu a {  
 display: block; 
/*  background: url(images/menu.png) no-repeat; /*Our menu background*/  
 float: left;
 width: 114px;
 padding: 0 1px;
 height: 49px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;  
 
 font-family: verdana;
font-size: 14px;
padding-top:5px;
color: #ffffff;
float: left;
font-stretch: condensed;
cursor: pointer;
}  

#menu a:hover {  
 color: #f51313; /*Mouseover hover color*/  
 background: url(../images/menu-on1.jpg) repeat-x;

}  


#content {  
  position: relative;
  width: 800px; /*width of our wrap*/
  min-height: 350px; 
  margin: 0px auto; /*sets our top margin at 5 pixels and the rest to auto*/  
  padding: 0; /*sets 0 padding*/  
  background: url(../images/main.jpg);
  background-repeat: repeat-y;
}





/**************************** Third Section Starts ****************************/

.third-section
{
  width: 670px;
  height: auto;
  float: left;
  margin-left: 60px;
 
}

.prom-box3
{
  width: 270px;
  height: 270px;
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left:30px;
  margin-right:10px;
  text-align: center;
  background-color:#ffffff;
  color: #2e2e2e;
  border: 1px dotted #e1e1e1;
  padding-bottom: 10px;
  padding-top: 10px;
}


/**************************** Third Section Ends ******************************/


/**************************** Footer Section Starts ***************************/
#footer
{
  clear: both;
  width: 800px;
  height: 84px;
  background: url(../images/footer.jpg);
  background-repeat: no-repeat;
  
}

.footertext
{
  float: left;
  width: 680px;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: left;
  margin-top: 30px;
  clear: both;
  margin-bottom: 10px;
  margin-left: 60px;
  
}
/**************************** Footer Section Ends *****************************/

/**************************** General Section Starts **************************/
h1
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  color: #739f10;
  margin-top: 10px;
  margin-left: 12px;
  text-align: left;
}

.description
{
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  color: #2e2e2e;
  text-align: justify;
  width: 650px;
  line-height: 18px;
  margin-left: 12px;
  margin-top: 30px;
 
}

hr{
  background-color: #00deff;
  width: 200px;
  color: #00deff;
  border: solid 1px #00deff;

}
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffff99; text-decoration: underline; }
a.nav:active {color: #ffff99; }

a.nav2:link {color: #617f1c; text-decoration: none; }
a.nav2:visited {color: #617f1c; text-decoration: none; }
a.nav2:hover {color: #C00000; text-decoration: underline; }
a.nav2:active {color: #C00000; }


a.nav3:link {color: #2e2e2e; text-decoration: none; }
a.nav3:visited {color: #2e2e2e; text-decoration: none; }
a.nav3:hover {color: #C00000; text-decoration: underline; }
a.nav3:active {color: #C00000; }
/**************************** General Section Ends ****************************/

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	margin-top: 15px;
	margin-left: 0px;
	padding: 20px;
	border: 1px dotted #CCCCCC;
	background-color: #f9f9f9;
	width: 480px;
}

input.fields_contact_us {
		display: block;
        width: 460px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 460px;
		  height: 100px;
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid #E3E4E9;
		  border-right: 1px solid #E3E4E9;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	width: 80px;
	padding: 2px;
	
}