/* 
 ----------------------------------------------------------------------------
  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: #F1E3C6 url(../images/allpages/back.jpg) top repeat-y;
	text-align:center; 
	font:12px/18px "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:16px; color:#000; }
h2	{ font-size:14px; color:#000; }
h3	{ font-size:12px; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 

p.caption {
	text-align:left;
	display:block;
	margin-top:0px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 20px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form { 
	width:174px; 
	padding:10px 0 15px 0; 
	margin: 0 0 0 28px;
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:0px solid #000;
	color:#E0A48A;
	width:169px; /* 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", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
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; width: 140px; }

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:12px;
	}

#contact-main label em{ 
	color: #7F5600;
}
#column-left p em{ 
	color: #7F5600;
}
	
#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/allpages/wrap.jpg); 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:52px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px;
		}
	#masthead a span {
		display:none;
		}
		
#header-flash {
	height:0px;
	}
	
#header-graphic, #header-graphic2, #header-graphic3 {
	background: url(../images/allpages/header.jpg);
	height:285px;
	position: relative;
	}
	#header-graphic2{
		background: url(../images/allpages/header2.jpg);
		}
	#header-graphic3{
		background: url(../images/allpages/header3.jpg);
		}
	#header-graphic span, #header-graphic2 span, #header-graphic3 span{
		display: none;
	}
	#header-graphic a, #header-graphic2 a, #header-graphic3 a{
		position: absolute;
		width: 295px;
		height: 50px;
		margin: 26px 0 0 25px;
	}
	
body#it #header-graphic{
		background: url(../images/allpages/header-graphic-it.jpg);
		}
	
#quicknav{
	background: url(../images/allpages/quicknav.jpg);
	height: 187px;
}
	#quicknav li a{
		font-size: 14px;
		font-family: "Garamond", "Times New Roman", Times, serif;
		text-decoration: none;
		color: White;
	}
	#quicknav li a:hover, #quicknav li a:active{
		color: #E4CE9E;
		text-decoration: underline;
	}

	#qn1{
		display: inline;
		float: left;
		margin: 73px 0 0 156px;
		width: 222px;
	}
	#qn2{
		float: left;
		width: 220px;
		margin: 73px 0 0 0;
	}
	#qn3{
		margin: 73px 0 0 0;
		float: left;
		width: 150px;
	}

#maintop{
	background: url(../images/allpages/maintop.jpg);
	height: 25px;
}
 
#column-left { 
	width: 523px;
	float:left; 
	}
	body#index #column-left { 
		width:530px; 
	}

	#title{
		height: 108px;
		width: 523px;
		margin: 0;
	}
		#title span{
			display: none;
		}

	body#index #title{
		height: 84px;
		background: url(../images/titles/index.jpg);
		width: 500px;
		margin: 0 0 0 23px;
	}
	
	/* hiding form IE */
	
	#column-left>#office1{
	background-image:url(../images/allpages/office1.jpg);
	width:150px;
	height:100px;
	margin: 0 0 8px 42px;
	float:left;
	}
	
	#column-left>#office2{
	background-image:url(../images/allpages/office2.jpg);
	width:150px;
	height:100px;
	margin: 0 0 8px 5px;
	float:left;
	}
	
	#column-left>#office3{
	background-image:url(../images/allpages/office3.jpg);
	width:150px;
	height:100px;
	margin: 0 0 8px 352px;
	}
	
	#column-left>#con1{
	background-image:url(../images/allpages/intl_cong1.jpg);
	width:150px;
	height:113px;
	margin: 0 0 8px 42px;
	float:left;
	}
	
	#column-left>#con2{
	background-image:url(../images/allpages/intl_cong2.jpg);
	width:150px;
	height:113px;
	margin: 0 0 8px 5px;
	float:left;
	}
	
	#column-left>#con3{
	background-image:url(../images/allpages/intl_cong3.jpg);
	width:150px;
	height:113px;
	margin: 0 0 8px 352px;
	}
	
	/* end hiding */
	
	#office1{
	background-image:url(../images/allpages/office1.jpg);
	width:150px;
	height:100px;
	margin: 0 0 8px 21px;
	float:left;
	}
	
	#office2{
	background-image:url(../images/allpages/office2.jpg);
	width:150px;
	height:100px;
	margin: 0 0 8px 5px;
	float:left;
	}
	
	#office3{
	background-image:url(../images/allpages/office3.jpg);
	width:150px;
	height:100px;
	margin: 0 0 8px 349px;
	}
	
	#con1{
	background-image:url(../images/allpages/intl_cong1.jpg);
	width:150px;
	height:113px;
	margin: 0 0 8px 21px;
	float:left;
	}
	
	#con2{
	background-image:url(../images/allpages/intl_cong2.jpg);
	width:150px;
	height:113px;
	margin: 0 0 8px 5px;
	float:left;
	}
	
	#con3{
	background-image:url(../images/allpages/intl_cong3.jpg);
	width:150px;
	height:113px;
	margin: 0 0 8px 349px;
	}
		
	/* body#index #column-left{
		background: url(../images/insets/insethome.jpg) no-repeat top right;
	} */
	body#index #column-left-bottom{
		background: url(../images/allpages/feature-case-bottom.jpg) repeat-x bottom;
		height: 78px;
		margin: 0 7px 0 23px;
	}
	#column-left h2{
		margin-left: 43px;
		margin-right: 35px;
	}
	#column-left h1{
		margin-left: 43px;
		margin-right: 35px;
	}
	#column-left h3{
		margin-left: 43px;
		margin-right: 35px;
	}
	#column-left p{
		margin-left: 43px;
		margin-right: 35px;
	}
	#column-left ul{
		margin-left: 43px;
		margin-right: 35px;
	}
		#column-left ul li{
			list-style: disc;
			color: #E4AE96;
			margin-left: 20px;
		}
			#column-left ul li span{
				color: #000;
			}
	#column-left h5{
		margin-left: 43px;
		margin-right: 35px;
	}
	body#index #inset-img{
		float: right;
		width: 230px;
		height: 180px;
	}
	
	#doc{
		background:url(../images/insets/doctor.jpg) no-repeat;
		width:162px;
		height:208px;
		margin: 0px 0px 9px 42px;
	}
	.qntitle span{
		display: none;
	}
	#feature-cases{
		background: url(../images/allpages/feature-cases.jpg) no-repeat left;
		height: 171px;
	}
		#feature-cases span{
			display: none;
		}
		.bna-featured{
			display: inline;
			float: left;
			margin: 0 0 0 73px;
		}
  	body#index #column-left-bottom{
  		margin-top: -10px;
  	}
  	body#index #column-left-bottom p{
  		padding-top: 30px;
  	}
#column-right { 
	width:229px; 
	float:left; 
	}
	#side-contact{
		height: 121px;
		width: 237px;
		background: url(../images/titles/side-contact-sub.jpg);
	}
	body#it #side-contact{
		height: 121px;
		width: 237px;
		background: url(../images/titles/side-contact-it.jpg);
	}
	body#index #side-contact{
		background: url(../images/titles/side-contact.jpg);
		height: 84px;
		width: 199px;
	}
		#side-contact span{
			display: none;
		}
	#column-right h5{
		margin-left: 27px;
	}
	#column-right p, #column-right ul{
		margin-left: 27px;
		margin-right: 20px;
	}
	#column-right ul li{
		list-style: disc;
		color: #E4AE96;
		margin-left: 20px;
	}
	.red {color: #F0140F}
	
/* background image list items */
#column-specific ul { 
	margin-left:3px; 
	} 

#column-specific ul li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:8px; 
	}
 
#bottom-wrap { 
	background: url("../images/allpages/mainbottom.jpg"); 
	height:68px; 
	clear:both; 
	overflow:hidden; 
	margin: 0 236px 0 23px;
	}

body#index #bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:.01em; 
	clear:both; 
	overflow:hidden; 
	}

/* inside framework
 * ------------------------------------------------------------------------- */
	#title h1{ margin: 0; }

	body#meet #title{
		background: url(../images/titles/meet.jpg);
	}
	body#face #title{
		background: url(../images/titles/face.jpg);
	}
	body#body #title{
		background: url(../images/titles/body.jpg);
	}
	body#contact #title{
		background: url(../images/titles/contact.jpg);
	}
	body#it #title{
		background: url(../images/titles/it.jpg);
	}
	body#thankyou #title{
		background: url(../images/titles/thankyou.jpg);
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	background: url(../images/allpages/footer.jpg) top repeat-y;
	width:760px; 
	margin:0px auto; 
	padding: 10px 0;
	text-align:center; 
	}

#footer p {
	color:#9B583D;
	}
#footer li a:link, #footer li a:visited {
	color:#9B583D;
	font-weight: bold;
	text-decoration: none;
	}

#footer li a:hover, #footer li a:active, #footer a:hover, #footer a:active {
	color:#fff;
	text-decoration: underline;
	}
	#footer p a{
		color:#9B583D;
		text-decoration: none;
		}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 9px 0 12px;
	display: inline;
	border-left: none;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/allpages/topnav.jpg") no-repeat; 
	width:760px; 
	height:61px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 61px; display: block; }

#nav li { float: left; list-style: none; }

#nav-01 { width: 77px; }
#nav-02 { width: 137px; }
#nav-03 { width: 146px; }
#nav-04 { width: 192px; }
#nav-05 { width: 93px; }
#nav-06 { width: 110px; }

#nav-01 a:hover {background: transparent url("../images/allpages/topnav.jpg") 0px -61px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/allpages/topnav.jpg") -77px -61px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/allpages/topnav.jpg") -214px -61px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/allpages/topnav.jpg") -360px -61px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/allpages/topnav.jpg") -552px -61px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/allpages/topnav.jpg") -645px -61px no-repeat;}

/* Italian Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-it { 
	background: url("../images/allpages/topnav-it.jpg") no-repeat; 
	width:760px; 
	height:61px; 
	margin-bottom:0; 
	}

#nav-it span { display: none; }

#nav-it li, #nav-it a { height: 61px; display: block; }

#nav-it li { float: left; list-style: none; }

#nav-it-01 { width: 58px;}
#nav-it-02 { width: 148px;}
#nav-it-03 { width: 172px;}
#nav-it-04 { width: 213px;}
#nav-it-05 { width: 75px;}
#nav-it-06 { width: 94px;}

#nav-it-01 a:hover {background: transparent url("../images/allpages/topnav-it.jpg") -0px -61px no-repeat;}
#nav-it-02 a:hover {background: transparent url("../images/allpages/topnav-it.jpg") -58px -61px no-repeat;}
#nav-it-03 a:hover {background: transparent url("../images/allpages/topnav-it.jpg") -206px -61px no-repeat;}
#nav-it-04 a:hover {background: transparent url("../images/allpages/topnav-it.jpg") -378px -61px no-repeat;}
#nav-it-05 a:hover {background: transparent url("../images/allpages/topnav-it.jpg") -591px -61px no-repeat;}
#nav-it-06 a:hover {background: transparent url("../images/allpages/topnav-it.jpg") -666px -61px no-repeat;}

/* BnA PopUp */

body#bna{
	text-align: center;
}
body#bna img{
	margin: 0 auto;
}

#bna-top{
	background: transparent url("../images/allpages/bna-top.jpg");
	height: 181px;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#bna-top select{
	position: absolute;
	margin: 55px 0 0 455px;
	color: #985B3E;
	width: 135px;
	background: #F8F1E1;
}
#bna-top h1{
	position: absolute;
	margin: 132px 0 0 36px;
}
#bna-top p{
	position: absolute;
	margin: 153px 0 0 36px;
}
#bna-bottom{
	background: transparent url("../images/allpages/bna-bottom.jpg");
	height: 50px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#bna-bottom #bna-nav{
	padding-top: 14px;
}
