/* CSS Document */
body {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color:#d8dfbd;
	padding:20px;
	color:#333;
}
a { text-decoration:none; color:#a3b36c;  }
a:hover { text-decoration:underline; }
h1, h2, h3 { color: #a3b36c; }
h1 { font-size:22px }
h2 { font-size:20px }
#page {
	margin:0px auto;
	width: 940px;
	border:1px #a3b36c solid;
	background-color:#FFFFFF;
}
#nav {
	font-size: 18px;
	color: #a3b36c;
	float: right;
	text-align: center;
	margin-right: 50px;
	margin-top: 25px;
	font-weight:bold;
}
#nav a {
	color: #a3b36c;
}
#nav li {
	list-style:none;
}
.nav2 { font-size:18px; color:#a3b36c;  }
.nav2 a { font-size:16px; color:#a3b36c; }


.bar {
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	font-size: 14px;
}
#header {
	margin:0;
	height: 175px;
}
#footer {
	margin:20px;
	color: #a3b36c;
	text-align: center;
}
#footer a {
	color: #a3b36c;
}
.box, .box-gg, .box-a {
	background-color: #FFEBB5;
	border: 1px solid #FDC841;
	width:240px;
	margin-left:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 200px;
}

.box-a { overflow:auto }

#colors img {
	border: 1px solid #FDC841;	
}


/* osCommerce Styles */
TD.infoBoxHeading {
	color: #a3b36c;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}

td.boxLeft { 
	text-align:left;
	padding-left:20px;
}
td.boxLeft a { 
	color:#333333;
}


td.boxText { 
	text-align:center;
/*	padding-left:20px;*/
}
td.boxText a {
	color:#333;
	background:url(images/dot-g.gif) no-repeat 1px 30px;
/*	margin-left:45px;*/
}
td.boxText a:hover {
	color:#a3b36c;
}

td.pageHeading {
	color: #333;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}
td.pageHeadingPrice {
	color: #333;
	font-size:20px;
	text-align:right;
	font-weight:bold;
}

.smallText {
	font-size:12px;
}
.smallText16 {
	font-size:16px;
}

.smallTextG {
	font-size:12px;
	font-style:italic;
	color: #a3b36c;
}

.smallText img {
	border:1px solid #ccc;
}
.main {
	margin-left:20px;
	margin-right: 20px;
}
table#left-m {
	font-size:14px;
	background-color: #FFEBB5;
	border: 1px solid #FDC841;
}
 
td.productListing-data img {
	border: 1px solid #a3b36c;
}

td.productListing-data .btn  {
	border:none;
}

.box-gg {
	width:300px;
	margin:10px;
}

#copy {
	font-size:10px;
	color:#ccc;
	margin-bottom:15px;
}
#copy:first-line {
	font-size:13px;
	color:#A3B36C;	
}
#copy a {
	color:#A5B56e;
}
#copy a:hover {
	text-decoration:underline;
}
#copy2 { font-size:12px; color:#A3B36C;	 }

.dotbox {
	border:5px dotted #FDCE54;
	width:250px;
	background-color:#FFEBB5;
	height:300px;
}
.borderimg { border:1px solid #A3B36C; }

.dotbox-h {
	padding:15px;
	width:589px;
	height:90px;
/*	border:5px dotted #FDCE54;*/
	background:url(images/welcome.gif) no-repeat;
/*	background-color:#D8DFBD;*/
}

.dotbox-h2 {
	padding-left:20px;
	padding-right:20px;	
	width:580px;
	background:url(images/dotboxback.gif) repeat-y;
	font-style:italic;
}


table .infoBoxShip {
	border:1px solid #ccc;
}
.pic {
	border:1px solid #a3b36c;
}
.boxtop { color: #a3b36c; font-size:20px; font-weight:bold; margin:15px; font-style:italic; }
.boxtop img a { border: 1px solid #a3b36c; }

.scroll { overflow:auto; height: 130px;  overflow-x:hidden; overflow-y:auto; }

.colors { border:1px solid #333; }
.colors a {	text-decoration:none; }

#thumbs {
	overflow:scroll;
	height:500px;
	width:180px;
}

#caption { font-size:12px; }
td.boxLeft a { color:#333 }
.qty_left { font-size:14px; color:#A3B36C }
.med_grn_italics { 
	font-size:14px;
	font-style:italic;
	color: #a3b36c;
}