/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ----------- Font Styles ---------------- */

/*@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('Gotham Medium'), local('Gotham-Medium'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.otf') format('opentype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
}

@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/Gotham-Light.eot');
	src: local('Gotham Light'), local('Gotham-Light'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('Gotham Bold'), local('Gotham-Bold'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight:bold;
}*/

/* ----------- General Style ---------------- */

body {
	font-family: 'GothamMedium', sans-serif;
	font-size: 13px;
	color: #999999;
	background: url(../images/body_bg.jpg) no-repeat scroll center -32px;		
}

div.main {
	width: 960px;
	margin: 0 auto;	
}

.left {
	position: relative;
	float: left;
}

.right {
	position: relative;
	float: right;
}

.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.bold {
	font-family: 'Gotham', sans-serif;
}

span.medium {
	font-family: 'GothamMedium', sans-serif;
}

span.light {
	font-family: 'GothamLight', sans-serif;
}

/* ----------- Content Style ---------------- */

div.content div.inner {
	margin: 17px 0 10px 0;
}

div.title {
	width: 355px;
	position: absolute;
	left: 40px;
	top: 60px;
}

div.title h2 {
	font-family: 'GothamLight', sans-serif;
	font-size: 30px;
	color: #ffffff;	
}

div.title h3 {
	font-family: 'GothamLight', sans-serif;
	font-size: 18px;
	color: #ffffff;	
	border-top: 1px solid #c578f3;
	padding: 5px 0 0 0;
}

div.title h3 span {
	font-family: 'GothamMedium', sans-serif;
	font-size: 34px;	
	display: inline;
}

div.info {
	width: 505px;
	position: absolute;
	right: 30px;
	top: 45px;
}

div.campaign-visual {
	position: relative;
	float: left;
	margin-bottom: 100px;
}

div.campaign-top {
	position: relative;
}

div.campaign-top a.button01 {
	width: 169px;
	height: 57px;
	position: absolute;
	left: 542px;
	top: 110px;
	background: url(../images/button01.png) no-repeat scroll;
	background-position: 0 0;
	display: block;
}

div.campaign-top a.button01:hover {
	background-position: 0 -57px;
}


div.campaign-top a.button02 {
	width: 169px;
	height: 57px;
	position: absolute;
	left: 732px;
	top: 110px;	
	background: url(../images/button02.png) no-repeat scroll;
	background-position: 0 0;
	display: block;
}

div.campaign-top a.button02:hover {
	background-position: 0 -57px;
}

div.campaign-top a.button03 {
	width: 277px;
	height: 55px;
	position: absolute;
	left: 668px;
	top: 121px;	
	background: url(../images/button03.png) no-repeat scroll;
	background-position: 0 0;
	display: block;
}

div.campaign-top a.button03:hover {
	background-position: 0 -55px;
}

div.campaign-read-more {	
	position: relative;
	margin: -20px 0 0 0;
	z-index: 999;
}

div.top01 {
	width: 471px;
	float: left;
	margin: 0 15px 0 0;
}

div.top02 {
	width: 473px;
	float: left;
}

div.campaign-visual h2,
div.campaign-visual h3,
div.campaign-visual h4,
div.campaign-visual h5 {
	display: block;
	text-align: center;
	line-height: 130%;
}

div.info h2 {
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
}

div.info h2 span {
	font-size: 16px;
	color: #bfb3e3;
}

div.info h3 {
	font-size: 25px;
	color: #ffffff;
	margin: 15px 0 0 0;
	display: inline-block;
}

div.info h4 {
	font-size: 29px;
	color: #ffffff;
	margin: 45px 0 0 0;
}

div.info h5 {
	font-size: 26px;
	color: #c578f3;
	text-align: left;
	margin: 40px 0 25px 28px;
}

div.info ul li {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 120%;
}

div.info ul li p {
	width: 90%;
	float: left;
	margin: 0 0 0 15px;
	font-size: 14px;
	color: #ffffff;
}

div.info p.info-note {
	width: 90%;
	float: left;
	margin: 0 0 0 28px;
	font-size: 14px;
	color: #ffffff;
	line-height: 125%;
}

div.info ul li span {
	float: left;
	font-family: 'GothamLight';
	font-size: 26px;
	color: #c578f3;
}

div.note {
	width: 475px;
	position: absolute;
	right: 30px;
	top: 920px;	
	
	padding: 10px 0 0 0;	
}
div.note.note2 {
	right: auto;
	left: 30px;
	width: 345px;
	top: auto;
	bottom: 15px;
	border-top: 1px solid #999999;
	border-top: 1px solid rgba(255,255,255,.3);
}
div.note p {
	font-size: 12px;
	color: #999999;
	line-height: 120%;
	margin: 10px 0 0 0;
	display: inline-block;
}
div.note.note2 p {
	margin-top: 0;
}
a.product-info {
	width: 188px;
	height: 54px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: 175px;
	bottom: 95px; 
	background: url(../images/product_details_button.png) no-repeat scroll;	
	background-position: 0 0;
	color: #fff;
	text-align: center;
	line-height: 54px;	
	font-weight: bold;
	text-decoration: none;
}

a.product-info:hover {
	background-position: 0 -53px;		
}

div.content div.campaign-bottom {
	position: relative;
	margin: 10px 0 0 0;
}

div.content div.campaign-bottom h2 {
	font-family: 'GothamLight';
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 145%;	
	width: 100%;
	position: absolute;
	top: 28px;
}

div.content div.campaign-bottom h2 span.bold {
	font-family: 'GothamMedium', sans-serif;
	font-size: 34px;	
}

/* ----------- Pharmacy List Style ---------------- */

div.pharmacy-listing {
	border: 1px solid #cccccc;
	margin: 20px 0 0 0;
	background: url(../images/pharmacy_listing_bg.png) repeat scroll left top;	
}

div.pharmacy-listing h2 {
	font-size: 25px;
	color: #7a34a4;
	text-align: left;
	line-height: 130%;
	margin: 35px 0 0 25px;
}

div.pharmacy-listing h2 span {
	font-family: 'GothamMedium', sans-serif;	
	font-size: 29px;
}

div.pharmacy-listing h2 span.light {
	font-family: 'GothamLight', sans-serif;	
}

div.pharmacy-listing h2 span.bold {
	font-family: 'Gotham', sans-serif;	
}

div.pharmacy-listing {
	width: 908px;
	position: relative;
	float: left;
	padding: 0 25px;
}

div.options {
	width: 100%;
	background: url(../images/listing_bg.png) repeat-x scroll left top;		
	padding: 20px 0;
	margin: 20px 0 0 0;
	display: inline-block;
}

div.options div.selectbox {
	width: 195px;
	height: 34px;	
	position: relative;
	float: left;
	margin: 0 0 0 15px;
}

div.options div.selectbox select.select {
	width: 170px;
	height: 34px;
	line-height: 34px;
	background: none;
	border: 0 none;
	margin: 0 12px;
	position: relative;
    z-index: 10;
    cursor: pointer;	
}

div.options div.selectbox span.select {
	width: 195px;
	height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 12px;
    color: #363636;
    line-height: 34px;
	background: url(../images/selectbox_bg.png) no-repeat scroll left top;
    cursor: pointer;
    z-index: 1;
}

ul.pagination {
	width: auto;
	padding: 2px;
	position: relative;
	float: right;
	background: #ebebeb;
	text-align: center;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

ul.pagination li {
	display: inline;
}

ul.pagination a {
	width: 34px;
	height: 32px;
	display: inline-block;
	font-family: 'GothamLight', sans-serif;	
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
	background: url(../images/pagination.png) no-repeat scroll;	
	background-position: -45px 0;	
}

ul.pagination a:hover {
	background-position: -45px -32px;	
}

ul.pagination a.previous {
	width: 45px;
	height: 32px;
	display: inline-block;	
	background-position: 0 0;	
}

ul.pagination a.previous:hover {
	background-position: 0 -32px;	
}

ul.pagination a.next {
	width: 45px;
	height: 32px;
	display: inline-block;
	background-position: -79px 0;		
}

ul.pagination a.next:hover {
	background-position: -79px -32px;	
}

ul.pagination a.active {
	font-weight: bold;
}

p.list-empty {
	margin: 0 0 20px 0;	
	font-family: 'Gotham', sans-serif;	
	font-size: 14px;
	color: #000000;		
}

ul.pharmacy-list {
	background: url(../images/listing_bg.png) repeat-x scroll left top;
	margin: 0 0 20px 0;			
}

ul.pharmacy-list li {
	font-family: 'Gotham', sans-serif;	
	font-size: 14px;
	color: #000000;
	line-height: 120%;
	padding: 20px 0 30px;
	display: block;
	background: url(../images/listing_bg.png) repeat-x scroll left bottom;	
}

ul.pharmacy-list li.last {
	border-bottom: 0 none;
}

ul.pharmacy-list li p {
	font-family: 'GothamMedium', sans-serif;		
}
