/* CSS Document */

*{margin:0;padding:0
}

body{padding:60px;
	background:white;
	text-align:left;
	background:#333333;
	color:#CCCCCC;
	font:.77em/140% helvetica,sans-serif;
}

/**
*text, links, menus
*/
	
h1,h2,h3{font:bold .8em helvetica,sans-serif;
	color:#D27C02;
	letter-spacing:3px;
	text-transform:uppercase;
}

h2,h3{letter-spacing:2px;
	
}

a{color:#999999;
	text-decoration:none;
	outline:none;
}

a:hover{color:#D27C02;
}


#menu{
	font-weight:bold;
	font:helvetica,sans-serif;
	color:#999999;
	letter-spacing:3px;
	text-transform:uppercase;
	margin:0 auto 0 auto;
	padding:9px 5px 7px 5px;
	width: 590px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	border-bottom:none;
	background:#333333;
	font-size:.95em;
}

#menu h1{color:#999999;
	font-size:93%;
}

#menu a:link{
	font-weight:bold;
	font:helvetica,sans-serif;
	color:#999999;
	letter-spacing:3px;
	text-transform:uppercase;
}

#menu a:visited{font-weight:bold;
	font:helvetica,sans-serif;
	color:#999999;
	letter-spacing:3px;
	text-transform:uppercase;
}

#menu a:hover{font-weight:bold;
	font:helvetica,sans-serif;
	color:#D27C02;
	letter-spacing:3px;
	text-transform:uppercase;
}

#menu a:active{font-weight:bold;
	font:helvetica,sans-serif;
	color:#999999;
	letter-spacing:3px;
	text-transform:uppercase;
}

.submenu{margin:0 auto 0 auto;
	padding:5px 5px 0 5px;
	width: 590px;
	text-align:center;
	border:none;
	position:absolute;
}

.submenu h2{color:#FFFFFF;
}
	
.submenu a:link{font-weight:bold;
	font:helvetica,sans-serif;
	color:#FFFFFF;
	letter-spacing:2px;
	text-transform:uppercase;
}

.submenu a:visited{font-weight:bold;
	font:helvetica,sans-serif;
	color:#FFFFFF;
	letter-spacing:2px;
	text-transform:uppercase;
}

.submenu a:hover{font-weight:bold;
	font:helvetica,sans-serif;
	color:#D27C02;
	letter-spacing:2px;
	text-transform:uppercase;
}
	
.submenu a:active{font-weight:bold;
	font:helvetica,sans-serif;
	color:#FFFFFF;
	letter-spacing:2px;
	text-transform:uppercase;
}

.caption{font-style:none;
	color:#FFFFFF;
	width:400px;
	text-align:center;
	position:relative;
	float:left;
	clear:none;
	margin:0 15px 0 15px;
}

.nav{padding-top:15px;
	font:80% ,helvetica,sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
	
.info{
	text-align:left;
	width:150px;
	margin:28px 15px 20px 0;
	float:right;
	text-align:justify;
	height: 200px;
	overflow:hidden;
}

.info h2{font-size:95%;
	text-align:left;
	letter-spacing:3px;
}

.info p{margin-top:1.25em;
}

.contact {width:300px;
	height:28px;
	padding:12px 10px 5px 0;
	font:.9em bold helvetica, sans-serif;
	text-transform:lowercase;
	color:#FFFFFF;
	font-weight:none;
	letter-spacing:1px;
	text-align:right;
	position:absolute;
	float:right;
	clear:none;
	top:0;
	left:290px;
}

.contact p{margin-top:.5em;
	
}

.contact a{color:#FFFFFF;
	text-decoration:none;
	text-transform:lowercase;
	
}

.contact a:hover{color:#D27C02;
}

/**
*logo box
*/	
.header{width:590px;
	height:40px;
	margin:0 auto 5px auto;
	padding:5px 5px 5px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	position:relative;
	clear:none;
	background:#666666;
}			

/**
*main photo section
*/
.galleria_container{margin:0 auto 5px auto;
	padding:0 0 15px 0;
	height:320px;
	width:600px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	position:relative;
	border-top:none;
	background:#666666;
	text-align:center;	
}

.galleria_container img{border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	margin:0 auto 0 auto;
	position:relative;
}

.slideshow{text-align:left;
	margin:0 15px 0 0;
	width:150px;
	position:relative;
	float:right;
	clear:right;
	decoration:none;
}

.slideshow h2{font-size:90%;
}

.slideshow img{border:1px solid #FFFFFF;
	margin-top:1.25em;
}



/**
*thumbnail box
*/
.gallery ul{margin:0 auto 0 auto;
}

.gallery li{width:68px;
	height:50px;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	margin: 0 4px;
	background:#666666;
}

.gallery li:hover{width:68px;
	height:50px;
	border-width:1px;
	border-style:solid;
	border-color:#D27C02;
	margin: 0 4px;
	background:#666666;
}

/*.gallery li div .caption{font:italic 0.7em/1.4 futura;
}*/
	
/**
*footer
*/
.footer{width:600px;
	margin:5px auto 0 auto;
	text-align:left;
	font-size:80%;
}

	/* start jcarousel */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position:relative;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
	list-style:none;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 68px;
    height: 50px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* end jcarousel */


/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {
    background: #666666;
    border: 1px solid #FFFFFF;
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 580px;
	height: 60px;
    padding: 10px 10px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  465px;
    height: 76px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 68px;
    height: 50px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {color: #FFFFFF;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 27px;
    right: 22px;
    width: 23px;
    height: 20px;
    cursor: pointer;
	border: 1px solid #FFFFFF;
    background: transparent url(/slide_next_gr_wh.gif) no-repeat 0 0;
}

/*.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}*/

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 27px;
    left: 22px;
    width: 23px;
    height: 20px;
    cursor: pointer;
	border: 1px solid #FFFFFF;
    background: transparent url(/slide_prev_gr_wh.gif) no-repeat 0 0;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}*/

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

/* end tango jcarousel */
	
   
	