/* Practicebox stylesheet              							*/
/* Copyright DentSure Ltd. 2001 - 2006 							*/
/* Style = Bright Purple & Pastel Sky Blue					*/

/* The colours in this stylesheet are as follows:   */
/* Colour 1: E2E2E2 //Background colour		  				*/
/* Colour 2: 639 //Primary colour					  				*/
/* Colour 3: 99C //Secondary colour		  						*/
/* Colour 4: 669 //Tertiary colour		  						*/
/* Colour 5: FFF //White														*/
/* Colour 6: B5D7AD																	*/
/* Colour 7: C0C4E1																	*/
/* Colour 8: 000 //Black														*/

body {
 font-family: Tahoma;
	font-size: 8.5pt;
	background: #FFF;
	color: #000;
	letter-spacing: 1px;	
}

h1 {
 font-family: Arial;
 letter-spacing: 3px;
 font-size: 19pt;
 text-transform: uppercase;
	font-weight: normal;
	color: #00869c;
	margin: 20px 0 5px 8px;
	padding: 0;
}

h2 {
	margin: 0 0 10px 8px;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
}

.pgheading {
 font-family: Georgia;
 letter-spacing: 2px;
 margin: 0;
	font-size: 15pt;
	color: #00869c;
	font-weight: normal;
}

#container {
 margin: 0 auto;
 width: 760px;
}

#main_content {

}

#content {
 background: #C4E6E7;
 padding: 10px;
 width: 490px;
 height: 380px;
 margin-right: 10px;
 float: left;
 overflow: auto;
}

#content a {
 color: #000;
}

#photodiv {
 background: #555;
 float: left;
 width: 240px;
 height: 400px;
}

.title_left, .title_right {
 padding-top: 1px;
 clear: both;
}


h4 {
 font-family: Georgia;
 letter-spacing: 2px;
 font-size: 11pt;
	margin: 10px 0 0 10px;
	color: #777;
	font-weight: normal;
	clear: both;
}

.main_nav {
	margin: 0;
	padding: 10px 0 10px 10px;
 clear: both;
}

#address {
	clear: both;
	padding: 0 10px 10px 10px;
	background: #CFCFE9;
	color: #00869c;
	margin: 10px 0;
}

#address h4 {
 padding: 10px 0;
	margin: 0;
	color: #000;
}

#address a {
 color: #00869c;
}

#footer {
 padding: 0 0 10px 8px;
 font-size: 8pt;
 color: #555;
}

#footer a {
 color: #000;
 text-decoration: none;
}

#footer a:hover {
 text-decoration: underline;
}

/* Navigation styles */

#normal a {
	color: #000;
	text-transform: uppercase;
	font-size: 8.5pt;
}

#normal a:visited {
	color: #000;
}

#normal a:hover {
	color: #000;
}

#special a {
	color: #000;
	text-transform: uppercase;
}

#special a:visited {
	color: #000;
}

#special a:hover {
	color: #000;
}

/* End of navigation styles */

.body, p, td {
 	font-family: Tahoma;
	font-size: 8.5pt;
}

.spare2 {
	padding: 5px;
	color: #FFF;
}

dd {
	margin: 0;
	padding: 0;
}

/* Link styles */

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.email:link, a.email:visited {
  color: #FFF;
}

a.email:hover {
	text-decoration: none;
}

a.map:link, a.map:visited {
	color: #FFF;
}

a.map:hover {
	text-decoration: none;
}

a.copy:link, a.top:link {
	color: #669;
	text-decoration: none;
}

a.table1:link,a.table1:visited {
	font-size: 9pt;
	color: #FFF;
}

a.table1:hover {
	text-decoration: none;
}

a.lnk_links:link {
	font-size: 10pt;
	color: #FFF;
}

a.lnk_links:hover {
	text-decoration: none;
}

/* Style blocks */

.navcol_left, .navcol_right {
	width: 134px;
	text-align: center;
	vertical-align: top;
}

.navcol_centre {
	vertical-align: top;
}

.move_left {
	text-align: left;
}

.move_center {
	text-align: center;
}

.move_right {
	text-align: right;
}

.spacer_1px {
	height: 1px;
	font-size: 1px;
}

.spacer_2px {
	font-size: 2px;
}

/* Background colour blocks */

.bg_1 {
	background-color: #000;
}

.bg_2 {
	background-color: #F00;
}

.bg_3 {
	background-color: #99C;
}

.bg_4 {
	background-color: #333;
}

.bg_5 {
	background-color: #FFF;
}

.bg_6 {
	background-color: #B5D7AD;
}

/* Table styles */

.client_form {
	padding: 10px 0;
	background-color: #CECFEF;
}

.tbl_title {
	padding: 2px 0;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.td_consult {
	background-color: #E2E2E2;
	font-weight: bold;
	padding-left: 5px; 
}

.td_treat {
	background-color: #E2E2E2;
	font-size: 9pt;
	padding-left: 15px; 
}

.td_price {
	background-color: #FFF;
	text-align: center;
}

.td_links {
	background-color: #CECFEF;
	padding: 3px;
}

.tbl_txt3 {
	color: #000;
	text-align: right;
}

.tbl_btn3 {
	margin: 3px 0;
	padding: 3px 5px;
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
}

/* Form styles */

input, select {
	color: #000;
	border: 1px solid #669;
	padding: 2px;
	font-size: 9pt;
}

/* Margin and padding styles */

.p_a5 {
	padding: 5px;
}

.p_h5 {
	padding: 0 5px;
}

.p_v5 {
	padding: 5px 0;
}

.m_vb5 {
	margin-bottom: 5px;
}

.m_v10 {
	margin: 10px 0;
}

.body_box {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #639;
}
