/* CSS style - devadesign */

/* general */

body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:url(img/header_bcg.jpg) repeat-x center top;
	background-color:#f9f6f1;
	font:12px Verdana, Tahoma, sans-serif;
	line-height:22px;
	color:#49422C;
}

a:link {
	color: #6c5231;
	text-decoration: none;
	font-weight:bold;
	outline: none;
}
a:visited {
	color:#6c5231;
	text-decoration: none;
	font-weight:bold;
	outline: none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
	outline: none;
}
a:active {
	color:#6c5231;
	text-decoration: none;
	font-weight:bold;
	outline: none;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
	outline: none;
}

h1 {
	font: 22px Georgia, "Times New Roman", Times, serif lighter;
	color:#6c5231;
}

h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif lighter;
	color:#6c5231;
}

h1, h2 {
	margin:0 0 18px 0;
}

.style1 {
	color: #666666;
	font-weight: bold;
}
.style2 {
	color: #ffffff;
	font-weight: bold;
}

.style3 {color: #B6AA85}

/* SlideShow */

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:260px;
    height:181px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

/* Menu */

#menu {
	position:absolute;
	width:600px;
	z-index:4;
	left: 14px;
	top: 224px;
	outline: none;
}

/* content */

#header {
	position:relative;
	width:900px;
	height:255px;
	margin: 0 auto;
	background:url(img/header.jpg) no-repeat top center;
	z-index: 3;
}

#header h3 {
	position: absolute;
	bottom: 63px;
	left: 0px;
	margin: 0px;
	z-index:4;
}

#header h3 a:link {
	display: block;
	background:url(img/home.png);
	width:198px;
	height:138px;
	outline: none;
}

#header h3 a:hover {
	display: block;
	background:url(img/home_hover.png);
	width:198px;
	height:138px;
	outline: none;
}

#header h2 {
	position: absolute;
	bottom: -116px;
	left: 609px;
	margin: 0px;
	z-index:999;
}

#main1 {
	position:relative;
	background:url(img/body_top.jpg) no-repeat top center;
	width: 820px;
	height: auto;
	margin: 0px auto;
	padding:0 40px 0 40px;
	z-index: 2;
}

#main2 {
	position:relative;
	background:url(img/body.jpg) repeat-y center;
	width: 820px;
	height: auto;
	margin: 0px auto;
	padding:0 40px 0 40px;
	z-index: 2;
}

#left {
	position:relative;
	float:left;
	width: 400px;
	height: auto;
}

#right {
	position:relative;
	float:left;
	padding:0 0 0 20px;
	width: 400px;
	height: auto;
}

#gallery {
	position:relative;
	background:url(img/body.jpg) repeat-y center;
	width: 820px;
	height: auto;
	margin: 0px auto;
	padding:0 40px 0 40px;
	z-index: 2;
}

#main_bottom {
	position:relative;
	background:url(img/body_bottom.jpg) no-repeat center;
	width: 820px;
	height: 61px;
	margin: 0px auto;
	padding:0 40px 0 40px;
}

#footer {
	padding: 0 0 0 0;
	background-image:url(img/footer_bcg.jpg);
	background-repeat:repeat-x;
	height:70px;
	font-size:10px;
	color:#6C5231;
}

.clear {
	clear:both;
}

/* Form */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 360px;
    margin: 0 0 0 0;
	padding:2px;
	background:#eeeeee;
    border:solid 1px #444444;
	color:#000000;
}

.textarea {
    width: 360px;
    height: 150px;
    margin:0 0 10px 0;
    padding: 2px;
	background:#eeeeee;
    border:solid 1px #444444;
	color:#000000;
}

.textarea2 {
    width: 360px;
    height: 70px;
    margin:0 0 10px 0;
    padding: 2px;
	background:#eeeeee;
    border:solid 1px #444444;
	color:#000000;
}

.text2 {
    width: 90px;
	padding:2px;
    margin:0 0 0 0;
	background:#eeeeee;
    border:solid 1px #444444;
	color:#000000;
}

.submit {
    width: auto;
    padding: 4px;
    color: #49422C;
	font-weight:bold;
    background: #eeeeee;
	border:solid 1px #444444;
	cursor:pointer;
	outline: none;
}

.reset {
    width: auto;
    padding: 4px;
    color: #49422C;
	font-weight:bold;
    background: #eeeeee;
	border:solid 1px #444444;
	cursor:pointer;
	outline: none;
}

/* ################################################### */

#link1{
	position:relative;
	list-style: none;
}

#link1 a{
	display: block;
	height: 87px;
	width:90px;
	text-indent: -5000px;
	overflow: hidden;
}

#link1 a:hover {
	background-image: none;
}

#mouse-off-youtube {
	width: 90px;
	background: url(img/youtube.png) no-repeat 0 -87px;
}

#mouse-off-youtube a {
	background: url(img/youtube.png) no-repeat 0 0;
}

