@charset "UTF-8";
/* CSS Document */

/* 
-----------------------
TYPOGRAPHY
-----------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:1.25em;
	text-align: center;
	background: #8A2222;
	color:#000;
}

h1, h2, h3 {
	font-weight: lighter;
}

h1, h2 {
	margin-bottom:1em;
}

a {
	color: #fff;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color:#318DCA;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight:bold;
}

ul.default, ol.default {
	margin: 0 0 1.66em 10px;
}



/* 
-----------------------
LAYOUT
-----------------------
*/
#container {
	position:relative;
	width: 970px;
	min-height:731px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(/images/bg_main.jpg) top center no-repeat;
	text-align:left;
}

/* intro */
#intro {
	position:absolute;
	right:20px;
	top:295px;
	width:400px;
	text-align:right;
}
#intro h2 {
	margin-bottom:0;
	font-size:15px;
	font-weight:bold;
}

/* flu */
#flu {
	position:absolute;
	left:200px;
	top:205px;
	width:250px;
}
#flu h2 {
	margin-bottom:0;
	font-size:15px;
	font-weight:bold;
}


/* twenty-off */
#twenty-off {
	position:absolute;
	left:109px;
	top:542px;
	width:250px;
}

/* zyrtec */
#zyrtec {
	position:absolute;
	left:430px;
	top:545px;
	width:200px;
}

/* location */
#location {
	position:absolute;
	right:225px;
	top:616px;
	width:400px;
	text-align:right;
}

/* footer */
#footer {
	position:absolute;
	bottom:.5em;
	left:400px;
	color:#4182A7;
	font-size:12px;
}



/* 
-----------------------
NAVIGATION
-----------------------
*/
#navigation {
	position:absolute;
	top:155px;
	right:20px;
	text-align:right;
}
#navigation ul {
	position:relative;
	display:block;
	padding:0;
	margin:0;
}
#navigation li {
	position:relative;
	float: left;
}
#navigation a {
	margin-left:20px;
	font-size:15px;
}

