/* Define Tags */
body { 
	margin:10px 0;
	padding:0;
	background:#fff url(images/body_bg.gif) repeat-x top left;
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#415c41;	
	line-height:1.5em;
	}

	object {
		display:block;
		}	

a, a:visited, a:hover {	
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#000;	
	text-decoration:underline;
	line-height:1.5em;
	}
a:hover {
	color:#000;	
	}
	
h1, h2, h3, h4, h5, h6 {
	margin:2px 0 5px 0;
	font-family:Verdana,Arial,Helvetica; 
	color:#005d00;
/*	border-bottom:2px solid #ca992c;
*/
	}
	h1 {
		font-size:18px;
		}
	h2 {
		color:#7b5123;
		font-size:14px;
		border-bottom:0;
		}
	h3 {
		font-size:12px;
		border-bottom:0;
		}
	h4 {
		font-size:10px;
		border-bottom:0;
		}
	h5 {
		font-size:9px;
		border-bottom:0;
		}

hr { 
	height:1px;
	color:#000000;
	}

form {
	margin:0;
	padding:0;
	}

ul, ol, li {	
	line-height:1.5em;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;
	}
	ul.arrow {
		padding:10px;
		margin:0;
		list-style-type: none;
		}
		ul.arrow li {
			padding-left:20px;
			background:url(images/list_arrow.gif) left no-repeat;
			}

/* Custom Class Names */
p, span, .copy, .bold, .copySmall, .copyLarge, .form, .button, .hdr, .subHdr, .error{
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#415c41;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background:#000 url(images/button_bg.gif) repeat-x top left;
	border:1px solid #000; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
	
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/
	#csContainer {
		width:753px;
		margin:0 auto;
		padding:0;
		}
		#csHeader {
			padding:0;
			margin:0;
			}
		#csContentContainer {
			width:753px;
			padding:0;
			margin:0;
			background:url(images/body_bg.png) repeat-y top right;
			}
		#csContentBottom {
			width:753px;
			padding:0;
			margin:0;
			background:url(images/contentBottom.png) no-repeat bottom right;
			}
			#csContent {
				float:left;
				width:553px;
				padding:0;
				margin:0;
				}
			#csContentPad {
				padding:0 35px 140px 15px;
				margin:0;
				}
	 		#csMenu {
				float:left;
				width:200px;
				padding:0 0 150px 0;
				margin:0;
				}
				#csMenu ul{
					clear:both;
					list-style-type:none;
					padding:0 0 0 18px;
					margin:0;
					}
				#csMenu ul ul {
					clear:both;
					list-style-type:none;
					padding:0;
					margin:0;
					}
					#csMenu ul li, #csMenu ul ul li {
						padding:0;
						margin:0;
						}
					#csMenu ul li a b {
						font-weight:normal;
						color:#FFF;
						margin-right:10px;
						}
					#csMenu ul ul li a b {
						font-weight:normal;
						color:#FFF;
						margin-right:5px;
						}
						#csMenu ul li a, #csMenu ul li a:visited, #csMenu ul li a:hover {
							display:block;
							text-decoration:none;
							color:#fff;
							padding:2px 0;
							text-indent:20px;
							width:182px;
							}
							#csMenu ul li a:hover {
								color:#000;
								background:url(images/mnu_hover.gif) repeat-y top right;
								}
						#csMenu ul ul li a, #csMenu ul ul li a:visited, #csMenu ul ul li a:hover {
							display:block;
							text-decoration:none;
							color:#fff;
							padding:2px 0;
							text-indent:25px;
							width:182px;
							background:url(images/mnu_level_1.gif) repeat-y top right;
							}
							#csMenu ul ul li a:hover {
								color:#000;
								background:url(images/mnu_hover.gif) repeat-y top right;
								}
	div.cartLinks{
		clear:both;
		text-align:right;
		}
	div.cartLinks ul {
		margin:0 0 12px 0;
		padding:0;
		list-style-type:none;
		}
		div.cartLinks li {
		display:inline;
			color:#666666;
			}
		div.cartLinks ul li a, div.cartLinks ul li  a:visited, div.cartLinks ul li  a:hover {
			font-size:12px;
			color:#666666;
			font-weight:400;
			line-height:2em;
			text-decoration:none;
			}
			div.cartLinks ul li  a:hover {
				color:#000;
				}