﻿/*********************** PROJECT BY GRAFFITI 2000 - G2K *********************************************/

/*********************** STILI PER SELETTORI GENERALI ***********************************************/

body {
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e6a853 url('/images/back.jpg') repeat-x;
    }
	
a { text-decoration: none; outline: none; color:#fffbf5; }
a:hover { text-decoration: none; outline: none;	color:#c87a10; }	
		
form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	}
	
img {
    border: 0px;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3em;
	border-left: solid 3px #f0cd97;
	}

div.wrapper {
	width: 1px;
	height: 0px;
	clear: both;
	}

/*********************** STILI PER LAYOUT ********************************************************/

div#layout {
	width: 980px;
	margin: 0px auto;
	margin-top: 30px;
	}
	
div#splash {
	width: 990px;
	height: 504px;
	margin: 0px auto;
	padding-top: 138px;
	background: url('/images/splash.jpg') bottom no-repeat;
	position: relative;
	}
	
div#logoSplash {
	width: 332px;
	height: 77px;
	background: url('/images/logoSplash-trans.png') no-repeat;
	position: absolute;
	z-index: 100000;
	top: 95px;
	left: 40px;
	}
	
div#enter {
	width: 790px;
	margin: 0px auto;
	padding: 20px 200px 0px 0px;
	text-align: right;
	color: #ffffff;	
	font-size: 1.1em;
	font-weight: bold;
	}
	
div#enter a { color: #FFFFFF; }
div#enter a:hover { color: #c87a10; }

/*********************** STILI PER HEADER ********************************************************/

div#header {
	height: 121px;
	position:relative;
	background: url('/images/navbar.jpg') no-repeat;
	}

div#logo {
	width: 376px;
	height: 121px;
	background: url('/images/logo-trans.png') no-repeat;
	/*float: left;*/
	position: absolute;
	top:0px;
	left:0px;
	z-index:1;

	}
	
div#virtual { text-indent: -9999em; background: url('/images/moneta.jpg') no-repeat; width: 149px; height: 60px; position: absolute; top:-22px; left: 810px; cursor: pointer;}	
	
	
	
/*********************** STILI PER NAVBAR ********************************************************/
	
div#navbar {
	width: 770px;
	height: 51px;
	padding-top: 70px;
	z-index:2;
	/*float: left;*/
	position: absolute;
	top:5px;
	right:0px;	
	}
	
div#navbar ul {
	margin: 0px;
	padding: 0px;
	}
	
div#navbar ul li {
	color: #756d62;
	list-style: none;
	display: inline;
	margin: 0px 0px;
	padding: 36px 0px 2px 0px;
	}
	
div#navbar ul li:hover {
	background: #F0CD97;
	cursor: pointer;
	color: #c87a10;
	}

span.dottedBorder {
	border-right: 1px dotted #b1b1b1;
	padding: 0px 18px 0px 10px;
	}
	
span.dottedBorder:hover {
	border-right: 0px dotted #b1b1b1;
	margin-right: 1px;
	color: #c87a10;
	}
	
/*********************** STILI PER CONTAINER *****************************************************/

div#container {	
	height: 502px;
	background: url('/images/back_container.jpg');
	padding-left: 45px;
	}
			
/*********************** STILI PER CONTENT *******************************************************/

div#content {
	width: 890px;
	height: 502px;
	position: relative;
	}
	
div#text {
	width: 200px;
	height: 400px;
	background: #FFFFFF;
	position: absolute;
	z-index: 10000000;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	line-height: 15px;
	font-size: 1.1em;
	}
	
div#textInside {
	font-size: 0.8em;
	padding: 15px;
	color: #756d62;
	}
	
div#slideBig img {
	width: 889px;
	height: 502px;
	}
	
div.closebutton {
	height: 20px;
	background: url('/images/close-trans.png') no-repeat right bottom;
	cursor: pointer;
	}
	
div.openbutton {
	height: 20px;
	background: url('/images/open-trans.png') no-repeat right bottom;
	cursor: pointer;
	}
	
div.left {
	width: 470px;
	height: 472px;
	float: left;
	border: 6px solid #f2f2f2;
	color: #756d62;
	overflow: auto;
	padding: 10px;
	font-size: 0.8em;
	}
	
div.right {
	width: 348px;
	height: 482px;
	float: right;
	padding: 0px 20px 20px 20px;
	line-height: 19px;
	color: #756d62;
	font-size: 0.8em;
	overflow: auto;
	}

div.rightDe {
	width: 348px;
	height: 482px;
	float: right;
	padding: 0px 20px 20px 20px;
	line-height: 15px;
	color: #756d62;
	font-size: 0.8em;
	overflow: auto;
	}

ul.genericList {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	padding-left: 5px;
	}

ul.genericList li {
	background: url('/images/list.png') center left no-repeat;
	padding: 0px 0px 0px 20px;
	list-style: none;
	line-height: 20px;
	}

table.priceTable {
	width: 100%;
	}
	
table.priceTable td {
	padding: 5px;
	}

td.rightAlign {
	text-align: right;
	}
	
td.leftAlign {
	text-align: left;
	}

.priceTableTitle {
	color: #582923;
	background: #efefef;
	}
	
tr.priceTableAlter {
    background: #f8f8f8;
    }

tr.priceTableAlter2 {
    background: #efefef;
    }

.priceTableLarg {
    width: 102px;
    }

.checkPrice {
    background: url(/images/ok.gif) center left no-repeat;
    padding: 0px 0px 0px 20px;
    }

div.priceSpacer {
    width: 450px;
    margin: 0 auto;
    margin-top: 10px;
    }

div.priceSpacerIt {
    width: 450px;
    margin: 0 auto;
    margin-top: 5px;
    }


/*********************** STILI PER IL BOTTOM *****************************************************/

div#bottom {
	height: 76px;
	background: url('/images/back_bottom.jpg');
}
	
div#thumbs {
	width: 550px;
	float: left;
	padding-top: 16px;
	padding-left: 45px;
	}
	
div#thumbs img {
	width: 30px;
	height: 30px;
	border: 4px solid #c8c0b5;
	margin-right: 8px;
	}
	
div#thumbs img:hover {
	border: 4px solid #ffffff;
	cursor: pointer;
	}
	
div#currentPage {
	width: 320px;
	float: right;
	padding-top: 18px;
	padding-right: 45px;
	}
	
div.currentPageName {
	width: 30%;
	float: left;
	}
	
div.currentFirstBlock { background: #C07D2C; border-bottom: 1px solid #ffffff; height: 17px; color: #e3dfda; }
div.currentSecondBlock { background: #C07D2C; padding: 2px; color: #e3dfda; text-align: right; letter-spacing: 1px; }
	
div.currentPageDescr {
	width: 214px;
	height: 25px;
	float: right;
	background: #e3dfda; 
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	}
	
span.pageDescr {
	padding-left: 10px;
	letter-spacing: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
/*********************** STILI PER FOOTER ********************************************************/

div#footer {
	width: 920px;
	margin: 0px auto;
	height: 27px;
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	background: url('/images/back_footer-trans.png');
}
	
div#footer a {
	color: #FFFFFF;
	}
	
div.logoLink {
	width: 15%;
	float: left;
	}
	
div.credits {
	width: 85%;
	float: right;
	text-align: right;
	position: relative;
	}
	
div.creditsHome {
	width: 980px;
	text-align: left;
	color:#FFFFFF;
	margin:auto;
	}	
	
span.g2k {
	background-image: url('/images/pulsante.gif');
	background-position: right 50%;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 9px;
	padding-bottom: 5px;
	padding-right: 8px;
	}
	
span.wifi {
	display: block;
	width: 80px;
	height: 33px;
	position: absolute;
	top: -64px;
	left: 363px;
	}
	
	
	

/*********************** STILI PER IL POPUP ******************************************************/

div.popCenter {
    padding: 20px;
    color: #e3e3e3;
    text-align: center;
    }

div.popCenter img {
    margin-bottom: 20px;
    }