@charset "utf-8";
/* CSS Document */

*{
outline:none;
}



body{
background:url(../images/img_bg_tile.jpg) repeat-x #615e3b;
margin:0px;
border:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFF;
line-height:18px;
}

a:link,
a:visited{
color:#333333;
text-decoration:none;
}

a:hover,
a:active{
color:#333333;
text-decoration:underline;
}


a.white{
color:#fff;
}


#page{
position:relative;
width:950px;
margin-left:auto;
margin-right:auto;
padding:0px;
margin-top:0px;
}

	#head{
	position:relative;
	float:left;
	width:950px;
	height:149px;
	background:url(../images/img_bg_header.jpg) no-repeat;
	}

	#address_info{
	position:absolute;
	right:20px;
	top:10px;
	width:350px;
	text-align:right;
	}

	/* navigation bar */
	
	#navbar{
	position:absolute;
	margin-top:118px;
	margin-left:70px;
	padding:0px;
	list-style-type:none;
	}
	
	#navbar li{
	position:relative;
	float:left;
	}
	
	#navbar li a{
	position:relative;
	float:left;
	height:31px;
	display:block;	
	}
	
	#navbar li span{
	display:none;
	}
	
	
	#navbar #home a{
	background:url(../images/img_navbar.jpg) no-repeat -72px 0px;
	width:72px;
	}
			#navbar #home a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -72px -31px;
			}
			
	#navbar #products a{
	background:url(../images/img_navbar.jpg) no-repeat -142px 0px;
	width:99px;
	}
			#navbar #products a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -142px -31px;
			}
			
	#navbar #event a{
	background:url(../images/img_navbar.jpg) no-repeat -241px 0px;
	width:208px;
	}
			#navbar #event a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -241px -31px;
			}	
			
	#navbar #gallery a{
	background:url(../images/img_navbar.jpg) no-repeat -449px 0px;
	width:82px;
	}
			#navbar #gallery a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -449px -31px;
			}	
			
	#navbar #about a{
	background:url(../images/img_navbar.jpg) no-repeat -530px 0px;
	width:104px;
	}
			#navbar #about a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -530px -31px;
			}	
			
	#navbar #contact a{
	background:url(../images/img_navbar.jpg) no-repeat -635px 0px;
	width:115px;
	}
			#navbar #contact a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -635px -31px;
			}
			
	#navbar #shop a{
	background:url(../images/img_navbar.jpg) no-repeat -748px 0px;
	width:121px;
	}
			#navbar #shop a:hover{
			background:url(../images/img_navbar.jpg) no-repeat -748px -31px;
			}		
			
	#flash{
	position:relative;
	float:left;
	background:url(../images/img_flash.jpg) no-repeat;
	height:223px;
	width:950px;
	padding-left:24px;
	}
	
	#body{
	position:relative;
	float:left;
	width:950px;
	}
	
	#body_sub{
	position:relative;
	float:left;
	width:950px;
	background:url(../images/bg_page.jpg) no-repeat top;
	}
	
	#left_third{
	position:relative;
	float:left;
	width:500px;
	margin-left:25px;
	font-size:12px;
	}
	
	#right_third{
	position:relative;
	float:left;
	width:300px;
	margin-left:25px;
	font-size:12px;
	}
	
	#left_column{
	position:relative;
	float:left;
	width:235px;
	margin-left:25px;
	font-size:12px;
	}
	
		#featured{
		background:url(../images/img_featured.jpg) no-repeat #FFF;
		width:186px;
		color:#333333;
		padding:50px 15px 10px 15px;
		}
		
			#left_bottom{
			position:relative;
			float:left;
			background:url(../images/bg_left_bottom.jpg) no-repeat #FFF;
			width:216px;
			height:9px;
			}
		
		#news{
		background:url(../images/img_news.jpg) no-repeat #FFF;
		width:186px;
		color:#333333;
		padding:50px 15px 10px 15px;
		}
	
	#center_column{
	position:relative;
	float:left;
	width:380px;
	}
	
	#right_column{
	position:relative;
	float:left;
	width:265px;
	margin-left:20px;
	font-size:12px;
	}
		#right_bottom{
		position:relative;
		float:left;
		background:url(../images/bg_right_bottom.jpg) no-repeat #FFF;
		width:265px;
		height:7px;
		}

		#occasions{
		background:url(../images/img_occasions.jpg) no-repeat #FFF;
		width:235px;
		color:#333333;
		padding:50px 15px 10px 15px;
		}	

	#single_column{
	position:relative;
	float:left;
	width:851px;
	min-height:150px;
	margin:0px 24px 0px 24px;
	padding:10px 25px 10px 25px;
	background:#FFF;
	color:#333333;
	}
		#page_bottom{
		position:relative;
		float:left;
		width:901px;
		margin:0px 25px 0px 24px;
		height:8px;
		background:url(../images/bg_page_bottom.jpg) no-repeat;
		}
		
		#gallery_menu_horizontal{
		position:relative;
		float:left;
		width:851px;
		height:10px;
		margin:0px 24px 0px 24px;
		padding:7px 25px 10px 25px;
		background:url(../images/gallery_nav_tile.jpg) repeat-x;
		
		text-transform:uppercase;
		text-align:center;
		color:#efe4d7;
		font-weight:normal;
		}
	
		#gallery_menu_horizontal a{
		color:#efe4d7;
		text-decoration:none;
		}
		
		#gallery_menu_horizontal a:hover{
		text-decoration:underline;
		}
	
			

.left_align{
text-align:left;
}

.center_align{
text-align:center;
}	

h1.header14{
font-size:14px;
font-weight:bold;
margin:0px;
padding:0px;
}

h1.header12{
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
}

h1.header16{
font-size:16px;
font-weight:bold;
margin:0px;
padding:0px;
}

.font11px{
font-size:11px;
}
