/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. Used with Permission.                             
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#000 url("") repeat; text-align:left;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#302C2C;
	}

p, ul, ol, dl, pre	{ margin-bottom:10px; }

b {font-weight:bold; text-decoration:underline;}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#675C3F; }
h2	{ font-size:1.1em; color:#675C3F; }
h3	{ font-size:1.0em; color:#675C3F; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#675C3F; text-decoration:underline; }
a:hover,a:active	{ color:#7F7250; text-decoration:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	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 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 5px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:137px;
	padding:10px 0 15px 15px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#302C2C!important; /* to prevent highlighting by Google Toolbar */
	color:#DBCBA7;
	width:132px; /* 5 pixles smaller than form width !important */
	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;
	border-color:#302C2C;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { 
	margin:90px 0 0 242px;
	background:url("../images/submit.gif") no-repeat;
	width:63px;
	height:27px;
	border:none;
	cursor:pointer;

	}

input.submit-image { 
	background:url("../images/submit.gif");
	width:63px;
	height:27px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1em;
	color:#302C2C;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:150px;
	position:absolute;
	left:110%;
	top:-2px;
	border:1px solid;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:92px;
	}

/* ----- column-left ----- */

#column-left {
	width:197px;
	float:left;
	font-size:11px;
	}
	#column-left p, #column-left h1 {
	padding: 0 20px 0 36px;
	}
	
	
img.case {margin:0 0 0 30px;}		
/* ----- column-middle ----- */

#column-middle {
	width:360px;
	float:left;
	}
	
	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle dl, #column-middle ul { padding:0 10px 0 15px;}
	#column-middle ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}

/* ----- column-right ----- */

#column-right {
	width:203px;
	float:left;
	font-size:11px;
	}
	
	#column-right p, #column-right h1 { padding:0 30px 0 14px;}
	#column-right dl {margin-left:14px;}
	#column-right dt {font-weight:bold;}
	
	#contact { 
	background:url("../images/subhead-contact.jpg");
	width:164px;
	height:21px;
	margin:85px 0 15px 7px;
	}
	
	#callback {
	background:transparent url("../images/callback.jpg");
	width:145px;
	height:46px;
	margin: 17px 0 21px 10px;
	display:block;
	}
	
	#callback a {
	position:absolute;
	width:145px;
	height:48px;
	}
	
	#callback a span { display:none;}



	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	clear:both;
	width:100%;
	height:93px;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	background:url("../images/bg-header.jpg") no-repeat;
	height:231px; /* sets height for all non-flash headers */
	}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	background:url("../images/subhead-left.jpg") no-repeat;
	height:118px; /* sets height for all subheads */
	}

#subhead-middle {
	background:url("../images/subhead-middle.jpg") no-repeat;
	height:56px;
	padding-bottom:4px;
	}

#subhead-case {
	background:url("../images/subhead-case-eval.jpg") no-repeat;
	height:46px;
	padding-bottom:15px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	text-align:center;
	}

#footer p {
	color:#DBC8A1;
	font-size:10px;
	margin:0 35px 0 35px;
	padding-top: 10px;
	padding-bottom:10px;
	}



.border-wrap {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #C4C4C4;
	background-color: #F2F2F2;
	}

.border-wrap {
	margin: 0 15px 10px 15px;
	}
	
.border-wrap p {
		text-align:center;
		margin-bottom:5px;
		}
