@charset "utf-8";
/* CSS Document */
/***** Global Settings *****/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
 
strong{
	font-weight: bold;
}

.error {
	color:#ff0000;
}

#container {
	margin-top: 50px !important;
}

	
body>div#l-header {
	position: fixed;
}

div#l-header {
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

#lp-header {
	height: 50px;
	margin-top: 0px;
	background-color: #bdbdbe;
	clear: both;
	min-width: 960px;
	padding-right: 0;
	padding-top: 0;
	position: relative;
	width: 100%;
}

#lp-container {
	background-color: #be0b28;
	float: right;
	height: 50px;
	position: relative;
	width: 50%;
}

#sub-lp {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 948px;
	z-index: 0;
}

#sub-lp-img {
	height: 50px;
	left: -6px;
	position: absolute;
	top: -50px;
	width: 960px;
	z-index: -10;
	background-image: url(/images/layout/lawley-pharm-header.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

.lp-btns {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 350px;
	height: 50px;
}

.lp-btns img.h-sites {
	float: right;
	border: 0px;
	padding-right: 5px;
	padding-top: 10px;
}

.lp-btns img.order {
	padding-right: 15px;
	padding-top: 10px;
	border: 0px;
	padding-left: 30px;
}

#lawely-header {
	width: 100%;
	background-color: #bdbdbe;
	height: 50px;
	margin: 0 auto;
}

#lawley-banner {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	background-color: #bd0b27;
}

.test-month {
	border: 1px solid #cccccc;
	padding: 5px 15px 5px 15px;
	margin-top: 20px;
	clear: both;
	width: 350px;
	float: right;
}

.test-month p {
	font-size: 13px !important;
}

a.more-test {
	float: left;
}

a.past-test {
	float: right;
}


/***** New Style Overrides - Hide Content Footer on current nano sites *****/

#content-foot {
	display: none;
}

p.blurb-text {
	display: none;
}
