/* 
Title:     Montana Compounding Pharmacy - gStyles.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 10px auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #666;
	line-height: 1.5em;
	background: #fff;
}
html>body { /* be nice to Opera */
	font-size: small;
}
body#p-index #t-index a, body#p-compounding #t-compounding a, body#p-veterinary #t-veterinary a, body#p-physicians #t-physicians a, body#p-patients #t-patients a, body#p-certification #t-certification a, body#p-drug #t-drug a, body#p-contact #t-contact a {
	color: #fff;
	background: #631738; /*url(../images/nav-on-blue.gif) repeat-x bottom left;*/
}

body#p-aboutus #aboutus a, body#p-delivery #delivery a, body#p-hrt #hrt a, body#p-hormones #tyoh a {
	color: #666;
}
/* ---[ links ]----------------------------------- */
a:link {
	color: #972256;
	text-decoration: none;
}
a:visited {
	color: #972256;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
	outline: none;
}
a:focus, input:focus {
	-moz-outline-style: none;
}
/* common elements
=========================================================== */
.clear {
	clear: both;
}
p {
	margin: 1em 0 1em;
	padding: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	color: #972256;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding: 0;
	margin: 1em 0 0 0;
	color: #666;
}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #999;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h2+p {
	margin: 0;
	padding: 0;
}

/* ---[ top ]----------------------------------- */
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 90%;
	line-height: 1.8em;
	text-align: left;
	width: 750px;
	background: #fff;
	border: 1px solid #ccc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#header {
	float: left;
	margin: 0 auto;
	padding: 5px 0;
	width: 750px;
	background: #a8587c;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#logo {
	float: left;
	margin: 0;
	padding: 10px 0 0 30px;
}

/* ---[ navigation ]----------------------------------- */
#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 110%;
	border-top: 1px solid #a8587c;
	border-bottom: 3px solid #631738;
	background: #972256 url(../images/nav-bg.gif) repeat-x bottom left;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/nav-li-bg.gif) no-repeat top right;
}
#nav a {
	float: left;
	padding: 7px 13px 6px 13px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(51,51,51,.8);
	border-bottom: none;
	color: #fff;
}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #631738; /*url(../images/nav-on-blue.gif) repeat-x bottom left;*/
}
/*#nav #t-index a {
	margin-left: 20px;
	}*/

/* ---[ home page image rotation ]----------------------------- */
#static {
	clear: both;
}
#flash {
	clear: left;
	width: 750px;
}
#scroller {
	clear: both;
	width: 100%;
	height: 150px;
	background: #fff;
}
/* ---[ main column ]----------------------------- */
#main-body {
	float: left;
	width: 100%;
	min-height: 300px;
}
#content {
	margin: 0;
	padding: 20px;
	background: #fff;
}
#subpage-content {
	margin: 0;
	padding: 20px;
	background: #fff;/*border-right: 1px solid #ccc;*/
}
.pic1 {
	float: left;
	padding-right: 10px;
}
.pic2 {
	float: right;
	padding: 0 0 0 1.2em;
}
/* ---[ right column ]----------------------------- */
#sidebar {
	width: 200px;
	float: right;
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}
#sidebar h3 {
	margin: 0;
	padding: 4px 8px;
	font-size: 105%;
	color: #fff;
	border: none;
	background: #a8587c;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 10px;
	padding: 0;
}
#sidebar li {
	margin: 0 0 .5em 1.3em;
	padding: 0;
	line-height: 1.3em;
	/*background: url(../images/li-bullet.gif) no-repeat 0 50%;*/
}
#sidebar img {
	vertical-align: middle;
}
/* --- [ Two Column Layout ------------------------ */
.twoCol #main-body {
	width: 540px;
	border-right: 1px solid #ccc;
}

/* ---[ footer ]----------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #333;
	background: #ccc;
}
#footer .gutter {
	margin: 0;
	padding: 8px 15px;
}
#footer p {
	margin: 0;
	padding: 0;
}
/*#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}*/
#footer {
	height: 1%;
}
/* Hide from IE5/Mac \*/
#footer {
	height: 1%;
}
/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/
* html #footer {
	height: 1%;
}
/* End hide from IE5/Mac */

