/*--- Standard Overloads --------------------*/
html, body {
	height:99%;
	width:100%;
	margin-bottom:1px;
}

hr {
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
}

/*--- Top Menu ------------------------------*/
#topmenu {
	height: 35px;
	width: 99%;
}

ul.topnav {
	list-style: none;
	padding: 0 16px;
	margin: 0;
	float: left;
	width: 99%;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	background-color: #620803;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative;
}

ul.topnav a.menu {
	padding: 10px 7px 7px 7px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	border-left: 1px #620803 solid;
}

ul.topnav a.menu:hover {
	border-left: 1px #933c37 solid;
}

ul.topnav li span {
	width: 13px;
	height: 35px;
	float: left;
	border-right: 1px #620803 solid;
	padding-right: 7px;
}

ul.topnav li span.ahover {
	border-right: 1px #933c37 solid;
}

/* Drop down trigger styles */
ul.topnav li span div {
	margin-top: 13px;
	width: 11px;
	height: 11px;
	float: left;
	background: url(/ART/menu_trigger.png) no-repeat center top;
}

/* Hover effect for trigger */
ul.topnav li span div.subhover {
	background-position: center bottom;
	cursor: pointer;
}

ul.topnav li ul.subnav {
	list-style: none;
	/* Important - Keeps subnav from affecting main navigation flow */
	position: absolute;
	left: 0;
	top: 35px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	width: 170px;
}

html ul.topnav a.menuitem {
	float: left;
	width: 143px;
	color: #333;
	padding: 7px;
	padding-left: 20px;
	text-decoration: none;
}

/* Hover effect for subnav links */
html ul.topnav a.menuitem:hover {
	background-color: #ddd;
}

/*--- Left Menu Elements --------------------*/
#leftbarbox {
	width:190px;
	border-left:10px solid #eee;
	/* border-right:1px dotted #ccc; */
	/* background:url(/ART/leftmenu_bg.png) 0 0 repeat-y; */
}

#leftbar {
	width:190px;
}

.leftmenu {
	padding-left: 24px;
	margin-left: 0px;
	list-style-type: none;
}

.leftmenuitem, .leftmenutopitem {
	font-size: 11pt;
	font-weight: bold;
}

.leftmenuitem {
	padding-top: 2px;
}

.leftmenuarrow {
	margin-right:2px;
}

.leftmenuheadlink {
	color: #000;
	text-decoration: none;
}

/*
.leftmenuheadlink:link, .leftmenuheadlink:visited {
	color: #000;
	text-decoration: none;
}

.leftmenuheadlink:active, .leftmenuheadlink:hover {
	color: #00e;
}
*/

.leftsubmenu, .leftsubmenu_on {
	list-style-type: none;
	padding-left: 28px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: normal;
}

.leftsubmenu {
	visibility: hidden;
	display: none;
}

.leftsubmenu_on {
	visibility: visible;
	display: block;
}

.leftsubmenuitem {
	font-size: 10pt;
}

.leftmenulink {
	text-decoration: none;
}

.leftmenulink:link, .leftmenulink:visited  {
	color: #444;
}

.leftmenulink:active, .leftmenulink:hover  {
	color: #b60f0f;
}

/*--- Standard Elements ---------------------*/
.popupLink {
	text-decoration: none;
	font-size: 10pt;
}

.hrdark {
	border-top:1px solid #999;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.hrlight {
	border-top:1px solid #ccc;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	margin-top:20px;
	margin-bottom:20px;
}

/*--- Tracking Pixels -----------------------*/
.trackingpixels {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

/*--- FAQ Elements --------------------------*/
#faqhead #bottom {
	padding-bottom: 8px;
}

#faqhead td a {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}

#faq td {
	vertical-align: top;
}

#faq #bottom {
	text-align: right;
	padding-bottom: 9px;
	font-size: 10pt;
}

#faq #q, #faq #a {
	font-family: Arial, sans-serif;
	color: #666666;
	font-weight: bold;
}

#faq #q, #faq #question {
	border-top: 1px #cccccc solid;
	padding-right: 7px;
	font-weight: bold;
}

#faq #question, #faq #answer {
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

#faq #a, #faq #answer {
	padding-top: 5px;
	padding-bottom: 9px;
}

/*--- Form Elements -------------------------*/
#errMsg #head {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 3px;
}

#errMsg {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: justify;
	font-size: 10pt;
	color: #000000;
	background: #FFFF00;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#layout_form {
}

#layout_form #formDesc {
	font-weight: normal;
	text-align: justify;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

.incompleteField {
	background: #FFFF00;
}

.focusedField {
	background: #FFFF88;
}

.unfocusedField {
	background: #FFFFFF;
}

#support_form td {
	font-weight: bold;
	font-size: 11pt;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#support_form {
	padding-top: 8px;
}

#layout_form #formHead {
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	font-family: Arial, sans-serif;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
}

#headbar_links {
	/* padding-top: 10px; */
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
}

/*--- Inline Elements -----------------------*/
#prices_inline {
	margin-top: 5;
	padding-top: 5;
	padding-left: 7;
	padding-right: 5;
	padding-bottom: 5;
	background: #edf5ff;
	border-top: #8fb3D6 1px solid;
	border-left: #8fb3D6 1px solid;
	border-right: #8fb3D6 1px solid;
	border-bottom: #8fb3D6 1px solid;
}

#text_inline {
	padding: 3px;
	padding-left: 6px;
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
}

#image_inline {
	padding: 3px;
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
}

#login_inline {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 11pt;
	background: #CCCCCC;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#loginPrompt {
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
}

#login_inline input {
	border: #666666 1px solid;
}

/*--- Generic Elements ----------------------*/
#subHeading {
	font-size: 12pt;
	color: #666666;
}

#tableList {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
}

#medLink {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #0000FF;
}

#littleLink {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000099;
	text-decoration: none;
}

#littleLink:hover {
	color: blue;
}

#littleLink:visited {
	color: purple;
}

#littleLink:visited:hover {
	color: blue;
}

#orderNow, #bigLink {
	color: #000099;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
}

#orderNow:hover, #bigLink:hover {
	color: blue;
}

#strongText {
	font-size: 12pt;
	font-weight: bold;
}

#hugeText {
	font-size: 36pt;
	font-weight: bold;
}

#bigText {
	font-size: 28pt;
	font-weight: bold;
}

#heavyText {
	color: #000000;
	font-weight: bold;
}

#lightText {
	color: #666666;
	font-size: 9pt;
}

#altColor {
	color: #901811;
}

#layout_main {
}

#layout_headbar {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
}

#layout_lane1, #layout_lane2, #layout_lane3, #layout_lane4, #layout_footbar {
	padding: 3px;
	padding-left: 0px !important;
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
}

.head_lane {
	text-align: justify;
}

.justify {
	text-align: justify;
}

#innerSubTab {
	border-left: #D6B38F 1px solid;
	padding-left: 20px;
}

#headSubMenu {
	background: #FFF5D8;
	border-bottom: #D6B38F 1px solid;
}

#headSubMenu, #headSubMenu td, #headSubMenu td a {
	font-family: Arial, sans-serif;
	color: #660a00;
	font-size: 9pt;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#headSubMenu td {
	padding-right: 20px;
}

#headSubMenu td a:hover {
	color: #901811;
}

#selectedTab {
	font-weight: bold;
}

#innerTab {
	border-left: #D6B38F 1px solid;
	padding-left: 10px;
}

#headMenu, #headMenu td, #headMenu td a {
	font-family: Arial, sans-serif;
	color: #660a00;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
}

#headMenu td a:hover {
	color: #901811;
}

#headMenu tr td {
	padding-right: 10px;
}

.headFiller {
	background: url(/ART/head_02.png) top left repeat-x;
}

.headFiller2 {
	background: url(/ART/head_04.png) top left repeat-x;
}

#headRight {
	width: 573px;
	height: 122;
	background: url(/ART/head_04.png) top left repeat-x;
	overflow: hidden;
}

#headBoxLeft {
	float: left;
	display: inline;
	width: 37px;
	height: 29px;
	background: url(/ART/head_03a.png) 0 0 no-repeat;
}

#headBox {
	float: left;
	display: inline;
	width:520px;
	height:29px;
	background: url(/ART/head_03b.png) 0 0 repeat-x;
}

#headBoxRight {
	float: left;
	display: inline;
	width: 16px;
	height: 29px;
	background: url(/ART/head_03c.png) 0 0 no-repeat;
}

#headBoxFont {
	font-family: Arial, sans-serif;
	font-weight: bold;
	/* color: #eeeaba; */
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 8px;
}

#headFont {
	font-family: Arial, sans-serif;
	font-weight: bold;
	/* color: #eeeaba; */
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#headFont:hover {
	color: #ffffff;
}

#slogan {
	font-family: Arial, sans-serif;
	/* color: #660a00; */
	color: #555;
	font-size: 10pt;
	padding-top: 5px;
	font-style: italic;
	padding-left: 30px;
	vertical-align: top;
}

#subHead {
	font-family: Arial, sans-serif;
	/* color: #660a00; */
	color: #222;
	font-size: 12pt;
	padding-top: 3px;
	text-align: right;
	text-decoration: none;
	vertical-align: top;
}

#subHead:hover {
	color: #901811;
}

#innerHead {
	padding-top:9px;
}

.innerHeadBiz {
	background: url(/ART/head_biz.png) 0 0 no-repeat;
	width:70px;
	height:12px;
	padding-bottom:9px;
	margin-top:9px;
}

.innerHeadRes {
	display: inline;
	float: left;
	background: url(/ART/head_res.png) 0 0 no-repeat;
	width:92px;
	height:12px;
}

#login {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660a00;
	font-size: 10pt;
	vertical-align: bottom;
	padding-top: 3px;
}

#logincol {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	/* color: #660a00; */
	color: #333;
	font-size: 10pt;
	padding-right: 9px;
	padding-top: 5px;
}

.loginbox {
	/* border: #660a00 1px solid; */
	padding-left: 3px;
	width: 9em;
	/* width: 9em; */
}

#footer {
	border-top: 1px solid #ccc;
	padding-top: 9px;
	font-size: 70%;
	color: #999999;
}

#footLinks {
	padding-left: 5px;
	padding-right: 5px;
	color: #0066ff;
}

#footCopy {
	padding-top: 5px;
	line-height: 22px;
}

