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

@import url(http://fonts.googleapis.com/css?family=Cabin:400,700);
/* ------------ GENERAL TAGS ------------ */

body {
	min-width:1000px;
	text-align:center;
	background-color:#412112;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

img {
	border:none;	
}

h1 {
	text-transform:uppercase;
	font-size:24px;
	color:#5e5e5e;
	font-family: 'Cabin', sans-serif;
	margin:4px;
	font-weight:400;	
}

h2 {
	font-size:18px;
	color:#5e5e5e;
	font-family: 'Cabin', sans-serif;
	margin:4px;	
	font-weight:400;
}

p {
	font-size:15px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	margin:4px;
	padding-right:24px;
	font-weight:400;	
}

/* ------------ GENERAL TAGS ------------ */









/* ------------ CLASS TAGS ------------ */

.wrapper {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
}

.txtInput001 {
	width:435px;
	height:25px;
	border:1px solid #999;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;		
}

.txtArea001 {
	width:435px;
	height:65px;
	border:1px solid #999;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;	
}

/* ------------ CLASS TAGS ------------ */









/* ------------ NAV TAGS ------------ */

#nav {
	position:absolute;
	top:0px;
	width:1000px;
	height:116px;
	margin:0px;
	text-align:left;
	padding:0px;
	background-image:url(../images/nav-shadow.png);
	background-repeat:no-repeat;
	background-position:0px 45px;
	z-index:100;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:normal;
}

#nav li {
	display: block;
	float:left;
}

#nav a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border: none;
	text-align:left;
}

/* ------------ NAV TAGS ------------ */









/* ------------ STRUCTURE TAGS ------------ */

#container {
	width:1000px;
	position:absolute;
	top:0px;
}

#container-gall {
	width:914px;
	height:656px;
	position:absolute;
	background-image:url(../images/gallery-bg.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:25px;
	overflow:hidden;
	padding-left:30px;
}

#container-left {
	width:480px;
	height:465px;
	position:absolute;
	left:25px;
	background-image:url(../images/left-side-bg.jpg);
	background-repeat:no-repeat;
	padding-top:105px;
	padding-left:35px;
	padding-right:26px;
	padding-bottom:173px;
}

#container-right {
	width:434px;
	position:absolute;
	left:566px;
}

#footer {
	position:absolute;
	top:740px;
	width:1000px;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
}

#footer a {
	text-decoration:none;
	color:#fff;	
}

#footer a:hover {
	text-decoration:underline;
	color:#ccc;	
}

#legal {
	position:absolute;
	top:765px;
	width:1000px;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#fff;
}

/* ------------ STRUCTURE TAGS ------------ */