/* CSS Document */
a {
	color: #495F6A;
}
a:hover {
	color: #738E9D;
}
body {
	background-image:url("../images/main_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6E8593;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	color: #495F6A;
	font-size: 0.8em;
	height: 100%;
	font-family: Times, "Times New Roman", serif;
}
table, td {
	font-size: 100%;
}
p {
	font-size: 100%;
	line-height: 16px;
}
form {
	padding: 0px;
	margin:0px;
}
img { 
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}
a img { 
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}
h1 {

}
h2 {
	font-size: 110%;
	font-weight: 500;
	padding: 2px;
	margin: 0px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
h5 {
	_margin-bottom: -10px;
	margin-bottom: -5px;
}
select {
	color: #979FB4;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
input {
	color: #979FB4;
	font-family:Arial, Helvetica, sans-serif;
	
	border: 1px solid #979FB4;
	height: 20px;
}
textarea {
	color: #979FB4;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #979FB4;
}
/* ------------------- classes ----------------------*/
.maintbl {
	float: center;
	border-left: 1px solid #564A19;
	border-right: 1px solid #564A19;
	margin-left: auto;
	margin-right: auto;
}
.australia {
	float: right;
	padding-right: 4%;
	_margin-right: 4%;
}
.spacer {
	width: 780px;
	height: 9px;
	}
.plogo {
	margin-left: 4%;
}
.remove {
	background-image:url("../images/proddot.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
	padding: 0px 0px 5px 0px;
	width: 100%;
}
.dot {
	border-bottom: 1px #df9a21;
	background-image:url("../images/dot.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 20px;
}
.proddot {
	border-bottom: 1px solid #df9a21;
	border-bottom-style: dashed;
}
.rightdot {
	border-right: 1px solid #df9a21;
	border-right-style: dashed;
		border-bottom: 1px solid #df9a21;
	border-bottom-style: dashed;

}
.verticaldot {
	border-right: 1px solid #df9a21;
	border-right-style: dashed;
}
td.dotheading {
	background-image:url("../images/dot.gif");
	background-position: bottom;
	height: 20px;
	background-repeat: repeat-x;
}
div.dotheading {
	background-image:url("../images/dot.gif");
	background-position: bottom;
	height: 15px;
	background-repeat: repeat-x;
	margin-top: 5px;
}
html>body div.dotheading {
	background-image:url("../images/dot.gif");
	background-position: bottom;
	height: 20px;
	background-repeat: repeat-x;
	margin-top: 5px;
}
input .nobord{
	border: 1px solid pink;
}
.floatright {
	float: right;
}
.copycontain {
	width: 100%;
	margin-top: 5px;
}
.textright {
	text-align: right
}
/* ------------------- id's ----------------------*/
	#header, #banner {
	text-align: left;
	background-image:url("../images/head_row.jpg");
	background-position: center;
	background-repeat: repeat-y;
	border-bottom: 1px solid #D4CEAE;
}
#headeritems {

}
#navigation {
	background-image:url("../images/navigation_bg.gif");
	background-position: center;
	background-repeat: repeat-x;
	width: 100%;
	text-align:top center;
	padding: 11px 0px 0px 0px;
	margin: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;	
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 820px;
	display: inline;
}
#navigation li a{
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
}
#navigation li a img{
	margin-left: -1px;
	margin-right: -2px;
}
#navigation li a:hover {
	border-bottom: 2px solid #979A10;
}
#spacer {
	width: 100%;
	height: 2px;
}
#imagebanner {
	background-color: #F4F0DB;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	background-color: #F4F0DB;
	z-index: -400;
	background-image:url("../images/bannerbg.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #F4F0DB;
}
#imagebannerhome {
	background-color: #F4F0DB;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	background-color: #F4F0DB;
	z-index: -400;
	background-image:url("../images/bannerbghome.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #F4F0DB;	
}
#contentcontain {
	border-top: 1px solid #DECBAD;
	text-align: left;
	width: 100%;
	margin-top: 3px;
	background-color: #F9F6E9;
}
.left {
	width: 10%;
}
.right {
	width: 10%;
}
.copy {
	width: 80%;
	padding-top: 0px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	float: center;
}
.tblcontain {
	height: 100%;
	width: 90%;
	float: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #F9F6E9;
	border-left: 1px solid #143135;
	border-right: 1px solid #143135;
	text-align: center;
}
#data {
	height: 100%;
	width: 90%;
	float: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #F9F6E9;
	border-left: 1px solid #564A19;
	border-right: 1px solid #564A19;
	text-align: center;
}
.homerightitem {
	padding: 15px 0px 0px 0px;
}
/* ------------------- product styles ----------------------*/
.product {
	background-color: #F3EED7;
	color: #495F6A;
	margin-top: 4px;
	padding: 0px;
}
.product th {
	background-color: #F3EED7;
	text-transform: uppercase;
	text-align: left;
	padding: 15px 10px 3px 0px;
	font-weight: bold;
	color: #87883D;
	font-size: 120%;
}
.product td {
	font-weight: normal;
	font-size: 100%;
	padding: 0px;		
}
.product p{
	padding: 0px;
	margin: 4px 10px 10px 0px;
}
.product input {
	border-right: 1px solid #495F6A;
	border-top: 1px solid #495F6A;
	border-left: 1px solid #495F6A;
	border-bottom: 1px solid #495F6A;
	height: 18px;
}
.proditem {
	margin-bottom: 20px;
}
.proditem img{
	margin-right: 10px;
}
.prodmid {
	margin-bottom: 20px;	
}
.shoppad {
	margin-top: 15px;	
	margin-bottom: 15px;	
}
.memberspec {
	background-image:url("../images/dot.gif");
	background-position: bottom;
	height: 15px;
	background-repeat: repeat-x;
	margin-top: 15px;
}
.recip {
		margin-top: 15px;	

}
.homemid {
	margin-bottom: 10px;
	
}
/* FireFox 1.5 Only hack */
html:lang(en) .homemid:only-child { margin-top: -13px; }
/* FireFox 1.5 Only hack */
.homemidright {
	margin-bottom: 3px;	
}
.quote {
	font-family: Arial, Times, Verdana;
	color: #979A10;
	font-weight: bold;
}
/* ------------------- start cart styles ----------------------*/
.cart {
	background-color: #F3EED7;
	color: #495F6A;
}
.shopheader {
padding-bottom: 10px;	
}
.cart td{
	padding: 1px 15px 1px 15px;
	margin-right: 10px;
}
.cartitem {
	padding-top: 10px;
	font-weight: normal;
	font-size: 90%;
}
/* ------------------- "more" styles ----------------------*/
a.more {
	font-style: italic;
	color: #979A10;
	font-weight: bold;
}
/* ------------------- "history" styles ----------------------*/
.history td{
	padding-left: 15px;
}
.history td {
	background-color: #F3EED7;
	border-bottom: 2px solid #F9F6E9;
}
.history ul {
	padding: 0px;
	margin: 6px 3px 6px 16px;
}	

/* ------------------------------- drop down menu styles */
#navbg {
	background-image:url("../images/navigation_bg.gif");
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-repeat: repeat-x;
	
}
html>body #nav {
	height: 16px;	float: center;
	padding: 12px 0px 8px 0px;

}
#nav {
	z-index: 30;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	height: 9px;
}
div#nav[id] { /* Hide from IE */
	width: auto;
}

#nav li {
	float: left;
	margin: 0px;
	_position: relative;

}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 803px;
	margin-left: auto;
	margin-right: auto;
}
#nav li ul { 
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	white-space: normal;
	width: 200px;	margin: 0px;
	padding: 0px;
}
html>body #nav li ul { 
	z-index: 1000;


}
/* to override top and left in browsers other than IE, 
	which will position to the top right of the containing li, 
	rather than bottom left */
#nav li>ul { 
	top: auto;
	left: auto;
}

#nav li:hover ul, 
#dropmenu li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 100

}

#nav li:hover ul li a, 
#dropmenu li.over ul li a {
	display: block;
	z-index: 100;

}

#nav li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 2px solid #FFFFFF;
	z-index: 5000;
}
#nav li a.selected {
	background-color: #fff;
	color: #B9BC1F;
}

#nav li a:hover {
	color:#B9BC1F;
	border-bottom: 2px solid #FFAB1A;

	
}

#nav li ul li {
	tex-align: left;
	display:block;
	z-index: 1000

}
#nav li ul li a.leveltwo { /* second-level lists */
	background-color: #788C93;
	border-bottom: 2px solid #788C93;
	color: #E1EAEF;
	display:block;
	text-align: left;
	display: block;
	height: 18px;
	font-weight: normal;
	width: 186px;
	padding: 3px 3px 3px 5px;	z-index: 1000

}
#nav li ul li a.leveltwo:hover {
	_border-bottom: 2px solid #788C93;
	color: #263B4B;

}
#nav li ul li a.levelthree {

}

#nav li ul li a.levelthree:hover {
}

div>#nav li ul li a.levelthree { /* IE can't read this "child selector hack" */ 
}
.imgright {
	float: right;
	margin: 0px 10px 10px 10px;
	width: 220px;
}
.button {
	height: 22px;
	color: #495F6A;
	background-color: #FFFFF0;
}
.newsl {
height: 100px; float: left; padding-right: 10px; _margin-top: 20px; margin-top: 15px;
}

.checkoutlink{
	text-decoration: none;
	font-size: 120%;
}

.checkoutlinkcurrent{
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}
.heightline {
	height: 330px;
	_height: 334px;
}