/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #FFFFFF url(../images/back.jpg) top left repeat-x;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

h1 {
	font-weight: normal;
	font-style: italic;
}
h3 {
	color: #7B56A3;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #5C3784;
	text-decoration: underline;
}
a:hover, a:active {
	color: #967EB0;
	text-decoration: underline;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#index-main {
	background: url(../images/index/main_bg.gif) top left repeat-y;
}
#sub-main {
	background: url(../images/inside/bg_sub.gif) top left repeat-y;
}

#index-left p, #index-left ul {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px;
}
	#index-left li {
		font-weight: bold;
		list-style-image:url(../images/index/bullet.jpg);
		margin-left: 20px;
	}

#index-center h1, #index-center h2, #index-center p {
	margin-left: 20px;
	margin-right: 20px;
}

#right {
	text-align: center;
}
	#right p {
		margin-right: 10px;
		margin-left: 10px;
		font-size: 11px;
	}

#sub-content h1, #sub-content h2, #sub-content h3, #sub-content p, #sub-content li {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}

/* image replacement
 * ------------------------------------------------------------------------------------- */
#sub-content h2 span { 
	display: none;
}
	#restorative-dentistry {
		background: url(../images/inside/s-dentistry.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#restorative-care {
		background: url(../images/inside/s-restor.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#gum {
		background: url(../images/inside/s-gum.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#extractions {
		background: url(../images/inside/s-extract.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#tmj {
		background: url(../images/inside/s-tmj.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#root-canal {
		background: url(../images/inside/s-root.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#tooth-replacement {
		background: url(../images/inside/s-treplace.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#dental-implants {
		background: url(../images/inside/s-implantrest.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#digital-x-rays {
		background: url(../images/inside/s-digx.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#advanced-diagnostics {
		background: url(../images/inside/s-advanced.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#childrens {
		background: url(../images/inside/s-chil.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#functional {
		background: url(../images/inside/s-func.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#whitening {
		background: url(../images/inside/s-whitening.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#veneers {
		background: url(../images/inside/s-veneers.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#crowns {
		background: url(../images/inside/s-crowns.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#ortho {
		background: url(../images/inside/s-ortho.gif) no-repeat;
		width: 370px;
		height: 34px;
	}
	#restorations {
		background: url(../images/inside/s-restor.gif) no-repeat;
		width: 370px;
		height: 34px;
	}

/* header
 * ------------------------------------------------------------------------------------- */


/* content
 * ------------------------------------------------------------------------------------- */


/* footer
 * ------------------------------------------------------------------------------------- */

#footer {
	width: 760px;
	margin: 0px auto;
	padding: 14px;
	text-align: center;
}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 
#right input, #right textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFEABC url(../images/field-bg.jpg) top left repeat-y;
}

.quickcontact {
	width: 145px;
}

.big-form label, .big-form-field {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.big-form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.big-form br {
	clear: left;
}