/* Main tags
----------------------------------------*/
		
html {
	background-color:#F9F9F9;
	font-family:"Lucida Sans", Arial;
}

body {

}

img { 
	border: 0px;
	padding: 0px;
	margin: 0px;
}
		
/* Main tags - text
----------------------------------------*/
		
h1 {
	font-size:14px;
	color:#FFFFFF;
	padding:0;
	margin:0;
}


h2 {
	font-size:14px;
	color:#333333;
	padding:10px 5px 0px 5px;
	margin:0;
}

h3 {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#666666;
	padding:10px 5px 0px 5px;
	margin:0;
}

p {
	font-size:12px;
	color:#666666;
	padding:3px 5px 8px 5px;
	margin:0;
	line-height:150%;
}

a {
	margin: 0px;
	padding: 0px;
}

a:hover {

}

a:visited {
color:#0000FF;
}

strong {
	color:#333333;
}

		
/* Main tags - Lists
----------------------------------------*/


ul {
	font-size:12px;
	line-height:130%;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
	color:#666666;
}
li {
	list-style:none;
	background-image:url(images/square_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:10px;
}

/* Main tags - tables
----------------------------------------*/

table {
	font-size:12px;
	text-align:left;
	width:99%;
}
		
th {

}

td {
	border:1px #CCCCCC solid;
	padding:5px;
	empty-cells:show;
}


/* Main tags - Forms
----------------------------------------*/

form {
	padding:0;
	margin:0;
}

fieldset {
	padding:0px 0px 20px 10px;
	margin:0;
	border:0;
}

label {
	font-size:12px;
	display:block;
	font-weight:bold;
}


input {
	font-size:12px;
	font-family:"Lucida Sans", Arial;
	width:210px;
}

.split input {
	width:100px;
}

textarea {
	font-size:12px;
	font-family:"Lucida Sans", Arial;
	width:210px;
}

select {
	font-size:10px;
	font-family:"Lucida Sans", Arial;
	width:215px;
}

.search_pair {
	padding-top:10px;
}

form p {
	padding:0;
}

form .submit_button {
	height:23px; 
	width:212px;
	 
	background-color:#FFFFFF;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	cursor:pointer;
	font-weight:bold;
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	padding:0;
	margin:0;
	vertical-align:top;
}


.checkbox label {
	display:inline;
}
.checkbox input {
	width:50px;
}
.checkbox {
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
}

.date {
	position:relative;
	display:block;
	clear:both;
}

.date .search_pair {
	display:inline;
}
.date select {
	width:43px;
}
.date .search_pair label {
	display:inline;
	font-size:6px;
}


.message {
	font-size:10px;
	color:#990000;
	padding:5px 10px 2px 10px;
}	
/* Custom - Global
----------------------------------------*/

#container {
	margin:0 auto;
	width:855px;
	border:#62402A 2px solid;
	background-color:#FFFFFF;
}

#header {
	
	padding:0;
	margin:0;

}

#sub_menu {
	float:left;
	padding:8px 0px 8px 8px;
	margin:0;
}


#content {
	float:left;
	width:580px;
	padding:8px 0px 8px 8px;
	margin:0;

}
#content.wide {
	width:845px;
}

.small {
	font-size:10px;
}

/* Menu
----------------------------------------*/
#menu {
	font-size:12px;
	background-color:#996633;
	height:26px;
	padding-top:8px;


}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	border-right:1px #7C643F solid;
	border-left:1px #7C643F solid;
}
#menu a:hover {
	color:#333333;
}

#menu a.current {
	font-weight:bold;
	border-right:2px #7C643F solid;
	border-left:2px #7C643F solid;
}

/* Sub Menu
----------------------------------------*/

#sub_menu h1 {
	background-image:url(images/sub_menu_h1_wide.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:235px;
	padding:7px 0px 12px 0px;
}
#sub_menu ul {
}

#sub_menu a {
	color:#999999;
	text-decoration:none;
	font-size:12px;
}
#sub_menu a:hover {
	color:#333333;
	text-decoration:underline;
}

#sub_menu .selected a {
	font-weight:bold;
	color:#333333;
}

.scrollable_menu {
	height:300px;
	overflow:hidden;
}
.more {
	font-weight:bold;
	font-style:italic;
}

#sub_menu.right {
	float:right;
	padding-right:10px;
}

.crown {
	font-size:10px;
}

/* Content
----------------------------------------*/

#content h1 {
	background-image:url(images/content_h1.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:593px;
	padding:7px 0px 12px 0px;
}

#content.wide h1{
	background-image:url(images/content_h1_wide.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:835px;
	padding:7px 0px 12px 0px;
}

#content td {
	border: none;
}


/* About
----------------------------------------*/
.yasmin {
	float:right;
	margin:0px 10px 10px 20px;
	border-top:#666666 2px solid;
	border-left:#666666 2px solid;
	border-right:#333333 2px solid;
	border-bottom:#333333 2px solid;
	
}

/* Full List
----------------------------------------*/
.full_list {
	width:auto;
}
.column {
	float:left;
	padding-right:23px;
	padding-left:5px;
}
.narrow {
	width:230px;
}
.narrow h2 {
	background-image:url(images/sub_menu_h1.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:185px;
	padding:7px 0px 12px 0px;
	
}

.wide .narrow {
	width:180px;
}


/* Procedures
----------------------------------------*/
.banner {
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	border-right:#333333 1px solid;
	border-bottom:#333333 1px solid;
	margin:12px 0px 5px;
	text-align: center;
	width:230px;

}

/* Find a doctor
----------------------------------------*/
.uk {
	float:right;
	padding:20px 0px 0px 20px;
}

.clinic_photo {
	border-top:#666666 2px solid;
	border-left:#666666 2px solid;
	border-right:#333333 2px solid;
	border-bottom:#333333 2px solid;
}



/* Clinic Admin
----------------------------------------*/
.description textarea {
	width:560px;
}
.description .search_pair {
	padding-left:4px;
	padding-bottom:10px;
}

.photo img {
	float:right;
	border-top:#666666 2px solid;
	border-left:#666666 2px solid;
	border-right:#333333 2px solid;
	border-bottom:#333333 2px solid;
}

/* Cosmetic Information
----------------------------------------*/
.pheading {
	font-size: 12px;
	font-weight: bold;
	color: #bf9269;
}

.phototext p {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #bf9269;
}

#navbar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 100%;
	padding: 0px;


}

#navbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
	background-color: #f9e0c7;
	display: block;
	padding: 4px 4px 4px 16px;
	text-decoration: none;
}

#navbar a:hover {
	color: #000000;
	background-color: #F3E7DF;
	text-decoration: none;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;

}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 120%;

}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style7 {
	color: #663333;
}

.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663333;
	font-weight: bold;
}

#content ol li {
	background-image: none;
	list-style-type: decimal;
}

.colouremp {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: bf9269;
}
.getListed {
	border: 1px solid #330000;
	background-color: #fcefe3;
	width: 235px;


}
.getListed a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.formTable {
	width: 65%;
	border: 1px solid #CCCCCC;
}
.formTable td {
	border: none;
}
.warning {
	color: #FF0000;
	text-align: center;
}



#footer {
	width:828px;
	font-size:10px;
	text-align:right;
	padding:10px;
	text-decoration:none;
	font-weight:normal;
	
}
#footer a {
	text-decoration:none;
	font-weight:normal;
	color:#0099CC;

}



#sitemap a {
display:block;
font-size:12px;
padding:2px 0 2px 25px;
text-decoration:none;
color:#666666;
}
#sitemap strong a {
display:block;
font-size:13px;
color:#000000;
padding:2px 0 2px 15px;
}

#adverts-google {
display:block;
position:relative;
clear: both;

width:300px; height:250px;
margin:5px auto;
padding:0px;
}