html, body, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-image: url("images/content_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #4C503F;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.hide {
	display: none;
}

h1, h2 {
	font-weight: 100;
}

h1 {
	color: #991C24;
	padding-top: 15px;
	font-size: 22px;
}

h2 {
	font-size: 18px;
	color: #4C503F;
}

h3 {
	font-size: 22px;
	font-weight: 100;
	color: #FFFFFF;
}

#page {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -325px;
	width: 650px;
	height: 722px;
}

#sitenav {
	position: absolute;
	top: 134px;
	left: 0;
	width: 100%;
	height: 26px;
	background-image: url("images/menu_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	padding: 0 0 0 16px;
}

#sitenav tr td a {
	color: #9FAA85;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
}

#sitenav tr td a:hover {
	color: #FFFFFF;
}

#header {
	height: 160px;
	background-image: url("images/logo_top.gif");
	background-position: 26px 22px;
	background-repeat: no-repeat;
	background-color: #E9EBE2;
}

#header img {
	position: absolute;
	top: 0;
	right: 24px;
}

#content {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 18px 26px 18px 26px;
	z-index: 10;
	position: relative;
}

#side {
	float: right;
	position: relative;
	width: 200px;
	margin-left: 25px;
}

#side-a {
	background-color: #E9EBE2;
	background-image: url("images/logo_side.gif");
	background-position: 70px 18px;
	background-repeat: no-repeat;
	padding-top: 85px;
}

#side-b {
	padding: 19px 16px 142px 16px;
}

#side-b p, #content p {
	padding-bottom: 10px;
}

#content h1, #content h2 {
	padding-bottom: 10px;
}

#content h1 {
	padding-top: 5px;
}

#content h2 {
	padding-top: 10px;
}

#side-b h2 {
	padding-bottom: 10px;
}

#side-b p, #content p {
	font-weight: 100;
	line-height: 17px;
}

#content p {
	font-size: 14px;
	line-height: 20px;
}

#content p a {
	color: #990000;
}

#toll {
	width: 200px;
	height: 123px;
	background-color: #9FAA85;
	position: absolute;
	bottom: 0;
	left: 0;
}

#toll-a {
	padding: 24px 30px 24px 30px;
	text-transform: uppercase;
	color: #4C503F;
	font-size: 22px;
	text-align: center;
}

#toll-a p {
	line-height: 26px;
	padding: 0;
}

#footer {
	font-size: 11px;
	color: #9FAA85;
	/*background-color: #4C503F;*/
}

#footer p {
	padding: 3px 0 10px 22px;
}

#prescribing {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	font-size: 14px;
}

#strategies {
	width: 300px;
	margin-bottom: 16px;
	font-size: 14px;
}

#strategies tr td {
	text-align: left;
	padding: 0 0 5px 0;
}

#prescribing tr td {
	text-align: center;
	padding: 0 0 5px 0;
}

#prescribing thead tr td {
	padding-bottom: 10px;
}

#prescribing tfoot tr td {
	padding-top: 10px;
}

#prescribing tr td.name {
	text-align: left;
}

#prescribing tr td.grams {
	text-align: right;
	padding-right: 50px;
}

p.orders {
	padding-top: 60px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

p.orders span.white {
	color: #FFFFFF;
	font-size: 22px;
}

p.orders span.red {
	color: #901A2B;
	font-size: 22px;
}

#start_up {
	width: 100%;
}

#start_up ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

#start_up li {
	width: 80%;
	display : block;
	color : black;
	font-weight : 100;
	font-size: 14px;
	line-height: 20px;
	padding-left: 32px;
}

#start_up li.title {
	font-size: 18px;
	color: #4C503F;
	text-transform: capitalize;
	padding-left: 0;
	padding-bottom: 10px;
}

#start_up li.subtitle {
	padding-left: 0;
	font-weight: bold;
	margin-top: 5px;
}

fieldset.login {
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

fieldset.login p {
	margin: 0 0 10px 0;
	padding: 0;
}