	/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#main {
	width:100%;
	margin:0 25px;
}

#footer {
	background-color: #900;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	margin:0 55px;
	padding:0;
	border-left:1px solid #005ED4;
}

#footer a {
	color:#fff;
}

#topbanner {
	background-color: #fff;
	width:910px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        height:320px;
}


#bodytext {
	background-color: #fff;
	width:800px;
	height:auto;
	margin: 0 55px;
/*	line-height: 1.5em; */
	font-size: 0.85em;
}

#bodytext h1, 
#bodytext h2 {
	color:#900;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bodytext h3 {
	color:#005ED4;
	margin:0;
	padding:0;
}
#bodytext h4 {
	color:#999;
	margin:0;
	padding:0;
}


.Fletter {
        color:#666;
	font-size:5em;
	float:left;
	clear:none;
	display:block;
	padding: 0px 8px 10px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.BodyCol1 span.Fletter {
	color:#cc3;
}



#bodytext td {
}
td.BodyCol1 {
	width:281px;
	background-image: url(/images/BodyCol1_bkg.jpg); 
	background-repeat: repeat-y;
	background-position: right; 
	background-color: #F5F2CF;
	padding: 5px 30px;
	margin:0;
	font-size:0.8em;
}
td.BodyCol1 p {
	line-height: 1.3em; 
}

td.BodyCol1 p a {
	color:#333; 
}


td.BodyCol2 {
	color:#000;
	padding: 10px 0 10px 30px;
	margin:0;
	}

.BodyCol3 {
	width:180px;
	font-size: 0.75em;
	background-color:#F5EEA7; 
	float:right;
	position:relative;
	padding:10px;
	margin-left:10px;
}

.BodyCol2 a {
	color:#333; 
}

/* PRODUCT LIST */
.BodyCol1 ul.treeview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;

}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #F5F2CF url(/images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #F5F2CF url(/images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeview .submenu ul li ul li a{ /*Style for LIs of ULs that are children of LIs (submenu) */
color:#333;
}


a.productType {
	font-weight:900;
	font-size:12px;
	color:#900;
	text-decoration:none;
}
/* //PRODUCT LIST */



/* CATEORY PRODUCT LIST */
.BodyCol2 ul.lineview {
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	border-bottom:1px solid #005ED4;
}
.lineview ul{ 
	margin: 0;
	padding: 0;
}
.lineview a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #005ED4;
}
.lineview a:hover {
	background-color:#005ED4;
	color:#fff;
}

ul.lineview li ul { 
	margin: 0;
	padding: 0 6px 0 0;
	display: inline;
}

.lineview li{ 
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 2px;
}

.productType {
	font-weight:900;
	font-size:12px;
	color:#900;
	text-decoration:none;
}
/* //CATEORY PRODUCT LIST */




#vendors {
	font-size:12px;
	width:310px;
}

#vendors p {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:15px;
}


/* TEXT */
blockquote {
display: block;
padding: 0 20px;
}

p.indent {
	margin-left:25px;
}
/* / TEXT */
