body {
	margin:0px auto;
	padding:0px;
	background:#F7F6E1;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	_behavior:url("js/csshover3.htc");
	}
	
td, tr, form, img, div {
	margin:0px;
	padding:0px;
	border:0 none;
	}
	
.left {
	float:left;
	padding-left:16px;
	padding-top:96px;
	}
	
.right {
	float:right;
	}
p{
	line-height:17px;
}
.clr {
	clear:both;
	}	
	
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:16px;
	margin:5px 0;
	}
	
h2, h3, h4, h5, h6 {
	font-size:14px;
	margin:10px 0px;
	}
	
a {
	color:#000;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

/* Classes */
	
.floatLeft	{
	float:left;
	padding:0 5px 5px 0;
	margin: 5px;
	}
	
.floatRight	{
	float:right;
	padding:0 0 5px 5px;
	}
	
.white {
	color:#FFFFFF;
	}
	
.niceBorder{
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}

.center {
	margin-left: 175px;
}

hr {
	width: 50%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

ul.main{
padding: 2px 0 8px 15px;
list-style-position: inside;

}

/* Structure */

#wrapper {
	width:968px;
	background:url(images/topBg.jpg) top repeat-x;
 
	margin:0 auto;
	}
	
#page {
	width:968px;
	margin:0 auto;
	background:url(images/page.jpg) repeat-y;
	position:relative;
	overflow:auto;
 
	 }
.page-footer{
	background:url(images/bodyFoot.jpg) no-repeat;
	width:968px;
	float:left;
	height:23px;
}
#pageFoot {
 
	width:968px;
	float:left;
	 
	}
	
#mainColumn {
	padding:0px 21px 15px;
	width:926px;
	float:left;
	background:url(images/top.jpg) top center no-repeat;
	}
	
#top {
	position:absolute;
	top:30px;
	width:926px;
	left:21px;
	clear:both;
	}
	
#header {
	clear:both;
	width:926px;
	margin-bottom:5px;

	float:left;
	 
	} 
	
#mainContent {
	margin-top:370px;
	width:926px;
	float:left;
	}

#content {
	width:478px;
	float:left;
	padding:0 10px;
	}
#contentinner{
	width:677px;
	float:left;
	padding:0 10px;
	
}
	
#content h1 {
	text-transform:uppercase;
	color:#7a8dbb;
	font-weight:bold;
	}
h1 {
	text-transform:uppercase;
	color:#7a8dbb;
	font-weight:bold;
	}
 h2 {
 
	color:#4a5b8f;
 
	}
#sidebar {
	float:right;
	width:199px;
	}
	
#footer {
	width:926px;
	color:#9E9E9E;
	margin:0 auto;
	clear:both;
	}
	
#footerright {
	float:right;
	text-align:right;
	color:#9E9E9E;
	font-size:11px;
	padding:10px 0 5px 0;
	}
	
.footerlinks {
	margin: 0 auto;
	width: 770px;
	text-align:center;
	padding: 10px 0;
}

.footerlinks a {
	color:#9E9E9E;
	font-size:11px;
}

/* Menu */
	
#menu {
 
	padding:1px;
	height:37px;
	width:924px;
	float:left;
	margin-bottom:14px;
	}
	
#menu ul {
	list-style:none;
	margin:0;
	padding:0 0 0 17px;
	width:907px;
	background:url(images/liBg.jpg) center center repeat-x;
	height:37px;
	}
	
#menu ul li {
	margin:0;
	float:left;
	background:url(images/li_seperator.jpg) left top no-repeat;
	position:relative;
	padding-left:2px;
	}
	
#menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:11px 20px;
	}
	
#menu ul li a:hover {
 	background-color:#23326D;
	}
	
/* JU Dropdown */

#menu li ul{
	display: none;
	background: #1C1C1C;
	position: absolute;
	top: 36px;
	margin: 0;
	list-style:none;
	left:0px;
	width:116px;
	z-index:10;
	padding:0;
	
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	background:#1C1C1C;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #23326D;
	}

#menu li ul li a {
	display:block;
	padding:4px 5px;
	background-image:none;
	background-color:#627AAF;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	text-align:center;
	width:106px;
	border-bottom:1px solid #6279AF;
	height:auto;
	}

#menu ul li ul li a:hover {
	background-color:#23326D;
	}

	
/* Enquiry Form */

#enquiry {
	background:#6e80ae;
 
	padding:1px;
	width:224px;
	color:#FFF;
	float:left;
	line-height:2;
	}
	
#enquiryBorder {
	border:1px solid #FFFFFF;
	background:url(images/enq.png) repeat-x;
	padding:5px;
	}
	
#enquiry h2 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:20px;
	}
	
#enquiry form {
	padding:0px 10px;
	}
	
#enquiry input, #enquiry textarea{
	border:0 none;
}

#enquiry input {
	display: block;
	background: #fff;
	color: #5D5D5D;
	height: 17px;
	line-height: 20px;
	margin-bottom: 12px;
	font-size: 10px;
	width: 183px;
	padding: 2px 2px 0 4px;
	background:url(images/input_text.jpg) top center no-repeat;
	clear:both;
}

#enquiry textarea{
	display: block;
	background: #fff;
	color: #5D5D5D;
	line-height: 20px;
	margin-bottom: 12px;
	font-size: 10px;
	width: 175px;
	padding: 0 4px;
	height: 64px;
	line-height: 1.4em;
	font-family:"Trebuchet MS";
	background:url(images/textarea.jpg) top center no-repeat;
}

#enquiry .button{
	width: 59px;
	float: right;
	cursor: pointer;
	height: 23px;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	position: relative;
	background: url(images/btn_submit.jpg) no-repeat;
}

#enquiry .button:active{
	top: 1px;
	left: 1px;
}

#enquiry p {
	clear:both;
	}
	
#enquiry label {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	color:#FFF;
	}
	
/* Gallery */


.galleryRow{
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: 50px;
}

.galleryRowBackground{
	background: url(images/gradient-white-grey.png) repeat-x 0 0;
	border: solid #fff;
	border-width: 0 1px;
	padding: 14px;
}

.galleryRowImages{
	overflow: hidden;
	_height: 1%;
	_overflow: visible;
	background: url(images/big-arrow-grey.png) no-repeat center center;
	margin-bottom: 14px;
}

.galleryRowBefore, .galleryRowAfter{
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 8px;
	text-align: center;
	font-style: italic;
	background: #f4f4f4 url(images/gradient-grey-small.png) repeat-x;
}

.galleryRowBefore{
	_width: 40%;
	float: left;
}

.galleryRowAfter{
	_width: 40%;
	float: right;
}

.galleryRowBefore img, .galleryRowAfter img{
	margin-bottom: 7px;
}

.galleryRowText p{
	margin: 0;
	padding: 0;
	
}

.container {
	cursor:pointer;
	height:275px;
	overflow:hidden;
	padding-top:6px;
	position:relative;
	width:660px;
	}
	
.slides {
	left:0;
	height: 685px; width: 285px;
 
	top:0;
	}
	 
.inman {
	color: #636363;
  text-decoration: none;
  cursor: text;
}

.inman:hover {
	color: #636363;
  text-decoration: none;
  cursor: text;
}
