@import url(/styles/reset.css);

/* 
Created by:
	Jade Faist
	Kinesis
	http://kinesisinc.com
	
Color Key:
	white: #ffffff;
	black: #000000;
	Other: #abc123;
*/

/* ====================================================== Structure */
#container {
	background: #ffffff;
	margin: 0 auto -120px auto;
    min-height: 100%;
    height: auto !important;
	width: 960px; height: 100%;
}

/* ====================================================== General Styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #f6f3e0;
	color: #424443;
}
div.line {
	background-color: #000000;
	color: #000000;
	width: 100%;
	height: 1px;
	margin: 2em 0;
	padding: 0 0;
	border:none;
}
div.line hr {
	display:none;
}
a:link, a:active, a:visited {
	color: #bdad52;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #8cbab7;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 1em 100px;
}
h1 {
	color: #bdad52;
	font-size: 2.6em;
}
h2 {
	color: #8cbab7;
	font-size: 2.1em;
	padding: 0 0 .477em 0;
}
h3 {
	color: #8cbab7;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0 .75em 100px;
}

/* ====================================================== Header */
#header {
	background: #ffffff url(/images/background/head-bg.png) no-repeat center bottom;
	padding: 0 18px 68px 18px;
	position: relative;
}
#header #home {
	position: absolute;
	top: 0; left: 54px;
	z-index: 500;
}
#header #home a {
	background: none;
	padding: 0 0;
}

/* ====================================================== Navigation */
#navigation {
	background: #424443;
	color: #ffffff;
	list-style: none outside;
	padding: 0 0 0 234px;
	position: relative;
	width: 690px; height: 28px;
}
#navigation li {	
	float: left;	
	position: relative;
}
#navigation li a {
	background: #424443 url(/images/background/nav-bg.png) no-repeat 0 0;	
	color: #ffffff;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 1.2em;
	padding: 0 2.2em;
	position: relative;
	text-decoration: none;
	z-index: 400;
}
#navigation li a:hover {
	background: #2d2e2d url(/images/background/nav-bg.png) no-repeat 0 -28px;
}
#navigation #quote a {
	background-image: none;
	color: #ed1c24;
	font-weight: bold;
}
/* == Subnavigation */
#navigation li.primary ul {	visibility: hidden; }
#navigation li.primary:hover ul { visibility: visible; }
#navigation li.primary:hover ul ul,
#navigation li.primary ul:hover ul {	visibility: hidden; }
#navigation li.primary ul li:hover ul { visibility: visible; }
#navigation ul {
	list-style: none outside;
	padding: 0 30px 30px 30px;
	position: absolute;
	top: 28px; left:-30px;
	width: 20em;
	z-index: 1000;
}
#navigation ul li {	
	float: none;
	padding: 0 0;
	margin: 0 0;
}
#navigation ul a {
	background: #2d2e2d;
	line-height: normal;
	padding: 10px 20px;
	width: auto; height: auto;
}
#navigation ul a:hover,
#navigation ul a:focus {
	background: #5b5c5b;
}
#navigation ul ul {
	position: absolute;
	padding: 0 30px 30px 0;
	top: 1em; left: 19em;
	width: 10em;
}
#navigation ul ul a {
	background: #424443;
}


/* =========== Banner */
.loading {
	line-height: 224px;
	overflow: hidden;
	text-align: center;
	width: 924px;
}
#banner {
	background: #ffffff;
	overflow: hidden; 
	position: relative;
	width: 924px; height: 332px;
	z-index: 100;
}
#banner .panelContainer {
	background: #ffffff;
	position: absolute;
}
#banner .panelContainer .panel {
	float:left;
	position: relative;
	width: 924px; height: 332px;
}

/* == Banner Nav */
#slide-nav {
	background: #ffffff;
	right: 40px;
	padding: 0 12px 10px 2px;
	position: absolute;
	text-align: right;
	z-index: 800;
}
#slide-nav li {
	display: inline-block;
	list-style: none outside;
	padding: 0 0;
}
#slide-nav a,
#slide-nav a:hover,
#slide-nav a:focus {
	background-image: url(/images/slide/slide-nav.png);
	background-repeat: no-repeat;
	border: 0 none;
	display: block;
	margin: 0 0 0 10px;
	text-align: left;
	text-indent: -99999em;
	width: 30px; height: 30px;
}

.btn1 a { background-position: 0 0; }
.btn1 a:hover { background-position: 0 -30px; }
.btn1 a.current { background-position: 0 -60px; }

.btn2 a { background-position: -30px 0; }
.btn2 a:hover { background-position: -30px -30px; }
.btn2 a.current { background-position: -30px -60px; }

.btn3 a { background-position: -60px 0; }
.btn3 a:hover { background-position: -60px -30px; }
.btn3 a.current { background-position: -60px -60px; }

.btn4 a { background-position: -90px 0; }
.btn4 a:hover { background-position: -90px -30px; }
.btn4 a.current { background-position: -90px -60px; }

.btn5 a { background-position: -120px 0; }
.btn5 a:hover { background-position: -120px -30px; }
.btn5 a.current { background-position: -120px -60px; }

/* ====================================================== Main Content */
#main {
	float: left;
	padding: 20px 20px 20px 40px;	
	width: 540px;
}
#main img.break {
	padding: 1em 0 2.2em 0;	
}
#main ol {
	margin: 0 0 0 120px;
}
#main ol li {
	color: #bdad52;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	list-style-position: outside;
	padding: 0 0 10px 20px;
}
#main ol li p {
	color: #424443;
	font-weight: normal;
}
#main ul li {
	background: transparent url(/images/bullet.png) 0 3px no-repeat;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none outside;
	margin: 0 0 0 110px;
	padding: 0 0 10px 30px;
}
#main ul ul li {
	margin: 0;	
}
#main li h3,
#main li p {
	font-size: 1em;
	margin-left: 0;
	padding-left: 0;
}

ol#gallery, ol#products {
	list-style: none inside;
	margin: 0 0;
	padding: 0 0;
}
ol#gallery li {
	border-top: 1px solid #e7dc9c;
	font-size: 1.8em;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
ol#products li {
	border-top: 1px solid #e7dc9c;
	color: #424443;
	font-size: 1.2em;
	padding: 10px 0;
	text-transform: uppercase;
}
#gallery ul, ol#products ul {
	margin-top: -10px;
}
ol#products ul {
	margin-top: 10px;
}
#gallery ul li, ol#products ul li {
	border: 0;
	color: #424443;
	font-weight: normal;	
	font-size: 0.667em;
	margin: 0 0 0 110px;
	padding: 0 0 10px 30px;
	text-transform: none;
}
ol#products ul li {
	font-size: 1em;
}
#main li.pdf {
	background: transparent url(/images/icons/pdf.gif) 0 3px no-repeat;	
}
#main li.word {
	background: transparent url(/images/icons/word.gif) 0 3px no-repeat;	
}
#main li.excel {
	background: transparent url(/images/icons/excel.gif) 0 3px no-repeat;	
}
address {
	font-style: normal;	
}
address span {
	font-weight: bold;
}
/* ============================== Form */
label {
	display: block;
	float: left;
	font-size: 0.917em;
	margin-left: -100px;
	padding-top: 3px;
	text-align: right;
	width: 100px;
}
.info label {
	display: inline;
	float: none;
	margin-left: 0;
	padding-top: 0;
	text-align: left;
	width: auto;
}
input,
textarea {
	background-color: #ffffff;
	border: 1px solid #8cbab7;
	color: #8cbab7;
	margin: 0 10px;
	padding: 3px;
	width: 75%;	
}
input.checkbox,
input.radio {
	width: auto;
	border: 0 none;
}
input:hover,
textarea:hover {
	color: #000000;
	background-color: #eff5f4;
}
input:focus,
textarea:focus {
	color: #000000;
	background-color: #ffffff;
}
input.short {
	width: 8%;	
}
input.mid {
	width: 31.5%;
}
input.submit {
	background: #8cbab7;
	color: #ffffff;
	padding: 6px;
	width: auto;
}
input.submit:hover {
	cursor: pointer;
	background-color: #424443;
}
form p {
	position: relative;
}
#overlay {
	background-image:url(/images/overlay.png);
	overflow:auto;
	padding-top:20px;
	position:fixed;
	margin:auto;
	top:0px; left:0px;
	width:100%; height:100%;
	z-index:1100;
}
.error {
	background-color: #990000;
	color: #ffffff;
	display: block;	
	padding: .5em;
	position: absolute;
	top: 5px; right: 0;
	z-index: 1000;
}
#overlay .error {
	font-size: 2.4em;
	margin-left: -300px;
	padding: 20px;
	top: 200px; left: 50%;
	width: 600px;
}
#overlay .error a {
	bottom: 0; right: 0;
	display: block;
	font-size: .5em;
	padding: .5em;
	position: absolute;
}

/* ====================================================== Sidebar */
#sidebar {
	float: right;
	padding: 20px 40px 20px 0;
	width: 292px;	
}
#sidebar .block {
	padding: 0 0 28px 0;	
}
#sidebar h4 {
	color: #bdad52;
	font-size: 1.8em;
	padding: 0 0 1em 0;
}
.caption {
	color: #a8cbc9;
	display: block;
	font-size: 1.2em;
	text-align: right;
}
.gallery {
	list-style: none outside;	
}
.gallery li {
	display: inline-block;
	padding: 0 0 24px 28px;
}
/* ====================== Lightbox */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/lightbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/lightbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/lightbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/lightbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/lightbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/lightbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/lightbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/lightbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/lightbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/lightbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/lightbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/lightbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/lightbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/lightbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/* ====================================================== Footer */
#push {
	clear: both;
	height: 120px;
}
#footer {
	background: #ffffff url(/images/background/foot-bg.png) no-repeat 0 0;
	color: #ffffff;
	margin: 0 auto;
	padding: 60px 18px 0 42px;
    width: 900px; height: 60px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #bdad52;
}
#footer .copy,
#footer .logo {
	font-size: 1em;
	line-height: 60px;
	padding: 0 0;
}
#footer .copy { 
	float: left;
}
#footer .logo {
	float: right;
}