/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #40436C;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/cornwall_dental_lab_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS";
}
.h1smalltext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
.dots {
	font-family: Arial;
	font-size: 9px;
	color: #D9D9E3;
}


h1 {
	font-size: 20px;
	color: #40436C;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #000000;
}
.left-scrollbg {
	background-image: url(../images/cornwall_dental_lab_18.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.right-scrollbg {
	background-image: url(../images/cornwall_dental_lab_20.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.blue-centrebg {
	background-color: #29419B;
}
.address-bg {
	background-image: url(../images/sidelinks1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 194px;
}
.contact-bg {
	background-image: url(../images/sidelinks3.jpg);
	height: 128px;
	width: 194px;
}
.form-object {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #475AA7;
	border: 1px solid #D4DAEA;
}
.copyright {
	color: #29419B;
}
.mainbgtop{
	background-image: url(../images/cornwall_dental_lab_16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
A.class_dentist_web_design:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #dbdded;
}
A.class_dentist_web_design:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #dbdded;
}
A.class_dentist_web_design:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #dbdded;
	text-decoration:underline
}
A.class_dentist_web_design:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #dbdded;
}

/* form styles */

.form-wrapper {
	width: 870px;
	height: 40px;
	padding: 20px 0 0 50px;
	margin: 20px 0 0 0;
	background: url(../images/contact-form-bg.jpg) 0 0 no-repeat;
}

.form-wrapper ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-wrapper li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.form-wrapper label {
	float: left;
	width: 55px;
	padding: 2px 5px 0 0;
	text-align: right;
}

.form-wrapper input {
	float: left;
	width: 120px;
	background: #fff;
	border: 1px solid #666;
	font-size: 11px;
	padding: 2px;
}

.form-wrapper .submit {
	width: 60px;
	background-color: #475AA7;
	border: 1px solid #D4DAEA;
	color: #fff;
}

.form-wrapper ul:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}