/*FORMAT*/
body, html {
	background-color: #7B7B7B;
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6,p,span,img,ul,li {
	padding: 0px;
	margin: 0px;
	border: none;
}
.break {
	clear: both;
}
/*LINKS*/
#mainContainer a{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#mainContainer a:link {
	text-decoration: none;
	color: #333333;
}
#mainContainer a:hover {
	text-decoration: none;
	color: #5D5E5F;
}
#contentsContainer .contentsMenuDark a, #contentsContainer .contentsMenuDarkStart a{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#contentsContainer .contentsMenuDark a:link, #contentsContainer .contentsMenuDarkStart a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#contentsContainer .contentsMenuDark a:hover, #contentsContainer .contentsMenuDarkStart a:hover {
	text-decoration: none;
	color: #E0E0E0;
}
#contentsContainer .contentsMenuLight a, #contentsContainer .contentsMenuLightStart a{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#contentsContainer .contentsMenuLight a:link, #contentsContainer .contentsMenuLightStart a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#contentsContainer .contentsMenuLight a:hover, #contentsContainer .contentsMenuLightStart a:hover {
	text-decoration: none;
	color: #E0E0E0;
}
#contentsContainer .productsList a, #contentsContainer .servicesList a{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#contentsContainer .productsList a:link, #contentsContainer .servicesList a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#contentsContainer .productsList a:hover, #contentsContainer .servicesList a:hover{
	text-decoration: none;
	color: #7B7B7B;
}
/*TEXT*/
h1 {
	font-size: 17px;
	color: #333333;
	padding: 5px 10px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #666666;
	padding: 5px 10px 5px 0px;
}
h3 {
	font-size: 13px;
	color: #999999;
	padding: 5px 10px 5px 0px;
}
.homeOpt1 {
	font-size: 13px;
	color: #999999;
	padding: 5px 10px 0px 0px;
	width: 310px;
	height: 25px;
	display: block;
	background-image: url("../images/style/imgOpt1.jpg");
	background-position: top left;
	background-repeat: no-repeat;	
}
.homeOpt2 {
	font-size: 13px;
	color: #999999;
	padding: 5px 10px 0px 0px;
	width: 310px;
	height: 25px;
	display: block;
	background-image: url("../images/style/imgOpt2.jpg");
	background-position: top left;
	background-repeat: no-repeat;	
}
.homeOpt3 {
	font-size: 13px;
	color: #999999;
	padding: 5px 10px 0px 0px;
	width: 310px;
	height: 25px;
	display: block;
	background-image: url("../images/style/imgOpt3.jpg");
	background-position: top left;
	background-repeat: no-repeat;	
}
.homeOpt1 span, .homeOpt2 span, .homeOpt3 span {
	display: none;
}
.contentsMain p,
.contentsHomeImage p,
.contentsCompanyImage p {
	font-size: 12px;
	color: #333333;
	padding: 5px 10px 5px 0px;
}
#headerContainer h1, #headerContainer h2 {
	display: none;
}
#headerContainer .headerBreadcrumb h3 {
	padding: 8px 0px 0px 260px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
#headerContainer .headerBreadcrumb span {
	display: none;
}
#footerContainer p {
	width: 760px;
	clear: left;
	float: left;
	margin: 15px 0px 10px 15px;
	text-align: left;
	padding: 5px 0px 0px 0px;
}
/*LAYOUT*/
.productsList {
	float: left;
	margin: 0px 5px 0px 0px;
}
/*.productsList p {
	background-image: url("../images/style/productsBlock.gif");
	background-position: top left;
	background-repeat: no-repeat;	
	width: 290px!important;
	height: 25px;
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 4px 5px;
}*/
.productsList p {
	width: 290px!important;
	padding: 0px;
	margin: 5px 0px;
}
.productsList img {
	display: block;
}
.productsList span {
	display: none;
}
.servicesList {
	float: right;
	margin: 0px 5px 0px 0px;
}
/*.servicesList p {
	background-image: url("../images/style/servicesBlock.gif");
	background-position: top left;
	background-repeat: no-repeat;	
	width: 185px!important;
	height: 25px;
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 4px 5px;
}*/
.servicesList p {
	width: 185px!important;
	padding: 0px;
	margin: 5px 0px;
}
.servicesList img {
	display: block;
}
.servicesList span {
	display: none;
}
.imgRt {
	float: right;
	border: none;
	margin: 4px 0px 4px 4px; 
}
.imgLt {
	float: left;
	border: none;
	margin: 4px 4px 4px 0px; 
}
.imgRtBdr {
	float: right;
	border: none;
	margin: 4px 0px 4px 4px; 
	border: #999999 1px solid;
}
.imgLtBdr {
	float: left;
	border: none;
	margin: 4px 4px 4px 0px;
	border: #999999 1px solid;
}
#mainContainer {
	width: 780px;
	margin: 0px auto;
	background-image: url("../images/style/gradientBody.jpg");
	background-position: top;
	background-repeat: repeat-y;	
}
#headerContainer {
	width: 780px;
	height: 195px;
	margin: 0px;
	padding: 0px;
}
.headerBanner {
	width: 780px;
	height: 118px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/style/headerBanner.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
.headerBanner img {
	float: left;
	width: 220px;
	height: 118px;
	border: none;
	margin: 0px 0px 0px 20px;
	padding: 0px; 
}
.headerMenu {
	width: 780px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/style/headerMenu.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
.headerBreadcrumb {
	width: 780px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/style/headerBreadcrumb.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#contentsContainer {
	width: 780px;
	margin: 10px auto;
	padding: 0px;
}
.contentsMenu {
	width: 180px;
	float: left;
	margin: 10px 0px 10px 25px;
	padding: 0px;
	background-color: #CCCCCC;
}
.contentsMenuDark {
	width: 180px;
	float: left;
	clear: left;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px 0px 10px 25px ;
	padding: 0px;
	background-color: #7B7B7B;
	background-image: url("../images/style/contentsMenuDarkTop.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.contentsMenuDarkStart {
	width: 180px;
	float: left;
	clear: left;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px 0px 10px 25px ;
	padding: 0px;
	background-color: #7B7B7B;
	background-image: url("../images/style/contentsMenuDarkStart.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.contentsMenuDark p,.contentsMenuDarkStart p {
	padding: 15px 10px;
	margin: 0px;
	background-image: url("../images/style/contentsMenuDarkBottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
.contentsMenuLight {
	width: 180px;
	float: left;
	clear: left;
	margin: 0px 0px 10px 25px ;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	background-color: #BDBDBD;
	background-image: url("../images/style/contentsMenuLightTop.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.contentsMenuLightStart {
	width: 180px;
	float: left;
	clear: left;
	margin: 0px 0px 10px 25px ;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	background-color: #BDBDBD;
	background-image: url("../images/style/contentsMenuLightStart.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.contentsMenuLight p, .contentsMenuLightStart p {
	padding: 15px 10px;
	margin: 0px;
	background-image: url("../images/style/contentsMenuLightBottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
.contentsMain {
	width: 500px;
	float: right;
	margin: 0px 25px 10px 0px;
	padding: 0px;
}
.contentsHomeImage {
	width: 500px;
	background-image: url(../images/style/homeGradient.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: right;
	margin: 0px 25px 10px 20px;
	padding: 0px;
}
.contentsCompanyImage {
	width: 500px;
	background-image: url(../images/style/companyGradient.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: right;
	margin: 0px 25px 10px 20px;
	padding: 0px;
}
#footerContainer {
	width: 780px;
	height: 70px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background-image: url("../images/style/footerMenu.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
.footerAccess {
	float: left;
	margin: 15px 0px 0px 30px;
}
.footerLogo {
	border: none;
	width: 200px;
	height: 10px;
	float: right;
	margin: 30px 10px 0px 0px;
	clear: right;
}
.footerMenu {
	float: right;
	margin: 15px 5px 0px 0px;
}
.footerTrade {
	float: right;
	margin: 5px 15px 0px 0px;
}
.siteMapMain {
	float: left;
	width: 250px;
}
.siteMapAccess {
	float: right;
	width: 250px;
}
.siteMapMain ul, .siteMapAccess ul {
	margin: 10px 0px 0px 30px;
}
.siteMapMain li, .siteMapAccess li {
	margin: 0px 0px 5px 10px;
	list-style-type: none;
}
.siteMapMain ul ul, .siteMapAccess ul ul {
	margin: 5px 0px;
}
/*MENU*/
.headerMenu ul {
	width: 780px;
	height: 34px;
	padding: 10px 0px;
	text-align: center;
}
.headerMenu li {
	margin: 0px 10px;
	display: inline;
	text-align: center;
}
#headerContainer .headerMenu a{
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#headerContainer .headerMenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#headerContainer .headerMenu a:hover {
	text-decoration: none;
	color: #E0E0E0;
}
#footerContainer .footerAccess a{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	background-image: url("../images/style/arrowTop.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
#footerContainer .footerAccess a:link {
	text-decoration: none;
	color: #333333;
}
#footerContainer .footerAccess a:hover {
	text-decoration: none;
	color: #5D5E5F;
}
.footerAccess ul, .footerMenu ul, .footerTrade ul {
	padding: 0px;
	margin: 0px;
}
.footerAccess li, .footerMenu li {
	color: #FFFFFF;
	margin: 0px;
	display: inline;
}
.footerTrade li {
	margin: 0px 5px 0px 0px;
	display: inline;
}
#footerContainer .footerTrade a{
	padding: 0px;
	margin: 0px;
}
#footerContainer .footerTrade a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footerContainer .footerTrade a:hover {
	text-decoration: none;
	color: #E0E0E0;
}
#footerContainer .footerMenu a{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#footerContainer .footerMenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footerContainer .footerMenu a:hover {
	text-decoration: none;
	color: #E0E0E0;
}
/*FORMS*/
form {
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px 0px;
	margin: 0px;
}
legend {
	display: none;
}
label {
	width: 80px;
	float: left;
	padding: 1px 0px;
}
span {
	color: #FF00FF;
	margin: 0px 0px 0px 2px;
}
select {
	width: 146px;
	height: 20px;
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
select.alt {
	width: 106px;
	height: 20px;
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
/*CONTACT FORM*/
.contactDetails {
	width: 180px;
	float: left;
}
.contactForm {
	width: 320px;
	float: right;
}
.mapContainer {
	padding: 0px;
	margin: 10px auto;
	clear: both;
}
.mapText {
	width: 180px;
	float: left;
	text-align: left;
}
.mapText span {
	color: #333333;
	text-align: left;
	margin: 0px 5px 0px 0px;
}
.mapVisual {
	float: right;
	width: 320px;
}
#mapImport {
	float: right;
	width: 310px;
	height: 310px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
}
.contentsMain .contactForm p {
	padding: 0px;
	margin: 0px 0px 2px 15px;
}

.contentsMain .contactForm input {
	width: 140px;
	height: 15px;
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.contentsMain .contactForm textarea {
	width: 200px;
	border: 1px solid #999999; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.contentsMain .contactForm .submit{
	background-color: #999999; 
	border: 1px solid #999999;
	width: 75px;
	height: 18px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 95px;
	padding: 0px;
}
.contentsMain .contactForm .notice {
	font-size: 11px;
	width: 260px;
	margin: 5px 0px 10px 95px;
}
/*ENQUIRY FORM*/
.enquiryDetails {
	width: 500px;
}
.enquiryForm {
	width: 500px;
}
.contentsMain .enquiryForm p {
	padding: 0px;
	margin: 0px 0px 2px 15px;
}
.contentsMain .enquiryForm input {
	width: 140px;
	height: 15px;
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.contentsMain .enquiryForm textarea {
	width: 300px;
	border: 1px solid #999999; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.contentsMain .enquiryForm .submit{
	background-color: #999999; 
	border: 1px solid #999999;
	width: 75px;
	height: 18px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 95px;
	padding: 0px;
}
.contentsMain .enquiryForm .notice {
	font-size: 11px;
	width: 260px;
	margin: 5px 0px 10px 95px;
}
#mainContainer #footerContainer p a {
	font-size: 9px;
}


#gallery img {
	border: none;
}
 
#gallery_nav {
	float: left;
	width: 150px;
	text-align: center;
}
 
#gallery_output {
	float: left;
	width: 600px;
	height: 550px;
	overflow: hidden;
}
 
#gallery_output img {
	display: block;
	margin: 20px auto 0 auto;
}

/* Lightbox */

.ImagesLightbox {
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a0a0a0;
	border-right-color: #a0a0a0;
	border-bottom-color: #a0a0a0;
	border-left-color: #a0a0a0;
}

#page-wrap {
	width: 600px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#sidebar {
	width: 190px;
	position: fixed;
	margin-left: 780px;
}
