/*
Theme Name: Gulliver Service
Theme URI:
Description: Main Thene 
Author: Alessandro Regia Corte @ Gulliver Center
Author URI: http://www.cmsvillage.it
version: 1.0
*/


/* BASICS */

*{margin:0; padding:0;}

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	font-size: 0.85em;
	line-height: 160%;
}
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; font-weight: 300;}
h4 {font-size: 9pt;}

ul li {
	list-style-type: none;
	display: inline;
}
/*
 * COLOURS
 */
.right_col {
	width: 62px;
}
/*
 * sfondi
 */
.h_body {
	background: url(images/h_bg.gif) no-repeat fixed bottom;
}
.a_body {
	background: url(images/a_bg.gif) no-repeat fixed bottom;
}
.m_body {
	background: url(images/m_bg.gif) no-repeat fixed bottom;
}
.c_body {
	background: url(images/c_bg.gif) no-repeat fixed bottom;
}
.h_bg {
	background-color: #414142;
}
.a_bg {
	background-color: #c8d210;
}
.m_bg {
	background-color: #e53254;
}
.c_bg {
	background-color: #6fc3c2;
}
/*
 * top
 */
.h_top {
	background: url(images/h_top.gif) right no-repeat;
}
.a_top {
	background: url(images/a_top.gif) right no-repeat;
}
.m_top {
	background: url(images/m_top.gif) right no-repeat;
}
.c_top {
	background: url(images/c_top.gif) right no-repeat;
}
/*
 * building
 */
.h_building {
	background: url(images/h_building.gif) right no-repeat;
}
.a_building {
	background: url(images/a_building.gif) right no-repeat;
}
.m_building {
	background: url(images/m_building.gif) right no-repeat;
}
.c_building {
	background: url(images/c_building.gif) right no-repeat;
}
/* 
 * logo
 */
.h_logo {
	background: url(images/h_logo.gif) right no-repeat;
}
.a_logo {
	background: url(images/a_logo.gif) right no-repeat;
}
.m_logo {
	background: url(images/m_logo.gif) right no-repeat;
}
.c_logo {
	background: url(images/c_logo.gif) right no-repeat;
}
/*
 * small_info
 */
.h_small_info {
	background: url(images/h_small_info.gif) right no-repeat;
}
.a_small_info {
	background: url(images/a_small_info.gif) right no-repeat;
}
.m_small_info {
	background: url(images/m_small_info.gif) right no-repeat;
}
.c_small_info {
	background: url(images/c_small_info.gif) right no-repeat;
}
/*
 * menu
 */
.h_menu {
	background: url(images/h_menu.gif) right no-repeat;
}
.a_menu {
	background: url(images/a_menu.gif) right no-repeat;
}
.m_menu {
	background: url(images/m_menu.gif) right no-repeat;
}
.c_menu {
	background: url(images/c_menu.gif) right no-repeat;
}
/*
 * corner
 */
.h_corner {
	height: inherit;
	background: url(images/h_corner.gif) left bottom no-repeat;
}
.a_corner {
	height: 144px !important;
	background: url(images/a_corner.gif) left bottom no-repeat;
}
.m_corner {
	height: 144px !important;
	background: url(images/m_corner.gif) left bottom no-repeat;
}
.c_corner {
	height: 144px !important;
	background: url(images/c_corner.gif) left bottom no-repeat;
}
/*
 * titolo
 */
.h_titolo {
	width: 62px !important;
	height: 262px !important;
	background: url(images/h_titolo.gif) no-repeat;
}
.a_titolo {
	width: 62px !important;
	height: 262px !important;
	background: url(images/a_titolo.gif) no-repeat;
}
.m_titolo {
	width: 62px !important;
	height: 453px !important;
	background: url(images/m_titolo.gif) no-repeat;
}
.c_titolo {
	width: 62px !important;
	height: 262px !important;
	background: url(images/c_titolo.gif) no-repeat;
}
/* 
 * links 
*/
a{
	
	}
a:hover{color:#8C8C8C;text-decoration: none; border: none;}
/* 
 * container 
*/
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.conteiner_bg {
	width: 960px;
}
/* 
 * HEADER 
*/
#header {
	width: 960px; 
	height: 70px;
	position: relative;
}
#headerimg {
	width: 707px; 
	height: 70px;
	position: absolute;
	right: 62px;
}
/*
 * FOOTER
 */
#footer {
	width: 898px;
	height: 378px;
	position: relative;
}
#building {
	width: 191px;
	height: 378px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo {
	width: 184px;
	height: 378px;
	position: absolute;
	top: 0;
	left: 191px;
}
#small_info {
	width: 523px;
	height: 132px;
	position: absolute;
	top: 0;
	left: 375px;
	background-color: #FFFFFF;
	/* background: #fff url(images/loghi_small.gif) no-repeat; */
}
#menu {
	width: 523px;
	height: 246px;
	position: absolute;
	top: 132px;
	left: 375px;
}
#menu ul {
	margin: 62px 0 0 86px;
}
#menu li {
	margin-right: 36px;
}
#menu a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
/*
 * CONTENT
 */
#content {
	width: 960px;
}
#post {
	width: 960px;
}
.the_prices {
	padding-top: 12px;
	padding-right: 10px;
	font-size: 0.8em;
	line-height: 230%;
	background-color: #ffffff !important;
}
.the_content {
	background-color: #ffffff !important;
}
.the_content p {	
	margin: 12px;
	/*	float: left;	*/
}
.the_content a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.the_content img {
	margin: 12px 12px 12px 0;
}
.mappa_txt {
	width: 230px;
	line-height: 160%;
}
.mappa_img {
	width: 413px;
	margin: 0 !important;
	padding-right: 12px;
	float: right;
}
.mappa_caption {
	width: 232px;
	padding-right: 12px;
	font-size: 0.7em;
}
p.with_button {
	height: 30px !important;
	text-align: right;
}
a.is_button {
	height: 30px !important;
	padding: 12px 0 12px 20px;
	font-weight: bold;
	background: url(images/bottone.gif) no-repeat left;
}