html{
	height: 100%;
	margin: 0px;
	padding: 0px;

	font-family: 'Corbel', sans-serif;
	font-size: small;
	}


body{
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;

	margin: 0px;
	padding: 0px;
	}

img{
	border: 0;
	}

#container_bg{
	background-image: url(../images/bg_content.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	width: 950px;
	}

#container{
	width: 900px;
	margin: 0 auto;
	height: 100%;
	}


#cHead{
	height: 100px;
	margin: 10px;
	background-image: url(../images/grain.png);
	background-position: top left;
	background-repeat: no-repeat;
	}


#cMainNav{
	float: left;
	padding: 10px;
	width: 880px;
	}

  #mainNav{
	float: left;
	background-image: url(../images/nav_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 43px;
	width: 854px;
	}

    #mainNav ul{
	padding: 0px;
	}
    #mainNav li{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	border-right: 1px dotted #FFFFFF;
	font-size: 120%;
	}
	
	#mainNav .last{
		border: none;
		}
	
	#mainNav li a{
		padding: 13px 10px 10px 7px;
		text-decoration: none;
		color: #353027;
		}
		
		#mainNav li a:hover{
			color: #f5f6f7;
			background-color: #78695a;
			}

  #mainNavL{
	float: left;
	background-image: url(../images/nav_l.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 13px;
	height: 43px;
	}

  #mainNavR{
	float: right;
	background-image: url(../images/nav_r.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 13px;
	height: 43px;
	}

#cSecondaryNav{
	float: left;
	position: relative;
	margin: 0px 0px 30px 10px;
	padding: 20px 5px 5px 5px;
	width: 140px;
	height: 100%;
	}

	#cSecondaryNav .menuitem{
		display: block;
		font-size: 150%;
		color: #b6b6b6;
		text-decoration: none;
		}

	#cSecondaryNav a.menuitem:hover{
		color: #8d7d6e;
		}

	.menuitem-on{
		display: block;
		font-size: 150%;
		color: #8d7d6e;
		text-decoration: none;
		}

	.submenu ul{ 
		list-style-type: none;
		margin: 0px;
		padding: 5px 0px 10px 10px;
		}
	
	.submenu ul li{
		margin: 0px 0px 3px 0px;
		}

	.submenu ul li a{ 
		display: table;
		color: #8d7d6e;
		text-decoration: none;
		border-bottom: 1px dashed #b6b6b6;
		}

		.submenu ul a:hover{ 
			border-bottom: 1px solid #8d7d6e;
		}
	
	.viewall{
		font-weight: bold;
		}
	
	.subsub{
		padding: 0px 0px 0px 10px;
		}


#cContent{
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	width: 700px;
	min-height: 400px;
	border-left: 1px dashed #8d7d6e;
	}

	#cContent h1{
		color: #8d7d6e;
		font-size: 200%;
		font-weight: bold;
		text-decoration: none;
		}

	#cContent h2{
		color: #8d7d6e;
		font-size: 150%;
		font-weight: bold;
		text-decoration: none;
		}

	#cContent h3{
		color: #8d7d6e;
		font-size: 110%;
		font-weight: bold;
		text-decoration: none;
		margin: 10px 0px -10px 5px;
		}

	#cContent h4{
		color: #353027;
		font-size: 90%;
		font-weight: normal;
		text-decoration: none;
		margin: 10px 0px -10px 0px;
		}

	#cContent h1 a{
		color: #8d7d6e;
		text-decoration: underline;
		border: none;
		}

		#cContent h1 a:hover{
			color: #353027;
			border: none;
			}

	#cContent .imagelink{
		display: inline-table;
		width: 100px;
		height: 100px;
		margin: 10px;
		border: 1px solid #e6e6e6;
		text-decoration: none;
		}

		#cContent a.imagelink:hover{
			border: 1px solid  #8d7d6e;
			}
	
	#cContent p{
		margin: 10px 0px 0px 10px;
		}

	#cContent a{ 
		color: #8d7d6e;
		text-decoration: none;
		border-bottom: 1px dashed #b6b6b6;
		}

		#cContent a:hover{ 
			border-bottom: 1px solid #8d7d6e;
		}

	#cContent ul{
		list-style-image: url(../images/bullet.png);
		list-style-type: circle;
		}

	#cContent ul li:hover{
		list-style-image: url(../images/bullet-on.png);
		list-style-type: circle;
		}



	#cContent fieldset{
		margin: 20px 5px 5px 5px;
		padding: 10px;
		border: 1px solid #e6e6e6;
		}

		#cContent legend{
			color: #353027;
			font-weight: bold;
			font-size: 120%;
			}
	
		#cContent input{
			margin: 5px;
			width: 200px;
			font-family: 'Corbel', sans-serif;
			font-size: 110%;
			color: #b6b6b6;
			border: 1px solid #e6e6e6;
			display: block;
			}

			#cContent input:hover{
				border: 1px solid #b6b6b6;
				}

			#cContent input:focus{
				color: #8d7d6e;
				border: 1px solid #b6b6b6;
				}
	
			#cContent input.qty{
			margin: 2px;
			width: 20px;
			display: inline;
			}
	
		#cContent textarea{
			margin: 5px;
			width: 200px;
			height: 100px;
			font-family: 'Corbel', sans-serif;
			font-size: 110%;
			color: #b6b6b6;
			border: 1px solid #e6e6e6;
			display: block;
			}

			#cContent textarea:hover{
				border: 1px solid #b6b6b6;
				}

			#cContent textarea:focus{
				color: #8d7d6e;
				border: 1px solid #b6b6b6;
				}


	#cContent .prodimg{
		float: right;
		margin: 0px 10px 50px 50px;
		text-align: center;
		line-height: 10px;
		}
	
		#cContent .prodimg a{
			border: 0px;
			color: #b6b6b6;
			font-size: 80%;
			}
	
			#cContent .prodimg a:hover{
				color: #8d7d6e;
				}
	
		#cContent .prodimg a img{
			display: inline-table;
			width: 100px;
			height: 100px;
			margin: 10px;
			border: 1px solid #e6e6e6;
			text-decoration: none;
			}
	
			#cContent .prodimg a img:hover{
				border: 1px solid  #8d7d6e;
				}


	#cContent .nextprev{
		float: right;
		margin: 10px 20px 0px 50px;
		color: #353027;
		font-size: 90%;
		font-weight: normal;
		word-spacing: 2px;
		text-align: center;
		}



#cFoot{
	float: left;
	width: 860px;
	padding: 5px 20px 10px 20px;
	background-image: url(../images/foot_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8d7d6e;
	bottom: 0;
	margin: 0px;
	color: #e6e6e6;
	font-size: 90%;
	}

		#cFoot a{
			color: #e6e6e6;
			text-decoration: none;
			border-bottom: 1px dashed #b6b6b6;
			}

			#cFoot a:hover{
				border-bottom: 1px solid #e6e6e6;
				}
		


.largeHomeBox{
	padding: 10px;
	float: left;
	}

	.largeHomeBox h1{
		background-color: #FFFFFF;
		color: #8d7d6e;
		display: table;
		font-size: 250%;
		position: relative;
		top: 30px;
		border: 0px;
		padding: 0px 5px 0px 0px;
		margin: 0px;
		}

	.largeHomeBox h2{
		background-color: #FFFFFF;
		color: #353027;
		display: table;
		font-size: 120%;
		font-weight: normal;
		position: relative;
		top: 30px;
		border: 0px;
		padding: 0px 5px 2px 0px;
		margin: 0px;
		}

	.contentdiv{
		}

	#lHB1{
		width: 880px;
		height: 252px;
		background-image: url(../images/large-index-1.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		}

		#lHB1 h1 a{
			color: #8d7d6e;
			text-decoration: none;
			border: none;
			}
	
			#lHB1 h1 a:hover{
				color: #353027;
				text-decoration: underline;
				}

	#lHB2{
		width: 880px;
		height: 252px;
		background-image: url(../images/large-index-2.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		}

		#lHB2 h1 a{
			color: #8d7d6e;
			text-decoration: none;
			border: none;
			}
	
			#lHB2 h1 a:hover{
				color: #353027;
				text-decoration: underline;
				}

	#lHB3{
		width: 880px;
		height: 252px;
		background-image: url(../images/large-index-3.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		}

		#lHB3 h1 a{
			color: #8d7d6e;
			text-decoration: none;
			border: none;
			}
	
			#lHB3 h1 a:hover{
				color: #353027;
				text-decoration: underline;
				}


.smallHomeBox{
	padding: 10px 0px 50px 15px;
	width: 280px;
	float: left;
	}

	.smallHomeBox .sub{
		background-color: #FFFFFF;
		color: #353027;
		display: table;
		font-size: 60%;
		font-weight: normal;
		position: relative;
		border: 0px;
		padding: 0px;
		margin: 0px;
		}

	.smallHomeBox a{
		color: #8d7d6e;
		font-size: 200%;
		font-weight: bold;
		text-decoration: none;
		}

	.smallHomeBox a:hover{
		color: #353027;
		text-decoration: underline;
		}

.clearboth{
	clear: both;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.floatright{
	float: right;
	margin: 5px 0px 10px 20px;
	}



