/* @override http://elementsforlife.net/styles/screen.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: #c0edee url(../images/bg.jpg) repeat-x 0 top;
}

a {
	text-decoration: none;
	color: #973b29;
}

a:hover {
	text-decoration: underline;
}

.button {
	float:left;
	background:url(../images/buttonbg.png) repeat-x;
	height: 16px;
	padding: 1px 5px 2px;
	margin: 6px 0 10px 1px;
	text-decoration: none;
	color: #3a4f5e;
	border: 1px solid #3a4f5e;
}

.button1 {
	float:left;
	height: 8px;
	text-decoration: none;
	color: #3a4f5e;
	border: 1px solid #3a4f5e;
	background-image: url(../images/buttonbg1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


.button.bcenter {
	float: none;
	
}

.button:active {
	background: #ecfaff;
}

p {
	margin-top: 0;
}



h1 {
	color: #ab3b3f;
	/*color: #3a4f5e;*/
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	line-height: 100%;
	margin: 0;
	margin-bottom: 10px;
}

div#leftcol h2 {
	margin: 21px 0 0;
	margin: 0 ;

}

h2 {
	color: #3a4f5e;
	font-size: 20px;
	font-weight: 800;
	margin-top: 30px;
	line-height: 100%;

}

h3 {
	color: #ab3b3f;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0;
	text-transform: capitalize;
}
h4 {
	color: #ab3b3f;
	font-size: 12px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
strong {
	color: #ab3b3f;
}

blockquote {
	color: #3e5361;
	font-size: 13px;
	background-color: #eaf4fa;
	padding: 10px 10px 10px 25px;
	margin-left: -6px;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
}

blockquote a {
	color: #be2824;
	line-height: 14px;
}

.blockquote2 {
	padding-left: 0;
	display: inline-block;
	padding-right: 35px;
	color: #ab3b3f;
	font-weight: bold;
	font-size: 14px;
	list-style-position: outside;
	margin-left: 0;
}

.blockquote2 ul {
	list-style-type: square;
}

.loud_red {
	color: #ab3b3f;
	font-weight: bold;
	font-size: 14px;
}

.loud_box {
	color: #ab3b3f;
	font-weight: bold;
	font-size: 14px;
	padding: 15px;
	margin-top: 50px;
	border: 1px solid black;
	margin-bottom: 28px;
}

table tr td {
	font-size: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	padding-right: 5px;
	border-collapse: collapse;
	cursor: pointer;
}

.notice {
	font-size: 10px;
	line-height: 12px;
	color: black;
	padding: 15px;
	margin-top: 50px;
	border: 1px solid black;
	margin-bottom: 28px;
}

.small {
	color: #000;
	font-size: 9px;
	line-height: 12px;
}

.contactinfo {
	color: #ccc;
}

/* @group Containers */



#wrap {
	margin: 20px auto 0;
	padding-bottom: 60px;
	width: 820px;
	height: auto;
}

#shadowcontainer {
	background: url(../images/mid_dropshadow.png) top center repeat-y;
}

#header {
	height: 113px;
	background: url(/custom/DefaultTheme/images/headerbot2.png) no-repeat 9px 15px;
}

#headerlogo {
	display: none;
}

#flashcontent {
	margin-left: 9px;	
}

#subheader {
	margin-left: 9px;
	height:158px;
}

#content {
	background: #000;
	margin: 0 auto;
	width: 801px;
	border: 1px solid black;
}

#maincontent {
	margin-left: 9px;
	width: 801px;
	background: #ffffff url(../images/content_bg.png) repeat-y top;
}

div#maincontent.plain {
	width: 661px;
	background: #ffffff url(../images/content_bg_plain.png) repeat-y top;
	padding: 20px 100px 20px 40px;
}

div#maincontent.nohero {
	width: 761px;
	padding: 0 0 20px 40px;
}


/* @end */

/* @group Menus */

#mainnav, #mainnav ul { /* all lists */
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainnav {
	width: 600px;
	margin: 75px auto 0;
}

#mainnav a {
	display: block;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	height: 13px;
	margin: 0 0 0 6px;
	padding: 5px 15px 0 6px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#mainnav li { /* all list items */
	float: left;
	width: auto;
	
}

#mainnav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	left: -999em;
	overflow: hidden; /* fixes safari issue */
	z-index: 20;
}

#mainnav li:hover ul, #mainnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainnav li ul li a {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 0;
	width: 130px;
	height: auto;
	padding: 5px 5px 5px 10px;
}

#mainnav li:hover {
	background: url(../images/nav-l.png) no-repeat left top;
	width: auto;
}

#mainnav li:hover a {
	color: #82010b;
	background: url(../images/nav-r.png) no-repeat right top;
}

#mainnav li ul li {
	background: url(../images/nav-bg.png) repeat;
}

#header div#preload {
	background: url(../images/nav-bg.png);
	background: url(../images/nav-r.png);
	background: url(../images/nav-l.png);
	visibility: none;
}

#mainnav li.single:hover {
	background-image: none;
}

#mainnav li.single:hover a {
	background-image: none;
}

#mainnav li:hover ul li a {
	background: none;
}

#mainnav li ul li:hover a {
	color: #fff;
	background: #82010b;
}


/* @group Top */

ul#topnav {
	float: right;
	list-style: none;
	padding: 0;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0;
}

ul#topnav li {
	float: left;
	border-right: 1px solid #890716;
}

ul#topnav li:last-child {
	border-right: 0px;
}

ul#topnav li a {
	font-family: helvetica, arial, "san serif";
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
}

ul#topnav li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer {
	background: url(../images/footer4.png) no-repeat scroll 0 bottom;
	height: 65px;
}

#footer ul {
	float:  left;
}

#footer ul li {
	float: left;
	list-style-type: none;
	margin-top:  10px;
	margin-bottom: 7px;

}

#footer ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding: 5px 10px;
}

#footer li a:hover {
	background: #fff;
	color: #82010b;
}

/* @end */

/* @end */

/* @group Hooks */

#hooks {
	background: url(../images/hooksbak.png) no-repeat 9px top;
	padding: 7px 0 0;
	height: 105px;
	margin: 0;
}

#hooks div {
	float:left;
	width: 239px;
	height: 105px;
	margin-left: 19px;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	line-height: 16px;
	overflow: hidden;
	cursor: pointer;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

#hooks div.hook1 {
	padding-left: 24px;
}

#hooks p {
	width: 130px;
	padding: 0 0 4px;
	margin: 0;
	font-size: 12px;
}

#hooks p.hookhead {
	text-transform: uppercase;
	color: #3e5361;
	font-size: 13px;
	font-weight: bold;
	width: 135px;
	white-space: normal;
	line-height: 13px;
	padding: 0;
}

#hooks a.readmore{
	text-transform: capitalize;
	color: #6c000d;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#divider {
	height: 13px;
	background: url(../images/dividerbar_bg.jpg) repeat-y 9px top;
}


/* @end */




/* @group Columns */

div#leftcol {
	float: left;
	margin: 30px 10px;
}

div#leftcol a {
	color: #666;
}

div#leftcol.products {
	padding: 0 23px 0 0;
	margin: 0 27px 0 0;
	border-right: 1px solid maroon;
	width: 170px;
	text-align: right;
	height: auto;
}
div#leftcol.products h2{
	text-align: right;
	font-size: 18px;
}
div#leftcol.products p{
	text-align: right;
	line-height: 14px;
}
div#leftcol.products .herobut{
	text-align: right;
	margin-top: 10px;
}



.leftcol_content {
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
	height: 100%;
}


.midcol {
	float: left;
	width: 320px; /* Reduced size by 20px - original was 340px 12/18/08*/
	font-size: 12px;
	padding: 30px 0;
}

.midcol_large {
	float: left;
	width: 440px;
	font-size: 12px;
	padding: 30px 0;
}

.rightcol {
	float: right;
	padding: 0;
	width: 243px;
	vertical-align: bottom;
}

.rt_col_content {
	background: url(../images/right_col_bk_bot.png) no-repeat left top;
}

.rt_col_content h3 {
	color: #3c4e5f;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/right_col_hd.png) no-repeat left top;
	margin: 0;
	padding: 40px 0 4px 16px;
	font-variant: normal;
}

/* @end */

/* @group Featured Items */

div.featured_item {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 115px;
	overflow: hidden;
}

div.featured_item span {
	width: 150px;
	color: #3c4e5f;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 800;
	margin-left: 15px;
	display: block;
	padding-top: 10px;
	margin-bottom: 0;
	line-height: 14px;
}

div.featured_item p {
	width: 140px;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.featured_item a.readmore {
	text-transform: capitalize;
	color: #6c000d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}

/* @end */

/* @group Credit */

#credit {
	float:  right;
	color: #f6979b;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
	margin-right: 30px;
}

#credit a {
	color: #f6979b;
	text-decoration: none;
}

#credit a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group FAQ */

.questions, .questions a:link, .questions a:visited {
	color: #ab3b3f;
	font-weight: bold;
}
.questions a:hover {
	text-decoration: underline;
}
.answer, .answer a:link, .answer a:visited {
	color: #ab3b3f;
	font-weight: bold;
}
/* @end */
