@charset "utf-8";
/* CSS Document */

/** elements **/ 

html * {
	margin: 		0px;
	padding: 		0px; 
}

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#888888; 
	line-height:	16px;
}

a { 
	text-decoration: 	none;
	color: 				#555;
}

a: active {
	outline: 			none;
}  

a:focus {
	-moz-outline-style: none;
}
 
a:hover {
	color: #F38B16; 
}
 
img {
	 border: 		0;
}

li {
	list-style:		none; 
}

p, h1, h2 , h3, h4, h5, h6 {
	font-size: 100%; 
	margin-bottom: 9px;
}

h2 {
	font-size: 120%;
	font-weight:bold;
}

h3 {
	font-size: 116%;
	font-weight:bold;
}

h4 {
	font-size: 112%;
	font-weight:bold;
}

input, textarea {
	font-size: 100%;
	font-family:	Arial, Helvetica, sans-serif;
}

/** layout **/

#mainContainer {
	position:		relative;
	width:			970px;
	z-index:		1;
	margin: 		0 auto;
	background-color: #FFFFFF;
	min-height:	    600px;
}

#logo {
	position:		relative;
	top:			10px;
	display:		block;
	width:			970px;
	height:			84px;
	z-index:		2;
}

/*** home page ***/

#mainWhole {
	position:		absolute;
	left:			10px;
	top:			85px;
	width:			970px;
	z-index:		8;
}

#menuHome {
	position:		relative;
	width: 			100%;
}

#homeImage {
	position:		relative;
	width: 			100%;
	height:			190px;
	margin:			10px 0;
}

#homeContent {
	position:		relative;
	width:			250px;
}

/*** other page ***/

#main_menu {
	position:		relative;
	clear:			both;
	width:			280px;
	float:			left;
}

#mainLogos {
	position:		relative;
	z-index:		3;
	clear: 			both;
	width: 			970px;
	margin:			18px auto;
	font-size:		86%;
}

#main_menu ul, #menuHome ul {
	padding: 		0;
	margin: 		0;
}



#main_menu ul li a, #menuHome ul li a {
	color: 			#888;
}

#main_menu ul li a:hover, #menuHome ul li a:hover {
	color: 			#F38B16;
}

#main_menu ul li.menuActive a, #menuHome ul li.menuActive a {
	color: 			#F38B16;
}

.menuSecondLevel {
	margin-left: 30px;
}

.menuThirdLevel {
	margin-left: 60px;
}

.lineTop {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 2px;
}

.lineTop img {
	padding: 0;
	margin: 0;
}
 
#mainSecondColumn {
	position:		relative;
	width:			400px;
	z-index:		5;
	float:			left;
}

#mainSecondColumnScroll {
	position:		relative;
	width:			420px;
	z-index:		5;
	float:			left;
	height:			620px;
}

#thumbScrollerBody {
	overflow: 		auto;
	height:			620px;
	width: 			420px;
}
		
#mainSecondColumnText {
	position:		relative;
	width:			670px;
	z-index:		5;
	float:			right;
}

#mainSecondColumnFull {
	position:		relative;
	float:			right;
	width:			670px;
	z-index:		6; 
} 

#mainSecondColumnFull .fullColumn {
	width: 100%;
	clear: both;
}
 
#mainSecondColumnFull .fullColumn .homeColumn {
	float: left;
	width: 325px;
}

#mainSecondColumnFull .listBullet {
	margin-left: 30px;
	margin-bottom: 9px;
}

#mainSecondColumnFull .insetText {
	margin-left: 30px;
}

#mainSecondColumnFull .listBullet li {
	list-style: circle;
}

#mainSecondColumnDescription {
	position:		relative;
	width:			400px;
	z-index:		6;
	
}

#mainSecondColumnDescriptionScroll {
	position:		relative;
	width:			400px;
	z-index:		6;
	
}

#mainSecondColumnGalleryMenu {
	position:		absolute;
	left:			280px;
	top:			85px;
	width:			670px;
	z-index:		6; 
}

#mainSecondColumnGalleryMenu a {
	margin-right: 5px;
}

#mainSecondColumnGallery {
	position:		absolute;
	left:			280px;
	top:			105px;
	width:			670px;
	z-index:		6; 
}

#mainSecondColumnGalleryControls {
	position:		absolute;
	left:			910px;
	top:			84px;
	width:			40px;
	z-index:		28;
	text-align:		right;
}

#mainSecondColumnPages {
	position:		relative;
	float:			left;
	width:			400px;
	z-index:		5;
	
}

.itemBlock {
	float: 			left;
	width: 			100px;
	height: 		170px;
	position: 		relative;
}

.itemBlock:hover a {
	color: 			#F38B16;
}

#mainColumnScroll {
	float: 			left;
	width:			30px;
	height:			500px;
	background:		#CC0;
}

	

#mainThirdColumn, .thirdHidden {
	position:		relative;
	float:			right;
	width:			250px;
	z-index:		6;
}

#mainThirdColumnScroll, .thirdHiddenScroll {
	position:		relative;
	float:			right;
	width:			250px;
	z-index:		6;
}

#mainThirdColumnPages {
	position:		relative;
	float:			right;
	width:			250px;
	z-index:		6;
}

.thirdHidden {
	display: none;
}

#prevNext {
	position:		absolute;
	left:			700px;
	top:			64px;
	width:			250px;    
	height:			30px;
	z-index:		6; 
	text-align:		right; 
} 

#mainThumbs {
	position:		absolute; 
	left:			700px;
	top:			525px;
	width:			250px;
	height:			60px;
	z-index:		6; 
}
 
.firstImage {
	float: left;
	margin: 0; 
}

.otherImage { 
	float: left;
	margin-left: 3px; 
}

.itemHeading {
	font-family: Century Gothic, Arial;
	font-size: 1.6em;
	font-weight:bold;
	color:#999999;
	letter-spacing: 1px;   
	line-height: 1.2em;
}
	
#mainHomeImages {
	position:		absolute;
	left:			265px;
	top:			200px;
	width:			705px;
	height:			190px;
	z-index:		6;
	
	background-color:#FFC;
}

/*** form ***/

.enquiryForm td {
	padding: 4px;
	vertical-align: top;
}

.fieldWidth {
	width: 200px;
}

/** text colours **/

.textRed {
	color:#C30;
}

.lightText {
	color: #aaa;
}

.textOrange {
	color:#F38B16;
}

.lightText a {
	color: #aaa;
}

