#wrapper{
	width: 1000px;
	background-image: url("img/background_wrapper.gif");
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #cccdcb;
	border-width: 1px;
}

#content{
	width: 775px;
	height: auto;
	float: right;
	margin-right: 30px;
}

#footer{
	width: 775px;
	height: 85px;
	margin: 80px auto 0 auto;
	border-top: 1px solid #9a9898;
	padding: 5px 0 0 175px;
	line-height: 1.1em;
}

#footer .box{
	float: left;
	margin: 0 205px 0 0;
}

#footer .firstbox{
	float: left;
	margin: 0 90px 0 0;
}

#footer .lastbox{
	float: left;
	margin: 0 0 0 0;
}

#footer ul{
	margin-left: -50px;
}

#footer li{
	display: block;
	font-size: 0.8em;
	padding: 0 5px 0 5px;
}

#header{
	margin: -35px auto auto 195px;
	padding-top: 75px;
}

#logo{
	width: 775px;
	height: auto;
	padding: 0;
	margin: 0;
}

/*--------------Navigation--------------*/
/*Main menu*/
#main_menu{
	height: auto;
	width: 150px;
	height: auto;
	margin-top: -10px;
	float: left;
	padding: 0 0 0 0px;
	font-size: 1.2em;
}
/*
#main_menu ul{
	background-image:url("img/bullet.png");
	background-repeat: no-repeat;
	background-position: 25 15;
}
*/
#main_menu li{
	list-style: none;
	margin: 35px 0 -10px 5px;
	text-transform:uppercase;
}

#main_menu ul{
	margin-left: -15px;
}

#main_menu a{
	text-decoration: none;
	color: #fff;
	padding: 0 0 0px 15px;
	font-weight: normal;
	letter-spacing: 2px;
}

#main_menu a:hover{
	background-image:url("img/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#main_menu li.active{
	background-image:url("img/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/*Sub menu*/
#sub_menu{
	width: 775px;
	height: 30px;
	margin-top: 35px;
	border-bottom: 1px solid #9a9898;
	font-size: 1.2em;
}

#sub_menu .title{
	color: #c9842d;
	float: left;
	text-transform:uppercase;
}

#sub_menu .title img{
	margin: 0 0 1px 5px;
}

#sub_menu .menu{
	font-size: 1em;
	margin-top: 5px;
}

#sub_menu .menu ul li{
	list-style: none;
	display: inline;
	padding: 0 4px 0 7px;
	border-left: 1px solid #9a9898;
	
}

#sub_menu a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#sub_menu  .menu li.active a, #sub_menu a:hover{
	color: #c9842d;
}

#sub_menu .menu li.first{
	border: none;
	margin-left: 10px;
}

#sub_menu .menu ul li.first{
	border-left: none;
	margin-left: 10px;
}

#sub_menu .menu ul li a.active{
	color: #c9842d;
}

/*Content*/
#info{
	width: 500px;
	margin-left: -20px;
	padding-left: 20px;
	float: left;
}

#title{
	width: 500px;
	margin-left: -20px;
	padding: 30px 20px 0 20px;
	float: left;
}

#sidebar{
	width: 200px;
	float: right;
	margin-top:0px;
}

.small_box{
	margin-bottom: 30px;
	padding-right: 10px;
}

.small_box span{
	color: #bfc0be;
}


.small_box img{
	margin-left: 5px;
	border: none;
}

.small_box img.illupic{
	float: left; 
    margin: 5px 0 20px 0; 
	border: 1px solid #9a9898;
}

/*gallery*/
#gallery_home{
	width: 775px;
	margin: 30px 0 0 0;
	border-bottom: 1px solid #9a9898;
}

#myImageFlow{
	margin-bottom: 30px;
}

div.caption-container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
}
div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

/*Contact*/

.contact{
	width: 775px;
	margin: 50px 0 0 0;
}

table{
	font-size: 1em;
	font-family: myriad, arial, verdana, sans-serif;
	line-height: 0.9em;
}

td.space{
	padding-left: 10px;
}

td.social{
	padding-left: 100px;
}

td img{
	margin-right: 15px;
	border: none;
}
td.form{
	height: 30px;
	margin-right: 20px;
	width: 100px;
}

input, textarea, select{
	background-color: #2b2b2c;
	border: solid 1px #000;
	color: #fff;
}

form span{
	color: #339220;
	font-size: 1.2em;
	font-weight: bold;
}

.btn{
	background-image: url("img/submitbutton.gif");
	background-repeat: no-repeat;
	margin-right: 20px;
	border: none;
	width: 80px;
	height: 20px;
	font-weight: bold;
	font-size: 0.85em;
	padding-bottom: 3px;
	margin-top: 20px;
}

.formsheet{
	width: 775px;
	margin: 50px 0 0 0;
}

.formsheet h2{
	color: #768e5f;
}
