body { 
	background-color: #cccc99; 
	font-family: Verdana, Arial, Helvetica, San-serif;
	font-size: small;
	color: #333333;
	margin: 0; 
	padding: 0;
}
   
a:link { 
	color: blue;
	text-decoration: underline;
}

a:visited { 
	color: blue;
	text-decoration: underline;
}

a:hover { 
	color: #ffcc00;
	text-decoration: none; 
}

a:active { 
	color: blue;
	text-decoration: underline; 
}


/* Main Divisions */

#pagewrap {
	background: #fff;
	padding: 5px 0px 0px;
	min-width: 780px;
	max-width: 1100px;
	margin: 5px auto;
}

#header {
	background: #fff;
	width: 100%;
	padding: 0;
	border-bottom: solid 15px #99cc00; 
	float: left;
}

#header a {
	text-decoration: none;
}

#header h1 {
	color: black;
	font-size: 120%;
	font-weight: bold;
	display: inline;
	vertical-align: bottom;
	padding-top: 65px;
	float: left;
}

#header p {
	padding: 0px 0 0px 10px;
	float: left;
}

#navtop {
	padding: 0px 10px 0px 0;
	line-height: 1.25;
	text-align: right;
	list-style: none;
	float: right;
}

#navtop a {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}

#navtop a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

#wrap {
	background: #fff url(images/leftnav.gif) repeat-y 0 0 scroll;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#nav { 
	color: #000000;
  	width: 22%;
	margin: 0;
	padding: 10px 0 0;
  	text-align: left;
	float: left;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	background: #ffff66;
	margin: 0px 0px;
	padding: 5px;
}

#nav a {
	color: #ff3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

#nav a:hover {
	color: #003366;
	text-decoration: underline;
}

#nav p {
	padding: 80px 25px 0px;
	text-align: center;
}

#content {
	background: #ffffff;
	color: #333333;
  	width: 49%;
	padding: .5em 0 0;
	font-size: 100%;
	text-align: left;
	float: left;
}
	
#content p,dl {
	padding-left: 1.5em;
}

#content dd {
	padding: 0 0 10px;
}

#content ul li {
	padding: 0 20px 15px 5px;
}

#content ol li {
	padding: 0 20px 15px 5px;
}

#content dt {
	font-weight: bold;
}

#content h2 a {
	color: #6a8f00;
	text-decoration: none;
}

#content h2 a:hover {
	color: blue;
	text-decoration: underline;
}

#gallery-content {
	background: #fff none repeat scroll 0%;
	color: #333333;
	float: left;
	font-size: 100%;
	padding: 10px 0pt 30px;
	text-align: left;
	width: 70%;
}

#gallery-content table {
	width: 90%;
	padding: 0 1em 7em;	
}

#gallery-content td {
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

	
#imgcol {
	background-color: #ffffff;
	color: #333333;
  	width: 25%;
	margin: 15px 0;
	padding: 0 0;
	text-align: center;
	float: left;
}

#imgcol p {
	padding: 1em 0;
	margin: 0;
}

#imgcol h3 {
	font-size: 130%;
	padding: 0;
}

#footer { 
	color: #ff9999;
	background-color: #990000;
	padding: 1em 0;
	font-size: 90%; 
	text-align: center;
	clear: both;
}

#footer a:link { 
	color: #ff9999;
	text-decoration: underline; 
}

#footer a:visited { 
	color: #ff9999;
	text-decoration: underline; 
}

#footer a:hover { 
	color: #663366;	
	text-decoration: none;
}

#footer a:active { 
	color: #ff9999;
	text-decoration: underline;
}



/* Block Elements */

h1,h2,h3,h4 {
	font-weight: normal;
	color: #6a8f00;
	padding-left: 15px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

hr {
	margin: 0 20px;
}

img {
	border: 0;
}


/* Class Elements */

.bottom-space {
	padding: 1.5em 0 4em;
}

.coming-soon {
	display: none;
}

.contact {
	float: left;
	line-height: 1.5;
	padding-bottom: 20em;
	margin-left: 2em;
	text-align: left;
	width: 30%;
}

.payments {
	margin-bottom: 250px;
}

.phone {
	font-weight: bold;
	padding-top: 1em;
}

.shiplist {
	list-style-type: disc;
}

.stock {
	background: url(images/stock_thread.jpg) no-repeat center;
	width: 100%;
	height: 70px;
}	

.temp {
	padding: 150px 0;
}