/*-------------------------------------------------------------------------------------*/

/* zeroed

/*------------------------------------------------------------------------------------*/



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {	
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
p { color:#fff;}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

body {
	background:#fff url("../images/bg.jpg") top repeat-x;
	text-align:center;
	font:11px/16px Arial, Helvetica, sans-serif;
	background-color:#003f5e;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.4em;
	color:#ff9b00;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size:1.4em;
	color:#ff9b00;
}
h3 {
	font-size:1.4em;
	color:#86b1c7;
}
p.subt {
	font-size:1.4em;
	color:#034464;
	font-family:"Times New Roman", Times, serif;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited { color:#fff; text-decoration:underline; outline:none; }
a:hover, a:active { color:#86b1c7; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clear { clear:both; }
div.clear { height:.01em; overflow:hidden; }

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}

/* ------------------------ form elements ------------------------ */

form {
	width:500px;
	margin:10px 0 15px 0; /* set margin left and right below */
	color:#fff;
}
form label { font-size:13px; display:block; margin-top:10px;}
form label#required {
	font-size:.95em;
	color:#fff;
}
form br {
	line-height:0;
	height:0;
}

/* defaults vertical spacing between fields */

input, textarea, select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	width:470px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select {
	width:150px;
	padding:0;
} 

/* same width as form - !important */

textarea {
	height:90px;
	overflow:auto;
}
#contact_business {
	display: none;
} 

/* do not remove */ 

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} 
/* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */
input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} 
/* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
/* ------------------------ main framework ------------------------ */
#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ CENTER wrap ------------------------ */
#center-wrap {
	background-image:url(../images/bg-wrap.jp_);
	width:960px;
	margin-top:21px;
	text-align:left;
}	
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:141px;
}
/* index page link within #masthead */
#masthead a {
	position:absolute;
	left:0px;
	width:0px;
	top:0px;
	height:0px;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:540px;
	float:left;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:20px 20px 10px 30px;
}
#column-left form {
	margin: auto;
} /* set form margin here *//* single column list */
#column-left ul {
	padding-left:5px;
}
#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px; /* pushes text to the right to display bg img */
}/* multi column list */
#column-left ul {
	padding-left:5px;
}
#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px; /* sets the width of each column */
	line-height:20px;
}/* definition list */
#column-left dl {
	padding-left:5px;
}
#column-left dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-left dl dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-left:5px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:410px;
	float:left;
	_background-color:#f2f7f9;
	color:#f2f7f9;
}
#column-right img {
	float:right;
}
#column-right p, #column-right ul, #column-right dl {
	margin:0px 0px 10px 0px;
	color:#fff;
}
#column-right h1, #column-right h2, #column-right h3 {
	color:#ff9b00;
}
#column-right form {
	margin-left:0px;
}
#column-right #subhead h3, #column-right #subhead p {
	font-size:1.8em;
	font-weight:bold;
	width:180px;
	margin: 70px 0 0 25px;
	padding:0;
	float:left;
}
/* single column list */
#column-right ul {
	width:180px;
	margin: 70px 0 0 20px;
	padding:0;
	float:left;
}

#column-right ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
}

/* definition list */
#column-right dl {
	padding-left:5px;
}
#column-right dl dt {
	font-weight:bold;
	color:#99CC00;
}
#column-right dl dd {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:10px;  /* pushes text to the right to display bg img */
	margin-left:5px;
}

body#consult #column-left, body#contact #column-left, body#design #column-left, body#promote #column-left, body#video #column-left {
	width:600px;
	float:left;
}
body#sitemap #column-left {
	width:960px;
	float:left;
}
body#consult #column-right, body#contact #column-right, body#design #column-right, body#promote #column-right, body#sitemap #column-right, body#video #column-right {
	width:360px;
	float:left;
	_background-color:#f2f7f9;
	color:#f2f7f9;
}
/* ------------------------ 123 framework ------------------------ */
#123 {
	background:url("../images/123.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:162px;
	clear:both; /* important - do not remove */
}	/* ------------------------ header framework ------------------------ */
#header-flash {
	height:300px;
} 
/* sets height for the flash header - REMOVE IF NOT USED */
#active-x {
	height:300px;
}
#header-graphic {
	height:300px;
} 
/* sets height for all non-flash headers */
body#index #header-graphic { background:url("../images/header-index.jpg"); }
body#about #header-graphic { background:url("../images/header-about.jpg"); }
body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* ------------------------ subhead framework ------------------------ */

#subhead { height:360px; } /* sets height for all subheads */
body#index #subhead { background:url("../images/subhead-index.jpg") ; }
body#consult #column-right #subhead { background:url("../images/sub-consult.jpg") top no-repeat; }
body#design #column-right #subhead { background:url("../images/sub-design.jpg") top no-repeat; }
body#promote #column-right #subhead { background:url("../images/sub-promote.jpg") top no-repeat; }
body#video #column-right #subhead { background:url("../images/sub-video.jpg") top no-repeat; }

body#thankyou #column-right #subhead { background:url("../images/sub-consult.jpg") top no-repeat; }
body#contact #column-right #subhead { background:url("../images/sub-contact.jpg") top no-repeat; }
body#sitemap #column-right #subhead { background:url("../images/sub-consult.jpg") top no-repeat; }





/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-wrap-top {
	width:960px;
	height:31px;
	background:url("../images/subhead-wrap-top.jp_") no-repeat;
	display:block;
}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg");
}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */

#bottom-wrap {
	background:url("../images/wrap-break.jp_") no-repeat;
	width:100%; /* fix for Safar */
	height:173px;
	clear:both; /* important - do not remove */
	margin-top:10px;
}
#bottom-wrap ul {
	width:180px;
	margin: 30px 0 0 45px;
	padding:0;
	float:left;
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:960px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}
#footer p {
	color:#fff;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:active {
	color:#fff;
}
#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #fff;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:960px;
	height:27px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:27px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 { width: 61px;	margin-left: 26px;}
#nav-02 { width: 101px;}
#nav-03 { width: 70px; }
#nav-04 { width: 78px; }
#nav-05 { width: 62px; }
#nav-06 { width: 73px; }
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -26px -27px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -87px -27px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -188px -27px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -258px -27px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -336px -27px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -398px -27px no-repeat; }

/* ------------------------ xtra ------------------------ */

.fade { 
	background: url("../images/fade.jpg") top no-repeat;
	width:960px; height:40px;
	}
.sub-fade { 
	background: url("../images/sub-fade.jpg") top no-repeat;
	width:527px; height:22px;
	margin: 0 auto;
	}
