/* basic */
html, body {
	width: 100%;
	min-width: 963px !important;
	height : 100%;
	background: url(../images/bg-main.png) repeat-y top center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color : #454545;
}

a:link, a:visited {
color : #444;
text-decoration : underline;
}
a:hover, a:active {
color: #E85100;
text-decoration : underline;
}
p {
	padding-bottom : 10px;
	font-weight : normal;
	font: 12px;
	line-height: 1.5em;
}

img a {
border : none;
}
strong {
font-weight : bold;
}
em {
font-style : italic;
} 

.clear {
	clear: both;
	height: 30px;
}

/* headings */
h1 {
	font-family: 'DINProBold', Verdana, Arial, Sans-Serif;
	color: #f26522;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1.1px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 12px;
}
h2 {
	color: #E85100;
	font-family: 'DINProBold', Verdana, Arial, Sans-Serif;
	text-align: left;
	font-size: 20px;
	margin: 0px auto;
	padding-bottom: 10px;
	font-weight: normal;
}
h2.sidetitle {
	font-family: 'DINRegular', Verdana, Arial, Sans-Serif;
	width:235px;
	height:44px;
	background: url(../images/bg-sidetitle.png) no-repeat 0 0;
	font-size: 14px;
	color: #464646;
	text-align: center;
	padding-top: 10px;
	margin-bottom: -26px;
}
h3 {
	font-size: 18px;
	font-family: 'DINProBold', Verdana, Arial, Sans-Serif;
	color: #444744;
	text-align: left;
	font-weight:normal;
	margin: 15px 0 5px 0;
}
h4 {
	font-size: 15px;
	font-family: 'DINProBold', Verdana, Arial, Sans-Serif;
	color : #666;
	margin: 10px 0 10px;
	text-decoration:none;
}
	

/* text styles */
.orange {
	color:#FF7300;
	font-weight: bold;
}
.required {
	color: #9e0b0f;
}

.divider {
	width:960px;
	height: 20px;
	margin: 10px auto 0;
	background: url(../images/divider-img.png) no-repeat center;
	clear: both;
}

.divider2 {
	width: 635px;
	height: 20px;
	margin: 10px auto 0;
	background: url(../images/divider-img2.png) no-repeat center;
	clear: both;
}

/* pagewrapper */

#container {
	min-height: 100%;
  	background: #f7941e;
  	font-size: 12px;
}

/*header*/

#header {
 	color: #fff;
 	padding: 0 auto;
 	height: 200px;
 	margin: 0;
 	background: #fff;
}

#header-content {
	width: 963px;
	margin: 0 auto;
	position: relative;
	background: transparent;
}

#header .logo {
width : 579px;
height : 136px;
padding: 7px 0 0 30px;
} 

#homeNav {
	width: 963px;
    margin: 0 auto;
    padding-top: 20px;
    float:left;
    text-align: center;
    background:url(../images/nav-menu.png) 37px right no-repeat; 
} 

ul#nav {
margin : 0 auto;
width : 963px;
}
#homeNav ul li {
list-style : none;
float : left;
height : 37px;
}
#homeNav ul li a {
display : block;
text-indent : -9999px;
background : url(../images/nav-menu.png) no-repeat 0% 0%;
height : 37px;
margin : 0;
}
#homeNav ul li a#navHome {
background-position : 0% 0%;
width : 167px;
}
#homeNav ul li a#navHome:hover {
background-position : 0 -37px;
}
#homeNav ul li a#navHome.current {
background-position : 0 -74px;
}
#homeNav ul li a#navProfile {
background-position : -167px 0%;
width : 228px;
}
#homeNav ul li a#navProfile:hover {
background-position : -167px -37px;
}
#homeNav ul li a#navProfile.current {
background-position : -167px -74px;
}
#homeNav ul li a#navProduct {
background-position : -395px 0%;
width : 213px;
}
#homeNav ul li a#navProduct:hover {
background-position : -395px -37px;
}
#homeNav ul li a#navProduct.current {
background-position : -395px -74px;
}
#homeNav ul li a#navServices {
background-position : -608px 0%;
width : 166px;
}
#homeNav ul li a#navServices:hover {
background-position : -608px -37px;
}
#homeNav ul li a#navServices.current {
background-position : -608px -74px;
}
#homeNav ul li a#navEnquiry {
background-position : -774px 0%;
width : 189px;
}
#homeNav ul li a#navEnquiry:hover {
background-position : -774px -37px;
}
#homeNav ul li a#navEnquiry.current {
background-position : -774px -74px;
}

/* Content */
#content {
	width:963px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#rightContent {
	width:635px;
	float: right;
	padding: 30px;
	padding-bottom: 0;
}

#rightContent ul{
	list-style: disc;
	line-height: 1.5em;	
}
#rightContent li{
	margin-left: 20px;	
}

.productRange {
	width:580px;
	border-bottom: 1px dotted #ccc;
	margin: 20px auto 10px;
	padding-bottom: 30px;
}

/* Sidebar */
#sidebar {
	width:235px;
	float: left;
	margin: 30px 0 30px 30px;
	font-size: 11px;
}
/*
#sidebar .leftnavi {
	width:223px;
	border-collapse:collapse;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding: 5px;
}
#sidebar .leftnavi ul { 
	width:225px; 
	padding-bottom: 20px;
	list-style:none;

}
#sidebar .leftnavi li  { 
	width:225px; 
	height:29px;
	margin-top: 10px;
	color:#999999; 
	background:url(../images/sidebar-divider.png) bottom no-repeat;
}

#sidebar .leftnavi li a { 
	display:block;
	text-decoration:none;
	color: #666;
	height:29px;
	padding-left: 30px;
	padding-top: 3px;
}
#sidebar .leftnavi li a:hover, #sidebar .leftnavi a.scurrent { 
	color: #333;
	text-decoration:none;
	height:29px;
	background:url(../images/sidebar-arrow.png) 12px 3px no-repeat;
}
*/

#sidebar .leftnavi {
	width:223px;
	border-collapse:collapse;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding: 5px;
}
#sidebar .leftnavi ul#lnav { 
	width:225px; 
	padding-bottom: 20px;
	list-style:none;

}
#sidebar .leftnavi li  { 
	width:225px; 
	height:29px;
	margin-top: 10px;
	background:url(../images/sidebar-divider.png) bottom no-repeat;
}

#sidebar .leftnavi li a { 
	display:block;
	text-decoration:none;
	height:29px;
	color:#000000;
	padding-left: 30px;
	padding-top: 3px;
}
#sidebar .leftnavi li a:hover { 
	text-decoration:none;
	background:url(../images/sidebar-arrow.png) 12px 3px no-repeat;
}
#sidebar .leftnavi #defaultMenuItem a {
	color: #E85100;
	background:url(../images/sidebar-arrow.png) 12px 3px no-repeat;
}
/*
#sidebar .leftnavi .scurrent { 
	color: #E85100;
	text-decoration:none;
	height:29px;
	background:url(../images/sidebar-arrow.png) 12px 3px no-repeat;
}
*/
#sidebar .cform {
	width:235px;
	border-collapse:collapse;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}
#sidebar td {
	padding: 5px;
}

.form-contact {
	padding:1px 0 0;
	float:left;
	width:100%;
}
.form-contact textarea {
	font: 12px Verdana, Helvetica, sans-serif;
	min-width:148px;
	width:198px;
	max-width:148px;
	height:49px;
	min-height:49px;
	overflow:auto;
	padding:0 1px;
	margin:0 0 2px;
	float:left;
	clear:both;
	border:1px solid #b6b6b6;
}
.form-contact input {
	width:150px;
	margin:0 auto 4px;
	padding:1px 0;
	border:1px solid #b6b6b6;
	font-size: 12px;
}

.response{
	text-align:center;
}
.response p{
	font: 10px Verdana, Helvetica, sans-serif;
}

.form-contact .serror {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	font-size: 10px;
	display: block;
}
#ErrResults {
    color: #FF0000;
    font: bold 10px Verdana,Helvetica,sans-serif;
    padding: 10px;
    text-align: center;
}
.form-contact .alignright {
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
	clear:both;
}
button {
	width:70px;
	height:28px;
	float:right;
	cursor:pointer;
	background: #989798;
	border-style:none;
	color: #fff;
	font-family: 'DINRegular', Verdana, Arial, sans-serif;
	margin: 0 6px 5px 0;
}
button:hover {
	background: #666;
}

/* Home */
.main {
	width:900px;
	margin: 0 auto;
	padding: 30px;
}

.homeproduct {
	width: 420px;
	padding-top: 10px;
	float: right;
}
.homecolumn {
	width: 430px;
	float: left;
	font-size: 11px;
	margin-right: 20px;
}
h3.hometitle {
	font-size: 18px;
	font-family: 'DINProBold', Verdana, Arial, Sans-Serif;
	color: #FF7300;
	text-align: left;
	font-weight:normal;
	margin: 0 0 5px 0;
}

/**** SLIDESHOW ****/

#slideshowContainer { position:relative; width:963x; margin: 0 0 10px 0; }
#pager { position:absolute; bottom:5px;right:10px; z-index:999; }
#pager a { display:block; text-indent:-9999px; float:left; margin:10px 10px 10px 0; background:url(../images/slideshow-pager.png) no-repeat; width:16px; height:16px; }
#pager a.activeSlide { background-position:0 -16px; }
#slideshow { padding:0; height:365px; width:963px; overflow:hidden; }
#slideshow .image img { margin:0;padding:0; }

/* Table Style  */
table {
	margin: 5px auto;
	padding: 5px;
}

table.components {
	width:635px;
	padding: 5px;
	margin: 0 auto 30px;
}

table.components tr, th, td {
	width: 300px;
	padding: 5px;
}

table.components th {
	color: #FF7300;
	text-decoration: underline;
	text-align: left;
}

/* Enquiry Page */
#enquiry {
	width:850px;
	margin: 0 auto;
	padding: 10px;
	border-collapse:collapse
}

#enquiry tr, td {
	padding: 10px;
}
#enquiry td.names {
	text-align: right;
}

.error {
	width:350px;
	min-height:50px;
	padding: 15px;
	border: 1px solid #770000;
	font-size: 10px;
	margin-bottom: 20px;
}

.enquiry .textarea {
	font: 12px Verdana, Helvetica, sans-serif;
	width:645px;
	max-width:645px;
	height:100px;
	min-height:100px;
	overflow:auto;
	padding:2px;
	margin:0 0 2px;
	float:left;
	clear:both;
	border:1px solid #b6b6b6;
}
.enquiry .addbox {
	font: 12px Verdana, Helvetica, sans-serif;
	width:645px;
	max-width:645px;
	height:50px;
	min-height:50px;
	overflow:auto;
	padding:2px;
	margin:0 0 2px;
	float:left;
	clear:both;
	border:1px solid #b6b6b6;

}
.enquiry .text {
	width:220px;
	margin:0 auto 4px;
	padding:2px;
	border:1px solid #b6b6b6;
}
.enquiry .submit {
	width:70px;
	height:28px;
	float:right;
	cursor:pointer;
	background: #989798;
	border-style:none;
	color: #fff;
	font-family: 'DINRegular', Verdana, Arial, sans-serif;
	margin: 0 35px 5px 0;
}
.enquiry .submit:hover {
	background: #ababab;
}
.enquiry .reset {
	width:70px;
	height:28px;
	float:right;
	cursor:pointer;
	background: #fff;
	border: 1px solid #989798;
	color: #989798;
	font-family: 'DINRegular', Verdana, Arial, sans-serif;
	margin: 0 6px 5px 0;
}

.dropdown {
display: none;
margin-bottom: 15px;
}
.icon {
	height: 33px;
	width: 30px;
	margin-right: 20px;
	float: left;
}

/* Site Map */
#sitemap {
line-height : 1.2em;
text-align : left;
width: 600px;
margin: 25px 0px 30px 0;
}

#sitemap ul {
list-style-type : none;
padding : 0 5px 0px 20px;
}
#sitemap ul li {
padding : 5px;
} 

#sitemap ol {
list-style-position : outside;
list-style-type : lower-roman;
padding : 0 5px 10px 40px;
}
#sitemap ol li {
padding : 2px;
} 

/* Footer */

#footer {
	position: relative;
	margin: 0 auto 0;
	height: 106px;
	background: url(../images/bg-footer.png) no-repeat top;
	width: 903px;
	font-size: 11px;
	padding: 30px 30px 0 ;
	clear:both;
} 

#footer p {
	color: #eee;
	text-align: left;
}

#footer ul#footNav {
margin : 0 auto;
width : 500px;
float: left;
height: 15px!important;
list-style: none;
margin-bottom: 10px;
}
#footer ul#footNav li {
float : left;
padding: 0 10px;
background: url(../images/footer-liststyle.png) left no-repeat;
}
#footer ul#footNav li a {
display : block;
color: #eee;
text-decoration:none;
}
/* Image Properties */
img {
	border: 0px;
	margin: 5px 5px 5px 5px;
	padding: 0 auto;
}
img.floatLeft {
	float: left; 
    margin-right: 10px; 
}
img.floatRight {
	float: right; 
    margin-left: 10px; 
}
img.centralized {
	text-align: center; 
    margin-left: auto; 
    margin-right:auto;
    display: block;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 30, 2011 */



@font-face {
    font-family: 'DINProBold';
    src: url('../font/ff_din_pro_bold_italic-webfont.eot');
    src: url('../font/ff_din_pro_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ff_din_pro_bold_italic-webfont.woff') format('woff'),
         url('../font/ff_din_pro_bold_italic-webfont.ttf') format('truetype'),
         url('../font/ff_din_pro_bold_italic-webfont.svg#DINProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINRegular';
    src: url('../font/ff_din_regular-webfont.eot');
    src: url('../font/ff_din_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ff_din_regular-webfont.woff') format('woff'),
         url('../font/ff_din_regular-webfont.ttf') format('truetype'),
         url('../font/ff_din_regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}