body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #632d06;
	text-align: center;
	background: #fff;
}

p {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: left;
}

.center {
	text-align: center;
}

/* TEMPLATE */

#main {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 750px;
	height: 450px;
	margin-top: -245px;
	margin-left: -375px;
	text-align: center;
}

.navig {
	float: left;
	width: 750px;
	margin: 10px 0 10px 0;
}

.navig a {
	text-decoration: none;
	color: #000;
}

.navig a:hover {
	text-decoration: none;
	color: #f4910f;
}

.keyword {
	visibility: hidden;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
	margin-top: 10px;
	color: #666;
	font-size: 7pt;
}

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

.txtFooter,
.txtHeader {
	visibility: hidden;
	display: none;
}

/* HOME */

#i1 {
	clear: both;
	float: left;
	height: 351px;
	width: 245px;
	padding: 45px 0 0 25px;
	background: #632d06 url('../images/home/bg_01.jpg');
	text-align: justify;
	line-height: 12pt;
	color: #fff;
	font-size: 7pt;
}

#i1 h1 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

#i2 {
	float: left;
	height: 396px;
	width: 210px;
	background: #632d06 url('../images/home/bg_02.jpg');
}

#i3 {
	float: left;
	height: 396px;
	width: 270px;
	background: #632d06 url('../images/home/bg_03.jpg');
}

/* PAGES */

#title {
	margin: 0;
}

#nav {
	margin: 10px 0 20px 0;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #f4910f;
}

.ul1 {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

.ul1 li {
	padding-left: 16px;
	margin-top: 2px;
	background: url('../images/common/bullet.jpg') left 2px no-repeat;
}

.cTxt-L {
	padding-right: 40px;
	background: url('../images/common/bg_txt_left.jpg');
}

.cTxt-R {
	padding-left: 40px;
	float: right;
	background: url('../images/common/bg_txt_right.jpg');
}

#cTxt {
	float: left;
	height: 396px;
	width: 335px;
	text-align: justify;
	line-height: 16px;
}

#cTxt a {
	color: #000;
}

#cTxt h2 {
	margin: 0;
	font-size: 10pt;
}

.bullet {
	margin: 20px 5px 0 0;
}

#cIm {
	float: left;
	height: 396px;
	width: 375px;
}

.cIm-contact {
	float: left;
	height: 46px;
	width: 375px;
	padding-top: 350px;
	background: url('../images/contact/bg.jpg');
	color: #fff;
}

.thumb {

	margin: 30px 3px 0 0;
	border: solid 3px #fff;;
}

/* FORM */

#form {
	margin: 15px 0 0px 0;
}

#form p {
	margin: 7px 0 7px 0;
}

#form label {
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}

#form textarea {
	width: 320px;
	height: 75px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.input {
	width: 220px;
	font-size: 8pt;
	border: 1px solid #e4e0d0;
	color: #333;
	height: 13px;
	-moz-border-radius: 4px;
	background: #efefef;
	padding-left: 3px;
	padding-right: 3px;
}

/* POPUP */

#popup {
	margin: 0;
}

#close {
	position: absolute;
	right: 20px;
	bottom: 10px;
	padding: 2px 10px 2px 10px;
	background: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border: solid 1px #000;
}

/* GALLERY */

#gallery {
	margin-top: 20px;
}

.galleryThumb {
	margin: 0 0 5px 5px;
	border: 0;
}
