/*
	Project Name
	http://project-url
	
	Author: Ferry Mulyono (ferry.mulyono@gmail.com)
	http://ferrymulyono.com/
*/
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/* Common */
body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative
}
.title {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc
}
h2 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #666
}
h2 strong {
	font-weight: bold;
	color: #2C5084
}
h3 {
	margin-bottom: 20px;
	font-size: 18px
}
.fluid-content {
	margin-right: 20px;
	float: left
}
.clearfix {
	clear: both
}
.frame {
	padding: 5px;
	border: solid 1px #E8E8E8
}

#header, #banner, #content, #footer {
	min-width:970px;
}
/* Skeleton */
#header {
	height: 125px;
	background-color: #f0f0f0;
	background-image: -moz-linear-gradient(100% 100% 90deg, #f0f0f0, #fff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#fff));
	-moz-box-shadow: 0px 3px 7px #000;
	-webkit-box-shadow: 0px 3px 7px #000;
	box-shadow: 0px 3px 7px #000;
	position: relative;
	z-index: 1
}
#logo {
	width: 231px;
	height: 91px;
	top: 11px;
	position: absolute;
	background: url(images/txt_logo.png) no-repeat;
	display: block;
	text-indent: -9999em;
	letter-spacing: -9999px;
	overflow: hidden;
}
#nav {
	margin-top: 60px;
	float: right
}
#nav li {
	padding: 0 40px;
	background: url(images/bg_nav_separator.png) no-repeat center right;
	float: left;
	line-height: 40px;
}
#nav li a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #888888
}
#nav li a:hover, #nav li.on a {
	color: #2D5084
}
#breadcrumb {
	margin-bottom: 10px;
	font-size: 11px
}
#breadcrumb a, #breadcrumb .separator {
	color: #2C5084
}
#breadcrumb .separator {
	margin: 0 5px
}
#content {
	/*padding: 115px; Disabled to work correctly on resize */
	padding-bottom: 115px;
	padding-top:95px;
	background-color: #f0f0f0;
	background-image: -moz-linear-gradient(100% 100% 90deg, #f0f0f0, #fff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#ffffff));
	border-top: solid 5px #A5B5B5;
	-webkit-border-image: url(images/bg_content_border_top.jpg) 5 0 0 0 stretch stretch;
	-moz-border-image: url(images/bg_content_border_top.jpg) 5 0 0 0 stretch stretch;
	overflow: hidden;
}
#content p {
	margin-bottom: 20px
}
.main {
	width: 687px;
	padding: 15px;
	float: left;
	background: #fff url(images/bg_main.png) no-repeat top left
}
.sidebar {
	width: 225px;
	height:250px;
	float: right;
	background-image:url(images/content/brands_bg.png);
}
.sidebar-slider {
	display: none;
	position:relative;
	top:50px;
}
.sidebar-slider.on {
	display: block
}
#banner {
	height: 143px;
	background: url(images/bg_banner_1pixel.png) repeat-x top center;
	position: relative
}

#banner .container { 
/* //////////////////////////// Disable to work correctly on resize
	position: absolute;
	left: 50%;
	margin-left: -480px
	padding-top: 22px; */
}
#footer {
	height: 50px;
	padding-top: 5px;
	background: url(images/bg_footer.png) repeat-x;
	color: #fff;
	font-size: 11px
}
#footer .credit {
	position: absolute;
	right: 0;
	top: 5px
}
/* Home */
.home #banner {
	height: 455px;
	padding-top:20px;
}
.home #banner .container {
	width: 947px;
	height: 396px;
	padding: 7px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 5px 8px #333;
	-webkit-box-shadow: 0px 5px 8px #333;
	box-shadow: 0px 5px 8px #333
}
.banner-group {
	width: 945px;
	height: 292px;
	overflow: hidden
}
.banner-group ul {
	width: 4725px;
	height: 100%
}
.banner-group li {
	width: 945px;
	height: 100%;
	float: left;
	position: relative
}
span.product-name {
	position: absolute;
	left: 538px;
	bottom: 165px;
	line-height: 36px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	
}
span.highlight {
	width: 408px;
	height: 65px;
	padding: 15px 0 0 65px;
	background: url(images/bg_banner_highlight.png) no-repeat;
	position: absolute;
	right: 0;
	top: 138px;
	color: #fff;
	display: block;
	font-weight:bold;
}
.banner-group li .learn-more {
	width: 130px;
	height: 28px;
	background: url(images/btn_learn_more.png) no-repeat;
	display: block;
	position: absolute;
	left: 541px;
	top: 225px
}
#banner-incandescent {
	background: url(images/bg_banner_incandescent.png);
}
#banner-ceramic {
	background: url(images/bg_banner_ceramic.png);
}
#banner-fluorescent {
	background: url(images/bg_banner_fluorescent.png)
}
#banner-metal {
	background: url(images/bg_banner_metal.png);
}
#banner-sodium {
	background: url(images/bg_banner_sodium.png);
}
.banner-nav {
	height: 100px;
	bottom: 7px
}

.slides, .slides ul, .slides ul li {
	width:945px;
	height:295px;

}
.banner-nav li {
	width: 187px;
	height: 100px;
	float: left;
	overflow: hidden
}
.banner-nav li.on, .banner-nav li:hover {
	padding-left: 2px;
	border-left: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -2px 0px 8px #333;
	-webkit-box-shadow: -1px 3px 5px #ccc;
	box-shadow: 0px 5px 8px #333;
	background-color: #e8e8e8;
	background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #e8e8e8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e8e8e8));
}
.banner-nav li.first {
	border-left: none
}
.banner-nav li.incandescent {
	background: url(images/bg_banner_nav_incandescent.png) no-repeat 7px center;
	border-left: solid 2px #ccc;
}
.banner-nav li.incandescent a span {
	margin-top: 47px
}
.banner-nav li.ceramic {
	background: url(images/bg_banner_nav_ceramic.png) no-repeat 7px center;
	border-left: solid 2px #ccc;
}
.banner-nav li.ceramic a span {
	margin-top: 38px
}
.banner-nav li.fluorescent {
	background: url(images/bg_banner_nav_fluorescent.png) no-repeat 7px center
}
.banner-nav li.fluorescent a span {
	margin-top: 28px
}
.banner-nav li.metal {
	background: url(images/bg_banner_nav_metal.png) no-repeat 7px center;
	border-left: solid 2px #ccc;
}
.banner-nav li.metal a span {
	margin-top: 38px
}
.banner-nav li.sodium {
	background: url(images/bg_banner_nav_sodium.png) no-repeat 7px center;
	border-left: solid 2px #ccc;
}
.banner-nav li.sodium a span {
	margin-top: 38px
}
.banner-nav a {
	width: 100%;
	height: 100%;
	display: block
}
.banner-nav a span {
	width: 80px;
	height: 100%;
	padding-right: 5px;
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #868686
}
.home #content {
	padding-top: 20px
}
.home h2 {
	margin: 15px 0;
	color: #2C5084;
	font-size: 16px
}
.head-home {
	width: 286px;
	height: 35px;
	background: url(images/txt_head_home.png) no-repeat;
	text-indent: -9999em;
	letter-spacing: -9999px;
	display: block
}
/* About */
.about #banner .container {
	height: 210px;
	background: url(images/bg_banner_about.png)
}
/* Capabilities */                       
.capabilities #banner .container {
	height: 210px;
	background: url(images/bg_banner_capabilities.png)
}
/* Products */
.products #banner .container {
	height: 210px;
	background: url(images/bg_banner_products.png)
}
.products .product-list li {
	width: 165px;
	height: 190px;
	margin-right: 6px;
	float: left;
	color: #666;
	text-align: center
}
.product-list a {
	display: block;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase
}
.products .product-gallery {
	width: 260px;
	float: left;
	overflow: hidden
}
.products .product-gallery li {
	width: 120px;
	margin: 0 8px 8px 0;
	float: left
}
.products .product-gallery a {
	display: block
}
.products .image-preview {
	float: right
}
/* Contact */  

table.contact_table {
border:none;
}

table.contact_table td {
vertical-align:top;
}

td.contact_img {
	padding-right:15px;
}

td.contact_info {
	padding-right:55px;
}

.contact #banner .container {
	height: 210px;
	background: url(images/bg_banner_contact.png)
}
.contact h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #2C5084
}
.contact h3 strong {
	color: #335486
}
.contact .main .left {
	width: 410px;
	float: left
}
.contact .main .right {
	float: left
}
.contact dt {
	margin: 0 15px 10px 0;
	clear: both;
	float: left
}
.contact dl {
	margin-bottom: 15px;
	overflow: hidden;
}
.contact #content dl p.info {
	margin-bottom: 13px
}
.contact .send-email {
	width: 60px;
	height: 20px;
	background: url(images/btn_email.png) no-repeat;
	display: block;
	float: left
}
.contact .success {
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #66ff99;
	border: solid 1px #009900;
}
.contact .failed {
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #66ff99;
	border: solid 1px #009900;
}
.contact .input-wrapper {
	width: 280px;
	margin: 0 127px 20px 0;
	float: left
}
.contact .input-wrapper.even {
	margin-right: 0
}
.contact label {
	display: block
}
.input-text {
	background: #FBFAF4;
	border-top: solid 1px #919191;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #919191
}
input.input-text {
	width: 100%;
	height: 20px
}
textarea.input-text {
	width: 688px;
	height: 90px
}
.input-submit {
	width: 95px;
	height: 25px;
	margin-top: 10px;
	background-color: #ccc;
	background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #ccc);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
	border: solid 1px #E4E4E4;
	display: block;
	color: #999;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer
}

