/*************************************************************************************************************************************
Default Styles
*************************************************************************************************************************************/
* { 
	margin:0px;
	padding:0px;
	}

body { 
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	background:#57431b;
	}

a { color:#831316; text-decoration:none;font-weight:bold; }
a:hover { color:#a4cc37; text-decoration:underline }

a.linelink { text-decoration:underline !important; color:#900 !important; }
a.logout { color:#C60 !important; }

#everything {
	width:815px;
	margin:0px auto;
	background:#daded1;
	overflow:hidden;	
	padding:10px 0 10px 10px;
	}

/*************************************************************************************************************************************
Left Content
*************************************************************************************************************************************/
#left { 
	width:600px;
	float:left;
	}

/*************************************************************************************************************************************
Header
*************************************************************************************************************************************/

#header { 
	width:100%;
	height:71px;
	background:#fff;
	margin:0;
	float:left;
	}
	#header img { 
		border:0px;
		}
		#headerLeft {
			float:left;
			background:url(../../Images/header_left.jpg) no-repeat;
			width:13px;
			height:71px;
			}
			#headerRight {
				float:right;
				background:url(../../Images/header_right.jpg) no-repeat;
				width:13px;
				height:71px;
				}
				#headerNav { 
					float:left;
					width:210px;
					position:relative;
					top:15px;	
					text-align:right;
					}
					#headerNav span { 
						float:right;
						padding-top:1px;
						}
						#headerNav .cartNav { 
							 background:url(../../Images/cart_icon.jpg) no-repeat 0 -2px;
							 padding:1px	 0 0 20px;
							 margin-left:10px;
							}
							#headerNav a { 
								color:#555;
								text-decoration:none;
								font-weight:normal;
								}
								#headerNav a.active { 
									text-decoration:underline;
									}

/*************************************************************************************************************************************
Main Nav
*************************************************************************************************************************************/
#mainNav ul { 
	list-style:none;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	}
	#mainNav li { 
		float:left;
		}					
		#mainNav li a { 
			color:#fff;
			}
			#mainNav  #aboutNav  { 
				display:block;
				width:96px;
				height:29px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/about.jpg) top left no-repeat;
			}
			#mainNav  #aboutNav:hover{ background-position: bottom left; }
			#mainNav  #aboutNav.active{ background-position:bottom left; }
			
			#mainNav  #workNav  { 
				display:block;
				width:99px;
				height:29px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/work.jpg) top left no-repeat;
			}
			#mainNav  #workNav:hover{ background-position: bottom left; }
			#mainNav  #workNav.active{ background-position:bottom left; }
			
			#mainNav  #newsNav  { 
				display:block;
				width:129px;
				height:29px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/news.jpg) top left no-repeat;
			}
			#mainNav  #newsNav:hover{ background-position: bottom left; }
			#mainNav  #newsNav.active{ background-position:bottom left; }
			
			#mainNav  #photoNav  { 
				display:block;
				width:135px;
				height:29px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/photo.jpg) top left no-repeat;
			}
			#mainNav  #photoNav:hover{ background-position: bottom left; }
			#mainNav  #photoNav.active{ background-position:bottom left; }
			
			#mainNav  #involveNav  { 
				display:block;
				width:121px;
				height:29px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/involve.jpg) top left no-repeat;
			}
			#mainNav  #involveNav:hover{ background-position: bottom left; }
			#mainNav  #involveNav.active{ background-position:bottom left; }
/*************************************************************************************************************************************
Main Content
*************************************************************************************************************************************/
#content { 
	width:599px;
	_width:600px;
	margin-left:1px;
	_margin-left:0px;
	background:#fff;
	overflow:hidden;
	float:left;
	}
	#contentTop { 
		background:url(../../Images/content_top.jpg) no-repeat;
		height:13px;
		width:600px;
		float:left;
		}
		#contentBottom { 
			background:url(../../Images/content_bottom.jpg) no-repeat;
			height:13px;
			width:100%;
			float:left;
			}
/*************************************************************************************************************************************
Home News List
*************************************************************************************************************************************/

#homeNews { 
	width:205px;	
	float:left;
	line-height:12px;
	padding-top:15px;
	position:relative;
	margin-left:15px;
	_margin-left:7px;
	font-weight:normal;
	}
	#homeNews h4 { 
		text-transform:uppercase;
		color:#831316;
		width:95%;
		padding-bottom:4px;
		margin-bottom:10px;
		font-size:110%;
		border-bottom:1px solid #c5bca9;
		}
		div.homeBlock { 
			float:left;
			margin:0px 0 0 0;
			width:95%;
			padding:5px 0 15px 0;
			/*border-top:3px double #e6e1d7;*/
			}
			.homeBlock img { 
				max-width:120px;
				_width:120px;
				border:0px;
				padding:5px 0;
				}
				.homeBlock span.title{ 
					color:#6e5728;
					width:100%;				
					float:left;
					font-size:11px;				
					text-transform:uppercase;
					}
					#homeNews .homeBlock .title a { 
						font-weight:bold;
						color:#6e5728 !important;
						}
						.homeBlock span.date { 
							text-transform:none;
							}
							 .homeBlock p { 
								font-weight:normal;
								margin:8px 0;
								float:left;							
								}
								#homeNews a.more { 
									font-weight:normal;
									color:#7e1516;
									font-size:1em;
									}
									#homeNews a:hover { 
										color:#a4cc37;
										text-decoration:none;
										}

/*************************************************************************************************************************************
Home Spotlight
*************************************************************************************************************************************/
				
#homeSpotlight { 
	float:left;
	width:357px;
	background:url(../../Images/spot_back.jpg) repeat-y;
	text-align:center;
	}
	.spotlight h5 { 
		text-align:left;
		height:100%;
		padding-left:11px;
		margin:5px 0 10px 0;
		float:left;
		font-size:175%;
		color:#900;
		font-weight:bold;
		}
		.spotlight div.text { 
			float:left;
			text-align:left;
			padding-left:11px;
			width:93%;	
			font-weight:normal;	
			font-size:12px;
			}
			#homeSpotlight #spotlightTop { 
				background:url(../../Images/spotlight_top.jpg) no-repeat;
				float:left;
				width:357px;
				height:35px;
				}
				#homeSpotlight #spotlightBottom { 
					background:url(../../Images/spotlight_bottom.jpg) no-repeat;
					float:left;
					width:357px;
					height:12px;
					}
					.spotlight img {
						width:336px;
						border:0px;
						}

/***************************************************************
Default Table Styles
***************************************************************/
table {
	border:3px double #eee;
	padding:1px;
	width:500px;
	margin:0px auto;
	}
	table td { 
		padding:5px 0;
		}
		table td.tableHeader { 
			background:#eee;
			padding:5px 10px;
			color:#444;
			border-bottom:1px solid #ccc;
			}
			table td.header { 
				background:#fafafa;
				font-size:10px;
				text-align:center;
				}
				table td.label { 
					width:25%;
					text-align:right;
					padding-right:5px;
					}
					table td input.submit { 
						width:125px;
						background:#666;
						color:#fafafa;
						cursor:pointer;
						margin-left:10px;
						}
					
			
/*************************************************************************************************************************************
Right Content
*************************************************************************************************************************************/
#right { 
	width:215px;
	_width:200px;
	float:right;
	vertical-align:top;
/*	background:url(../../Images/side_back.jpg) no-repeat;*/
	}
	#right h3 {
		width:80%;
		line-height:1em;
		height:100%;
		font-size:1.3em;
		font-weight:normal;
		float:left;
		color:#604914;
		margin:10px 20px;
		}
		#right  #involveButton  { 
			display:block;
			width:133px;
			height:20px;
			float:left;
			text-indent: 10000px; 
			overflow: hidden; 
			background: url(../../Images/involve_button.jpg) top left no-repeat;
			margin:10px 20px;
		}
		#right  #involveButton:hover{ background-position: bottom left; }
		#right  #involveButton.active{ background-position:bottom left; }


#photoRight { 
	width:215px;
	_width:200px;
	float:right;
	vertical-align:top;
/*	background:url(../../Images/side_back.jpg) no-repeat;*/
	}
	#photoRight h3 {
		line-height:15px;
		width:90%;
		float:left;
		margin:10px 20px;
		}
		#photoRight  a.gallink  { 
			display:block;
			float:left;
			width:100%;
			margin:5px 0;
			margin-left:20px;
		}

/*************************************************************************************************************************************
Sub Nav
*************************************************************************************************************************************/

#subNav { 
	width:205px;	
	float:left;
	line-height:12px;
	padding-top:15px;
	position:relative;
	margin-left:5px;
	font-size:11px;
	}
	#subNav h4 { 
		text-transform:uppercase;
		font-weight:bold;
		color:#831316;
		width:85%;
		border-bottom:1px solid #c5bca9;
		padding-bottom:4px;
		height:22px;
		margin-bottom:5px;
		margin-left:15px;
		height:12px;
		width:180px;
		font-size:12px;
		}
		#subNav a, #subNav span { 
			float:left;
			margin:5px 0 4px 10px;
			width:80%;
			color:#6e5728;
			padding-left:17px;
			text-transform:uppercase;
			font-weight:normal;
			background:url(../../Images/bullet_go.png) no-repeat;
			}
			#subNav a:hover { 				
				color:#900;
				}
				#subNav span.active { 
					color:#74ae38;
					text-transform:uppercase;
					text-decoration:none;
					float:left;
					background:url(../../Images/bullet_go.png) no-repeat;
					}

/*************************************************************************************************************************************
Sub Content
*************************************************************************************************************************************/
.contentWrap { 
	border-left:1px solid #c5bca9;
	float:left;
	padding-left:10px;
	}				
	#subContent { 
		float:left;
		width:357px;
		min-height:400px;
		padding-top:10px;
		}
		#subContent h5 { 
			width:98%;
			height:32px;
			text-align:left;
			margin:5px 0 0 0;
			padding-left:5px;
			color:#900;
			font-size:150%;
			}
			#subContent .text { 
				float:left;
				width:97%;
				margin:0px 0;
				padding-left:5px;	
				}
				#subContent .date { 
					padding-left:5px;
					float:left;
					width:100%;
					font-style:italic;
					margin:-5px 0 10px 0;
					}
					#subContent div.text img { 
						width:125px;
						margin:0 10px 5px 0;
						float:left;
						border:0px;
						}
						#subContent .text ul {
							margin:15px;
							list-style-type:circle;
							}
							#subContent .text li { 
								list-style-type:circle;
								}

/*************************************************************************************************************************************
Gallery Nav	
*************************************************************************************************************************************/

#gallery { 
	float:left;
	width:575px;
	min-height:400px;
	padding-top:10px;
	position:relative;
	margin-left:15px;
	}
	
	#gallery h4 { 
		text-transform:uppercase;
		color:#831316;
		width:95%;
		padding-bottom:4px;
		margin-bottom:10px;
		font-size:110%;
		border-bottom:1px solid #c5bca9;
		}
	

/*************************************************************************************************************************************
Product Styles
*************************************************************************************************************************************/
#products .addCart { 
	background:url(../../Images/add_cart.gif) no-repeat;
	width:95px;
	height:25px;
	}
	#subContent #products  img{ 
		width:200px;
		}
		#subContent  #products img.icon { 
			width:16px;
			position:relative;
			top:-5px;
			left:195px;
			border:0px;			
			}
			#subContent #products .text { 
				margin:5px 0;
				}
				#products .price { 
					font-size:13px;
					font-weight:bold;
					color:#900;
					padding:10px 5px;
					}

/*************************************************************************************************************************************
Gallery Right
*************************************************************************************************************************************/
#right  a.gallink { 
	width:100%;
	margin:4px 0;	
	color:#755f33;
	text-align:right;
	float:right;
	position:relative;
	left:-10px;
	}
		
			
/*******************************************************************************************************************
Contact Styles
*******************************************************************************************************************/						

form.formular {
background:#bdc1b4 none repeat scroll 0 0;
border:1px solid #fff;
font-family:tahoma,verdana,"sans-serif";
font-size:12px;
padding:5px 10px;
margin:0 0 25px 10px;
width:325px;
float:left;
}

.formular fieldset {
border:1px solid #fff;
margin-top:20px;
padding:10px 20px;
width:280px;
}

.formular legend { 
font-weight:bold;
font-size:12px;
}

label { 
width:100%;
float:left;
margin:4px 0;
}

label span { 
float:left;
width:100%;
padding:0px;
margin:0px;
font-size:90%;
}

#subContent form.formular .text-input {
background:#fff url(../../Images/text-bg.gif) repeat-x scroll 0 0 ;
border:1px solid #FFF;
font-size:12px;
margin-top:4px;
padding:1px;
width:280px;
}
#subContent form.formular label input.submit {
background:#444;
border:1px solid #AAAAAA;
color:#fff;
float:right;
margin:20px 0 0 0;
clear:both;
padding:4px;
text-decoration:none;
}
#subContent form.formular label.half { 
width:125px;
float:left;
}
#subContent form.formular label.half .text-input { 
width:125px;
float:left;
}
.left { 
margin-right:29px;
}
#subContent form.formular label.zip .text-input { 
width:75px;
}				
form.formular textarea {
 	width:225px;
	height:200px;
	 }
.footer { 
	color:#c5bca9;
	clear:both;				
	text-align:center;
	font-size:1.0em;
	padding:5px 0;	
	}
.fc-tbx table {
	width:auto;
	border:0px;
	float:left;
}
	
/*******************************************************************************************************************
SIFR Styles
*******************************************************************************************************************/
.sIFR-hasFlash h3 {
visibility: hidden;
font-size:22px;
}	
	
.sIFR-hasFlash h4 {
visibility: hidden;
font-size:22px;
}	
.sIFR-hasFlash h5 {
visibility: hidden;
font-size:19px;
}	
.sIFR-flash {
visibility: visible !important;
margin: 0;									
}
.sIFR-replaced {
visibility: visible !important;					
}			
span.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}					