* {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body {
    background: white url('img/backgrad.png') top repeat-x;
}
body a:hover {
	text-decoration: none;
}
.hide {
	display: none;
}
a img {
	border: 0;
}
.img-right {
	float: right;
	padding-left: 20px;
}
.cnt {
	width: 75%;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}
#header .cnt, #content .cnt, #footer .cnt {
	border-left: 1px solid #005875;
	border-right: 1px solid #005875;
	background-color: white;
}
#logo {
	margin-top: 5px;
}
#head_logo {
	width: 213px;
	float: left;
}
#head_address {
	height: 90px;
	text-align: right;
	font-size: 14px;
	padding: 20px 10px 0 0;
	font-weight: bold;
	color: #333333;
}
#nav {
	width: 100%;
	text-align: center;
	background: url('img/nav-grad.png');
	height: 40px;
}
#nav a {
	line-height: 40px;
	display: block;
	float: left;
	height: 40px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 15px;
}
#nav a:hover, body.pageIndex .linkIndex, body.pageContact .linkContact, body.pageAbout .linkAbout, body.pagePrescription .linkPrescription, body.pageCalc .linkCalc, body.pagePorcelain .linkPorcelain, body.pageSubmitScan . linkSubmitScan {
	background: url('img/nav-mid.png');
}
#content h2 {
	font-size: 18px;
	padding: 10px 10px 0 10px;
}
#content p, #content ul {
	padding: 10px 10px 0 10px;
	font-size: 13px;
}
#content ul {
	padding-left: 25px;
}
#content p.last {
	padding-bottom: 10px;
}
ul.linksList {
	list-style: none;
	padding-left: 10px !important;
}
#footer .cnt {
	border-bottom: 1px solid #005875;
	background: white url('img/bottom-grad.png') bottom repeat-x;
	color: #333333;
}
#footer p {
	padding: 25px 5px 10px 5px;
	font-size: 12px;
}

label.align {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.submit input {
	margin-left: 4.5em;
}
