@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
	
body {
	width: 100%;
	height: 100%;
	background: #036 url('../img/bg-blur.jpg') no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

img { border: 0 }
embed { display: block; }

h2 {
	margin: 34px 0 3px 0;
	padding: 15px 0 20px;
	font-size: 18px;
	width: 581px;
	background: url('../img/secondary-header.png') no-repeat;
}
h3 {
	margin: 18px 0 7px 0;
	font-size: 18px;
}
h4 {
	margin: 14px 0 4px 0;
	font-size: 14px;
}

p {
	margin: 0 0 20px 0;
}
#frame {
	margin: 0 0 0 46px;
	width: 860px;
	position: relative;
}

h1#logo {
	width: 362px;
	height: 32px;
	margin: 35px 0 25px 14px;
	float: left;
	background: url('../img/logo.png') no-repeat;
	text-indent: -9999px;
}

a {
	text-decoration: none;
	color: #fc0;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0 15px;
	padding: 0;
}

ul li {
	list-style-type: square;
}

a.header-contact {
	width: 198px;
	height: 80px;
	margin: 12px 14px 13px 0;
	float: right;
	background: url('../img/contact-number.png') no-repeat;
	text-indent: -9999px;
}

#nav { float: left; clear: both; width: 860px; position: relative; }

#nav .nav-left{
	float: left;
	width: 14px;
	height: 50px;
	background: url('../img/navigation-bg-left.png') no-repeat;
}
#nav .nav-center{
	float: left;
	width: 830px;
	height: 50px;
	background: url('../img/navigation-bg-tile.png') repeat-x;
}
#nav .nav-right{
	float: left;
	width: 14px;
	height: 50px;
	background: url('../img/navigation-bg-right.png') no-repeat;
}

#nav-indicator {
	height: 40px;
	margin-top: 4px;
	background: url('../img/navigation-selection-indicator.jpg') repeat-x;
}

#nav ul.navigation { 
	margin: 10px 0 0 0; 
	float: right; 
	position: absolute; 
	right: 16px; 
	top: 0; 
	z-index: 2
}

#nav ul li{
	float: left;
	list-style: none;
	height: 35px;
}

#nav li a span { height: 28px; display: block; text-indent: -9999px; text-decoration: none; color: #fff; }
#nav li.home {width: 53px; }
#nav li.home a span {background: url('../img/home-default.png') no-repeat;}
#nav li.about {width: 68px; }
#nav li.about a span {background: url('../img/about-default.png') no-repeat;}
#nav li.services {width: 135px; }
#nav li.services a span {background: url('../img/services-default.png') no-repeat;}
#nav li.clients {width: 55px; }
#nav li.clients a span {background: url('../img/clients-default.png') no-repeat;}
#nav li.contact {width: 82px; }
#nav li.contact a span { background: url('../img/contact-default.png') no-repeat;}

#nav ul li span.dd {
	position: absolute;
	left: -9999px;
	top: 34px;
	width: 100%;
	display: block;
}

#nav ul li ul {
	background: url('../img/nav-dropdown-bg.png') repeat-x !important;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li.hover ul li {
	text-indent: 0px !important;
	display: block;
	width: 100%;
	background: none !important;
	height: auto;
}

#nav ul li.hover { position: relative;}

#nav ul li.hover span.dd {
	left: 0;
}

#nav ul ul a { display: block; text-decoration: none; background: none !important; text-indent: 0 !important; height: 24px; padding: 0 5px; line-height: 24px; color: #036 }

#nav ul li.hover ul li a:hover { background: url('../img/nav-dropdown-selected-bg.png') repeat-x !important; }

.hero {
	width: 852px;
	height: 202px;
	margin: 5px 0 0 4px;
	background: url('../img/hero.jpg') no-repeat;
	float: left;
	clear:both;
}

.content { 
	float: left; 
	clear: both; 
	width: 860px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#footer {
	width: 824px;
	margin-top: 50px;
	padding: 60px 20px;
	font-size: 10px;
	color: #69c;
	float: left;
	clear: both;
	background: url('../img/footer-bg.jpg') no-repeat;
}

.footerlinks {float: left; }
.footerother { float: right; }

.leftcolumn { float: left; width: 33%; }
.centercolumn { float: left; width: 33%; }
.rightcolumn { float: right; width: 33%;}

.pad10 { margin: 0 10px; }
.pad20 { margin: 0 20px; }

a.learn {
	width: 108px;
	height: 40px;
	display: block;
	background: url('../img/learnmore-off.png') no-repeat;
	text-indent: -9999px;
}
a:hover.learn {
	background: url('../img/learnmore-on.png') no-repeat;
}

a.contactus {
	width: 104px;
	height: 34px;
	display: block;
	background: url('../img/contactus-button.png') no-repeat;
	text-indent: -9999px;
}
button.send {
	width: 104px;
	height: 34px;
	display: block;
	background: url('../img/sendmessage-button.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	padding: 0;
}
.secondary {
	float: left;
	width: 603px;
	margin-left: 4px;
}

#rightnav { 
	float: right; 
	margin: 30px 4px 0 0;
}

#homepanel { float: left; clear: both; width: 860px; margin: 33px 0 13px 0 }

.homepanel-left {
	float: left;
	width: 20px;
	height: 220px;
	background: url('../img/home-panel-left.png') no-repeat;
}
.homepanel {
	float: left;
	width: 270px;
	height: 220px;
	background: url('../img/home-panel-center.png') repeat-x;
}
.rightnavpanel {
	float: left;
	width: 200px;
	height: 220px;
	background: url('../img/home-panel-center.png') repeat-x;
}
.homepanel-right {
	float: left;
	width: 18px;
	height: 220px;
	background: url('../img/home-panel-right.png') no-repeat;
}

.homepanel p {
	height: 90px;
}
.panelcenter {
	width: 275px;
	margin: 0 3px;
}


.homefooter {
	width: 850px;
	float: left;
	clear: both;
	background: url('../img/diagonal-bg.gif') repeat-x;
	margin: 0 5px;
}

a.block {
	width: 286px;
	height: 83px;
	overflow: hidden;
	background: url('../img/block-bg.jpg') repeat-x;
	margin: 0 3px 3px 0;
	float: left;
	color: #fff;
}
a:hover.block {
	background-position: 0 -83px;
	color: #f60;
	text-decoration: none;
}

a.block span {
	display: block;
	clear: both;
}

a.block .title {
	display: inline-block !important;
	margin: 10px 0 5px 0;
	font-weight: bold;
	padding-right: 20px;
	width: auto !important;
	clear: both;
	background: url('../img/arrow.gif') 100% 2px no-repeat;
}

a:hover.block .title {
	background-position: 100% -11px !important;
}

a.product {
	width: 128px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

a.product .image {
	width: 128px;
	height: 57px;
	display: block;
}

a.product .label {
	font-variant: small-caps;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
}

a:hover.product {
	color: #fc0;
	text-decoration: none;
}

.client {
	width: 555px;
	padding: 10px 0;
	float: left;
	clear: both;
	border-bottom: 1px dotted #fff;
}

.client img {
	float: left;
}

.client .detail {
	float: right;
	width: 329px;
}

input.text {
	width: 274px;
	height: 17px;
	background: #fff url('../img/textfield-bg.gif') repeat-x;
	border: 1px solid #fc0;
	font-size: 11px;
	color: #036;
}
textarea.text {
	width: 274px;
	height: 81px;
	background: #fff url('../img/textarea-bg.gif') repeat-x;
	border: 1px solid #fc0;
	font-size: 11px;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
}

.asterisk {
	color: #fc0;
	font-weight: bold;
}

a.showroom { float: left; margin-top: 20px; }
a.gallery {	float: left; background: #369; padding: 4px; margin: 0 5px 5px 0; }
a:hover.gallery { background-color: #fff; }
a.gallery img { display: block; }
