* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 10px/130% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(../grafix/topb.png);
	background-color: #DDDDDD;
	background-attachment: fixed;
	color: #000;
}
ul {
	font: 14px/125% Palatino, Georgia, "Times New Roman", Times, serif;
	list-style-position: inside;
	margin: 5px 4% 10px 4%;
	line-height: 120%;
}
ol {
	list-style-position: inside;
	margin: 5px 4% 10px 4%;
	line-height: 120%;
}
li {
	margin: 4px 0px 0px 5px;
}
li li {
	margin: 2px 0px 0px 3px;
}
p {
	font: 18px/110% "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin: 2px 1px 3px 3px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 115%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #339;
	padding: 2px 2px 2px 4px;
	margin: 2px 1px 3px 3px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
h1 img {
	position: relative;
	top: 5px;
}
a {
	color: #339;
	text-decoration: none;
}
a:hover {
	color: #C00;
}
input, textarea, select {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 3px;
	border: none;
	font-size: 14px;
	background-color: #D3FAE6;
	color: #333;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	font-size: 12px;
}
input:focus, textarea:focus, select:focus {
	background-color: #B1FBF3;
}
#centercontent {
	position: relative;
	float: left;
	width: 74%;
	padding: 10px 2% 30px 2%;
	margin: 0px;
	font-size: 12px;
}
#centercontent.nar {
	width: 57%;
}
#centercontent.right {
	width: 77%;
}
#centercontent.left {
	width: 73%;
}
#centercontent.full {
	width: 98%;
	float: none;
	margin: 0px auto;
}
#container {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 975px;
	background: url(../grafix/30.png);
	clear: both;
	position: relative;
	border: 5px ridge #336699;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	overflow: hidden;
}
#container.flex {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.downloads {
	float: left;
	background-color: #3b4d99;
	padding: 0px 5px 3px 5px;
	min-width: 30%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.downloads div.slider {
	z-index: 100;
	position: absolute;
	background-color: #3b4d99;
	padding: 5px;
	color: #eee;
}
.downloads a {
	color: #fcfcfc;
}
.downloads b, .downloads h6, .downloads h5 {
	color: #eee;
}
#footer {
	background: url(../grafix/checker.png) repeat center center;
	clear: both;
	border-top: 5px ridge #336699;
	padding: 10px;
	margin: 0px;
	position: relative;
	font-size: 9px;
	text-align: center;
}
#header {
	background: url(../grafix/shine.png) repeat-x center bottom;
	clear: both;
	padding: 0px;
	text-align: center;
	position: relative;
	color: #900;
	font-size: 14px;
}
#header h1 {
	text-shadow: 0.05em 0.05em 0.1em white;
	color: #051D99;
}
label {
	color: #666;
	white-space: nowrap;
}
#leftcontent {
	float: left;
	width: 15%;
	padding: 1%;
	color: #339;
	margin-top: 1%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
#loginbadge {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100px;
	z-index: 0;
	font-size: 9px;
	text-align: left;
	color: #333;
}
#rightcontent {
	float: right;
	width: 19%;
	padding: 1%;
	color: #900;
	margin-top: 1%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
#navbar {
	clear: both;
	padding: 0px 0px;
	border-bottom: 5px ridge #336699;
	background: url(../grafix/checker.png) repeat center center;
}
#navbar ul {
	text-align: center;
	margin: 4px;
	padding: 6px 0px 2px 0px;
	list-style: none;
}
#navbar li {
	font-size: 18px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	position: relative;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
#navbar li a {
	background: url(../grafix/30.png);
	color: #C00;
	padding: 2px;
	margin: 8px 3px;
}
#navbar li a:hover {
	background-image: none;
	color: #339;
}
#navbar li a#current {
	background-image: none;
	color: #339;
}
#navbar li:hover ul {
	display: block;
}
#navbar li ul {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	margin: 0px;
	padding: 5px 0px;
	display: none;
	position: absolute;
	top: 105%;
	left: 5%;
	line-height: 140%;
	z-index: 50;
	background: #B7C8D3 url(../grafix/shinehdr.png) repeat-x center bottom;
}
#navbar li li {
	font-size: 12px;
	font-variant: normal;
	margin: 0px;
	padding: 0px 8px;
	display: block;
}
#navbar li li a {
	margin: 3px;
	padding: 1px;
	background-image: none;
	color: #339;
}
#navbar li li a:hover {
	color: #C00;
}
#navbar li li:hover {
	background: url(../grafix/shinehdr.png) repeat-x center center;
}
#salute {
	position: absolute;
	top: -2px;
	right: 10px;
	font-size: 10px;
}
#servicetabs {
	text-align: center;
	clear: left;
	margin: 2px;
	width: 80%;
	z-index: 900;
}
#servicetabs ul {
	padding-bottom: 0px;
	border-bottom: 1px #4CB9CC solid;
	margin: 0px auto;
	list-style: none;
}
#servicetabs li {
	display: inline-block;
	line-height: 90%;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#servicetabs li li {
	display: block;
	font-size: 14px;
}
#servicetabs li ul {
	position: absolute;
	background-color: #eee;
	border-left: 1px #4CB9CC solid;
	border-right: 1px #4CB9CC solid;
	z-index: 900;
	padding: 10px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#servicetabs li a {
	border-top: 1px #4CB9CC solid;
	border-left: 1px #4CB9CC solid;
	border-right: 1px #4CB9CC solid;
	display: block;
	background-color: #99E0EC;
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding: 2px 4px 4px 2px;
}
#servicetabs li li a {
	border: none;
	background-color: transparent;
}
#servicetabs li li a:hover {
	background-color: #99E0EC;
}
#servicetabs a.medium {
	font-size: 12px;
	padding-bottom: 3px;
}
/*#tooltip {
	z-index: 3000;
	max-width: 50%;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
*/
#undertabs {
	text-align: center;
	clear: both;
}
#undertabs ul {
	border-top: 1px #555 solid;
	margin: 0px auto;
}
#undertabs li {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	margin: 4px 0px;
	list-style: none;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#undertabs a {
	margin: 0px;
	padding: 1px 3px;
	color: #fff;
	background-color: #89D3F5;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}
#wrapper {
	position: relative;
	color: #000;
	margin: 0px;
}
.alert {
	background-color: #f33;
	color: #FFFFFF;
}
a.admincolor {
	color: #BECDD7;
}
.button {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px #777 solid;
	line-height: 1.4em;
	white-space: nowrap;
	padding: 1px 4px 3px 4px;
	margin: 1px;
	display: inline-block;
	background-image: url(grafix/buttonbg.png);
	text-align: center;
	background-position: right bottom;
}
.button:hover {
	background-position: left top;
}
.button a {
	display: inline-block;
	padding: 2px 6px;
	margin: 1px;
}
.dealermenu p#title {
	position: absolute;
	left: 2px;
	top: -3px;
	font-weight: bold;
}
#rightcontent.dealermenu {

	padding: 0px;
	margin: 20px 0px;
}
#rightcontent.dealermenu ul {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	background-color: #BCC9D9;
	border-top: 1px #3CC solid;
	border-left: 1px #3CC solid;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.banner {
	background-color: #EFE4A5;
}
.web {
	background-color: #9AEAF2;
}
.dark {
	background-color: #2B73AF;
}
.dark, .dark a {
	color: #fff;
}
.dark a:hover {
	color: #FFC;
}
.dealermenu li {
	list-style: none;
	font: 14px/100% "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
	background-color: #C2E8E0;
	padding: 0px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
.dealermenu a {
	display: block;
	color: #0F3D6B;
	padding: 3px 3px;
}
.dealermenu a:hover {
	color: #C00;
}
.float {
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 3px;
}
.floatr {
	float: right;
	margin: 0px 3px 0px 0px;
	padding: 3px;
}
.meta {
	font-size: 9px;
	float: right;
	clear: right;
	position: relative;
	bottom: -10px;
}
/***********  drop shadow styles ***********/
.img-shadow {
	position: relative;
	float: left;
	background: url(grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 8px 2px 5px;
}
.img-shadowR {
	position: relative;
	float: right;
	background: url(grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 5px 2px 8px;
}
.img-shadowC {
	position: relative;
	display: inline-block;
	background: url(grafix/shadowAlpha.png) no-repeat bottom right;
	left: 5px;
}
.img-shadow, .img-shadowR, .img-shadowC {
	/*[if gte ie 5.5000]> */
	/* the underscore hides this from non-IE browsers */
	_background: url(grafix/shadow.gif) no-repeat bottom right;/*<![endif]: ;*/
}
.img-shadow img, .img-shadowR img, .img-shadowC img {
	position: relative;
	top: -6px;
	left: -6px;
	border: solid #fff 1px;
	margin: 0px;
	padding: 0px;
}
/*********** end drop shadow styles ***********/
.fineprint {
	font-size: 9px;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 13px;
}
.large {
	font-size: 18px;
}
.per10left {
	margin: 0 10%;
}
.per5left {
	margin: 0 5%;
}
.ahead {
	background-color: #3C6;
	color: #fff;
}
.ahead a {
	color: #ffc;
}
.pale {
	background-color: #eee;
	color: #666;
}
.one {
	float: left;
	margin: 0px 5px 5px 5px;
	padding: 3px 0px 3px 0px;
}
.one2 {
	width: 48%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.one2r {
	width: 48%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}
.one3 {
	width: 31%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.one3r {
	width: 31%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}
.one4 {
	width: 23%;
	float: left;
	margin: 0px 3px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.one4r {
	width: 23%;
	float: right;
	margin: 0px 0px 5px 3px;
	padding: 3px 0px 3px 0px;
}
.one5 {
	width: 19%;
	float: left;
	margin: 0px 3px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.one5r {
	width: 19%;
	float: right;
	margin: 0px 0px 5px 3px;
	padding: 3px 0px 3px 0px;
}
.one6 {
	width: 16%;
	float: left;
	margin: 0px 3px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.one6r {
	width: 16%;
	float: right;
	margin: 0px 0px 5px 3px;
	padding: 3px 0px 3px 0px;
}
.two3 {
	width: 65%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.two3r {
	width: 65%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}
.three4 {
	width: 73%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 3px 3px 0px;
}
.three4r {
	width: 73%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 3px;
}
.sixT {
	width: 59%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.sixTr {
	width: 59%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}
.fourT {
	width: 39%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}
.fourTr {
	width: 39%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}
.scroller {
	margin: 0px;
	padding: 0px;
	height: 330px;
	overflow: auto;
	position: relative;
}
.scrollershort {
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow: auto;
	position: relative;
}
.scrollertall {
	height: 450px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	clear: none;
	position: relative;
}
.slider {
	display: none;
}
div.slider {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	display: none;
}
.slidecon {
	position: relative;
}
.slidecon a {
	padding: 6px;
}
.slidecon img {
	margin: 6px 6px 6px 0px;
}
div.slidebox {
	background-color: #eee;
	color: #333;
	position: absolute;
	padding: 7px;
	right: 0px;
	z-index: 40;
	border-top: 1px solid #7E9D5E;
	border-right: 2px outset #7E9D5E;
	border-bottom: 2px outset #7E9D5E;
	border-left: 1px solid #7E9D5E;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.slidebox i, .variables i {
	color: #666;
	font-size: 9px;
}
.spacer {
	clear: both;
}
.spacer div {
	margin: 0px;
	padding: 0px;
}
.wrap {
	background: #fff;
	padding-top: 0px;
}

@media print {
.hideme {
	visibility: hidden;
	height: 0px;
	display: none;
}
#container, #centercontent {
	border: none;
	width: 100%;
	background-color: transparent;
}
#wrapper {
	position: relative;
	left: 0px;
}
}

/*#aurigma { display:none; } */

@media only screen and (max-device-width: 1024px) {
#aurigma {
	display: block;
}
#container {
	width: 98%;
}
.scroller, .scrollershort, .scrollertall, #entries {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.bumper {
	display: none;
}
}
.listings, .listings.three {
	padding: 1px;
	margin: 10px 3px 0px 0px;
	float: left;
	width: 31%;
	position: relative;
	text-align: center;
}
.listings img {
	margin-left: 3px;
	float: right;
}
.listings.one {
	width: 100%;
}
.listings.two {
	width: 48%;
}
.listings.four {
	width: 23%;
}
.listings.five {
	width: 19%;
}
.listings .ltitle {
	line-height: 110%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.listings .lbits {
	line-height: 130%;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	clear: right;
	word-spacing: 1em;
	color: #666;
}
.listings .lprice {
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
	color: #C02D4B;
}
.listings .lstar {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	text-align: right;
	padding: 3px;
	top: -6px;
	right: -4px;
	color: #F30;
	text-shadow: 0em .2em .4em #fff;
	text-shadow: 1px 1px 1px #fff;
	z-index: 300;
}
