/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
	background: url(images/bg.jpg);
}


P
{
	text-align:justify;
	line-height:160%;
}


#top_wrapper {
	width:800px;
	height:auto;
	margin:0 auto;
	margin-bottom:10px;
	padding-top:20px;
}


/********************LOGO********************/
#logo {
	width:auto;
	height:auto;
	line-height:20px;
}


h1 {
	color:white;
	font-size:26px;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
}


h3
{
	color:#89bd3c;
	font-weight:bold;
}



.logo1 {
	color:#000;
	font-family:"Comic Sans MS", cursive;
}


.logo2 {
	font-size:18px;
	color:#d0d0d0;
	font-family: "trebuchet MS";
}


#logo p
{
	color:#000;
	font-weight:bold;
}




/***************************TOP NAVIGATION***************************************/

#top_nav {
      float:left;
      width:100%;
      background:#D4DAE7;
      font-size:12px;;
      line-height:normal;
	  border-bottom:1px solid #333B66;
      }
	  
	  
#top_nav ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
	  
	  
#top_nav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	
#top_nav a {
      float:left;
      background:url("images/tableft7.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	  
	  
#top_nav a span {
      float:left;
      display:block;
      background:url("images/tabright7.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:green;
	  font-weight:bold;
      }
	  
	  
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 #top_nav a span {float:none;}
    /* End IE5-Mac hack */
	
	
#top_nav a:hover span {
      color:blue;
      }
	  
	  
#top_nav a:hover {
      background-position:0% -42px;
      }
	  
	  
#top_nav a:hover span {
      background-position:100% -42px;
      }
	  /**************END TOP NAVIGATION***************/
	  
	  
/*-------------------------CONTENT--------------------------*/


#content_wrapper {
	padding-left:7px;
	padding-right:7px;
	width:786px;
	height:auto;
	margin:0 auto;
	border:3px solid #DCDCDC;
	background-color:#fff;
}


/*---------------BANNER--------------------*/

#banner {
	width:786px;
	height:210px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}


.bstyle {
	font-size:22px;
	color:#434343;
	font-family:"trebuchet MS";
	padding-left:480px;
	padding-top:60px;
}


#welcome {
	width:786px;
	height:auto;
	border-bottom:1px solid #434343;
	padding-bottom:20px;
}


#welcome1 {
	width:786px;
	height:auto;
	padding-bottom:20px;
	padding-left:2px;
	padding-right:3px;
}

#welcome p
{
	padding-right:10px;
	
}



h2 {
	font-size:24px;
	color:#89bd3c;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-top:20px;
	font-weight:normal;
}



#foto {
	width:200px;
	height:280px;
	background-image:url(images/donna.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	float:left;
	margin-right:15px;
}



/****************two boxes*************/
#twoboxes {

	width: 770px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
	height: 240px;
	
}


#twoboxes .title {
	font: normal 21px/30px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 10px;
}


#twoboxes ul {
	margin: 0px;
	padding: 10px 0px 10px 25px;
	color: #000000;
	list-style: disc;
	font-weight: normal;
}



#twoboxes p {
	margin: 0px;
	padding: 0px;
}


#twoboxtop {
	background: url(images/two-box-top.gif) no-repeat left top;
	height: 30px;
	padding-top: 0px;
	width: 770px;
}


#twoboxbottom {
	background: url(images/two-box-bottom.gif) no-repeat left bottom;
	height: 11px;
	width: 770px;
	clear: left;
	margin-bottom: 25px;
}


div.twoboxleft {
	width: 340px;
	float: left;
	margin-right: 37px;
	padding-left: 15px;
	display: inline;

}



div.twoboxright {
	width: 340px;
	float: left;
	display: inline;
	padding-left: 22px;

}


/**********************FOOTERRRRRRRRRRRRR*****************/
#footer_wrapper {
	clear:both;
	width:786px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	background-color:#f1f1f3;
}



#footer_wrapper a
{
	color:green;
}


#footer_wrapper a:hover
{
	color:blue;
}


ul#services
{
	list-style-image:
	url(images/b12.gif);
	font-size:18px;
	line-height:160%;
}



/****************************CONTACT FORMS******************************/


fieldset
{
	float:left;
	width:600px;
	margin:0 0 5px 0;
	padding:0 0 1em 0;
	border-style:none;
	border-top:1px solid #FF9966;
	background-image:url(images/bg.jpg);
	color:white;
}



legend
{
	margin-left:1em;
	font-weight:bold;
	color:blue;
}



fieldset ol
{
	padding:1em 1em 0 1em;
	list-style-type:none;
}



fieldset li
{
	float:left;
	clear:left;
	width:100%;
	padding-bottom:1em;
}


fieldset.submit
{
	float:left;
	width:400px;
	border-style:none;
	padding-right:200px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;

}



label
{
	float:left;
	width:10em;
	margin-right:1em;
}


/***************RATES TABLE*****************/
table caption
{
	color:#FF0000;
	font-size:large;
	font-weight:bold;
	padding-top:10px;
}


table 
{
	border-collapse: collapse;
	margin: 10px;	
}


th strong 
{
	color: #fff;
}


th 
{
	background:#6C3;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}


tr 
{
	height: 30px;
}


td 
{
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;

}


tr.row1 
{

	background:#F8F8F8;
}


tr.row2 
{
	background: #EFEFEF;		
}


tr.row3 
{
	background-color:#3C3;
}

td.order_online
{
	padding-top:10px;
	padding-left:10px;
}




tr.row3 th
{
	background-color:#0A8FDE ;
}



ul#clauses
{
	line-height:160%;
	text-align:justify;
	list-style-image:url(images/b14.gif);
}












