/*  
Theme Name: Gatti Gioielli
Theme URI: http://www.gattigioielli.it
Description: Gatti Gioielli
Version: 1.0
Author: BeeSoft srl
Author URI: http://www.beesoft.it/
*/

/**************************************************************************************/

* { padding: 0px; margin: 0px; }

BODY {
	background: url('images/bg.gif') #000000 repeat-x top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #d6b469;
}

IMG { border: 0px; }

LI { list-style: none; }

A { 
	text-decoration: none;
	color: #d6b469;
	outline: 0px;
}

A:hover { color: #ffffff; }

/**************************************************************************************/

#bg {
	background: url('images/bg.jpg') no-repeat top center;	/* in questo div va caricato il bg in flash */
	position: absolute;
	margin-left: -100px;
	width: 100%;
	height: 100%;
}

#canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

#container {
	margin: 0px auto 0px auto;
	padding-top: 143px;
	width: 900px;
}

#logo {
	margin-left: 464px;
	position: absolute;
	width: 165px;
	height: 165px;
}

#logo h1 {
	background: url('images/logo-gatti.png') no-repeat;
	text-indent: -90000px;
	width: 165px;
	height: 165px;
}

#payoff {
	border-bottom: 1px solid #2b2415;
	position: absolute;
	padding-bottom: 5px;
	width: 100%;
	left: 0px;
	top: 490px;
}

#payoff strong {
	background: url('images/txt-payoff.png') no-repeat;
	margin: 0px auto 0px auto;
	text-indent: -90000px;
	display: block;
	width: 335px;
	height: 30px;
}

#lang {
	position: absolute;
	padding: 60px 150px 0px 150px;
	width: 600px;
}

#lang a {
	line-height: 30px;
	display: block;
}

#lang strong {
	margin-right: 5px;
	font-weight: normal;
	font-size: 30px;
	color: #514428;
	float: left;
}

#lang small { font-size: 12px; }

/**************************************************************************************/

#footer {
	padding-top: 350px;
	line-height: 180%;
	font-size: 10px;
	color: #6b5a35;
}

#footer .left, #footer .right { width: 320px; }

#footer .left { 
	padding-right: 50px;
	text-align: right; 
}

#footer .right { padding-left: 50px; }

.logo-1m { margin-left: 385px; }

/**************************************************************************************/

.left { float: left; }
.right { float: right; }

