/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

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:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#090f13;
	text-align:center;
	font:13px/21px Arial, Helvetica, sans-serif;
	color:#333;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.2em;
	color:#000;
}
h2 {
	font-size:1.3em;
	color:#CCC;
}
body#index h2 {
	font-size:1.6em;
	color:#4C5C66;
	text-transform: capitalize;
	font-weight: lighter;
}
body#index .feature-pods h2 {
	color: #DEC378;
	margin: 0;
}
h3 {
	font-size:1.1em;
	color:#7ba1aa;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#C1B370;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#C1B370;
	text-decoration:underline;
	outline:none;
}
.split-pod a:link, .split-pod a:visited {
	color:#4C5C66;
	text-decoration:underline;
	outline:none;
}
.split-pod a:hover, .split-poda:active {
	color:split-pod;
	text-decoration:none;
	outline:none;
}
h2 a:link, h2 a:visited {
	color:#D7D7D7;
	text-decoration:underline;
	outline:none;
}
h2 a:hover, h2 a:active {
	color:#D7D7D7;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
h1, h2, h3 {
	text-transform:capitalize;
	font-weight:bold;
}
.special, #nav li.special {
	display:none;
}
ul#sub-nav {
	background:url(../images/bg-sub-nav.png) top left no-repeat;
	padding: 5px 0 0 0;
}
ul#sub-nav li {
	list-style:none;
	margin:0 0 7px 45px;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
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:100%;
	margin:10px 0 15px 0; /* set margin left and right below */
}
.col-right form {
	width:255px;
	margin:0 0 0 50px;
	display:block;
}
.col-right form#searchform {
	width:100%;
	margin:0 0 10px 0;
	display:block;
}
.col-right form#searchform #searchsubmit {
	width:80px;
	margin:0 0 0 5px;
	display:inline;
	height: 23px;
	background: url(../images/button-submit-small.png);
	color: #E8CB5D;
	border:none;
	padding:0;
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background:#283033 url(../images/bg-input.jpg) repeat-x top; /* to prevent highlighting by Google Toolbar */
	border:1px solid #283033;
	color:#CCC;
	width:250px; /* 5 pixles smaller than form width !important */
	height:20px;
	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: Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
	z-index:-99;
}
/* ------------------------ 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:20px;
	font-size:1em;
	color: #CCC;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:250px;
	position:absolute;
	left:110%;
	top:-2px;
	vertical-align: middle;
	padding:10px 0 0 10px;
}
#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/button-submit.png);
	width:160px;
	height:38px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ all about wrap ------------------------ */
#main-wrap {
	background: url(../images/main-bg-repeat-x.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
}
#main-wrap .top-wrap {
	background: url(../images/main-top-wrap.jpg) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	height:360px;
}
#intro-wrap {
	background:#a6adb1 url(../images/intro-bg-repeat-x.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
}
#intro-wrap .top-wrap {
	background: url(../images/intro-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding: 20px 0 0 0;
}
#feature-wrap {
	background:url(../images/feature-bg-repeat.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#FFF;
}
#feature-wrap span {
	display:none;
}
#feature-wrap .top-wrap {
	background: url(../images/feature-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	height:206px;
	padding: 57px 0 0 0;
}
.feature-image {
	width:300px;
	float:left;
	display:block;
}
.feature-image img {
	display:block;
	margin:10px auto 0 auto;
}
.feature-pods {
	width:342px;
	float:left;
	display:block;
	padding:10px 0 0 20px;
}
.feature-pods h3 {
	margin:0;
}
a#feature-button {
	background:url(../images/feature-button.jpg);
	height:31px;
	width:305px;
	display:block;
}
#footer-wrap {
	background:url(../images/footer-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#426067;
	padding: 20px 0;
}
#footer-wrap h2, #footer-wrap h3, body#index #footer-wrap h2, body#index #footer-wrap h3, li.first {
	color:#688085;
	font-size:14px;
	border:none;
}
#footer-bottom {
	text-align:center;
}
#footer-bottom h2, #footer-bottom p, body#index #footer-bottom h2, body#index #footer-bottom p {
	margin:0;
	font-size:12px;
	font-weight:bold;
}
.footer-pods {
	width:320px;
	float:left;
	display:block;
	padding:0 0 0 20px;
}
.footer-pods h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}
.wrap {
	width:1024px;
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#signin {
	width:1004px;
	display:block;
	margin:0 auto;
	color: #999;
	text-align: right;
	padding: 3px 10px;
	font-weight: bold;
}
#signin p {
	margin:0;
}
.split-pod {
	width:472px;
	padding:0;
	float:left;
	display:block;
	margin: 0 25px 0 15px;
}
.split-pod ul {
	margin:0 0 10px 0;
	display:block;
	padding:5px;
}
.split-pod li {
	list-style:disc;
	margin:0 0 5px 15px;
	font-size: 11px;
	color: #161E20;
}
/* ------------------------ subpage ------------------------ */
#sub-wrap {
	background: url(../images/main-bg-repeat-x.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
}
#sub-wrap .top-wrap {
	background: url(../images/sub-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	height:308px;
}
 body#sub #intro-wrap, body#sub-archive #intro-wrap{
	background: url(../images/sub-intro-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#CCC;
}
body#sub #intro-wrap small, body#sub-archive #intro-wrap small {
	color:#7ba1aa;
	font-size:0.8em;
}
body#sub #intro-wrap h1{
	color:#e8cb5d;
	font:2em/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
}
body#sub-archive #intro-wrap h1 {
	color:#D7D7D7;
	font:2em/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
}
body#sub-archive h2 a:link, body#sub-archive h2 a:visited {
	color:#e8cb5d;
	text-decoration:underline;
	outline:none;
}
body#sub-archive h2 a:hover, body#sub-archive h2 a:active {
	color:#e8cb5d;
	text-decoration:none;
	outline:none;
}
p.postmetadata a:link, p.postmetadata a:visited {
	color:#7ba1aa;
	text-decoration:underline;
	outline:none;
}
p.postmetadata a:hover, p.postmetadata a:active {
	color:#7ba1aa;
	text-decoration:none;
	outline:none;
}
body#sub #intro-wrap h2, body#sub-archive #intro-wrap h2 {
	margin:0 0 10px 0;
	color: #FFC;
	font-weight: bold;
}
body#sub #footer-wrap {
	background: url(../images/sub-footer-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#426067;
	padding: 20px 0;
}
body#sub .footer-pods, body#sub-archive .footer-pods{
	width:320px;
	float:left;
	display:block;
	padding:0 0 0 20px;
}
body#sub .footer-pods#left li, body#sub-archive .footer-pods#left li, .footer-pods#left li {
	border:none;
	padding:0;
}
body#sub .footer-pods#left h3,  body#sub-archive .footer-pods#left h3{
	color:#6C9DA8;
}
.col-left {
	width:609px;
	float:left;
	padding:20px;
	margin: 0 20px 0 0;
	color: #FFF;
}
body#sub .col-left p strong, body#sub-archive .col-left p strong{
	color:#FFF;
}
body#sub .col-left ul, body#sub-archive .col-left ul{
	margin:0 0 10px 0;
}
body#sub .col-left li, body#sub-archive .col-left li{
	list-style:disc;
	margin:0 0 0 15px;
}
p.postmetadata {
	font-size:9px;
	font-weight:lighter;
}
.col-left .navigation {
	display:block;
	width:100%;
	text-align:right;
}
.col-right {
	width:354px;
	float:left;
	padding:20px 0 0 0;
}
.title {
	width:354px;
	height:46px;
	display:block;
}
.title-content {
	width:354px;
	padding:0 0 20px 0;
	display:block;
}
#t-mmm {
	background:url(../images/t-mmm.png) top no-repeat;
}
#t-consultation {
	background:url(../images/t-consult.png) top no-repeat;
}
#t-events {
	background: url(../images/t-events.png) top no-repeat;
}
#t-showroom {
	background: url(../images/t-show.png) top no-repeat;
}
#button-client {
	background:url(../images/button-client-login.png) top no-repeat
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background: url(../images/mast-header.jpg);
	height:300px;
}
body#sub #masthead, body#sub-archive #masthead{
	position:relative;
	background: url(../images/sub-mast-header.gif);
	height:254px;
}
/* index page link within #masthead */		
#masthead a.logo {
	position:absolute;
	left:11px;
	width:177px;
	top:-41px;
	height:149px;
}
#masthead a.consultation {
	position:absolute;
	left:4px;
	width:209px;
	top:242px;
	height:52px;
}

body#sub #masthead a.consultation, body#sub-archive #masthead a.consultation {
	position:absolute;
	left:802px;
	width:217px;
	top:11px;
	height:66px;
}
#masthead #sub-nav-wrapper {
	position:absolute;
	left:661px;
	top:50px;
	width:354px;
	height:28px;
}
#masthead a.ppc {
	position:absolute;
	left:661px;
	top:89px;
	width:354px;
	height:28px;
}
#masthead a.directories {
	position:absolute;
	left:661px;
	top:117px;
	width:354px;
	height:28px;
}
#masthead a.tv-ad {
	position:absolute;
	left:661px;
	top:145px;
	width:354px;
	height:28px;
}
#masthead a.radio-ad {
	position:absolute;
	left:661px;
	top:173px;
	width:354px;
	height:28px;
}
#masthead a.billboard {
	position:absolute;
	left:661px;
	top:201px;
	width:354px;
	height:28px;
}
#masthead a.yellowpages {
	position:absolute;
	left:661px;
	top:229px;
	width:354px;
	height:28px;
}
#masthead a.web-dev {
	position:absolute;
	left:661px;
	top:257px;
	width:354px;
	height:28px;
}
#masthead span {
	display:none;
}
/* ------------------------footer framework ------------------------ */

#footer-wrap p {
	color:#426067;
	margin-bottom:10px;
}
#footer-wrap a:link, #footer-wrap a:visited {
	color:#426067;
	text-decoration: underline;
}
#footer-wrap a:hover, #footer-wrap a:active {
	color:#426067;
	text-decoration: none;
}
#footer-wrap h2 a:link, #footer-wrap h2 a:visited {
	color:#6c9da8;
	text-decoration:underline;
	outline:none;
}
#footer-wrap h2 a:hover, #footer-wrap h2 a:active {
	color:#6c9da8;
	text-decoration:underline;
	outline:none;
}
#footer-wrap ul {
	margin:0 0 10px 0;
}
#footer-wrap li.second {
	border:none;
}
#footer-wrap 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 #426067;
}
#footer-wrap li.first {
	border: none;
	padding: 0 5px 0 0;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:1024px;
	height:54px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:53px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 105px;
	margin-left: 233px;
}
#nav-02 {
	width: 160px;
}
#nav-03 {
	width: 217px;
}
#nav-04 {
	width: 176px;
}
#nav-05 {
	width: 133px;
}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {
	background:url("../images/nav.jpg") -233px -53px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -338px -53px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -498px -53px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -715px -53px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -891px -53px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color: #000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 10;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #000;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
}
#nav li ul li a span {
	display:block;
	padding-left:5px;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover {
	background-image:none;
	background-color: #333;
	color:#FFFFFF;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li {
	width:158px;
}
#nav-03 ul, #nav-03 li {
	width:215px;
}
