/* PAGE STRUCTURE */
body { min-width: 760px; }
#page { width: 760px; }

body { text-align: center; }
#page { width: 786px; text-align: left; margin: 0 auto; }
#pageHeader { width: 760px; height: 128px; left: 13px; }
#pageBody { width: 760px; padding: 0; left: 13px; }
#nav { width: 760px; position: absolute; left: 13px; top: 90px; }
#pageFooter { width: 760px; clear: both; left: 13px; text-align: center; }

#nav h2, #nav h3 { display: none; }



body {
	background: #f47411 url(/_img/bg/browser.jpg) center 0 repeat-x;
}
#page {
	background-image: url(/_img/bg/page.png);
	background-repeat: repeat-y;
	background-position: center 0;
}
#pageBody {
	background: #f8ed99 url(/_img/bg/pagebody.jpg) repeat-x;
}
h1 {
	position: absolute;
	z-index: 2;
}
#pageSplash {
	background: #fff url(/_img/bg/pagesplash_home.gif) repeat-y;
	z-index: 1;
	left: 0;
	top: 0;
	width: 760px;
}
#pageBodyContent {
	min-height: 500px;
	padding: 40px 6px 20px;
}
#nav {
	z-index: 3;
}



/* GENERAL VISUAL STYLING */
body {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #1f195a;
	color: #300;
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times Roman", serif;
	margin-bottom: 0.75em;
	margin-top: 1em;
	color: #251e6b;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 125%;
}
p {
	font-size: 110%;
	line-height: 1.25em;
	margin-bottom: 0.85em;
}

a {
	color: #c33100;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff4500;
	text-decoration: none;
}
a.more {
	display: block;
	padding-left: 8px;
	background: url(/_img/aro/med_red.gif) 0 2px no-repeat;
}
div.more {
	position: absolute;
	bottom: 0;
	margin: 5px 0;
}

ul {
	margin-bottom: 1.5em;
}
ul ul {
	margin-top: 0.75em;
}
ul li {
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
ul ul li {
	margin-bottom: 0.5em;
}
li.separator {
	list-style-type: none;
	line-height: 0;
	height: 0.75em;
}

ul.links {
	padding-left: 0;
}
ul.links ul {
	display: block;
	padding-top: 1em;
	padding-left: 1em;
}
ul.links li {
	list-style-type: none;
	padding-left: 8px;
	background: url(/_img/aro/med_red.gif) 0 3px no-repeat;
}
ul.links li.separator {
	background: none;
}
ul.links ul li {
	padding-left: 0;
	background: none;
}
ul.links li a:hover {
	text-decoration: none;
}

hr {
	color: #147903;
	margin: 20px 0;
}

div.photo {
	margin-bottom: 15px;
}
div.floatLeft {
	float: left;
	margin: 0 15px 10px 0;
}
div.floatRight {
	float: right;
	margin: 0 0 10px 15px;
}

table {
	margin: 1em 0 2em;
}
table thead {
	border-bottom: 2px solid #724940;
}
table th, table td {
	padding: 3px 15px 3px 2px;
}


/* multicolumn lists */

.multicolumn:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.multicolumn { display: inline-block; }
.multicolumn > ul,
.multicolumn > dl {
	float: left;
	width: 125px;
	margin-bottom: 20px;
}
.multicolumn > ul li,
.multicolumn > dl dt,
.multicolumn > dl dd {
	margin-right: 10px;
}




/* PAGE HEADER / FOOTER STYLES */
#pageHeader,
#pageFooter {
	color: #dcb;
}
#pageHeader a,
#pageFooter a {
	color: #fedf76;
}
#pageHeader a:hover,
#pageFooter a:hover {
	color: #fdfdf1;
	text-decoration: none;
}
#pageHeader {
	background: #591709 url(/_img/bg/pageheader.gif) repeat-x;
}
#pageHeader ul li { float: left; }

#pageHeader img.logo {
	position: absolute;
	left: 8px;
	top: 0;
}
#pageHeader .phone {
	position: absolute;
	right: 55px;
	top: 24px;
	font-family: "Georgia", "Times New Roman", "Times Roman", serif;
	font-size: 24px;
	font-weight: bold;
	color: #f9de8d;
}
#pageHeader .tagline {
	position: absolute;
	right: 55px;
	top: 52px;
}
#pageHeader ul.globalMenu {
	position: absolute;
	right: 0;
	top: 2px;
}
#pageHeader ul.globalMenu li {
	float: left;
	list-style-type: none;
	padding: 0 0.5em;
	font-size: 9px;
	border-left: 1px solid #987;
}
#pageHeader ul.globalMenu li:first-child { border-left: none; }
#pageHeader ul.globalMenu li a {
	font-weight: normal;
}
#pageHeader ul.social {
	position: absolute;
	right: 10px;
	top: 28px;
}
#pageHeader ul.social li a { width: 32px; height: 32px; }
#pageHeader ul.social li a.btn_facebook { background-image: url(/_img/btn/facebook_sm.png); }

#pageFooter {
	background-color: #591709;
	padding: 5px 0;
}
#pageFooter p {
	margin: 0 3px;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 90%;
}







/* PAGE BODY STYLES */

#pageBodyContent ul {
	list-style: disc;
	padding-left: 2em;
}
#pageBodyContent ul ul {
	list-style: circle;
}

#pageBodyContent ul.pluses li,
#pageBodyContent ul.questions li {
	list-style: none;
	margin-left: -2em;
	padding-left: 2em;
}
#pageBodyContent ul.pluses li {
	background: url(/_img/ico/plus_green.gif) 2px -1px no-repeat;
}
#pageBodyContent ul.questions li {
	list-style: none;
	background: url(/_img/ico/q_teal.gif) 2px -1px no-repeat;

}
#pageBodyContent ul.pluses ul li,
#pageBodyContent ul.questions ul li {
	list-style: disc;
	margin-left: 1em;
	padding-left: 0;
	background: none;
}
#pageBodyContent b {
	color: #222;
}

#pageBodyContent .primary .content .topNote {
	position: absolute;
	top: -42px;
	left: 0;
}
#pageBodyContent .primary .content .topNote,
#pageBodyContent .primary .content .topNote * {
	font-size: 11px;
	color: #fff;
}



/* SINGLE-IMAGE ROLLOVER BUTTONS (100px v offset) */

.btn {
	display: block;
	overflow: hidden;
	border: none;
	text-indent: -10000px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.btn:hover {
	background-position: 0 -100px !important;
}

.btn_addtocart {
	width: 32px;
	height: 32px;
	background-image: url(/_img/ui/btn/add-to-cart_sm.png);
}



/* CUFON ADJUSTMENTS */

/*
.cufon-active .cufon {
	position: relative;
	top: 2px;
}
*/

