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

body {
	margin:0;
	padding:0;
	background-color:#38121B;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}

@font-face {
	font-family: "Libel Suit";  
	  src: url('libel_0.eot'); /* IE */  
	  src: local("Libel Suit"), url('libel_0.ttf') format("truetype"); /* non-IE */
}

@font-face {
	font-family: "Kravitz";  
	  src: url('KRAVITZ_0.eot'); /* IE */  
	  src: local("Kravitz"), url('KRAVITZ_0.ttf') format("truetype"); /* non-IE */
}

@font-face {
	font-family: "Kravitz Extra Thermal";  
	  src: url('KRAVET_0.eot'); /* IE */  
	  src: local("Kravitz Extra Thermal"), url('KRAVET_0.ttf') format("truetype"); /* non-IE */
}

.top {
	font-family:"Libel Suit";
}

#container {
	width:100%;
	height:100%;
}

#header {
	width:100%;
	margin:0 auto;
	background:url(images/3.jpg) repeat-x #D66989 top;
	height:100px;
}
	#header_contact {
		width:400px;
		font-family: Kravitz;
		font-size:25px;
		float:right;
		font-weight:normal;
		text-align:right;
		padding:10px 10px 0 0;
	}
		#header_contact a, #header_contact a:hover {
			width:400px;
			font-family: Kravitz;
			font-size:25px;
			font-weight:normal;
			text-align:right;
			text-decoration:none;
			color:#000
		}
			#header_contact a:hover {
				border-bottom:thin dotted #000;
			}
	#header_quote {
		float:left;
	}

#nav {
	width:100%;
	margin:0 auto;
	background:#EDCCD8 top;
	height:60px;
}
	#nav_contain {
		width:800px;
		margin:0 auto;
		padding-top:15px;
	}
		#nav ul {
			margin:0;
			display:inline;
			padding:0;
			margin-left:5px;
		}
			#nav ul li {
				display:inline;
				list-style:none;
				text-transform:uppercase;
				font-family:"Kravitz Extra Thermal";
				font-size:20px;
				margin-right:40px; /*40*/
				letter-spacing:1px;
			}
				#nav ul li a {
					color:#38121B;
					text-decoration:none;
				}
					#nav ul li a:hover {
						text-decoration:overline;
					}
						#nav ul li.active {
							text-decoration:line-through;
						}

#content {
	width:100%;
	margin:0 auto;
	background:url(images/4.jpg) #D66989 repeat top; /*#D66989*/
}
	#content_contain {
		width:800px;
		margin:0 auto;
	}

#footer_area {
	margin:0 auto;
	width:100%;
	position:relative;
	bottom:0;
}
	#sub_footer {
		width:100%;
		margin:0 auto;
		background:#EDCCD8 top;
		height:25px; /*30*/
		font-family:"Libel Suit";
		padding-top:4px;
		font-size:20px;
	}
	#footer {
		width:100%;
		margin:0 auto;
		background:#38121B top;
		height:80px;
	}

#300_pod {
	width:300px;
}
	#mid_300 {
		width:260px; /*300px*/
		background:url(images/300px_pod_mid.png) repeat-y;
		padding:0px 20px 0 20px;
		margin-bottom:-10px;
		position:relative;
		top:-5px;
	}
		#mid_300 a, #mid_300 a:hover {
			color:#000;
			text-decoration:none;
		}
			#mid_300 a:hover {
			border-bottom:thin dotted #902a48;
		}
	
#450_pod {
	width:452px;
}
	#mid_450 {
		width:412px; /*452px*/
		background:url(images/450px_pod_mid.png) repeat-y;
		padding:0 20px 0px 20px;
		margin-bottom:-10px;
		position:relative;
		top:-5px;
	}
		.four a, .four a:hover {
			color:#000;
			text-decoration:none;
		}
			.four a:hover {
			border-bottom:thin dotted #902a48;
		}
	
#800_pod {
	width:802px;
}
	#mid_800 {
		width:762px; /*802px*/
		background:url(images/800px_pod_mid.png) repeat-y;
		padding:0 20px 0 20px;
		margin-bottom:-10px;
		position:relative;
		top:-5px;
	}
	
#showcase_pod {
	width:803px;
	height:190px;
	background:url(images/showcase_pod.png) no-repeat;
}
	#showcase_pod_text {
		position:relative;
		top:60px;
		left:20px;
		width:650px;
		font-family:"Kravitz Extra Thermal";
		font-size:20px;
		color:#b84c6b;
	}
	
	

/*		FONT		*/
h1 {
	margin:0;
	padding:0;
	font-family:"Libel Suit";
	color:#902a48;
}

h2 {
	margin:0;
	padding:0;
	font-family:"Libel Suit";
	font-size:22px;
	text-decoration:underline;
	color:#b84c6b;
}

h3 {
	font-family:"Libel Suit";
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#footer h4 {
	font-family:"Libel Suit";
	font-size:25px;
	color:#EDCCD8;
	text-align:center;
	letter-spacing:.2px;
	font-weight:normal;
	margin:0;
	padding:0;
}
	#footer h4 a {
		color:#EDCCD8;
		text-decoration:none;
	}
		#footer h4 a:hover {
			border-bottom:dotted thin #EDCCD8;
		}
		
/*  misc	*/
.gallery_img {
	 border:thin dotted #902a48;
	 text-decoration:none;
}