/* 
 ----------------------------------------------------------------------------
  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:#9C7695 url("../images/bg.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:0px;}

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#000; text-decoration:underline; }


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

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

p.top {
	text-align:right;
	display:block;
	font-size:0.8em;
	} 
	
img.img-left { 
	float:left; 
	margin:7px 10px 0px 23px; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
img.thumb {
	margin-left:22px;
	}

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

form { 
	width:154px; 
	padding:10px 0 15px 40px; 
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#F2ECF1 !important; 
	border:1px solid #52166C;
	color:#322442;
	width:145px; /* 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: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.jpg"); 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding: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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


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

#wrap { 
	background:url("../images/index/wrap-bg.jpg") repeat-y; 
	width:779px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/index/title-header.jpg") no-repeat;
	width:779px;
	height:89px;
	
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:320px;
		top:0px;
		height:85px;
		}
	#masthead a span {
		display:none;
		}
		
#header-flash {
	background:url("../images/index/initial_bkgrnd.jpg") top center no-repeat;
	width:779px;	
	height:337px;
	}
	#header-flash #header{margin-left:11px;}
	
#header-graphic {
	background:url("../images/index/header-graphic.jpg") no-repeat;
	width:779px;
	height:341px;
	margin-left:4px;
	}
#contact-us {
	background:url("../images/index/contact-us.jpg") no-repeat;
	width: 228px;
	height:61px;
	margin-left:10px;
	} 	

#column-left { 
	width:238px; 
	float:left; 
	}  
#column-left p { 
	color:#322442;
	margin-left: 41px;
	}
	
#column-left .ptt { 
	margin:15px 0 0 35px;
	}
	 	
#column-left .estore { 
	margin:15px 0 0 40px;
	}
	 	
#featured-cases { 
	background:url("../images/index/featured-cases.jpg") no-repeat;
	width:209px;
	height:36px;
	margin-left:10px;
	}	
#bna-top {
	background:url("../images/index/bna-index01.jpg") no-repeat;
	height:138px;
	width:180px;
	margin-top:8px;
	margin-left:30px;
}

#bna-bottom {
	background:url("../images/index/bna-index02.jpg") no-repeat;
	height:138px;
	width:180px;
	margin-top:8px;
	margin-left:30px;
}

	
#column-right { 
	width:531px; 
	float:left;	 
	}
#column-right p { 
	margin:12px 33px 0px 26px;
	}	 
#column-right p.ha { 
	color:#C3816D;
	font-size:1.2em;
	}
#column-right ul li { 
		background:url("../images/index/bullet.jpg") 0px 6px no-repeat;
		padding-left:10px; 		
		margin-left: 41px;
		}
#column-right p.ha-sub { 
	color:#003366;
	font-size:1.3em;
	}


#achieve-outstanding {
	background:url("../images/index/achieve-outstanding-results.jpg") no-repeat;
	width:531px;
	height:61px;
	} 
	#achieve-outstanding p {
	margin-top:12px;
	margin-left:26px;
	padding-bottom:33px;
	} 

#featured-procedures {
	background:url("../images/index/featured-procedures.jpg") no-repeat;
	width:488px;
	height:129px;
	margin-left:23px;
	margin-top:10px;
	}
	#featured-procedures p { 
	color:#FBEFE0;
	margin-top:12px;
	margin-left:26px;
	padding-top:45px;
	}

	#featured-procedures-buttons { 
	background:url("../images/index/procedure-buttons.jpg") no-repeat;
	width:488px;
	height:118px;
	margin-left:23px;
	}
#featured-procedures-bg {
	background:url("../images/index/featured-procedures-bg.jpg") repeat-y;
	height:4px;
	margin-left:23px;
	}

#button-box {	
	width:212px;
	float:left;
	margin-left:21px;
	padding-left: 10px;	
	}	

#button-box-right {
	width:212px;
	float:left;	
	margin-left:21px;
	padding-left: 10px;
	}

	
	/* background image list items */

#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg") no-repeat; 
	height:83px; 
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */
 
#quick-list { float:right; width:200px; margin:12px 0px 5px 0px; padding-right:25px;}

#subhead {
	height:61px; /* sets height for all subheads */
	}
body#face #subhead {
	background:url("../images/sub/face.jpg") no-repeat; 
	}
body#about #subhead {
	background:url("../images/sub/about.jpg"); 
	}
body#contact #subhead {
	background:url("../images/sub/contact.jpg"); 
	}
body#gallery #subhead {
	background:url("../images/sub/gallery.jpg"); 
	}
body#skin #subhead {
	background:url("../images/sub/skin.jpg"); 
	}	
body#thankyou #subhead {
	background:url("../images/sub/thankyou.jpg"); 
	}
body#sitemap #subhead {
	background:url("../images/sub/subheads-sitemap.jpg"); 
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	color:#AC899E;
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#FDF3E7;
	}

#footer a:link, #footer a:visited {
	color:#FDF3E7;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#FDF3E7;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #FDF3E7;
	}

	#footer li.first { border: none; }

/* ---NAV--- */ 
#nav { 
	background: url("../images/index/nav-test.jpg") no-repeat; 
	width:779px;
	height:42px;
	margin-left:0px; 
	}
#nav span { display: none; }


#nav li, #nav a { height:42px; display:block;}
#nav li { float: left; list-style: none; _display:inline; }

#nav-01 { width: 106px; margin-left:7px;}
#nav-02 { width: 102px; margin-left:7px;}
#nav-03 { width: 155px; margin-left:7px;}
#nav-04 { width: 131px; margin-left:7px;}
#nav-05 { width: 123px; margin-left:7px;}
#nav-06 { width: 101px; margin-left:7px;}

#nav-01 a:hover {background: transparent url("../images/index/nav-test.jpg") -7px -43px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/index/nav-test.jpg") -120px -43px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/index/nav-test.jpg") -229px -43px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/index/nav-test.jpg") -391px -43px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/index/nav-test.jpg") -529px -43px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/index/nav-test.jpg") -659px -43px no-repeat;}

