html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    background: url('../image/grassbg.jpg') fixed top no-repeat;
    color: black;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select, option {
	margin: 0px 0px;
    color: black;
    /*border: 1px #666666 solid;*/
}

option {
    border: none;
}

a, a:visited {
    color: black;
	/*color: #e39d34;*/
    /*color: #d57a2d;*/
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
    color: #000000;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}

.bgcontainer {
    width: 100%;
    
    /*background: url('../image/topbg.png') top no-repeat;*/
}

/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header .div2 { /* logo */
	float: left;
	padding-top: 15px;
	padding-left: 15px;
    margin-bottom: 10px;
}
#header .div3 { /* top links */
	float: right;
	padding-top: 7px;
	height: 38px;
    clear: both;
}
#header .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}




#header .div4 { /* tabs */
	width: 100%;
	clear: right;
	float: right;
	height: 30px;
	
    /*background: url('../image/barbg1px.jpg') repeat-x; */
    background: #383838;
    
    
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;

    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;

    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;

    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
#header .div4 a {
	float: left;
	margin-right: 5px;
    margin-left: 5px;
	width: 100px;
	height: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	/*background: url('../image/barbg1px.png') repeat-x;*/
	text-align: center;
	color: #acabab;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	
}

#header .div4 a:hover {
    /* background: url('../image/hoverbg.png'); */
    background: #acabab;
    color: #383838;
}

#header .div4 a.selected {
	/* background: url('../image/hoverbg.png'); */
    background: #acabab;
    
    color: #383838;
}

#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 .center {
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#header .div7 {
	float: right;
	padding-top: 2px;
}
#header .div8 {
	float: left; margin-top: 6px;
}
#header .div9 {
	float: left;
}
#header .div10 {
	float: left; 
	margin-top: 2px;	
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}

.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}

#content .top {
    height: 35px;
    line-height: 35px;
    /*background: #fd9803;*/
    background: url('../image/midheading.jpg') repeat-x;
    
	
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;

    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

#content .top .left {
	/*background: url('../image/content_top_left.png') no-repeat;*/
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	/*background: url('../image/content_top_right.png') no-repeat;*/
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	/*background: url('../image/content_top_center.png') repeat-x;*/
	margin-left: 5px;
	margin-right: 5px;
}
#content .top .center h1 {
    margin: 0px;
    padding: 0px;
}
#content .top h1, .heading {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin: 0px;
}
#content .middle {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
    	border-bottom: 1px solid #000000;
	padding: 10px 10px 30px 10px;
	min-height: 400px;
    position: relative;
}
#content .bottom .left {
	/*background: url('../image/content_bottom_left.png') no-repeat;*/
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	/*background: url('../image/content_bottom_right.png') no-repeat;*/
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	/*background: url('../image/content_bottom_center.png') repeat-x;*/
	height: 5px;
	margin: 0 5px 10px 5px;
}
.box {
	margin-bottom: 10px;
	/*background: url('../image/box_top.png') no-repeat;*/
}
.box .top {
    
    text-align: center;
	/*padding: 8px 0px 8px 7px;*/
    height: 35px;
    line-height: 35px;
    /*background: #146eb4;*/
    background: url('../image/sideheadingbg.png') repeat-x;
    color: #FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* text-transform: uppercase; */
    
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	/*background: url('../image/box_bottom.png') no-repeat;
    */
}

/*.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}*/
/*.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
    color: black;
}*/
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
    width: 10px;
    text-align: center;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
    cursor: pointer;
}

.buttons {
	background: #146eb4;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    width: 525px;
    position: absolute;
    bottom: 0px;
}
.buttons span {
    /*color: #e39d34;*/
}
.buttons span:hover {
    /*color: #fd9803;*/
}
.buttons a {
    position: relative;
    top: 0px;
    color: white;
	text-decoration: underline;
	cursor: pointer;
}
.buttons a:hover {
    position: relative;
    top: 0px;
    text-decoration: none;
}


.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	/*border: 1px solid #DDDDDD;*/
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 20px;
}
.content input {
    color: black;
}

.list {
	margin-bottom: 10px;
	width: 100%;
}
.prodimglist img {
    border: 1px black solid;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
#product {
    /*background: #383838;*/
}
.sort {
	margin-bottom: 10px;
	
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
    color: black;
}
.sort select option {
    color: black
}
.pagination {
	display: inline-block;
	width: 100%;
	
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 5px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 0px;
}
.tabs a.selected {
    color: white;
	background: #fd9803;
	border-bottom: 0px;
	padding-bottom: 8px;
    border-top: 2px #fd9803 solid;
    border-left: 2px #fd9803 solid;
    border-right: 2px #fd9803 solid; 
	z-index: 5;
}
.tab_page {
	border: 2px #fd9803 solid;
	background: white;
	padding: 10px;
	display: block;
	z-index: 1;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	/*list-style: url('../image/bullet_1.png');*/
    list-style: none;
}
#category ul a b {
    color: black;
}
/*#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}*/
.cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.cart input {
    color: black;
}
.cart th {
	padding: 5px;
	font-weight: normal;
}

.cart td {
    /*border: 1px red solid;*/
}

.columnhead {
    color: #146eb4;
    border-bottom: 1px #666666 dotted;
    width: 100%;
}

.cart tr:first-child {
    /*border: 1px #666666 solid;*/
}

.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: black;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn2.png') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
    height: 32px;
    width: 32px;
	margin-top: 3px;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle {
    /* middle of main content */
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}

#userdesc {
   width: 98%;
   color: #686868;
}

#userdescerror {
    float: left;
    display: none;
    width: 100%;
}

#descrow td a {
    margin-left: 10px;
    padding: 0px;
    height: 32px;
    width: 32px;
    top: 2px;
    left: 0px;
}

.discountamt {
    color: red;
    font-weight: bold;
}

#notice {
    
    padding: 5px;
    font-weight: bold;
    background: url('../image/attention.png') no-repeat 5px;
}

#notice div { 
    color: #f1c200;
    margin-left: 35px;
}


.nodescwarning, .warning {
    padding-left: 35px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ff5959;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -10px;
    background: url('../image/error.png') no-repeat 5px;
    vertical-align: middle;
}

.success {
    padding-left: 35px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #6eba2f;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
    background: url('../image/successicon.png') no-repeat 5px;
    vertical-align: middle;
}

#cartsection {
   width: 100%;
}

#addtocart {
    text-align: center;
}

.smalloptions {
    color: black;
}

#topofsupercontainer {
    height: 34px;
    
    padding-top: 0px;
    
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
    
    background: url('../image/barareabg.png') repeat-x;
    
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
}

#supercontainer {
    position: relative;
    min-height: 300px;
    
    margin-top: 10px;
    
    padding: 39px 10px 10px 10px;
    /*background: #e3e3e3;*/
    background: url('../image/shopbg.png');

	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
    
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.numofbatshead {
    background: white;
}

.productsection {
    background: white; 
    /* border: 1px solid #666666; */
    padding: 10px; 
    margin-top: 0px;
    margin-bottom: 15px;
}

.productsection select {
    border: 1px solid #666666; 
}

a[tab] {
    color: white;
    
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
    border-top: 0px #999999 solid;
    border-left: 0px #999999 solid;
    border-right: 0px #999999 solid;
    border-bottom: 1px #999999 solid; 
    /*background: #E18A07;*/
    /*background: #fd9803;*/
    background: #999999;
    
    padding-left: 5px;
    padding-right: 5px;
    top: 1px;
}

#welcomearea {
    text-align: center;
}

.shopblazing .top {
    /*background: #146eb4;*/
    text-align: center;
}

.sectionheading {
    color: #146eb4;
    font-size: 1.2em;
    background: none;
    font-weight: bold;
    border-bottom: 1px dotted #666666;
    margin-bottom: 0px;
    padding-bottom: 5px;
    width: 100%;
}

.bottomlinks {
    padding: 3px;
    background: #146eb4;
    text-align: center;
    color: white;
}

.bottomlinks a {
    color: white;
}

.bottomlinks a:hover {
    text-decoration: none;
}

#module_cart .top {
    /*background: #146eb4;*/
    text-align: center;
}

.checkoutarea {
    background: blue;
}

.qtychange {
    text-align: right;
    width: 20px;
}

.lineitemtotal {
    line-height: 10px;
}

.middle ul {
    padding-left: 0px;
}

.middle ul li {
    list-style: none;
    margin-bottom: 5px;
}

.middle ul.account li {
    margin-left: 0px;
}

#logo {
   text-align: center;
   /*position: relative;
   top: -15px;*/   
}

#topinfo {
    position: absolute;
    top: 30px;
    right: 0px;
}

#provenresults {
    position: absolute;
    top: 5px;
    left: 50px;
}

#userlinks {
    float: right;
    
    /*padding: 5px;
    border: 1px black solid;
    background: white;
    
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;*/
}

#userlinks span {
    color: #fd9803;
    font-weight: bold;
}

#userlinks a {
    color: #146eb4;
}

#bottomarea {
    position: relative;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 10px;
}

#toparea {
    height: 10px;
}

#breadcrumb {
    float: left;
    width: 64%;
}

#calltoorder {
    position: absolute;
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    right: 18px;
    top: 65px;
}

#hours {
    color: #fd9803;
    font-size: 100%;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 3px;
    text-align: center;;
}

#social {
    position: absolute;
    right: 0px;
    top: -10px;
}

#social span {
    font-weight: bold;
}

#social #phonenumber {
    color: #fd9803;
}

#slogan {
    position: absolute;
    left: 300px;
    top: 30px;
}

#calltoorder span {
    color: #fd9803;
    padding-left: 20px;
}

#topofsite {
    margin-bottom: 4px;
}

.commentheading {
    
}

a.changelink {
    color: rgb(50, 7, 238);
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
    margin-bottom: 4px;
}

.invoice table {
    border-collapse: collapse;
}

.productlist .cellbg {
    background: #A8A8A8;
}

.productlist th {
    border: 1px black solid;
    padding: 5px;
}

.productlist td {
    border: 1px black solid;
    padding: 5px;
}

.productlist .noborder {
    border: none;
}

#bar {
    position: absolute;
    top: -10px;
    left: -1px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#bar .left {
    float: left;
    height: 35px;
    width: 15px;
    background: url('../image/bar-left.png');
}

#bar .mid {
    float: left;
    background: url('../image/bar-mid.png') repeat-x;
    height: 35px;
    width: 930px;
}

#bar .mid .link {
    float: left;
    height: 33px;
    line-height: 33px;
    margin-left: 20px;
    margin-right: 20px;
}

#bar .mid .link a {
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#bar .mid .link a:hover {
    color: #fd9803;
    text-decoration: underline;
}

#bar .mid .firstlink {
    margin-left: 0px;
}

#bar .mid .lastlink {
    float: right;
    margin-right: 0px;
}

#bar .mid .lastlink img {
    vertical-align: middle;
}

#bar .mid .lastlink span {
    font-weight: bold;
}

#bar .mid .lastlink #phonenumber {
    color: #fd9803;
}

#bar .mid .navsep {
    height: 33px;
    width: 2px;
    text-align: center;
    float: left;
}


#bar .right {
    float: left;
    height: 35px;
    width: 15px;
    background: url('../image/bar-right.png');
}

.navsep {
    float: left;
    background: url('../image/barbg.jpg') repeat-x;
    width: 2px;
    height: 24px;
}

.navbar {
    /*background: url('../image/barbg.jpg') repeat-x;*/
    height: 20px;
    margin-bottom: 5px;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 900px;
    
    position: relative;
    top: -1px;
    
    
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navbar .first {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.navbutton img {
    vertical-align: middle;
}

.navbar .last {
    

    margin-right: 0px;
    
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    
    
     -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
    
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navbutton {
    /*background: white;*/
    /*background: url('../image/buttonbg.jpg') repeat-x;*/
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0px 30px 0px 30px;
    margin-right: 3px;
}

.navbutton a {
    font-size: 120%;
    color: #146eb4;
    text-decoration: none;
    font-weight: bold;
}

.navbutton a:hover {
    font-size: 120%;
    color: #fd9803;
    text-decoration: underline;
}

#faq {
}

#faq a.question {
    color: #146eb4;
    text-decoration: none;
    display: inline-block;
}

#faq .answer {
    color: black;
    /*margin-left: 10px;*/
    padding: 0px;
}

#faq a {
    display: block;
    color: rgb(50, 7, 238);
}

.blueheading {
    color: #146eb4;
}

#shippinginstructions ul {
    padding-left: 30px;
}

#shippinginstructions ul li {
    margin-top: 10px;
    list-style-type: disc;
}

#shippinginstructions ul li.important {
    
    list-style: none;
    padding-left: 30px;
    margin-left: -30px;
    background: url('../image/warning.png') left center no-repeat;
}


/*#welcomearea {
    margin-top: 10px;
    margin-left: 50px;
}

#welcomearea .image {
    float: left;
}

#welcomearea .text {
    display: inline;
    padding-left: 10px;
}*/
    