﻿@charset "utf-8";
/* CSS Document */

html {
	text-align:center;
	background:#f6f8f9 url(../images/bg.gif) repeat-x;
	height:100%;
}
body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
#wrapper {
	width:920px;
	margin:0 auto;
}
#maincontent {
	width:899px;
	margin:0 10px;
	background:#fff;
	border-left:#c9d2d7 solid 1px;
	border-right:#c9d2d7 solid 1px;
	overflow:hidden;
}
#header {
	width:920px;
	height:216px;
	background:url(../images/header.jpg) no-repeat;
	margin:0;
}
#logo {
	font-size:37pt;
	float:left;
	margin:70px 50px;
	font-family: Consolas, “Lucida Console”, Monaco, monospace;
	color:#FFF;
}
#disclaimer {
	float:right;
	margin-top:180px;
	margin-right:30px;
	font-size:10pt;
	color:#7bb104;
}
#disclaimer a {
	text-decoration:none;
	color:#7bb104;
}
#left {
	width:180px;
	float:left;
	text-align:left;
	margin:25px;
	margin-top:0px;
	height:100%;
}
.menu {
	height:280px;
	float:left;
}
.menuitem a {
	text-decoration:none;
	color:#FFF;
	font-size:12pt;
	width:160px;
	height:55px;
	line-height:55px;
	display:block;
	margin:5px 0;
	background:url(../images/btn.gif) no-repeat;
	text-indent:40px;
	font-weight:bold;
}
.menuitem a:hover {
	background:url(../images/btn2.gif) no-repeat;
}
#advert {
	height:225px;
	float:left;
	margin:20px 0;	
}
.content {
	width:608px;
	float:left;
	border-left:#c9d2d7 solid 1px;
	border-right:#c9d2d7 solid 1px;
	text-align:left;
	padding:15px;
	margin:0;
	background:#FFF;
}
h2 {
	text-align:left;
	color:#ff9900;
	font-size:14pt;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px;
	padding:10px;
}
h3 {
	color:#ff9900;
	font-size:13pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:10px;
}
.content p {
	padding:10px;
	line-height:20px;
	position:relative;
	padding:11px;
	background:#FFF;
	
}
.featured {
	width:640px;
	height:180px;
}
.featured li {
	width:160px;
	margin:0px 0px 10px 35px;
	display:inline;
	float:left;
}
.thumb {
	margin:10px 0;
	float:left;
	display:block;
	clear:left;
	background:url(../images/featuredbg.gif) no-repeat top center;
	padding-top:5px;
	font-size:10pt;
	text-align:center;
	line-height:25px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.thumb img {
	border:1px solid #ccc;
	margin-left:-1px;
}
.buy {
	text-decoration:none;
	text-align:center;
	width:160px;
	display:block;
	background:url(../images/buybg.gif) top center no-repeat;
	color:#FFF;
	font-weight:bold;
	line-height:15pt;
	float:left;
	clear:left;
}
.priceslist {
	width:640px;
	float:left;
	text-align:left;
	background:#FFF;
	clear:none;	
	margin-bottom:15px;
	margin-top:15px;
}

.roundedtop {
	margin:0;
	width:640px;
	height:12px;
	background:url(../images/rounded.gif) no-repeat top;
	float:left;
}
.roundedbot {
	margin:0px;
	width:641px;
	height:12px;
	background:url(../images/rounded.gif) no-repeat bottom;
	float:left;
}
.headings {
	height:26px;
	font-size:10pt;
	text-align:center;
	margin:0;
	background:url(../images/headingsbg.gif) no-repeat;
	line-height:25px;
	width:640px;
}
.headings li {
	display:inline;
	float:left;
	color:#c9d2d7;
	font-weight:bold;
}
.item {
	background:url(../images/priceslistbg.gif) repeat-x;
	height:25px;
	font-size:9pt;
	text-align:center;
	margin:0;
	width:640px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:10px;
}
.item li {
	display:inline;
	float:left;
}
.package {
	width:140px;
}
.price {
	width:55px;
}
.peritem {
	width:65px;
}
.pharmacy {
	width:130px;	
}
.pharmacy a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#7bb104;
	background:url(../images/detailsbg.gif) no-repeat;
	height:25px;
	line-height:25px;
	font-weight:bold;
}
.payment {
	width:120px;
}
.payment img {
	margin:5px;
}
.delivery {
	width:110px;
}
.orange {
	color:#ff7b29;
}
.rounded2 {
	margin-top:-10px;
}
#footer {
	width:920px;
	background:url(../images/bottom.gif) no-repeat;
	clear:both;
	color:#cccccc;
	line-height:37px;
}