body {

	/*font-family: "Helvetica", "Verdana", "Arial", "sans-serif", "Lucida Grande";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #1d1d20;
	/*color: #b3b3bb;*/
	color: #1d1d20;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
h1, h2, h3, p {
        margin: 0;
        padding: 0;
        font-weight: normal;
        list-style: none;
}
	
h4 {
	font-size: 15px;
	font-weight: 900;
	color: #465767;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
h5 {
        font-size: 14px;
        font-weight: 900;
        color: #595965;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 5px;
}

.centerCol ul {
	list-style: disc;
	margin: 8px 4px 8px 6px;
	padding-left: 20px;
}
.centerCol li {
	padding-bottom: 5px;
}
/*
a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: red;
}
*/
h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.4;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}
.returnLink {
	font-size: 10px;
	color: #DB241C;
	text-decoration: none;
}
.returnLink:hover {
	text-decoration: underline;
}
/*shared*/

span.clr {
	display: block;
	clear: both;
	font-size: 1px;
}

/*header*/

#header1 {
        position: relative;
        width: 90%;
        height: 150px;
        margin: 20px auto 0px;
        min-width:950px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1050 ? "950px" : "90%" );
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #666666;
        border-right: 1px solid #666666;
}

#header1 .logo1 {
        background: url(images/redline_r1_c1.jpg) top left no-repeat;
	background-color: #70A4DE;
}
#header1 .photo1 {
        background: url(images/redline_r1_c2.jpg) top right no-repeat;
	background-color: #70A4DE;
}

#header1 .logo2 {
        background: url(images/cliff_r1_c1.jpg) top left no-repeat;
	background-color: #CCDEF2;
}
#header1 .photo2 {
        background: url(images/cliff_r1_c2.jpg) top right no-repeat;
	background-color: #CCDEF2;
}

#header1 .logo3 {
        background: url(images/rzrsand_r1_c1.jpg) top left no-repeat;
	background-color: #E6C194;
}
#header1 .photo3 {
        background: url(images/rzrsand_r1_c2.jpg) top right no-repeat;
	background-color: #E6C194;
}

#header1 .logo4 {
        background: url(images/prowlermud_r1_c1.jpg) top left no-repeat;
	background-color: #DD8F4F;
}
#header1 .photo4 {
        background: url(images/prowlermud_r1_c2.jpg) top right no-repeat;
	background-color: #DD8F4F;
}


#header1 .logo1, .logo2, .logo3, .logo4 {
        width: 520px;
        height: 150px;
        float: left;
}

#header1 .photo1, .photo2, .photo3, .photo4 {
        width: 100%;
        height: 150px;
        float: right;
}



#headerBottom {
	bottom: 0;
	width: 100%;
}
#headerBottom .forceBottom {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
}
#headerBottom .sloganArea {
	float: left;
	width: 620px;
	height: 32px;
	padding-top: 0px;
	background-color: #465767;
	/*border: 1px solid red;*/
}
#headerBottom h1 {
	font-size: 17px;
	font-weight: bold;
	color: #F8F8F8;
	margin-top: 6px;
	margin-right: 20px;
	font-style: italic;
	letter-spacing: 1px;

}
#headerBottom .transBox {
	/*border: 1px solid green;*/
	background: url(images/header_trans_r1_c1.gif) top left no-repeat;
	height: 32px;
	width: 15px;
	padding: 0px;
	margin: 0px;
	float: left;
	
}
#headerBottom .metalinkArea {
	background: url(images/header_trans_r1_c2.gif) top left repeat-x;
	height: 32px;
	width: 100%;
	/*border: 1px solid yellow;*/
	float: left;
}
#headerBottom .metaLinks {
	padding-top: 16px;
	padding-bottom: 0px;
	margin: 0px;
	float: right;
}
.metaLinks a {
        color: #BED1E2;
	text-decoration: none;
}
.metaLinks a:hover {
        color: #BED1E2;
        text-decoration: underline;
}

/* top ad box */
#topAdContainer {
	position: relative;
	width: 90%;
	height: 92px;
	margin: 0px auto 0px;
	background-color: #1d1d20;
	min-width:950px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1050 ? "950px" : "90%" );
	text-align: center;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#topAdContainer .ad1, .ad2 {
	/*border: 0px solid red;*/
	
}
#topAdContainer .ad1 {
	float: left;
	width: 49%;
	text-align: center;
	height: auto;
}
#topAdContainer .ad2 {
	float: right;
	width: 50%;
	text-align: center;
}
#topAdContainer img {
	padding: 1px 0px 1px 0px;
	text-align: center;
	vertical-align: middle;
}
/* Not using this any more */
#bottomAdContainer {
	position: relative;
	width: 100%;
	height: 92px;
	background-color: #FFFFFF;
  	text-align: center;
	vertical-align: bottom;
}
#bottomAdContainer img {
	padding: 1px 0px 1px 0px;
	border: 1px solid #333333;
}
.btmBanner {
	position: relative;
	z-index: 1000;
	text-align: center;
	width: 100%;
	margin-top: -100px;
	padding-bottom: 8px;
}
.btmBanner img {
        border: 1px solid #333333;
}

/*content*/

#container {
	/*border: 1px solid yellow;*/
	position: relative;
	width: 90%;
	margin: 0px auto 0px;
	min-width:950px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1050 ? "950px" : "90%" );
		border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#bodyTbl {
	width: 100%;
}
#bodyTbl td {
	text-size: 1px;
	vertical-align: top;
}

#bodyTbl .leftCol {
  width: 220px;
  background-color: #D0D0B5;
}
#bodyTbl .centerCol {
	width: 9999px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
}
#bodyTbl .rightCol {
	width: 200px;
	background-color: #CACACA;
}
.brownSpacer {
	background-color: #B3B391;
	width: 201px;
	height: 5px;
	font-size: 1px;
}
#newsSubscribe {
	margin-top: 15px;
	font-size: 12px;
        background-color: #B3B391;
        width: 201px;
        height: 68px;
	text-align: center;
	padding: 8px 0px 8px 0px;
}
#newsSubscribe .inputBox {
	font-size: 15px;
	height: 20px;
	border: 1px solid #666666;
	padding: 2px 1px 2px 2px;
	/*margin: 6px 16px;*/
}
#eventCalBox {
        margin-top: 15px;
        font-size: 12px;
        background-color: #B3B391;
        width: 201px;
        height: 105px;
        text-align: center;
        padding: 0px 0px 0px 0px;
}
#subscribeBanner {
	text-align: center;
        padding: 10px 0px 0px 0px;
}
#freeDLs {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;

}
#freeDLs a {
	font-size: 10px;
	text-decoration: none;
}
.pollQuestion {
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}
#pollBox {
	border: 1px solid #660000;
	margin: 2px 0px 10px 10px;
	padding: 0px;
	font-size: 13px;
	text-align: center;
        background-color: #FFFFFF;
	width: 180px;
	height: 320px;
}
#pollBoxFrame {
        padding: 0px;
        font-size: 13px;
        text-align: center;
        background: url(images/questionmark_bg.gif) center no-repeat;
        background-color: #FFFFFF;
        width: 180px;
        height: 300px;
}
#pollBoxFrame .selectContainer {
	text-align: left;
	padding-left: 4px;
	padding-top: 5px;
}
#pollBoxFrame .voteBtn {
	padding: 10px;
	text-align: center;
}
.backLink {
	margin-bottom: 5px;
}
#imgContainerFloatRight {
	padding: 6px 4px 6px 8px;
	text-align: center;
	float: right;
	font-size: 11px;
	color: #888888;
}
#imgContainerFloatLeft {
        padding: 6px 8px 6px 4px;
        text-align: center;
        float: left;
        font-size: 11px;
        color: #888888;
}

#imgContainerCenter {
        padding: 6px 4px 6px 4px;
        text-align: center;
        font-size: 11px;
        color: #888888;
}


#imgContainerFloatRight .inlineImg, #imgContainerFloatLeft .inlineImg {
	border: 1px solid #666666;
}
#content {
	width: 600px;
	position: relative;
	z-index: 10000;
	background: #1d1d20;
	padding-right: 45px;
}

div#content.selected {
	
}

/*sidebar*/

#sidebar {
	position: relative;
	z-index: 1;
	width: 200px;
	left: 1px;
	top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

}

#sidebar ul {
	list-style: none;
}
#sidebar li {
	margin: 1px;
	text-align: left;
	border-top: 1px solid #919164;
}
#sidebar li.bottom {
	border-bottom: 1px solid #919164;
}
#sidebar a, #sidebar .cat {
	width: 186px;
	display: block;
	/*padding: 3px 5px 3px 10px;
	background: url(images/tab_small.gif) center right no-repeat;*/
	padding: 4px 5px 4px 10px;
	background: url(images/tab_big.gif) center right no-repeat;
	margin: 1px 0;
	text-decoration: none;
}

#sidebar a {
	color: #737362;
	font-weight: bold;
}
#sidebar a.subscribeMenuLink {
	color: #DC271E;
}

#sidebar a.big, #sidebar .cat {
	color: #737362;
	background: url(images/tab_big.gif) center right no-repeat;
	padding: 4px 5px 4px 10px;
	margin: 1px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar .cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #737362;
}

/* body content */

#headlines {
	width: 100%;
	background-image: url('images/headlines_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ECEDDD;
}
#headlines h2 {
	font-size: 17px;
	font-weight: 900;
	color: #666666;
	border-bottom: 1px dotted #666666;
	margin-top: -10px;
	font-style: italic;
}
#headlines .imgBox {
	border: 1px solid #333333;
	margin-right: 8px;
	float: left;
}
#mainHeadline1, #mainHeadline2, #mainHeadline3 {
	padding-top: 8px;
	padding-bottom: 10px;
}
#mainHeadline1 h1, #mainHeadline2 h1, #mainHeadline3 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #465768;
	margin-bottom: 0px;
}
#mainHeadline1 h3, #mainHeadline2 h3, #mainHeadline3 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #898D99;
	margin-top: -2px;
}
#mainHeadline1 p, #mainHeadline2 p, #mainHeadline3 p {
	font-size: 11px;
}
#mainHeadline1 a, #mainHeadline2 a, #mainHeadline3 a {
	color: #465768;
	text-decoration: none;
}
#mainHeadline1 a:hover, #mainHeadline2 a:hover, #mainHeadline3 a:hover {
	text-decoration: underline;
}

.featuredHeading {
	margin-top: 20px;
	margin-left: 2px;
	margin-bottom: 5px;
	padding-left: 8px;
	font-size: 17px;
	font-weight: 900;
	color: #666666;
	border-bottom: 1px dotted #666666;
	font-style: italic;
}
#featuredArticles h2 {
	margin-top: -10px;
	font-size: 17px;
	font-weight: 900;
	color: #666666;
	border-bottom: 1px dotted #666666;
	font-style: italic;
}
#featuredArticles .imgBox {
	border: 1px solid #333333;
	margin-right: 8px;
	float: left;
}
#featuredArticleRed {
	width: 100%;
	background-image: url('images/red_grade_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B6201F;
}
#featuredArticleYellow {
	width: 100%;
	background-image: url('images/yellow_grade_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DF8600;
}
#featuredArticleBrown {
	width: 100%;
	background-image: url('images/brown_grade_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8C5E2F;
}

#featuredHeadline1, #featuredHeadline2, #featuredHeadline3 {
	padding-top: -10px;
	padding-bottom: -10px;
}
#featuredHeadline1 h1, #featuredHeadline2 h1, #featuredHeadline3 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #EEEEEE;
	margin-bottom: 0px;
}
#featuredHeadline1 .whiteH1Link, #featuredHeadline2 .whiteH1Link, #featuredHeadline3 .whiteH1Link {
        font-size: 18px;
        font-weight: bold;
        color: #EEEEEE;
        margin-bottom: 0px;
	text-decoration: none;
}
.redH1Link {
        font-size: 18px;
        font-weight: bold;
        color: #DC4443;
        margin-bottom: 0px;
        text-decoration: none;
}

#featuredHeadline1 .whiteH1Link:hover, .redH1Link:hover, #featuredHeadline2 .whiteH1Link:hover, #featuredHeadline3 .whiteH1Link:hover {
	text-decoration: underline;
}

#featuredHeadline1 h3, #featuredHeadline2 h3, #featuredHeadline3 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: -2px;
}
#featuredHeadline h3 {
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        margin-top: 0px;
}
#featuredHeadline1 p, #featuredHeadline2 p, #featuredHeadline3 p {
	font-size: 11px;
}
#featuredHeadline1 .moreLink, #featuredHeadline2 .moreLink, #featuredHeadline3 .moreLink {
	color: #FFFFFF;
	text-decoration: none;
}
.redMoreLink {
	color: #DC4443;
        text-decoration: none;
}
#featuredHeadline1 .moreLink:hover, .redMoreLink:hover, #featuredHeadline2 .moreLink:hover, #featuredHeadline3 .moreLink:hover {
	text-decoration: underline;
}

#inThisIssue {
	width: 100%;
	background-image: url('images/headlines_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ECEDDD;
}
#inThisIssue h2 {
	margin-top: -10px;
	font-size: 17px;
	font-weight: 900;
	color: #666666;
	font-style: italic;
        border-bottom: 1px dotted #666666;
}
#inThisIssue .imgBox {
	border: 1px solid #333333;
	margin-right: 8px;
	float: left;
}
#inThisIssue .col1, .col2, .col3 {
	float: left;
	width: 46%;
	padding: 4px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
	
}
.rightColImgContainer {
	padding-top: 14px;
	text-align: center;
}

#footer {
	position: relative;
	width: 90%;
	height: 78px;
	margin: 0px auto 0px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #455768;
	min-width:950px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1050 ? "950px" : "90%" );
	border-top: 1px solid #A2ACB7;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left;
}
#footer .footerLogo {
	background: url(images/footer_logo.jpg) top left no-repeat;
	width: 220px;
	height: 76px;
	float: left;
}
#footer .footerLinks {
	padding: 12px 5px 6px 5px;
}
#footer .footerLinks2 {
        padding: 0px 5px 5px 5px;
}

#footer .footerLinks a, .footerLinks2 a {
	padding: 0px 6px 0px 6px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footerLinks a:hover, .footerLinks2 a:hover {
        text-decoration: underline;
}
#footer .copyright {
        padding: 6px 5px 0px 5px;
	color: #DDDDDD;
}
#footer .copyright a {
	color: #EEEEEE;
	text-decoration: none;
}
#footer .copyright a:hover {
	text-decoration: underline;
}


/*#sidebar a.blog {
	background-image: url(images/tab_forum.gif);
	background-color: #c17878;
}

#sidebar a.docs {
	background-image: url(images/tab_docs.gif);
	background-color: #7389ae;
}

#sidebar a.download {
	background-image: url(images/tab_download.gif);
	background-color: #78ba91;
}

#sidebar a.trac {
	background-image: url(images/tab_trac.gif);
	background-color: #a87aad;
}*/

/*big menu*/

#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #1d1d20 url(images/trac.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #1d1d20;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(images/download.gif);
}

#kwick .documentation {
	background: #7389ae url(images/docs.gif);
}

#kwick .blog {
	background: #c17878 url(images/blog.gif);
}

#kwick .trac {
	background: #a87aad url(images/trac.gif);
	border-right: 0;
}

.sloganCell {
	background-color: #465767;
}
.metaCell {
	background-color: #465767;
}
.transCell {
	background-image: url(images/header_trans.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#shipToInfo, #billToInfo, #creditInfo, #shipAndBillInfo {
        font-size: 11px;
        border: 1px solid #AAAAAA;
        background-color: #FFF0D9;
        text-align: left;
        margin-left: 2px;
        line-height: 16px;
}
#shipToInfo th, #billToInfo th, #creditInfo th {
        padding: 0px 0px 2px 0px;
        background-color: #FEA722;
        border-bottom: 5px solid #FFF0D9;
	color: #FFFFFF;
}
#shipToInfo td, #billToInfo td, #creditInfo td {
        padding: 0px 10px 1px 10px;
        position: relative;

}
#shipToInfo h2, #billToInfo h2, #creditInfo h2 {
        font-size: 14px;
        padding: 0px;
        padding-left: 10px;
        margin: 0px;
	color: #FFFFFF;
}
#shipToInfo .centerLine {
        border-right: 1px solid #AAAAAA;
}

#templateBanner {
   	width: 100%; 
	background-color: yellow; 
	text-align: center; 
	padding 4px;
	font-weight: bold;
}
