/*css HGArts.co.uk*/
/* browns lighter to darker #f1e9e5 #f1e0d9 #F1CAB9 #E49C7D #DB7B51 #925236 #49291B 
	blues #B9E0F1 #7DC5E4 #51B2DB #367792 #1B3B49 */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 	background: #f1e9e5;
}
#wrapper { 
 margin: 10px auto;
 width: 800px;
  border-right: 1px solid #E49C7D;
   border-left: 1px solid #E49C7D;
   background: #fff;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border-top: 1px solid #E49C7D;
 border-bottom: 1px solid #E49C7D;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}
#leftcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 20px 10px 10px 10px;
 height: auto;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 20px 10px 10px 10px;
 height: auto;
 width: 426px;
 display: inline;

}
#rightcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
  padding: 20px 10px 10px 10px;
 height: auto;
 width: 150px;
 float: right;
}
#footer { 
 width: 780px;
 clear: both;
 color: #333;
 border-top: 1px solid #E49C7D;
 border-bottom: 1px solid #E49C7D;
 background: #fff;
 margin: 0px;
 padding: 10px;
 text-align:center;
}


a:link{
	color:#49291b;
}
a:visited{
	color:#49291b;
}

a:hover{
	color:#E49C7D;
}

h1{
	color:#A99687;
	font-size:1.4em;
	background: url(images/h1.png) repeat-x #f1e9e5;
	border-bottom: solid 1px #E49C7D;
	padding:3px;
	
	}
	
h2{
	color:#A99687;
	font-size:1.3em;
			background: url(images/h1.png) repeat-x #f1e9e5;
		padding:3px;
	border-bottom: solid 1px #E49C7D;
	}
	
	
h3{
	color:#A99687;
	font-size:1.2em;
	padding:5px;
	border-top: solid 1px #f1e9e5;
	}



.list{
	margin-left:100px;
	color:#DB7B51;
	font-size:1.1em;
	font-weight:bold;
}

p{font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	font-size:1.1em;}
	
.float_right{
	float:right;
	margin: 0 0 20px 10px;
}	

.float_right_border{
	float:right;
	margin: 0 0 20px 10px;
	border:solid 1px #E49C7D;
	 padding:1px;
}

#contact_box { 
 width: 120px;
 clear: both;
 background: #f1e9e5;
 margin-top: 20px;
 padding: 5px;
}

#right_box { 
 width: 140px;
 clear: both;
 background: #f1e9e5;
 margin-top: 20px;
 padding: 5px;
}


	/* tables and forms begin */


.contacttable {
	width: 425px;
	border: solid 1px #E49C7D;
	
	
}

.submit_btn
{
   	border: 1px solid #E49C7D;
    	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #e5eadc;
}

input {
	background-color: #fff;
}
textarea {
	background-color: #fff;
}

td{
	background-color: #f1e9e5;
	padding:2px;
}

/* tables and forms end */



	/* Menu Starts */
ul.menu, ul ul {padding:0; margin:0; border-bottom: solid 1px #f1e0d9; list-style-type:none; height:113px; overflow:hidden;  width:130px; text-align:left; color:#49291b; font-size: 1.2em;background:#f1e0d9;}
ul.menu table {border-collapse:collapse; padding:0; margin:0; font-size:1em;}
ul.menu ul {margin-left:1em;}
ul.menu li {text-indent:0.5em;}
ul.menu li.drop {margin-bottom:-2px;}
ul.menu li a, 
ul.menu li a:visited {display:block; width:19em; height:2em; line-height:1.9em; text-decoration:none; color:#49291b;}
ul.menu li a.last, 
ul.menu li a.last:visited {display:block; width:19em; height:2em; line-height:2em;}
ul.menu li ul {display:none;}

ul.menu li:hover a, 
ul.menu li a:hover {border-bottom: solid 1px #E49C7D; color:#925236; background:url(images/hover_bg.png) repeat-x  #f1e9e5;}
ul.menu li:hover ul, 
ul.menu li a:hover ul {border-bottom: solid 1px #E49C7D;display:block; height:6em; width:16em; margin-top:-1px; background:url(images/hover_bg.png) repeat-x  #fff;}
ul.menu li:hover ul li a, 
ul.menu li a:hover ul li a {height:2em; background:url(images/hover_bg.png) repeat-x  #f1e9e5; color:#49291b; font-weight:normal;}
ul.menu li:hover ul li:hover a, 
ul.menu li a:hover ul li a:hover {border-bottom: solid 1px #E49C7D;background:url(images/hover_bg.png) repeat-x #f1e9e5; color:#925236;}