/* CSS Document */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	background-color: #66CC66;	
}
#container {
	font-family: "Comic Sans MS",  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 180%;
	color: #666666;
	width: 930px;
	background: #FFFFFF;
	margin-right:auto;
	margin-left: auto;
	}
	* html {
	border-left: 1px solid #666633;
border-right: 1px solid #666633;
}
#page{
background: url(images/borderline.gif) top center repeat-y; 
border-left: 1px solid #666633;
border-right: 1px solid #666633;
}
	
.border {
font-size: 16px;
padding-top:40px;
margin-top: -10px;
	}
	
	.thumbnail {
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
		}
	
#header {
	width: 930px;
	height: 280px;
	margin-left: 0px;
	}

#slideshow{
float: right;
width: 275px;
height: 200px;
margin-left:15px;
border-style:1px double #666633;
}

#left {
	float:left;
	padding-left:10px;
	width: 580px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 35px;
	background-color: #FFFFFF;
	}

#right {
	float:right;
	width: 250px;
	margin-top: 35px;
	margin-right: 10px;
	background-color: #FFFFFF;
	}
	
	*html #right {
	display:inline;
	margin-right:-3px;
	}
	
#centre {
clear:both;
	width: 800px;
	text-align:center;
	margin-left: 50px;
	margin-right: 50px;
	background: #FFFFFF ;
}

#footer {
	clear: both;
	height: 150px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 40px;
	line-height: 130%;
	padding: 5px;
	text-align: center;
	background: url(images/footer1.jpg) center bottom no-repeat;
	border-bottom: 1px solid #666633;
	}


/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}


h1 {
	color: #609A60;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
	}


h2 {
	color: #609A60;
	margin-left: 60px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}

h3 {
	height: 31px;
	padding-top: 20px;
	padding-left: 35px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #609A60;
	border-bottom: 1px dotted #CCCCCC;
	background: #FFFFFF;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
	}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
	}


.float_left {float: left;
              margin-right: 12px;}
			  
.float_right {float: right;
              margin-left: 12px;}
			 
a {color: #557C2B; text-decoration: underline ;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer {
 }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}

/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
	}

#form {
	cursor:hand;
	width: 230px;
	margin-top: 5px;
	margin-left: 0px;
	border: 1px solid #666633;
	background: #CDFFCC;
	font-size: 13px;
	}

input#name,  input#email, input#contactno, select#refer, textarea#enquiry {
display: block;
        cursor:pointer;
		cursor:hand;
		width: 150px;
        background: #FFFFFF;
		border-top: 1px solid white;
		border-left: 1px solid white;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		padding-left:10px;
		margin-left: 20px;
		}

label {
	color: #A5BB73;
	font-style: italic;
	margin-left: 20px;
	}


/**************************************** extra classes: contact us ****************************/



textarea {width: 185px;
			font-size:13px;
          background: #FBF9F4 ;
		  font-family: Arial, Helvetica, sans-serif;
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
          margin-top: 3px;
		  }
input#name:focus,
input#email:focus,
input#contactno:focus, 
textarea#enquiry:focus,
select#refer:focus {
background-color: #FFFCC8;
}
#form select#refer {
	width: 185px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;margin-top: 15px;
	margin-left: 20px;
	background-color: #FBF9F4;
	}

input#submit, input#reset{
	margin-top: 15px;
	padding: 2px;
	font-size: 13px;
	color: #669966;
	background-color: #EAF4D9;
	margin-left: 20px;
	}
