/* CSS Document */

/* main body css */

body{
	margin: 0px;
	colour: #ffffff;
	font-family: Tahoma; /*or any other font family you prefer*/
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
}
.address {
	font-family: Tahoma;
	font-size: 11px;
	color: #AEAFB1;
}
.bottomlinks {
	font-family: Tahoma;
	font-size: 9px;
	color: #AEAFB1;
}
.main-table-bg {
	background-image: url(../images/winchester-orthodontics_17.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom-table-bg {
	background-image: url(../images/winchester-orthodontics_31.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
}



.bullet-points {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	margin-bottom: 10px;
}
.pagetext-black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.left-table-bg-text {
	background-image: url(../images/winchester-orthodontics_19.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.right-table-bg-text {
	background-image: url(../images/winchester-orthodontics_20.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.orange-text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FE9C51;
	border: 1px none #D4D4D4;
}



/* text based css */

.pagetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

/* page links */

a:link {
	color: #c0e3e7;
	text-decoration: none;
}
a:visited {
	color: #c0e3e7;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* layout css */




div.scroll {	height: 380px;	width: 534px;	overflow: auto;	padding: 0px;}
.left-table {
	background-image: url(../images/nottingham-orthodonitcs_01.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-table {
	background-image: url(../images/nottingham-orthodonitcs_07.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.centre-table {
	background-image: url(../images/nottingham-orthodonitcs_22.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.dots {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}



/* Scrollbar css */

body,html {
scrollbar-face-color: #00747e;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #014d87;
scrollbar-track-color: #00747e;
scrollbar-arrow-color: #ffffff;
}
.formobject {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CDCDCD;
}


/* set 100% table to full 100% - crack css*/

html, body, #container { 
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
width: 100%; 
height: 100%; 
} 
.highlighttext {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.tel {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #AEAFB1;
}
