

ul#navprimary {
	background-color: #3d3d3d;
	background-image: url(/images/bg-navprimary.gif);
        position:absolute;
        top:171px;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 26px;
        display:block;
        list-style:none;
	}

ul#navprimary li {
	width:auto;
        display:inline;
	}

ul#navprimary li a {
	padding: 4px 10px 0px 10px;
	height: 18px;
	display: block;
        text-decoration:none;
	color: #FFFFFF;
        font-weight:bold;
        border-bottom:4px solid #4b4b4b;
	}
#navprimary a:hover {
        border-color:#fff;
	}

ul#navprimary li#shopping {
  float:right;
}
ul#navprimary li#shopping a {
  color:#ccc;
  border-color:#333;
}
ul#navprimary li#shopping a:hover {
  color:#fff;
  border-color:#ccc;
}

/*** ESSENTIAL STYLES ***/
#navprimary, #navprimary * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#navprimary ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#navprimary ul li {
	width:			100%;
}
#navprimary li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#navprimary li {
	float:			left;
	position:		relative;
}
#navprimary a {
	display:		block;
	position:		relative;
}
#navprimary li:hover ul,
#navprimary li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul#navprimary li:hover li ul,
ul#navprimary li.sfHover li ul {
	top:			-999em;
}
ul#navprimary li li:hover ul,
ul#navprimary li li.sfHover ul {
	left:			980px; /* match ul width */
	top:			0;
}
ul#navprimary li li:hover li ul,
ul#navprimary li li.sfHover li ul {
	top:			-999em;
}
ul#navprimary li li li:hover ul,
ul#navprimary li li li.sfHover ul {
	left:			980px; /* match ul width */
	top:			0;
}


#navprimary li li {
  background: #333;
}
#navprimary li li a {
  font-weight:normal;
  border:0;
}
#navprimary li li a:hover {
  color:#c00;
}
#navprimary li:hover, #navprimary li.sfHover,
#navprimary a:focus, #navprimary a:hover, #navprimary a:active {
  outline: 0;
}



/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






#navsecondary {
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 60px 0px;
	background-image: url(/images/gradient.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#navsecondary li {
	list-style: none;
	padding: 2px 0px 2px 0px;
	}

#navsecondary li a {
        text-decoration:none;
        display:block;
        border-bottom:1px solid #666;
	color: #FFFFFF;
	font-weight: normal;
        padding:0 0 2px 10px;
	}
#navsecondary li a:hover {
        border-color:#ccc;
        text-decoration:none;
	}

ul#sponsors {
  list-style:none;
  margin:4px 0 0 10px;
  padding:0;
}
ul#sponsors li {
  width:180px;
  text-align:center;
  padding-bottom:2px;
}
ul#sponsors li a img {
  border:0;
}

#navextended {
	background-image: url(/images/box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 161px;
	height: 121px;
	}

#navextended li {
	border-bottom: 1px solid gray;
	padding: 2px 0px 2px 0px;
	list-style: none;
	width: 140px;
	}

#navextended li a {
	color: #333333;
	font-weight: normal;
	}

#navfooter {
	margin: 0px;
	padding: 0px;
	}

#navfooter li {
	list-style: none;
	display: inline;
	margin: 0px; 
	padding: 0px 5px; 
	}




body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: verdana;
	color: #333333;
        background:#fff url(/images/bg-body.png) top center repeat-x;
/*
        background:#fff url("/images/bg_main.jpg") top center no-repeat fixed;

    -moz-background-size: cover;
    background-size: cover;
*/
}
/*
@media only all and (max-width: 1024px) and (max-height: 768px) {
  body {
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px;
  }
}*/

a:link, a:visited {
	color: #660000; 
	text-decoration: underline;
        outline: 0;
}

a:hover, a:active {
	color: #cc0000; 
	text-decoration: none;
        outline: 0;
}

a img {
  border:2px solid #600;
}
a:hover img {
  border:2px solid #f00;
}

p.binarym{
  background:#333;
  margin:-28px auto 0 auto;
  padding:0;
  width:960px;
  text-align:right;
}
p.binarym a {
  font-size:80%;
  color:#ccc;
  text-decoration:none;
}
p.binarym a strong {
  color:#999;
}
p.binarym a strong span {
  color:#900;
}

#resultdiv p, #resultdiv ul{
  margin:0;
  padding:0;
  width:160px;
}

#banners {
    width:980px;
    position:absolute;
    top:205px;
}
#banners div {
    text-align:center;
}
#banners img {
    border:0;
}


#content {
	margin:370px 0 0 0;
	padding:0;
	background-color: #fff;
        border-bottom:20px solid #333;
	background-image: url(/images/bg-content.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
#secondary {
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	}


#secondary h1 a {
	position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 148px;
	text-indent: -100em;
	overflow: hidden;
        background-image: url(/images/dynamic/header.php);
}

#secondary h1 { 
	position: absolute;
	top: 23px;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 148px;
        background-image: url(/images/dynamic/header.php?random);
}


#secondary #header {
	width: 980px;
	min-height: 60px;
	}


#right {
  float:right;
  width:180px;
  margin-right:5px;
  text-align:center;
}
#right img {
  border:0;
}
#right p {
  margin-bottom:10px;
}
#right p img {
  margin-bottom:5px;
}

#right ul {
  list-style:none;
  float:left;
  width:160px;
  margin:0 0 20px 10px;
  padding:4px 0;
  border:1px solid #ccc;
  border-width:1px 0;
}
#right ul li {
  width:32px;
  margin-top:5px;
  float:left;
}
#right ul li a img {
  border:1px solid;
  padding:1px;
}

#right div {
  float:left;
  width:170px;
  margin:5px 0 5px 10px;
  padding-bottom:5px;
  text-align:left;
  border-bottom:1px solid #ccc;
}
#right div a {
  display:block;
  text-decoration:none;
}
#right div a strong {
  font-size:140%;
  color:#000;
}

h3.sifr {
  color:#666;
  border-bottom:1px solid #666;
  margin:0 0 5px 0;
  padding:20px 0 0 0;
  height:20px;
}
h3.gothic_red {
  color:#300;
  background:#C99;
  border-bottom:1px solid #666;
  margin:0;
  padding:0;
  height:20px;
}
h3.gothic_grey {
  color:#333;
  background:#ccc;
  margin:0;
  padding:0;
  height:20px;
}

#secondary #header h2 {
	margin: 0px;
	padding: 10px 10px 10px 230px;
	}

#secondary #header p {
	margin: 0px;
	padding: 0px 10px 10px 230px;
	}

#copy {
  float:left;
  width:585px;
  margin-left:5px;
}
#vertical {
  width:200px;
  height:445px;
  margin-left:2px;
  background:transparent url(/images/dynamic/vertical.php?random);
}

#left {
  float:left;
  width:205px;
}
#left p {
  text-align:center;
  font-size:90%;
}

#cartcontents {
	position: absolute;
	top: 0px;
	width: 980px;
	height: 23px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #fff;
	background-color: #404040;

	}

#cartcontents p {
	margin: 0px;
	padding: 3px 10px 0px 0px;
        font-size:70%;
	}

#cartcontents a {
	color: #ffffff;
	}

#homepage #featured {
	width: 200px;
	padding: 10px;
        
	}

#secondary #featured {
width:180px;
margin-left:10px;
text-align:center;	
padding:120px 0 0 0;
}

#footer {
        clear:both;
	text-align: center;
	margin: 0px;
	padding: 40px 0px 10px 0px;
	}

#footer p {
	margin: 0px;
	padding: 0px;
	display: block;
	}

#gallery p {
  margin:0 0 10px 0;
  padding:0;
  width:140px;
  float:left;
  text-align:center;
}
#tiny_gallery p {
  margin:0 0 10px 0;
  padding:0;
  width:60px;
  float:left;
  text-align:center;
}
#map {
  margin:10px auto;
  width:550px;
  height:350px;
}

.icon {
  float:right;
  margin:5px 5px 0 0;
}


#header {
 	background:transparent url(/images/bg-header.gif) bottom right repeat-x;
        font-weight:bold;
        padding-bottom:10px;
	}

h2 {
  border-bottom:1px solid #ccc;
  padding-left:200px;
  margin-bottom:2px;
}

#download_file {
  background:transparent url("/images/download_bg.gif") bottom left repeat-x;
  border:2px solid #666;
  border-width:10px 2px;
  width:200px;
  float:right;
  padding:8px 2px 10px 2px;
}
#download_file p {
  margin:0;
}
#download_file img {
  border:0;
  float:left;
  padding-right:4px;
}

.error {
  border:2px solid #900;
  background:#fcc url('/images/icons/exclamation.png') top right no-repeat;
  padding:5px;
  margin: 5px;  
  font-size:85%;
}

#error {
  border:2px solid #900;
  background:#fcc url('/images/icons/exclamation.png') top right no-repeat;
  padding:5px;
  margin: 5px 5px 5px 195px;  
  font-size:85%;
}
#error h4, .error h4 {
  font-size:130%;
  color:#600;
  margin:0;
  padding:0;
}

#message {
  border:2px solid #090;
  background:#cfc url('/images/icons/accept.png') top right no-repeat;
  padding:5px;
  margin: 5px 5px 5px 195px;  
  font-size:85%;
}
#message h4 {
  font-size:130%;
  color:#060;
  margin:0;
  padding:0;
}

#copy ol, #copy ul {
  padding:10px 5px 10px 25px;
}
#copy p {
  margin:5px 5px 10px 5px;
}

.shopping ul {
  width:300px;
  float:left;
}

.clear {
  clear:both;
  height:1px;
}

.right {
  float:right;
}
.left {
  float:left;
}

button {
  background:#ddd;
  border:2px solid #666;
  border-width:1px 1px 2px 1px;
  font-size:110%;
  padding:0 10px 2px 10px;
}
button:hover {
  background:#999;
  color:#fff;
  border-color:#eee;
}

button.complete {
  margin:10px 0 0 150px;
  color:#eee;
  background:#060;
  border:2px solid #9f9;
  border-width:1px 1px 2px 1px;
  font-size:120%;
  font-weight:bold;
  padding:0 15px 2px 10px;
}
button.complete:hover {
  background:#9c9;
  color:#333;
  border-color:#333;
}

.pointer {
    cursor:pointer;
  }


/*
  Home
*/
#home div.right {
  float:right;
  width:200px;
}
#home div.right div {
  border:2px solid #eee;
  margin-bottom:4px;
  border-width:0 2px 6px 2px;
}
#home div.right div h3 {
  margin:0;
  padding:4px 0 2px 0;
  border-bottom:2px solid #ccc;
  background:#eee;
}   
#home div.right div h3 a {
  color:#000;
  text-decoration:none;
}
#home div.right div h4 {
  margin:0;
  padding:2px 4px;
}
#home div.right div ul {
  list-style:none;
  margin:0;
  padding:0;
}
#home div.right div ul li {
  float:left;
  text-align:center;
}
#home div.right div.news {
  padding-bottom:4px;
}
#home div.right div.news p {
  font-size:80%;
  margin:0;
  padding:4px 2px 2px 2px;
  border-bottom:1px dotted #ccc;
}


#home div.right div.photos {
  min-height:180px;
}
#home div.right div.photos p, #home div.right div.apps p {
  margin:0;
  padding:4px 0;
  text-align:center;
}
#home div.right div.photos a img, #home div.right div.apps a img {
  border:2px solid #600;
}
#home div.right div.photos a:hover img, #home div.right div.apps a:hover img {
  border:2px solid #F00;
}

#home div.right div.photos span#random-photos {
  background:transparent url("/images/icons/arrow_refresh_small.png") center center no-repeat;
  text-indent:-1000em;
  overflow:hidden;
  width:16px;
  height:16px;
  float:right; 
}

#home div.right div.advert ul li {
  padding-top:6px;
  width:190px;
}
#home div.right div.advert ul li a img {
  border:2px solid #600;
}
#home div.right div.advert ul li a:hover img {
  border:2px solid #F00;
}

#home div.right div.clear {
  border:none;
}

.countries {
  background:#fc0;
  float:right;
  width:190px;
  margin-left:10px;
}

#products {
  width:365px;
	margin:0;
	padding:0;
	overflow:hidden;

}
#products a img {
    border:0;
}

#products div h3 {
  margin:0;
  padding:0;
}
#products div {
  width:365px;
  margin-bottom:2px;
}

#products div.even {
  background:transparent url("/images/home_right.gif") top right repeat-y;
  float:left;
}
#products div.even img {
  float:left;
  padding-right:5px;
}
#products div.odd {
  background:transparent url("/images/home_left.gif") top left repeat-y;
  float:right;
}
#products div.odd img {
  float:right;
  padding-left:5px;
}

div#prods h3 {
  margin:0;
  padding:10px 0 0 0;
}
div#prods p {
  margin:0;
  padding:0 0 10px 0;
  border-bottom:1px solid #eee;
}
div#prods img {
  margin:5px 10px;
}

table#applications {
  width:100%;
}
table#applications tr th {
  background:#333;
  color:#fff;
  font-size:110%;
  padding:2px;
}
table#applications tr td {
  text-align:center;
  padding:2px;
}
table#applications tr.type td {
  background:#666;
  border-bottom:2px solid #ccc;
  color:#fff;
  font-size:110%;
}
table#applications tr.even td {
  background:#eee;
  border-bottom:1px solid #ccc;
}
table#applications tr.odd td {
  background:#fff;
  border-bottom:1px solid #eee;
}


div#images {
  width:310px;
  float:right;
  overflow:hidden;
}
div#appImages {
  width:410px;
  float:right;
}
div#images span, div#appImages span {
  float:left;
}
div#images span a img, div#appImages span a img {
  border:1px solid;
  margin:1px;
}
div#images p, div#appImages p {
  float:left;
  width:100%;
  margin:4px;
  padding:0;
  text-align:center;
  font-size:90%;
  font-weight:bold;
  color:#bbb;
}
div#prodFacts {
  float:left;
  margin:0 5px 0 0;
  padding:4px;
  background:#eee;
}
div#prodFacts h3 {
  margin:0;
  padding:0;
}
div#prodFacts dl dt {
  font-weight:bold;
  font-size:80%;
  border-right:1px solid #000;
  border-bottom:1px solid #ddd;
  text-align:right;
  margin:0 5px 0 0;
  padding:0 5px 0 0;
  width:55px;
  float:left;
}
div#prodFacts dl dd {
  font-size:80%;
  border-bottom:1px solid #ddd;
}

div#preload {
  display:none;
}

/*
  Advertisement Section
*/
ul#adverts {
  margin:0;
  padding:0;
  list-style:none;
}
ul#adverts li {
  float:left;
  margin:10px 10px 0 0;
}
ul#adverts li a {
  float:left;
  display:block;
  width:250px;
  font-size:90%;
  padding:4px;
  text-decoration:none;
  color:#000;
  border:1px dotted #eee;
  min-height:190px;
  height:auto !important;
  height:190px;
}

ul#adverts li a:hover {
  background:#fee;
  border:1px dotted #600;
}
ul#adverts li a strong {
  font-size:120%;
  color:#600;
  text-decoration:underline;
}
ul#adverts li a img {
  float:left;
  border:0;
  padding-right:5px;
}

ul#adverts li a:hover {
  background:#fee;
  border:1px dotted #600;
}
ul#adverts li a strong {
  font-size:120%;
  color:#600;
  text-decoration:underline;
}
ul#adverts li a img {
  float:left;
  border:0;
  padding-right:5px;
}

#advertInd h3 {
  font-size:110%;
  float:left;
  width:100%;
  border-bottom:1px solid #ccc;
  color:#666;
  margin:10px 0 10px 0;
  padding:0;
}
#advertInd div.wrapper {
    text-align:center;
}
#advertInd div.cover {
  float:right;
  width:150px;
}

#advertInd ul {
  list-style:none;
  margin:0;
  padding:0;
}
#advertInd ul li {
  float:left;
}
#advertInd ul li a:visited {
  color:#999;
  border:1px dotted #ccc;
  background:#f1f1f1;
}
#advertInd ul li a.active {
  color:#000;
  border:1px dotted #000;
  background:#e1e1e1;
}
#advertInd ul li a {
  padding:8px 4px;
  border:1px dotted #fff;
  text-decoration:none;
  display:block;
  text-align:center;
  font-size:80%;
    width:135px;
    height:110px;
}
#advertInd ul li a:hover {
  border:1px dotted #600;
  background:#fee;
}
#advertInd ul li a img {
  float:none;
  border:0;
}
/*
  News Section
*/

#news div.older {
  float:none;
}
#news div {
  border-bottom:1px dashed #eee;
  padding:10px 0;
  float:left;
}
#news div h4 {
  font-size:120%;
  margin:0;
  padding:0;
}
#news div h5 {
  margin:0;
  padding:0;
  font-size:100%;
}
#news div h6 {
  color:#999;
  margin:0;
  padding:0;
  font-size:90%;
}
#news h3 {
  color:#666;
  border-bottom:1px solid #ccc;
  float:left;
  width:100%;
}
#news div h5 em {
  float:right;
  color:#cccccc;
  font-size:90%;
}
#news div p {
  padding-right:20px;
}
#news div.older a {
  color:#933;
}
#news div.older p {
  font-size:80%;
  margin:0;
  padding:5px 0 0 0;
}
#news div div {
  border:0;
  float:left;
  text-align:center;
  width:140px;
}
#news div div a img {
  border:2px solid #600;
}
#news div div a:hover img {
  border:2px solid #f00;
}
#newsInd div h5 {
  display:inline;
  font-size:130%;
  color:#666;
}
/*
  FAQs
*/
ol#questions li {
  padding-bottom:5px;
}
ol#answers li {
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
  float:left;
  width:100%;
}
ol#answers li.highlight {
  background:#ffc;
  border:4px solid #ff3;
  border-width:4px 0;
}
a.top {
  float:right;
  background:transparent url('/images/icons/arrow_up.png') center left no-repeat;
  padding-left:15px;
  margin-right:10px;
}

/*
  Testimonials
*/

#testimonials div {
  padding:15px 0 0 15px;
  background:transparent url("/images/testimonial_open.gif") top left no-repeat;
}
#testimonials p.person {
  text-align:right;
  padding:0 60px 20px 0;
  background:transparent url("/images/testimonial_close.gif") bottom right no-repeat;
  min-height:65px;
  height: auto !important;
  height:65px;
}

#testimonials p.person img {
  float:right;
  padding:6px 20px 0 6px;
}


/*
  Photogallery Section
*/

#photos div {
  padding:5px 0;
  border-bottom:1px solid #eee;
  float:left;
    width:100%;
}

#photos div.sub {
  float:left;
  border-bottom:0;
  width:50%;
  text-align:center;
  font-size:90%;
}
#photos div.sub div {
  width:100%;
}

#photos div h4 {
  font-size:120%;
  margin:0;
  padding:0;
}
#photos div span {
  margin-top:-20px;
  color:#eee;
  font-size:160%;
  display:block;
  text-align:right;
}
#photos div p {
}
#photos div div {
  border:0;
  float:left;
  text-align:center;
  width:200px;
}
#photos ul {
  list-style:none;
  margin:0;
  padding:0;
}
#photos ul li {
  float:right;
  padding:5px;
}
#photosCat h5 {
  margin:0;
  padding:0;
  font-size:130%;
  color:#666;
}
#photosCat div a {
  width:185px;
  height:145px;
  overflow:hidden;
  padding-top:10px;
  margin-bottom:4px;
  text-align:center;
  float:left;
  text-decoration:none;
  border:1px dotted #fff;
}
#photosCat div a:hover {
  background:#fee;
  border:1px dotted #600;
}
#photosCat div a img {
  border:0;
}

#photoPage a#previous {
  background:transparent url("/images/icons/previous.png") -1000px -1000px no-repeat;
  width:100px;
  height:300px;
  display:block;
  text-indent:-1000em;
  float:left;

  margin-bottom:-350px;

  position:relative;
  top:-350px;

}
#photoPage a#previous:hover {
  background:transparent url("/images/icons/previous.png") center center no-repeat;
}
#photoPage a#next {
  background:transparent url("/images/icons/next.png") -1000px -1000px no-repeat;
  width:100px;
  height:300px;
  display:block;
  float:right;
  text-indent:-1000em;

  margin-bottom:-350px;
  position:relative;
  top:-350px;
}
#photoPage a#next:hover {
  background:transparent url("/images/icons/next.png") center center no-repeat;
}

#photoPage #moveUp {
  display:block;
  width:570px;
  margin:0 auto;
  position:relative;
}

#photoPage ul {
  list-style:none;
  margin:0;
  padding:0;
}
#photoPage ul li {
  float:left;
}
#photoPage ul li a:visited {
  color:#999;
  border:1px dotted #ccc;
  background:#f1f1f1;
}
#photoPage ul li a.active {
  color:#000;
  border:1px dotted #000;
  background:#e1e1e1;
}
#photoPage ul li a {
  padding:8px 0;
  border:1px dotted #fff;
  text-decoration:none;
  display:block;
  width:111px;
  height:80px;
  text-align:center;
  font-size:80%;
  overflow:hidden;
}
#photoPage ul li a:hover {
  border:1px dotted #600;
  background:#fee;
}

/*
  Videos Section
*/

#videos div {
  padding:5px 0 20px 0;
  border-bottom:1px solid #eee;
  float:left;
}
#videos div h4 {
  font-size:120%;
  margin:0;
  padding:0;
}
#videos div h5 {
  margin:0;
  padding:0;
  font-size:100%;
  color:#ccc;
}
#videos div div {
  padding:0;
  border:0;
  float:left;
  text-align:center;
  width:190px;
}
#videoInd #player {
}
#videoInd h5 {
  color:#ccc;
  font-size:120%;
  margin:0;
  padding:0;
}

/*
  Calendar Section
*/
#calendar div {
  border-bottom:20px solid #eee;
  padding-bottom:10px;
}
#calendar div h4 {
  margin:10px 0 0 0;
  padding:0;
}
#calendar div h5 {
  float:right;
  color:#ccc;
  display:inline;
}
#calendar div h6 {
  color:#666;
  margin:0;
  padding:0;
}

/*
  Dealers Section
*/
#dealers form {
  width:200px;
}
#dealers form p {
  margin:0 0 4px 0;
}
#dealers form p label {
  display:block;
  width:100px;
  float:left;
  text-align:right;
  padding-right:5px;
}
#dealers form p input {
  font-size:90%;
}
#dealers form input.search {
  font-size:90%;
  margin-left:90px;
}
#dealers div.dealer {
  float:left;
  width:33%;
}
#dealers div em {
  display:block;
  margin:-8px 10px 0 0;
  float:right;
  font-size:150%;
  color:#ccc;
}
#dealers hr {
  border-bottom:1px solid #eee;
  margin:15px 0;
}
#maplegend {
  float:right;
  width:200px;
  border:2px solid #ccc;
  background:#eee;
  font-size:90%;
}
#maplegend h4 {
  margin:0;
  padding:3px 0 3px 5px;
  background:#ccc;
}
#maplegend p em {
  margin-top:8px;
  color:#333;
  font-size:90%;
}
#maplegend ul {
  list-style:none;
  margin:4px 0 6px 4px;
  padding:0;
}
#maplegend ul li {
  float:left;
  margin-right:20px;
}

/*
  Downloads
*/

#downloads ul {
  list-style: none;
  margin:0;
  padding:0;
}
#downloads ul li {
  padding:10px 0;
  border-bottom:1px solid #eee;
}
#downloads ul li a {
  padding-left:20px;
  background:transparent url("/images/icons/page_white_acrobat.png") top left no-repeat;
  font-weight:bold;
}
#downloads ul li em {
  color:#ccc;
}

.serviceform {
    margin:0 0 0 20px;
    width: 260px;
    float:left;
    border:1px solid #ccc;
    background:#eee;
    min-height:110px;
}
.serviceform h4 a {
    display:block;
    margin:4px;
    padding:2px 20px;
    background:transparent url("/images/icons/page_white_acrobat.png") center left no-repeat;
}

/*
  Shopping System
*/


ul#bread {
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  float:left;
  width:600px;
}
ul#bread li {
  float:left;
  font-size:80%;
  color:#999;
}
ul#bread li a {
  display:block;
  padding:0 18px 0 2px;
  background:transparent url("/images/icons/bullet_go.png") center right no-repeat;
  color:#666;
}

ul#shopItems {
  list-style:none;
  margin:0 auto;
  padding:0;
  width:500px;
}
ul#shopItems li {
  font-size:200%;
  float:left;
  text-align:center;
  width:250px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #eee;
}
ul#shopItems li a {
  text-decoration:none;
  border-bottom:1px solid #ccc;
}
ul#shopItems li a.clean, ul#shopItems li a img {
  border-width:0;
}
ul#shopItems li a:hover {
  border-color:#900;
}
div.shopping {
  float:left;
  width:100%;
  margin:5px 0;
}
div.shopping h3 {
  margin:0;
  padding:0;
  font-size:120%;
}
div.shopping a {
  float:left;
  text-align:center;
  text-decoration:none;
  border:2px solid #ccc;
  background:#eee;
  padding:4px;
  font-size:80%;
  margin-right:10px;
}
div.shopping a:hover {
  background:#ccc;
}
div.shopping form {
  font-size:90%;
  float:right;
  border:2px solid #eee;
  padding:6px;
  margin:0 2px 0 4px;
  width:170px;
}
div.shopping form input.submit {
  float:right;  
}

/*
  Form Layout Elements
*/
form#checkout {
  margin:0;
  padding:0;
}
form#checkout p {
  margin:6px 0;
}
form#checkout p.submit {
  width:380px;
  margin:15px auto;
  display:block;
  text-align:right;
}
form#checkout p.shipping input {
  width:144px;
  margin:0 auto;
  display:block;
}
form#checkout p label {
  display:block;
  float:left;
  width:150px;
  margin-left:50px;
}
form#checkout p label.nosize {
  display:inline;
  float:none;
  margin-left:5px;
}
form#checkout table {
  border:1px solid #ccc;
  width:100%;
}
form#checkout table th {
  border-bottom:2px solid #fc0;
  padding:4px;
  font-size:110%;
  background:#c93;
}
form#checkout table td {
  padding:4px 10px;
  text-align:center;
}
form#checkout fieldset h5 {
  margin:0;
  padding:0;
}
form#checkout fieldset ul {
  list-style:none;
  margin:0 0 0 5px;
  padding:0;
}
form#checkout fieldset ul li {
  padding:2px 0 4px 0;
  border-bottom:1px solid #ccc;
  font-size:90%;
}
form#checkout h4 {
  border-bottom:1px solid #ccc;
  padding-bottom:2px;
}
form#checkout h4 strong {
  text-decoration:underline;
  color:#c00;
  font-size:120%;
}

/* order form stuff */
table {
  width:100%;
}
th {
  background:#666;
  border-bottom:2px solid #600;
  color:#fff;
}
tr.item td {
  border-bottom:1px solid #600;
  padding:4px 0;
  font-size:90%;
}
tr.item td em {
  font-size:95%;
}
tr.item td img {
  padding-right:5px;
}
tr.item td a {
  font-weight:bold;
  color:#000;
  border:0;
}
tr.item td a.remove {
  background:transparent url('/images/icons/bullet_delete.png') center left no-repeat;
  padding-left:12px;
  margin-left:10px;
  font-size:80%;
  color:#860101;
  border:0;
}
tr.item td a.remove:hover {
  color:#f00;
}

input.quantity {
  font-size:80%;
  width:30px;
}

.error {
  border:1px solid #900;
  background:#fcc;
  padding:5px;
  margin:5px 20px;
  font-size:85%;
}
.error h4 {
  font-size:100%;
  color:#600;
}
.error ul li {
  margin-left:10px;
  border-bottom:1px solid #f99;
  padding:2px 0;
}

#billinginfo {
  width:250px;
  float:left;
  border-right:1px solid #ccc;
}
#shippinginfo {
  margin-left:280px;
}
#miscinfo {
  
  border-top:1px solid #ccc;
  padding-top:10px;
  margin-top:10px;
  padding-left:150px;
}
#miscinfo p {
  margin:0;
  padding:0;
}



#emailContent {
    width:720px;
}
#emailContent h3 {
    clear:both;
    margin-top:5px;
}
#emailContent h3 img {
    margin:5px;
}


.centerimages {
    float:left;
    width:580px;
    margin:10px 0;
}

.centerimages div {
    width:290px;
    float:left;
    text-align:center;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
