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

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
	
body {
	background-image: url('../images/bg_main.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #311c20;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #d9bac0;
}

h2 {
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding: 3px 8px 3px 6px;
	margin-bottom: 15px;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}

h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px 5px 0px;
	border-bottom: 1px dotted #d9bac0;
}

#wrapper {
	width: 1000px;
	margin: auto;
}

#nav_wrapper {
	width: 980px;
	height: 70px;
	margin: 0px 10px 0px 10px;
	display: block;
	float: left;
}

#Navigation {list-style: none; margin: 0px; padding: 0px;}
#Navigation li {float: left; margin: 0px;}
#Navigation a * {display: none;}
#Navigation a, #Navigation a .hover {height: 70px; position: relative; display: block;}
#Navigation a * {display: none;}
#Navigation a, #Navigation a .hover {height: 70px; position: relative; display: block; background: url('../images/navigation.jpg') 0px 0px no-repeat; cursor: hand;}

#Navigation a.Home {background-position: 0px 0px; width: 242px;}
#Navigation .Highlight a.Home:hover, #Navigation a.Home .hover {background-position: 0px -70px; width: 242px;}
#Navigation .HomeSelected {width: 242px; height: 70px; position: relative; display: block; background-image: url('../images/navigation.jpg');background-position: 0px -70px;}

#Navigation a.About {background-position: -242px 0px; width: 231px;}
#Navigation .Highlight a.About:hover, #Navigation a.About .hover {background-position: -242px -70px; width: 231px;}
#Navigation .AboutSelected {width: 231px; height: 70px; position: relative; display: block; background-image: url('../images/navigation.jpg');background-position: -190px -70px;}

#Navigation a.Portfolio {background-position: -473px 0px; width: 258px;}
#Navigation .Highlight a.Portfolio:hover, #Navigation a.Portfolio .hover {background-position: -473px -70px; width: 258px;}
#Navigation .PortfolioSelected {width: 258px; height: 70px; position: relative; display: block; background-image: url('../images/navigation.jpg');background-position: -294px -70px;}

#Navigation a.Contact {background-position: -731px 0px; width: 249px;}
#Navigation .Highlight a.Contact:hover, #Navigation a.Contact .hover {background-position: -731px -70px; width: 249px;}
#Navigation .ContactSelected {width: 249px; height: 70px; position: relative; display: block; background-image: url('../images/navigation.jpg');background-position: -379px -70px;}

#topbar {
	width: 980px;
	height: 176px;
	margin: 0px 10px 0px 10px;
	display: block;
	float: left;
}

#topbar_logo {
	width: 436px;
	height: 132px;
	margin: 44px 0px 0px 23px;
	display: block;
	float: left;
}

#topbar_text {
	width: 630px;
	height: 100px;
	padding-top: 76px;
	text-align: right;
	display: block;
	float: right;
}

.clear {
	clear: both;
}

#wrapper2 {
	width: 1000px;
	display: block;
	float: left;
	background-image: url('../images/bg_content-shadow.gif');
	background-repeat: no-repeat;
	background-position: 0px 475px;
}

#wrapper3 {
	width: 1000px;
	padding: 20px 0px 0px 0px;
	background-image: url('../images/bg_content-shadow.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper4 {
	width: 960px;
	margin: 0px 20px 0px 20px;
	background-image: url('../images/bg_content-tile.gif');
}

#wrapper5 {
	width: 920px;
	min-height: 420px;
	padding: 10px 40px 20px 20px;
	background-image: url('../images/bg_content.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#header_area {
	width: 920px;
	height: 160px;
	background-image: url('../images/bg_header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	float: left;
	margin: 3px 0px 30px 0px;
}

#header_home {
	width: 460px;
	height: 316px;
	position: absolute;
	top: -157px;
	left: 444px;
}

#header_text {
	width: 330px;
	height: 100px;
	position: absolute;
	top: 28px;
	left: 50px;
}

.three_column {
	width: 270px;
	margin: 0px 10px 0px 0px;
	padding: 0px 15px 7px 15px;
	display: block;
	float: left;
	border-bottom: 2px solid #d9bac0;
	background-image: url('../images/bg_column.png');
	background-position: 0px -70px;
}

.two_thirds {
	width: 580px;
	padding: 0px 15px 7px 15px;
	display: block;
	float: left;
	border-bottom: 2px solid #d9bac0;
	background-image: url('../images/bg_column.png');
	background-position: 0px -70px;
}

.three_column p, .two_thirds p, td {
	font-size: 11px;
	color: #E9E9E9;
	line-height: 24px;
	margin: 0px 0px 12px 0px;
	text-shadow: 1px 1px 0px #271e21;
}	

.three_column strong, .two_thirds strong {
	color: #FFF;
}	

.three_column em, .two_thirds em {
	display: inline-block;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 10px;
}	

.three_column p a, .two_thirds p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

.three_column p a:hover, .two_thirds p a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
	position: relative;
	top: 1px;
}

.star {
	font-weight: bold;
	font-size: 14px;
	color: #f90;
	position: relative;
	top: 3px;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: bold 11px Tahoma, arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
	margin-bottom: 20px;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #FFF;
    outline: none;
	position: relative;
	top: 1px;
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px;
}

.textfield {
	width: 270px;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #E9E9E9;
	background-color: #201315;
	border: solid 1px #67595c;
}

.textarea {
	width: 560px;
	height: 100px;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #E9E9E9;
	background-color: #201315;
	border: solid 1px #67595c;
}

#bottom {
	width: 1000px;
	height: 30px;
	display: block;
	float: left;
	margin: 0px 0px 30px 0px;
	background-image: url('../images/bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	width: 940px;
	height: 225px;
	background-image: url('../images/bg_footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 30px 0px 30px;
	display: block;
	float: left;
	font-size: 11px;
	color: #c5c4c4;
	text-shadow: 1px 1px 0px #150c0d;
}

#footer a {
	color: #c5c4c4;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin-left: -5px;
}

#footer a:hover {
	color: #FFF;
	display: block;
	position: relative;
	top: 1px;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	list-style-type: none;
	position: relative;
	display: block;
}

#footer1 {
	width: 940px;
	height: 40px;
	display: block;
	float: left;
	border-bottom: 1px dotted #655558;
	margin: 0px 0px 20px 0px;
}

.footer2  {
	width: 130px;
	display: block;
	float: left;
}

.footer3 {
	width: 195px;
	display: block;
	text-align: center;
	float: right;
}

.footer3_icon {
	width: 65px;
	text-align: center;
	display: block;
	float: left;
}


/* --- START SLIDE SHOW --- */

#slideshow {
    position:relative;
    height:316px;
	width: 460px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* --- END SLIDE SHOW --- */