/*
Design by Green Claws
http://green-claws-web.co.uk
Info
*/

* {
	
	margin: 0;
	padding: 0;
}

body {
	background: #000000 ;
	font-family: arial, "arial", arial, arial;
	font-size: 13px;
	color: #666666;
	
}
.shadow{
	float: center;
	background: #8FBC8F;
	}
	
	
h1, h2, h3 {
	color: #000000;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

             
/* Header */

#header {
	float: centre;
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	background: #FF8A01;
}


#header h2 {
	float: centre;
	width: 1000px;
	height: 86px;
	margin: 0;
	
	background: url(images/img03.png) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
	
}


/* MENU*/
#myslidemenu{
background: #FF8A01;
width: 1000px;


}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #FF8A01;
width: 100%;
float: left;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #FF8A01;

}

/*Top level list items*/
.jqueryslidemenu ul li {
position: relative;
display: inline;
float: left;
background: #FF8A01;



}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #FF8A01; /*background of tabs (default state)*/
padding: 8px 10px;
border-left: 1px solid #000000;

text-decoration: none;
align: right;
width: 125px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
background: #FF8A01;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 38px 0;
	background: url(images/img09.png) repeat-x;
}
#page2 {
	width: 1000px;
	margin: 0 auto;
	padding: 38px 0;
	background: white;
}

/* table */

#table {
	float: left;
	width: 1000px;
}

#title1{
background:#EECFA1;
width:770px;
height:20px;
float:left;
padding: 0px 5px 0px 5px;
}


#picture1{
background:black;
width:220px;
height:170px;
float:right;

}
#text1{
background:#EECFA1;
WIDTH:770PX;
height:150px;
float: left;
padding: 0px 5px 0px 5px;
}


#title2{
background: #CDB7B5;
width:770px;
height:20px;
float:right;
padding: 0px 5px 0px 5px;

}


#picture2{
background:black;
width:220px;
height:170px;
float:left;


}
#text2{
background: #CDB7B5;
WIDTH:770PX;
height:150px;
float: right;
padding: 0px 5px 0px 5px;
}

#table h2 {
	background: #C1CDCD;
	
	}
	
#table h6 {
	background: orange;
	color: #000000;
	

}
#table h9 {
	margin-bottom: 20px;
}
#table h4 {
	
}

/* Content */

#content {
	float: left;
	width: 780px;
	padding-top: 10px;
}
#content2 {
	float: left;
	width: 1000px;
	padding-top: 10px;
}


/* Gallery */
#test {
	background: black;
	width: 351px;
	height: 292px;
	float:right;
	color:white;
	padding: 2px 4px 2px 4px;

}

#galleryinfo {
	float: right;
	width: 351px;
	background: white;
			padding: 10px 10px 10px 10px;
			}

#picture_large_right {
	float: left;
	width: 379px;
	background: white;
	padding: 10px;
}

#info_3_right{
}


/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: grey;
	color:white;
}


#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FF8A01;
	background: #000000;
		
}

#sidebar h3 {
	font-size: 120%;
	color: #FF8A01;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FF8A01;
}

.bluebox {
	background: black;
}


}

/*form*/

#form {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	float:left;
	
	
}
.STYLE 20 {
	COLOR: #000000;
	}
	
/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
#intro1 {
	background: #CDB7B5;
	width: 990px;
	padding: 5px 5px;
	}
#space {
	width:1000px;
	height:2px;
	background:white;
	float: left;
}
