@charset "utf-8";
/* CSS Document */

/* ------------------ general rules ------------------*/
body {
	background: #331e06 url(../images/bg_body.jpg) repeat scroll center top;
	font: 100% arial, helvetica, verdana, geneva, san-serif;
	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's rule */
	color: #4e4838;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header a {
    text-decoration: none;
}
a {
    text-decoration: underline;
	outline: none;
	color: #3a4a53;
}
a:hover {
	text-decoration: none;
	color: #4e636e;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 100;
	font-size: 1.5em;
	color: #537487;
	border-bottom: 1px solid #d0d9dc;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
h3 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 100;
	text-transform: uppercase;
	font-size: .8em;
	color: #707070;
/* 	border-bottom: 1px solid #d0d9dc; */
	padding-bottom: 5px;
	letter-spacing: .15em;
	margin-bottom: 5px;
}
#wrapper {
	background: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}
#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	background: #fff url(../images/bg_container.jpg) repeat-y center top;
}
.spacer {
	height: 30px;
	margin: 0px;
	border: none;
	padding: 0px;
}
.clrFloat {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.algnTxtRgt {
	text-align: right;
}
.algnTxtLft {
	text-align: left;
}
.clrTopSpace {
	margin-top: 0px;
}
.clrBotSpace {
	margin-bottom: 0px;
}
.clrRightSpace {
	margin-right: 0px;
	padding-right: 0px;
}
.superScript {
	position: relative;
	top: -.4em;
	font-size: .6em;
}

/* ------------------ header  ------------------*/
#header {
	background: transparent url(../images/bg_header.jpg) no-repeat scroll 0%;
	width: 900px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#mastHead {
	height: 130px;
	margin: 0px;
	padding: 0px;
}
#logo {
	display: block;
	text-align: center;
	width: 300px;
	height: 100px;
	padding: 0px;
	position: absolute;
	left: 45px;
	top: 25px;
	cursor: pointer;
	z-index: 1;
	color: #476c80;
}
#logo:hover {
	color: #6a97af;
}
#mastTitle {
	display: block;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 100;
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
}
.mastTitleCap {
	font-size: 1.1em;
}
#mastSubtitle {
	display: block;
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, serif;
	color: #537588;
	font-size: .8em;
	letter-spacing: .25em;
	margin: 0px;
	padding: 0px;
    white-space: nowrap;
}
#hdrLinks {
	position: absolute;
	text-align: right;
	margin: 0px;
	padding: 0px;
	right: 60px;
	top: 24px;
	text-transform: uppercase;
	font-size: .6em;
	color: #a4c9dc;
}
#hdrLinks ul {
	padding: 1px;
	margin: 0px;
}
#hdrLinks li {
	padding: 0px 5px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
#hdrLinks a {
	color: #7295a7;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom: 1px dotted #7295a7;
	padding-bottom: 1px;
}
#hdrLinks a:hover {
	color: #84aabe;
	border-bottom: none;
}

/* ------------------ navigation ------------------*/
#nav {
	font-family: 'Times New Roman', Times, serif;
	width: 800px;
	font-size: 1.1em;
}
#nav ul {
	width: 800px;
	text-align: center;
	height: 30px;
	margin-left: 50px;
	margin-top: 8px;
	padding: 0px;
}
#nav li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px 22px;
	padding: 0px;
	height: 30px;
}
#nav a {
	display: block;
	color: #476d81;
	float: left;
	height: 30px;
	padding: 3px 10px 0px 10px;
}
#nav a:hover {
	color: #6293ac;
}
.selNavItem {
	background: transparent url(../images/bg_nav_item.jpg) repeat-x center top;
	padding: 3px 10px 0px 10px !important;
	color: #fff !important;
}
.selNavItem:hover {
	color: #cee1ea !important;
}
.rightListItem {
	margin-right: 0px !important;
}
.leftListItem {
	margin-left: 0px !important;
}

/* ------------------ content ------------------*/
#content {
	width: 800px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	line-height: 1.4em;
}
#leftCol {
	width: 564px;
	margin-top: 20px;
}
#rightCol {
	width: 200px;
	margin-top: 120px;
	margin-left: 35px;
}
#contentImg {
	width: 220px;
}
#contentCopy {
	width: 310px;
	margin-left: 30px;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.9em;
	color: #4e636e;
}
#contentCopy p {
	padding: 0px;
	margin: 24px 0px 0px 0px;
}
.imgMain {
	border: 1px dotted #dcb4ad;
	background-color: #feded9;
	padding: 9px;
	margin: 0px;
}
.imgMain img {
	border: 1px solid #dcb4ad;
	padding: 0px;
	margin: 0px;
}
.uploadImg {
	display: block;
	height: 30px;
	text-transform: uppercase;
	font-size: .6em;
	letter-spacing: .1em;
	padding: 0px;
	color: #9b937b;
	font-weight: bold;
}
.imgSize {
	display: block;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
	font-size: .7em;
	margin-top: 5px;
	color: #929292;
	font-weight: 100;
	letter-spacing: .1em;
}
#rightCol p {
	font-size: .8em;
	line-height: 1.9em;
	color: #4e636e;
}
#rightCol p a {
	color: #3a4a53;
	border-bottom: 1px dotted #3a4a53;
}
#rightCol p a:hover {
	border-bottom: none;
	color: #4e636e;
}
.rightColList {
	font-family: 'Times New Roman', Times, serif;
	padding: 0px;
	margin: 0px;
	width: 200px;
}
.rightColList li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
    font-size: 0.8em;
}
.rightColList a {
	padding: 5px 0px;
	display: block;
	border-bottom: 1px solid #efece2;
	color: #b86986;
}
.rightColList a:hover {
	background-color: #f7edf1;
}
.rColListTitle {
	display: block;
	font-weight: 100;
}
.rColListDate {
	display: block;
	color: #838383;
	font-style: italic;
	font-size: .7em;
	letter-spacing: .1em;
}

/* ------------------ featured Product ------------------*/
.featProd {
	margin-top: 13px;
}
#featProdImg {

}
#featProdCopy {
	width: 310px;
	margin-left: 30px;
	margin-top: 0px;
	font-size: .8em;
	line-height: 1.9em;
	color: #4e636e;
}
#featProdCopy p {
	padding: 0px;
	margin: 0px;
}
.price {
	font-family: 'Times New Roman', Times, serif;
	color: #b9367a;
	font-style: italic;
	font-size: 1.3em;
}
.prodName {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.3em;
	letter-spacing: .05em;
	color: #537487;
}
.featProdLinks {
	margin-top: 10px !important;
	color: #3a4a53;
	font-size: .8em;
}
.featProdLinks a {
	border-bottom: 1px dotted #3a4a53;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: bold;
}
.featProdLinks a:hover {
	border-bottom: none;
}

/* ------------------ footer ------------------*/
#footer {
	background: transparent url(../images/bg_footer.jpg) no-repeat;
	height: 94px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	position: relative;
}
#footer p {
	position: absolute;
	font-size: .7em;
	color: #8ea6b4;
	right: 50px;
	bottom: 18px;
	margin: 0px;
	padding: 0px;

}


#cse-search-results iframe
{
    width:780px;
}

.post {
    clear: both;
    width: 500px;
}
.avatar .name {
    font-size: 140%;
    font-weight: bold;
    font-style: italic;
}
.avatar .nick { display: none; }
.post .post-title {
    font-size: 130%;
    font-weight: bold;
}
.avatar .tags ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.avatar .tags li {
    list-style-type: none;
    display: inline;
}
#contentCopy .post p {
    margin: 0px;
}
.post .post-content img { margin: 5px; }
.post .post-content h3 { margin-bottom: 2px; padding-bottom: 2px; }
.post .post-meta {
    /* border: solid #ccc;
     border-width: 1px 0px; */
    border-bottom: 1px solid #ccc;
    margin: 5px 0px;
    text-align: right;
    font-style: italic;
}
.post .post-meta * { color: #aaa; }

.paginate {
    width: 500px;
    text-align: center;
}

.date {
    font-size: 150%;
    font-weight: bold;
}
.subscribers ul,
.paginate ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.subscribers li {
    list-style-image: url(/media/feedjack/default/img/feed.png);
    margin-left: 20px;
}
.paginate li {
    list-style-type: none;
    display: inline;
}

#tags {
    text-align: center;
}
#tags li {
    display: inline;
}
#cloud,
ul.subscribers {
    padding: 0px;
    margin: 10px 0px;
}
ul.subscribers li a.name {
    line-height: 14px;
    font-size: 10pt;
}
#tags .cloud_5 { font-size: 135%; }
#tags .cloud_4 { font-size: 120%; }
#tags .cloud_3 { font-size: 105%; }
#tags .cloud_2 { font-size: 90%; }
#tags .cloud_1 { font-size: 75%; }

ul.latest-posts {
    margin: 0px;
    padding: 0px;
}
ul.latest-posts li {
    list-style-type: none;
}
.post {
    clear: both;
    margin-top: 20px;
}
.post h3.title {
    font-size: 120%;
    font-weight: bold;
    border-bottom-width: 0px;
}
.post .content img {
    margin: 0px 10px 10px 0px;
}
.post .post-meta {
    clear: both;
    margin-top: 5px;
}
#contentCopy.fltLeft,
.featured {
    clear: both;
    width: 550px;
    margin-top: 12px;
}
.featured .screenshot {
    float: left;
}
img#home-image,
.featured .screenshot img {
    padding: 10px;
    background-color: #ffded9;
    border: 1px dotted #d3c7af;
    margin: 0px 25px 25px 0px;
}
img#home-image {
    margin-left: -30px;
}
.featured .info {
    width: 300px;
    float: left;
    font-size: 0.9em;
}
.featured .info h3 {
    font-size: 0.9em;
}

#rightCol h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 100%;
    letter-spacing: 0.5px;
}
ul.about-list li {
    font-size: 0.9em;
    color: #b76985;
/*     margin-top: 10px; */
    border-bottom: 1px solid #eee;
/*     padding-bottom: 10px; */
}
ul.about-list li a {
    text-decoration: none;
    border-bottom: none;
}
#nav li { margin: 0px; }
#nav li a {
    display: block;
    width: 158px;
    text-align: center;
    font-weight: bold;
    font-size: 105%;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

div#rightCol div h3 {
    font-size: 0.8em;
    line-height: 2em;
}
ul.poll-options,
ul.poll-options li,
table.contact-form ul,
table.contact-form li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
}

#repMap embed,
#repMap object {
    margin-left: -20px;
}
#dealerLocations {
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: 215px;
    width: 190px;
    height: 600px;
    overflow: auto;
    z-index: 100;
}
#dealerLocations .dealerAddress {
    margin-top: 10px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}
#dealerLocations .dealerAddress .dealerName {
    font-size: 1em;
    font-weight: bold;
}

.errorlist {
color: red;

}


#twcontainer a { color: #99667A; text-decoration:none;}
#twcontainer a:hover { text-decoration:underline; }

#twcontainer {
    font-size: 9pt;
    float:right;
    height:74px;
    width: 470px;
    border:dashed 1px #99667A;
    margin: 16px 38px 0 0;
    padding: 6px;
    background-color:#FFECE8;
    color:#99667A;
    overflow:hidden;
}
