/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px; 
	font-size: 12px;
	margin: 0px;
	padding: 0px;
    background: none;

}

a {
	color:#656565;
	font-family:arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-stretch: ultra-expanded
}

a:hover {
	color:#656565;
	text-decoration: underline;

}

/* SMALL FONT SIZE */
.smfont { 
font-size: 8pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont { 
font-size: 12pt; 
font-weight: bold; 
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
font-size: 12pt;
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}

/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #3C6175; 
font-weight: bold; 
background-color: #EAD7E0; 
border-color: #3C6175; 
border: 1px solid; 
}

.orderlink { 
font-weight: bold; 
color: #3C6175; 
background-color: #EAD7E0; 
border-color: #3C6175; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}

/* HORIZONTAL LINE LINK */
.linecolor { 
color: #; 
height: 0px; 
width: 100%; 
}

#content { 
    position:relative;
	width:1000px;
	z-index:1;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image:url(http://www.thegraphicbin.com/skins/tropic/tropicbg2.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px;
}

table.nav {

margin-top: -130px;
width: 500px;
height: 125px;
margin-left: 212px;
margin-right: 0px;
text-align: center;
}

table.up {
margin-top: 0px;
width: 550px;
margin-left: 385px;
margin-right: 20px;
text-align: center;

}

table.main {
	padding: 10px;
}

.border {
   	vertical-align: bottom;
}

.categoryHeader {
	width: 150px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.leftNav {
	width: 150px;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	display: block;
	list-style-type: none;


}

.leftNav a {
	list-style: none;
}

.leftNav li {
	list-style: none;
}


.mainContent {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	width: 618px;
	vertical-align: top;
}

.bottomLinks {
	text-align: center;
}

.footer {
	margin-left: 1px;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #96679b
}

.catcolor a {
	list-style: none;
}


