@charset "UTF-8";
/* CSS Document */
/*
Description: CSS for Watefront (February 2009)
Version: 1.0
Author:Eugenio Marcucci
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
	outline:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { font-weight:normal; }

li, dd { margin-left:5%; }

.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }

a img{ border:none;}

html{
	background:transparent url(../img/bg_html.jpg) repeat center top;
}

body{
	background:transparent url(../img/bg_body.jpg) repeat-x center bottom;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#46331d;
}

#wrapper{
	background:transparent url(../img/bg_wrapper.jpg) no-repeat center top;
}

#container{
	width:960px;
	margin:0 auto;
	padding:83px 0 150px 0;
}

a#logo{
	height:150px;
	width:330px;
	display:block;
	text-indent:-99999px;
	margin:0 0 18px 0;
}

.main{
	width:660px;
	float:left;

}

.sidebar{
	width:250px;
	float:right;
}
/*-- H --*/
h1 a, h2 a, h3 a, h4 a, h5 a{
	text-decoration:none;
}

h2, h2 a{
	color:#241708;
	font-size:18px;
	line-height:24px;
	margin-bottom:25px;
}

h3, h3 a{
	color:#7f4500;
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
}

/*-- a --*/
p a, blockquote a, li a{
	color:#935d1e;
	text-decoration:none;
}
p a:hover, blockquote a:hover, li a:hover{
	color:#7f4500;
	text-decoration:underline;
}

p img, iframe{
	border:1px solid #fff;
	padding:4px;
	background-color:#dcd0c0;
}

ul{
	margin:5px 0 20px 0;
}

/*-- General instructions --*/
p{
	margin-bottom:25px;
}

/*-- Menu --*/
#menu{
	padding:1px 10px 0 12px;
	width:938px;
	margin-bottom:20px;
	height:28px;
	overflow:hidden;
}
#menu ul li{
	list-style-type:none;
	list-style-image:none;
	display:inline;
	margin:0;
	padding:0;

}
#menu ul li a{
	color:#1a171c;
	text-decoration:none;
	margin:0;
	padding:3px 10px 2px 0;
	padding /**/:1px 10px 2px 0;
}
*:first-child+html body #menu ul li a{
	padding:3px 10px 2px 0;
}

#menu ul li a em{
	font-style:normal;
	padding:1px 2px 2px 12px;
}
#menu ul li a:hover, #menu ul li a.selected{
	color:#f9f0e4;
	background:transparent url(../img/bg_sliding_r.gif) no-repeat center right;
}
#menu ul li a:hover em, #menu ul li a.selected em{
	background:transparent url(../img/bg_sliding_l.gif) no-repeat left top;
}

/*-- Slideshow--*/
#slideshow{
	height:270px;
	margin-bottom:60px;
}

/*-- Content --*/
#content{
	padding-bottom:50px;
}

.sidebar ul li{
	list-style-type:none;
	list-style-image:url(../img/bg_list.gif);
	list-style-position:inside;
	margin:0;
	padding:3px 3px 3px 0;
	background:transparent url(../img/bg_dotted.jpg) repeat-x left bottom;
}
.sidebar ul li a{
	color:#241708;
	line-height:24px;
	text-decoration:none;
}
.sidebar ul li a:hover{
	color:#935d1e;
}
/*-- Gallery --*/
a.gallery_icon{
	display:block;
	float:left;
	height:164px;
	width:214px;
	padding:0;
	background:transparent url(../img/bg_gallery_icon.jpg) no-repeat center center;
	margin:11px;
	margin /**/:12px;
	line-height:0;
	overflow:hidden;
}
a.gallery_icon img{
	height:141px;
	width:191px;
	padding:0;
	margin:11px 11px 15px 11px;
	margin /**/:9px 11px 17px 11px;
}
*:first-child+html body a.gallery_icon img{
	margin:12px 11px 15px 11px;
}

.download_menu{
	margin-bottom:30px;
	clear:both;
	background:transparent url(../img/menu_icon.jpg) no-repeat left center;
	padding-left:130px;
	height:128px;
}
.download_menu h3{
	padding-top:25px;
}
a.menu_icon{
	display:block;
	float:left;
	width:114px;
	height:128px;
	background:transparent url(../img/menu_icon.jpg) no-repeat center center;
	margin-right:25px;
	text-indent:-99999px;
}


/*-- Footer --*/
#footer{
	color:#a07646;
	font-size:10px;
	line-height:20px;
	padding-top:10px;
	background:transparent url(../img/bg_dotted.jpg) repeat-x left top;
}
#footer a{
	color:#a07646;
}