body{
	background:url('../images/bg.gif') left top;
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:0.9em;
	color:#000000;
	margin:0;
}
body.intro{
	background:#353334;
}
body.productDetails{
	margin:0;
}
#intro{
	margin:0 auto;
	width:990px;
	height:650px;
}
#intro div.bg{
	height:650px;
	float:left;
}
#intro div.btn{
	position:absolute;
    z-index:5;
    width:184px;
    left:750px; 
    top:420px;
}
#intro #bg01{
	background:url('../images/bg-intro-01.jpg');
	width:250px;
}
#intro #bg02{
	background:url('../images/bg-intro-02.jpg');
	width:250px;
}
#intro #bg03{
	background:url('../images/bg-intro-03.jpg');
	width:250px;
}
#intro #bg04{
	background:url('../images/bg-intro-04.jpg');
	width:240px;
}
#banner{
	margin:0 auto;
	width:990px;
	height:114px;
	border-bottom:1px solid white;
}
#container{
	margin:0 auto;
	width:990px;	
}
#leftBanner{
	width:215px;
	height:542px;
	float:left;
	background:#656565;
}
#leftBanner #leftPanel{
	float:left; 
	width:24px; 
	height:542px;
	background:#58595B;
	border-right:1px dotted #CCCCCC;
}
#leftBanner #rightPanel{
	float:right;
	width:190px; 
	height:542px;
	overflow:hidden;
}
#content{
	width:775px;
	height:542px;
	float:right;	
}
#content #body{
	height:542px;
	color:#FFFFFF;
	font-size:0.9em;
	padding:10px;
}
#content #nav{
	background:#F2F2F2;
	height:38px;
}
#content #nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#content #nav ul li{
	float:left;
	font-size:1.1em;
	padding:8px 0 0 50px;
}
#content #nav a{
	text-decoration:none;
	color:#333333;
}
#content #nav a:hover{
	text-decoration:underline;
}
body.home #content #nav #btnHome a,
body.comProfile #content #nav #btnComProfile a,
body.catalogue #content #nav #btnCatalogue a,
body.facilities #content #nav #btnFacilities a,
body.contact #content #nav #btnContact a{
	font-weight:bold;
	color:#FF3300;
}
body.comProfile #content #body{
	background:url('../images/bg-comProfile.jpg') left top no-repeat;	
}
body.facilities #content #body,
body.contact #content #body{
	background:#5E5F61;	
}
#facility01, #facility02, #facility03, #facility04, #facility05, #facility06{
	height:360px;
	padding-top:10px;
	text-align:center;
}
body.facilities #content #body #thumbnails ul{
	list-style-type:none;
	margin:0;
}
body.facilities #content #body #thumbnails ul li{
	float:left;
	padding:0 8px;
}
body.facilities #content #body #thumbnails img{
	border:0;
}
body.contact #content #body #left{
	width:40%;
	float:left;
}
body.contact #content #body #left a{
	color:#FFFFFF;
}
body.contact #content #body #right{
	background:url('../images/bg-contactForm.gif') 10px 65px no-repeat;
	width:60%;
	height:542px;
	float:right;
}
#title{	
	position:absolute;
    z-index:5;
    width:760px;
	text-align:right;
    top:20px;
}
#title h1{
	margin:0;
	padding:0;	
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;	
	text-decoration:underline;
}
#scroller{
	list-style-type:none;
	padding-left:15px;
}
#scroller img{
	border:none;
}
#productsListing{	
	list-style-type:none;
	padding:30px 0 0 15px;
}
#productsListing a{
	color:#CCCCCC;
	text-decoration:none;
}
#productsListing a:hover{
	text-decoration:underline;
}
#productsListing li{
	line-height:3em;
}
#footer{
	margin:0 auto;
	width:990px;
	height:66px;
}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index:4;
}
#contactForm{
	padding-top:41px;
}
#contactForm td{
	padding-left:130px;
	padding-bottom:16px;
}
#contactForm input{
	border:0;
	height:15px;
}
#contactForm textarea{
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:0.9em;
	border:0;
}