/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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
/*------------------------------------------------------------------------------------*/

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:#6E799E url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

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

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

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

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

.txt-wt-normal {
	font-weight:normal;
	}
	
.clear	{ 
	clear:both;
	}

div.clear	{ 
	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:0px 0px 15px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

img.logos { 
	float:left; 
	margin:0px 0px 10px 50px; 
	}


/* ------------------------ form elements ------------------------ */
form {
	width:165px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #444964;
	color:#444964;
	width:160px; /* 5 pixles smaller than form width !important */
	height:18px;
	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:1.0em;
	}

select { width:160px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ 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:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#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, input.italian-submit-contact-main { margin:85px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:71px;
	height:29px;
	border:none;
	cursor:pointer;
	}
	
input.italian-submit-image, input.italian-submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-inoltra.jpg");
	width:71px;
	height:29px;
	border:none;
	cursor:pointer;
	}



/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:882px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-bottom {
	background:url("../images/wrap-bottom.jpg") bottom no-repeat;
	width:882px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:url("../images/bg-column-left.jpg") no-repeat;
	width:609px;
	float:left;
	padding-bottom:150px;
	}
	
	#column-left p, #column-left ul {
		margin:0px 41px 10px 80px;
		}
		
	#column-left h1, #column-left h2, #column-left h3 {
		margin:0px 0px 10px 80px;
		}

	#column-left form { margin-left:80px; } /* set form margin here */

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* pushes text to the right to display bg img */
			/*float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:273px;
	float:left;
	padding-bottom:125px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:0px 78px 10px 32px;
		}

	#column-right form { margin-left:32px; }


	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { width:609px; height:336px; float:left;} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#treatments #header-graphic { background:url("../images/header-index.jpg"); }
	body#pictures #header-graphic { background:url("../images/header-index.jpg"); }
	body#questions #header-graphic { background:url("../images/header-index.jpg"); }
	body#italian #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	
	
	body#italian-index #header-graphic { background:url("../images/header-index.jpg"); }
	body#chi-siamo #header-graphic { background:url("../images/header-index.jpg"); }
	body#trattamenti #header-graphic { background:url("../images/header-index.jpg"); }
	body#immagini #header-graphic { background:url("../images/header-index.jpg"); }
	body#domande #header-graphic { background:url("../images/header-index.jpg"); }
	body#contattaci #header-graphic { background:url("../images/header-index.jpg"); }
	body#grazie #header-graphic { background:url("../images/header-index.jpg"); }
/* ------------------------ header graphic link ------------------------ */
#header-graphic a {
	position:absolute;
	width:325px;
	height:72px;
	left:339px;
	top:191px;
}

#header-graphic span {
display:none;
}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:72px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#treatments #subhead { background:url("../images/subhead-treatments.jpg"); }
	body#pictures #subhead { background:url("../images/subhead-pictures.jpg"); }
	body#italian #subhead { background:url("../images/subhead-italian.jpg"); }
	body#questions #subhead { background:url("../images/subhead-questions.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	
	body#italian-index #subhead { background:url("../images/subhead-italian-index.jpg"); }
	body#chi-siamo #subhead { background:url("../images/subhead-chi-siamo.jpg"); }
	body#trattamenti #subhead { background:url("../images/subhead-trattamenti.jpg"); }
	body#immagini #subhead { background:url("../images/subhead-immagini.jpg"); }
	body#domande #subhead { background:url("../images/subhead-domande.jpg"); }
	body#contattaci #subhead { background:url("../images/subhead-contattaci.jpg"); }
	body#grazie #subhead { background:url("../images/subhead-grazie.jpg"); }
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet {
	width:567px;
	height:63px;
	background:url("../images/title-meet.jpg") ;
	}

body#italian-index #subhead-meet {
	width:567px;
	height:63px;
	background:url("../images/title-italian-meet.jpg") ;
	}



/* ------------------------ title framework with varying heights ------------------------- */

#title-locations {
	height:62px;
	background:url("../images/title-locations.jpg") ;
	}

#title-sedi {
	height:62px;
	background:url("../images/title-sedi.jpg") ;
	}


#title-questions {
	width:209px;
	height:83px;
	background:url("../images/title-questions.jpg") ;
	}
	
#title-domande {
	width:209px;
	height:83px;
	background:url("../images/title-domande.jpg") ;
	}


/* ------------------------------------- FEATURED PATIENT ---------------------------------------- */
#featured-patient {
	position:relative;
	background:url("../images/title-featured.jpg") ;
	height:148px;
	}
	
#italian-featured-patient {
	position:relative;
	background:url("../images/title-italian-featured.jpg") ;
	height:148px;
	}

	/* index page link within #masthead */		
	#featured-patient a, #italian-featured-patient a {	
		position:absolute;
		left:28px;
		width:163px;
		top:64px;
		height:77px; 
		}
	#featured-patient a span, #italian-featured-patient a span {
		display:none;
		}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:1px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:882px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	width:750px;
	color:#000;
	margin:0 auto;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; text-decoration:none; }
#footer a:hover, #footer a:active { color:#444964; text-decoration:none; }

#footer ul {margin:10px;}
	#footer 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 #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:273px;	/* Width of buttons, not entite image (or half of entire image) */
	height:336px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav-01 li, #nav-01 a { 
	height:73px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-02 li, #nav-02 a { 
	height:36px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-03 li, #nav-03 a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-04 li, #nav-04 a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-05 li, #nav-05 a { 
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-06 li, #nav-06 a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-07 li, #nav-07 a { 
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}

#nav-08 li, #nav-08 a { 
	height:42px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:213px; }

/* margin-top if there is a spacing between each nav button */
#nav-02 { margin-top:11px; width:213px; }
#nav-03 { margin-top:2px; width:213px; }
#nav-04 { margin-top:1px; width:213px; }
#nav-05 { margin-top:2px; width:213px; }
#nav-06 { margin-top:2px; width:213px; }
#nav-07 { margin-top:2px; width:213px; }
#nav-08 { margin-top:2px; width:213px; }


#nav-01 a:hover { background:url("../images/nav.jpg") -273px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -273px  -84px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -273px  -122px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -273px  -155px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -273px  -189px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -273px -224px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -273px -258px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -273px -293px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-02 { background:url("../images/nav.jpg") -273px  -84px no-repeat; }
body#about #nav-03 { background:url("../images/nav.jpg") -273px  -122px no-repeat; }
body#treatments #nav-04 { background:url("../images/nav.jpg") -273px  -155px no-repeat; }
body#pictures #nav-05 { background:url("../images/nav.jpg") -273px  -189px no-repeat; }
body#questions #nav-06 { background:url("../images/nav.jpg") -273px -224px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -273px -258px no-repeat; }
body#italiano #nav-08 { background:url("../images/nav.jpg") -273px -258px no-repeat; }




/* ------------------------ ITALIAN NAVIGATION FRAMEWORK ------------------------ */

#italian-nav {
	background:url("../images/italian-nav.jpg") top left no-repeat;					
	width:273px;	/* Width of buttons, not entite image (or half of entire image) */
	height:336px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#italian-nav li span { display: none; }

#italian-nav li { float:left; list-style:none; position:relative; }

#italian-nav-01 li, #italian-nav-01 a { 
	height:73px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-02 li, #italian-nav-02 a { 
	height:36px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-03 li, #italian-nav-03 a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-04 li, #italian-nav-04 a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-05 li, #italian-nav-05 a { 
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-06 li, #italian-nav-06 a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-07 li, #italian-nav-07 a { 
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}

#italian-nav-08 li, #italian-nav-08 a { 
	height:42px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#italian-nav-01 { margin-top:0px; width:213px; }

/* margin-top if there is a spacing between each nav button */
#italian-nav-02 { margin-top:11px; width:213px; }
#italian-nav-03 { margin-top:2px; width:213px; }
#italian-nav-04 { margin-top:1px; width:213px; }
#italian-nav-05 { margin-top:2px; width:213px; }
#italian-nav-06 { margin-top:2px; width:213px; }
#italian-nav-07 { margin-top:2px; width:213px; }
#italian-nav-08 { margin-top:2px; width:213px; }


#italian-nav-01 a:hover { background:url("../images/italian-nav.jpg") -273px  -0px no-repeat; }
#italian-nav-02 a:hover { background:url("../images/italian-nav.jpg") -273px  -84px no-repeat; }
#italian-nav-03 a:hover { background:url("../images/italian-nav.jpg") -273px  -122px no-repeat; }
#italian-nav-04 a:hover { background:url("../images/italian-nav.jpg") -273px  -155px no-repeat; }
#italian-nav-05 a:hover { background:url("../images/italian-nav.jpg") -273px  -189px no-repeat; }
#italian-nav-06 a:hover { background:url("../images/italian-nav.jpg") -273px -224px no-repeat; }
#italian-nav-07 a:hover { background:url("../images/italian-nav.jpg") -273px -258px no-repeat; }
#italian-nav-08 a:hover { background:url("../images/italian-nav.jpg") -273px -293px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#italian-index #italian-nav-02 { background:url("../images/italian-nav.jpg") -273px  -84px no-repeat; }
body#chi-siamo #italian-nav-03 { background:url("../images/italian-nav.jpg") -273px  -122px no-repeat; }
body#trattamenti #italian-nav-04 { background:url("../images/italian-nav.jpg") -273px  -155px no-repeat; }
body#immagini #italian-nav-05 { background:url("../images/italian-nav.jpg") -273px  -189px no-repeat; }
body#domande #italian-nav-06 { background:url("../images/italian-nav.jpg") -273px -224px no-repeat; }
body#contattaci #italian-nav-07 { background:url("../images/italian-nav.jpg") -273px -258px no-repeat; }
