/* Reset
------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { text-align: left; }

/* Accessibility Navigation & Hide
-------------------------------------*/

ol#accessibility-nav, .hide { position: absolute; top: -999em; left: -999em; height: 1px; width: 1px; }

/* Clearfix
----------------*/
.clearfix:after,
.content-top:after,
.content-wrapper:after,
.home #content dl:after,
.sub #content #flowpanes:after,
.sub #content #flowpanes div:after,
#footer .wrap-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/* Default Styles
---------------------*/
body {
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #666 url(bg.png) repeat-y center 3px;
}
hr { display: none; }
strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
th { font-weight: normal; }
address, cite, dfn { font-style: normal; }
li { list-style: none; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
input, textarea, select { font-family: "Arial", "Helvetica", sans-serif; }
a, a:visited { color: #798a20; text-decoration: underline; }
a:hover, a:active { color: #21250a; text-decoration: underline; }
.center {text-align: center;}

/* Layout */

#wrapper {
	width: 860px;
	background-color: #fff;
	padding: 0px 5px;
	margin: 5px auto;
}
#logobanner {
	height: 98px;
	padding: 0;
	margin: 0;
	background: url(logo.png) no-repeat left center;
	width:  400px;
	float:  left;
}
#login {
	height: 98px;
	padding:  0;
	margin:  0;
	margin-left: 400px;
	width: 460px;
	background: url(login.png) no-repeat right top;
	text-align: center;
}
#login2 {
	height: 38px;
	padding:  0;
	margin:  0;
	margin-left: 400px;
	width: 460px;
	background: #dad9db;
}
#buyit {
	height: 51px;
	padding:  0;
	margin:  0;
	margin-left: 690px;
	margin-top: 174px;
	width: 136px;
	border-style: none;
	border-width: 0;
}
ul {
	margin-left: 25px;
}
ul li {
		list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 4px;
}
ul#navigation {
		text-align: center;
		padding: 1px 0;
	display: inline;
}

		ul#navigation li {
			display: inline-block;
		}

		ul#navigation li {
			float: left;
		}

		ul#navigation li:first-child {
			padding-left: 90px;
		}

			ul#navigation li a {
				display: block;
				text-decoration: none;
				/*font-size: 15px;*/
				font-size: 14px;
				font-style: normal;
				color: #21250a;
				text-transform: uppercase;
				font-weight: bold;
				height: 26px;
				padding: 7px 16px 0 20px;
				border-left: 1px dotted #21250a;
			}

			ul#navigation li:first-child a {
				border-left: none;
			}

			ul#navigation li a:hover,
			ul#navigation li.active a {
				color: #7b8c22;
			}
h1 {
	font: bold 34px 'Cantarell', arial, serif;
	padding: 0;
	margin: 0 0 10px 0;
	color: #66770f;
}			
h2 {
	font: bold 26px 'Cantarell', arial, serif;
	padding: 0;
	margin: 0 0 10px 0;
}
h3 {
	font: bold 21px 'Cantarell', arial, serif;
	padding: 0;
	margin: 0 0 10px 0;
	color: #697a12;
}
#secondteir {
	margin: 0;
	background-image: url(banner.jpg);
	height: 261px;
}
#secondleft {
	width: 370px;
	float:  left;
}
#secondright {
	width: 425px;
	background-color: #9b8a86;
	margin-left: 390px;
}
#header2 {
	background: url(headline2.png) no-repeat left top;
	height: 59px;
	margin-bottom: 20px;
	border-top: 8px solid #D8DAD9;
	border-bottom: 9px solid #D8DAD9;
}
#header2 h2 {
	text-indent: -2000px;
}

#thirdteir {
	padding: 0;
	background-color: #fff;
	margin: 0;
}
#thirdright {
	width: 840px;
	height: 600px;
	margin-left: 10px;
}
#thirdright p {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 20px;
}
#extra {
	padding: 0;
	background-color: #fff;
	margin: 0;
}
#fullwidth {
	width: 760px;
	margin-left: 40px;
	float: left;
}
#extraleft {
	width: 600px;
	margin-left: 40px;
		float: left;
}
#extraleft p {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 20px;
}
#extraright {
	width: 180px;
	margin-left: 660px;
	border-left: 1px dashed #afb0b0;
	padding-left: 10px;
}
#extraright p {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 20px;
}


#footer {
	padding: 40px 20px 20px 20px;
	margin: 10px 0;
	background-color: #FFF;
	font: 11px 'Cantarell', arial, serif;
	text-align: center;
		border-top: 5px solid #eae1d7;
	border-bottom: 5px solid #eae1d7;
}
#footer a {
    color: #62740b;
    text-decoration: none;
}

#footer a:hover {
    color: #272919;
}


/* Tab Slider */

#slider {
  width: 860px;
  margin: 0 0 0 -10px;
  position: relative;
  padding: 10px 0;
  background-color: #ccc;
}

.scroll {
  height: 600px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  background: #fff;
	border-top: thin dotted #ccc;
	border-bottom: thin dotted #ccc;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 580px;
  width: 820px; /* change to 560px if not using JS to remove rh.scroll */
  overflow: hidden;
	font-size: 13px;
}

.scrollButtons {
  position: absolute;
  top: 635px;
  cursor: pointer;
}

.scrollButtons.left {
  left: 0px;
  border: 0px;

}

.scrollButtons.right {
  right: 0px;
  border: 0px;
    margin-top: 3px;
}

ul.nav {
    list-style: none;
    margin: 0 0 0 150px;
    padding: 0;
    padding-bottom: 9px;
    font: bold 20px/18px 'Cantarell', arial, serif;
}

ul.nav li {
    display: inline;
    margin-right: 0px;
}

ul.nav a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
	background-color: #666;
	font-weight: normal;
	font-style: normal;
}

ul.nav a:hover {
    background-color: #798a20;
	color: #fff;
}

ul.nav a.selected {
    background-color: #798a20;
	color: #fff;
}

ul.nav a:focus {
    outline: none;
}

.hide {
    display: none;
}


