/*
default styles for interiorconcepts.com [crmxchange]
Created:        Jan 17 2007
Last Modified:  Jan 17 2007
----------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com | Copyright 2007
===========================================*/

/* NORMALIZING styles
===========================================*/

* { /* resets white space globally */
    margin: 0;
    padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	}

/* MAIN styles
===========================================*/
body {
	/*font-size: 76%;*/ /* http://www.thenoodleincident.com/tutorials/typography/css/real.css */
	/* should reset 1em to 10px */
	font-size: 62.5%; /* http://www.thenoodleincident.com/tutorials/typography/css/real.css */
	background: #e6e4e4 url('images/bg_body_main.gif') 0 0 repeat-x;
	color: #4c5d71;
	padding-bottom:3em;
	}

h1 {
	font-size: 2em;
	color: #004171;
	font-weight: normal;
	}

h2 {
	font-size: 1.9em;
	font-weight:normal;
	color: #97b500;
	margin:.25em 0 .25em;
	}

h3 {
	font-size: 15px;
	font-weight:normal;
	color: #97b500;
	margin:.25em 0 .25em;
	}

span.subtitle {
	font-size: 15px;
	color: #394655;
	margin:.25em 0 .25em;
	}


h4 {
	font-size: 1.7em;
	font-weight:normal;
	color: #666;
	margin:.25em 0 0 0;
	}

h2.sectiontitle {
	font-size: 1.3em;
	font-weight:normal;
	color: #dadada;
	margin:138px 0 0 20px;
	_margin:134px 0 0 20px;
	}

a {
	outline:none;
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	}
a:link, a:visited {color: #2E6A95; text-decoration: none;}
a:hover, a:active{color: #004171;}

a.pdflink {
	background: transparent url('images/icon_pdf.gif') 0 0 no-repeat;
	padding:5px 0 4px 0;
	padding-left: 24px;
	}

p {
	margin: 0 0 .5em;
	}

dt { font-weight: bold; }

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0;
	padding: 0;
	}

.clr {
	clear: both;
	height: 0px;
	}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* =CONTAINER styles
===========================================*/
#container{
	width: 806px;
	position:relative;
	left: 50%;
	margin: 0 0 0 -406px;
	padding:0 0 0 6px;
	background: transparent;
	}

.rt-shad {
	background: #eff0f0 url('images/bg_subnavarea.gif') 0 0 no-repeat;
	width:6px;
	height:25px;
	/* margin: 0 0 0 -6px; */
	position: absolute;
	z-index:50;
	top:193px;
	left:0;
	}

.lft-shad {
	background: #eff0f0 url('images/bg_subnavarea.gif') 100% 0 no-repeat;
	width:6px;
	height:25px;
	position: absolute;
	z-index:55;
	top:193px;
	right:0;
	}


#circles-squares {
	width: 67px;
	height: 72px;
	position:absolute;
	left: 50%;
	top: 244px;
	margin: 0 0 0 -498px;
	background: transparent url('images/ic_circles_squares.gif') 0 0 no-repeat;
	}

#circles-squares span {
	display: none;
	}


/* =HEADER styles
===========================================*/
#header {
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent;
	height: 154px;
	}
	
#header h1 { text-align: left; }

#header h1 { 
	position: absolute;
	display: inline;
	top: 1em;
	left: 1em;
	/* put the background image here too to avoid 'flash' when viewing in IE */
	background: transparent url('images/interiorconcepts_logo.gif') 0 0 no-repeat;
	}

#header h1 a {
	background: transparent url('images/interiorconcepts_logo.gif') 0 0 no-repeat;
	display: block;
	height: 47px;
	width: 297px;
	color: #ccc;
	padding: 47px 0px 0px 0px; 
	height: 0px !important;
	height /**/:47px;
	overflow:hidden;
	font-size: 1px;
	}

#header p.motto { 
	height: 0px !important;
	overflow:hidden;
	font-size: 1px;
	}

/* =CONTENT styles
===========================================*/
#content { /* this wraps everything from nav or subnav down */
	background: #fff url('images/bg_content.gif') 0 0 repeat-y;
	width: 806px;
	margin:0 0 0 -6px;
	padding:0 0 20px 6px;
	position: relative;
	}

.content-unit { /* the 'blocks' most pages are made of */
	width:655px;
	margin-right:6px;
	float:right;
	display:inline;
	min-height:280px;
	height:auto;
	background:transparent;
	/*background:#ffffde;*/ 
	/* lt yellow */
	}

.content-left { /* left side of the block */
	width: 315px;
	float:left;
	display:inline;
	padding:16px 20px 0;
	background: transparent;
	}

.content-right { /* right side of the block */
	width: 300px;
	float:left;
	text-align:center;
	background: #fff;
	overflow:hidden;
	}

.content-right img {
	border: none;
}

.content-inner { /* like content-left, but spans across; no image */
	width: 760px;
	float:left;
	padding:16px 20px 0;
	background: transparent;
	}

/* all the links in the main sections of the page are different than those in the footer, sidebar, sidenav, and mainnav */
.content-unit a, .content-left a, .content-right a, .content-inner a, 
dl a {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight:bold;}


/* base section pages, with wider images */
body.base .content-unit { /* the 'blocks' most pages are made of */
	width:800px;
	margin-bottom: 0;
	margin-right:6px;
	}

body.base .content-left { /* left side of the block */
	width: 380px;
	float:left;
	padding:16px 20px 0 20px;
	background: transparent;
	}

body.base .content-right { /* right side of the block */
	width: 380px;
	float:left;
	background: #fff;
	}

#content p, .content-unit ul, .content-unit .content-left ul, .content-inner ul {
	font-size: 1.2em;
	line-height:1.8em;
	margin: 0 0 1.5em 0;
	color:#4c5d71;
	}

#content ul {
	margin:10px 0 20px 2em;
	}

#content ul li{
	list-style: none;
	margin: 0 0 10px 0;
	line-height:1.3em;
	}

#content ul li a {
	font-size: 13px;
	}

/* MAIN NAVIGATION styles
========================================== */

#main-navigation { /* div that encloses UL */
	margin: 0 0 0 -6px;
	padding:6px 0 0 6px;
	font-size: 11px;
	width:806px;
	background: #BABBBB url('images/bg_mainnav_wrap.gif') 0 0 no-repeat;
	}

#main-navigation ul {
	padding:0;
	margin:0;
	width:800px;
	color: #ffdd8a;
	list-style: none;
	float:left;
	background:#BABBBB;
	overflow: hidden;
	}

#main-navigation ul li{
	display: inline;
	margin:0;
	padding:0;
	}

#main-navigation ul li a { 
	/* padding: 9px 25px 10px 24px; */
	/* width: 159px; */
	margin: 0 1px 0 0;
	_margin: 0 1px -1px 0;
	padding:9px 23px 10px;
	_padding:9px 25px 10px;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
	float:left;
	border-top: 1px solid #dde0e1;
	text-decoration: none;
	color: #494e5c;
	}

#main-navigation ul li a:link, #main-navigation ul li a:visited {	
	background: #cdcfd0 url('images/bg_btn_mainnav.gif') 0 0 repeat-x;
	}

#main-navigation ul li.last a {
	padding:9px 23px 10px 23px;
	_padding:9px 29px 10px 28px;
	margin: 0 0 0 0;
	}

#main-navigation ul li a:hover, #main-navigation ul li a.active {
	color: #004171;
	background: #EFF0F0 url('images/bg_mainnav.gif') 0 0 repeat-x;
	}


/* =FOOTER styles
===========================================*/
#footer {
	clear: both;
	margin: 0 0 0 -6px;
	padding: 0 0 0 6px;
	background: #fff url('images/bg_content.gif') 0 0 repeat-y;
	width: 806px;
	}

#footer p.address {
	padding: 10px 20px 0;
	border-top: 1px solid #b9babb;
	width:760px;
	font-size: 12px;
	}

p.solutions {
	text-align:left;
	background: transparent url('images/bg_solutions.gif') 0 0 no-repeat;
	width:348px;
	height:37px;
	margin:8px 0 0 18px;
	}

p.solutions span {
	display: none;
	}

p.copyright {
	margin: 0 0 0 -6px;
	padding:5px 20px 18px 0;
	color:#a3a6ad;
	background: #e6e4e4 url('images/bg_footer_bottom.gif') 0 0 no-repeat;
	text-align:right;
	}


/* =CONTACT styles
===========================================*/
.required {color:#850202;}

#form-container {
	padding-left: 2em;
	}

fieldset {
	margin: 0px;
	padding: 0 10px 10px;
	background-color: transparent;
	border: 0px;
	}
	
fieldset input, fieldset textarea {
	border:1px solid #ccc;
	background:#fffffa;
	/* width: 200px; */
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	}

fieldset input#phone, fieldset input#fax, fieldset input#zipcode {
	width: 12em;
	}

fieldset select {
	border:1px solid #ccc;
	background:#fffffa;
	width: 280px;
	color:#666;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

fieldset select {
	width:200px;
	}
	
fieldset input:focus, fieldset textarea:focus {
	border:1px solid #a36310;
	color:#333;
	background:#fff;
	}

.formfields dt{
	float: left;
	clear: left;
	width: 25%;
	margin: 6px 10px 0 0;
	text-align: right;
	font-size:1.2em;
	padding-top:3px;
	}	

.formfields dd{
	float: left;
	margin: 6px 0 0 0;
	width: 65%;
	}

#form-container .submit {
	margin: 5px 0 0 0;
	width: auto;
	padding:2px 8px;
	float: left;
	background: #2E6A95;
	color: #fff;
	font-weight: bold;
	border:1px solid #224D6D;
	border-top-color:#4C83AA;
	border-left-color:#4C83AA;
	}

.caption {
	margin-bottom: 25px;
	padding:2px 8px;
	font-size: 11px;
	text-align: right;
	}