body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}

#header {
	width: 100%;
	height: 70px;
	background-color: #67A3EE;
	border-bottom: 6px solid #2F5C95;
}

#nav {
	position: absolute;
	padding: 0px;
	left: 25px;
	top: 76px;
	width: 140px;
}

#main {
	margin-left: 200px;
	margin-top: 20px;
	width: 560px;
}

#product {
	position: absolute;
	left: 25px;
	top: 260px;	
	text-align: center;
}

#mainproduct {
	text-align: center;
}

#prices {
	margin: 20px 0 30px 0px;
}

#links {
	position: absolute;	
	right: 0px;
	top: 76px;
	width: 180px;
	border-left: 1px solid #67A3EE;
	background-color: #B8D0EF;
}

#footer {
	text-align: center;
	margin-right: 0px;
}

h1 {
	margin: 0px;
	height: 70px;
	background-image: url("ventolin_logo.gif");
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}

h2 {
	font-size: 14px;
	color: #2F5C95;
	margin-bottom: 20px;
}

h3 {
	font-size: 11px;
	color: #2F5C95;
	margin-bottom: 4px;
}

p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer p {
	width: 100%;
	margin-top: 20px;
}

.highlight {
	font-weight: bold;
}

ul {
	padding: 0px;
	margin: 24px 0px 0px 0px;
}

li {
	list-style: none;
	font-size: 11px;
	padding: 4px 6px 4px 6px;
	margin: 0px;
	background-color: #B8D0EF;
	border-bottom: 1px solid #2F5C95;
	border-left: 1px solid #2F5C95;
	border-right: 1px solid #2F5C95;
	text-align: center;
}

#druglist li {
	border: none;
	text-align: left;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

#druglist .cat {
	margin-left: 10px;
}

#druglist ul {
	margin-top: 4px;
	margin-bottom: 12px;
}

#homenav {
	border-top: 1px solid #2F5C95;
}

table {
	font-size: 11px;
}

th {
	font-weight: bold;
	color: #fff;
	background-color: #3D82D7;
}

td {
	padding: 0px 20px 0px 20px;
	background-color: #CFDAE7;
}

a {
	color: #2F5C95;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

form {
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	text-align: center;
}

#contact {
	position: absolute;
	left: 35px;
	top: 440px;	
	text-align: center;
}
