@charset "utf-8";
/* CSS Document */

body { 
	background:#fff;
    font-family: 'Arimo', sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#5d5d5d;
}

.main {
	width: 900px;
	margin: 10px auto;
}
#topBar {
	height: 30px;
	width: 900px;
	background-color: #1C48B0;
	clear: both;
}

#logo{
	height: 115px;
	width: 230px;
	float: left;
	margin: 0px 10px 0px 0px;
    background: url(images/Logo6.jpg) no-repeat;
}

.menuBar {
	height: 115px;
	width: auto;
	float: right;
}

.sideNavBar {
	height: 250px;
	width: 200px;
	float: left;
	margin: 50px 10px 0px 2px;
	clear: left;
}

.sideNavBar a:hover, .menuBar a:hover{
	background: #1C48B0;
	color: #FFF;
}

.navItem {
	display: block;
	height: 25px;
	text-align: left;
	color: #FFF;
	padding-top: 6px;
	width: 190px;
	font: normal 1.1em;
	text-decoration: none;
	border-bottom: 4px solid #FFF;
	background: #666;
    padding-left: 10px;
}

.navItem_selected {
	display: block;
	height: 25px;
	text-align: left;
	color: #FFF;
	padding-top: 6px;
	width: 220px;
	font: normal 1.1em;
	text-decoration: none;
	border-bottom: 4px solid #FFF;
	background: #1C48B0;
    padding-left: 10px;
}

.menuItem {
	display: inline-block;
	height: 25px;
	text-align: center;
	color: #FFF;
	width: 100px;
	font: normal 1.1em;
	text-decoration: none;
	background: #666;
}

.menu_selected {
	display: inline-block;
	height: 25px;
	text-align: center;
	color: #FFF;
	width: 100px;
	font: normal 1.1em;
	text-decoration: none;
	background: #1C48B0;
	padding-bottom: 20px;
}

.bodyArea {
	width: 540px;
    margin: 120px 10px 10px 330px;
}

.bodyHdr {
	font-size: x-large;
	color: #1C48B0;
}

.productImage {
	margin-top: 20px;
}

.enquiryDiv {
	margin-top: 30px;
}

.enquiryFrame {
	width: 100%;
	height: 620px;
	border: none;
	overflow: hidden;
}

#slideshow #slideshowWindow {
	width:550px;
	height:350px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	border-radius: 0px;
}

#slideshow #slideshowWindow .slide {
	margin:0;
	padding:0;
	width:550px;
	height:350px;
	position:relative;
}

#slideshow img{
	width:550px;
	height:350px;
}

#slideshow #mainImg{
    width: auto;
    height: auto;
}

#footer {
	height: 30px;
	width: 900px;	
	background-color: #1C48B0;
	clear: both;
}