/*Styles for Gelosa ---------
---------------------------*/

body{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	vertical-align: top;
	}
	
a {
	color: #87A3AA;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}	
	
h1 {
	color: #524A42;
	font-size: 12px;
	font-weight: bold;
	}	
	
td {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	}	
	
input, select, textarea {
	border: 1px solid #87A3AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	
	
.button {
	background-color: #524A42;
	border-top: 1px solid #998D80;
	border-left: 1px solid #998D80;	
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	}
	
table.maintable {
	width: 775px;
	height: 100%;
	}
	
td.maintd {
	height: 100%;
	}	
	
div#mainwrapper {
	width: 100%;
	line-height: 1.5;
	}	
	
div#header {
	background: url(../templateimages/imagebar.jpg) no-repeat top right #524A42;
	height: 118px;
	}
	
div#topspace {
	height: 55px;
	background-color: #FFFFFF;
	}
	
div#logo {
	width: 264px;
	height:	118px;
	}
	
div#logo_print {
	display: none;
	}	

/* MENU 	old------------------- */

div#menubar {
	background-color: #87A3AA;
	height: 23px;
	border-top: 2px solid white;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}

/*div#menubar a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	top: 3.2px;
	position: relative;
	}
	
div#menubar a:hover {	
	color: #C0D3D8;
	}*/
	
/*Drop Down Naviation Menu Start------------------------------
----------------------------------------------------------- */
#navWrapper {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* -- Top Menu Sucker Fish 4 Level -- */


#nav, #nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#nav li {
	float: left;
	cursor: pointer;
	/*width: 93px;*/ /*when changed the width from 125 to 93 or deleted it, format stuffs up in Firefox*//*changes the li width (emil said to leave with no width*/
	padding: 2px;
	margin: 0;
	text-align: center;
	text-indent: 0px;
	}
	
#nav li a {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 3px 5px 4px 0px; /*need this to set top and bottom padding of main and sub nav items*/
	}
	
#nav li.selected a {
	color:#4E1D25; /*main nav items*/
	}

#nav li a:hover { 
	color: #C0D3D8; /*main nav items*/
	}

#nav li ul {/*adjusts position of sub1*/
	position: absolute;
	left: -999em; /*not touch*/
	height: auto;/*not touch*/
	width: 120px;/*changed from 188 to 93 width that you want the sub-items to be*/
	margin-left: -7px;
	margin-top: 2px;
	/*margin-top: 1px;*/ /*changed from 0*/
	/*padding: 10px;*/
	border-bottom: 1px solid #FFFFFF; this will give subnav items a border as well*/
	}
	
#nav li li {
	margin: 0;
	padding: 0;
	background-image: none;
	}

#nav li li a, #nav li.selected li a { /*sub nav items (both 2nd and 3rd level)
	font: bold 10px "Tahoma";
	display: block;
	text-decoration: none;
	text-align: left;*/
	padding-left: 10px;
	border-top: 1px solid white; /*If you would like borders around the nav items, put them here*/
	color: #FFFFFF; /*link color*/
	width: 120px; /*changed from 159*/
	text-transform: capitalize;
	text-align: left;
	background-color: #87A3AA; 
	/*background-image: url(/persistent/templateimages/nav_2_normal.gif);
	background-repeat: no-repeat;*/
	}
	
#nav li li a:hover, #nav li.selected li a:hover {
	color: #C0D3D8;
	background-color: #87A3AA;
	/*background-image: url(/persistent/templateimages/nav_2_sel.gif);
	background-repeat: no-repeat;*/
	text-align: left;
	}
		
#nav li ul ul { /*updates sub2*/
	width: 120px;/*changed from 176*/ /*nothing happened*/
	margin: -20px 0 0 135px;/*changed from 22 0 0 186*/
	/*border-top: 1px solid #FFFFFF;*/
	}

/*#nav li#eventsNav ul ul{
	width: 120px;changed from 176 nothing happened
	margin: -0px 0 0 -20px;
	}*/

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul {
	left: -999em;
	}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul {
	left: auto;
	z-index: 500;
	}

#nav li#eventsNav.sfhover ul {
	width: 120px;/*changed from 176*/
	margin: 0 0 0 -0px; /*changed left from 116*/
	}


#nav li li.sfhover ul { /*updates sub2 position*/
	margin: -20px 0 0 120px;/*leave as width value of sub1*/
	left: auto;
	z-index: 500;
	}
	
#nav li#eventsNav li.sfhover ul {
	margin: -0px 0 0 -240px;
	left: auto;
	z-index: 500;
	}

#nav li:hover, #nav li.sfhover { 
	color: #C0D3D8;
	}

#nav li ul li:hover, #nav li ul li.sfhover { 
	background: none;
	}
	
/* CONTENT AREA --------------------------------
----------------------------------------------*/	

div#page_title {
	text-align: left;
	}

div#contentwrapper {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	}
	
div#content {
	text-align: justify;
	width: 725px;
	padding: 25px;
	}
	
td.flasharea {
	text-align: center;
	vertical-align: top;
	width: 50%;
	}
	
td.thumnails {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 15px;
	}

td.thumnails a {
	color: #87A3AA;		
	text-decoration: none;
	text-transform: capitalize;
	}
	
td.thumnails a:hover {
	text-decoration: underline;
	}
	
	
td.prod_desc {
	text-align: center;
	}
	
#prod_text {
	width: 250px;
	text-align: justify;
	}	
	
#sketch {
	text-align: center;
	padding-top: 25px;
	width: 725px;
	}
	
#back {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	}		
		
	
/* FOOTER */
.footer {
	text-align: right;
	padding-right: 15px;
	color: #8B8484;
	padding-bottom: 5px;
	}
	
.footer a {
	color: #8B8484;	
	text-decoration: none;
	}
	
.footer a:hover {
	color: #8B8484;	
	text-decoration: underline;
	}	
	
