/**
 * MONTECATINIBIKEHOTELS V1.2
 * by Alessio Montagnani
 * 
 * main.css
 */

/* CSS Reset */
html, body, p, ul, ol, dl, li, h1, h2, h3, h4, img {margin: 0; padding: 0;}
ul {list-style: none;}
img {border: 0;}
a {outline: none;}

/* Typography */
body
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #222;
}

p
{
	margin-bottom: 20px;
}

h2
{
	font-size: 21px;
	color: #fd4e01;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
}

p.leftboxes
{
	font-size: 15px;
	color: #fd4e01;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #222;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	border: none;
}

.bold
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

a.underline:hover
{
	color: #5a6f85;
}

.blu
{
	color: #004f86;
}

/* Layout */
body
{
  background: #9bc1e4;
}

#wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header
{
	width: 1000px;
	height: 149px;
	background: url(/images/theme/h_bg.png) top left no-repeat;
	position: relative;
}

#vmenu
{
	width: 910px;
	height: 42px;
	background: url(/images/theme/vm_bg.png) top left no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#page
{
	width: 870px;
	background: url(/images/theme/p_bg.png) top left repeat-y;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

#footer
{
	width: 910px;
	background: url(/images/theme/f_bg.png) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
}

/* Header */
#hlogo
{
	width: 598px;
	height: 149px;
}

#hlogo h1, #logo
{
	float: left;
	display: block;
	width: 620px;
	height: 149px;
	background: url(/images/theme/h_logo.png) no-repeat;
	text-indent: -9999px;
}

#lang
{
	display: block;
	position: absolute;
	top: 126px;
	right: 80px;
}

#langul
{
	display: block;
	height: 20px;
	
}

#langul li
{
	float: left;
}

.langli
{
	color: #001f4e;
	font-size: 16px;
	padding-right: 5px;
}

.langlif
{
	color: #fd4e01;
	font-size: 16px;
	padding-right: 5px;
}

.langli:hover
{
	color: #fd4e01;
}

.langact, .langact:hover
{
	color: #ffffff;
	text-decoration: none;
}

#hrss a:hover
{
	background-position: 0px -16px;
}

/* Vmenu */
#vmul
{
	display: block;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 1px;
}

.vmli
{
	background: url(/images/theme/vm_bg2.png) repeat-x 0px 0px;
	font-size: 22px;
	display: block;
	height: 40px;
	padding-top: 13px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px dashed #004f86;
	color: #051e35;
}

.vmfirst, .vmfirst:hover
{
	border-left: 1px dashed #004f86;
}

.vmwhite
{
	color: #ffffff;
}

#vmul li
{
	float: left;
}

.vmli:hover
{
	background-position: 0px -40px;
	border-right: 1px dashed #004f86;
	color: #ffffff;
	text-decoration: none;
}

.vmact, .vmact:hover
{
	background-position: 0px -80px;
	border-right: 1px dashed #004f86;
	color: #ffffff;
	text-decoration: none;
}

/* Slider */
#dslider, #slider
{
	float: left;
	width: 587px;
	height: 250px;
}

#boxer
{
	float: right;
	width: 274px;
	height: 250px;
}

/* Page */
#leftbar
{
	float: left;
}

#content
{
	float: left;
	margin-top: 21px;
	margin-left: 15px;
}

.clearer
{
	display: block;
	height: 10px;
	clear: both;
}

/* Hmenu */
.hmenu
{
	width: 180px;
	border: 1px solid #004f86;
	background: url(/images/theme/hm_bg.png) bottom repeat-x;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 15px;
}

#hmgarminp
{
	padding-top: 15px;
}

#hmgarmin
{
	display: block;
	width: 65px;
	height: 121px;
	background: url(/images/theme/garmin.png) center no-repeat;
	padding-left: 100px;
}

#hmgarmin:hover
{
	background: url(/images/theme/garmin2.png) center no-repeat;
}

#hmgarmin.hmact
{
	background: url(/images/theme/garmin2.png) center no-repeat;
}

.hmul
{
	margin-top: 15px;
	margin-left: 20px;
	list-style-image: url(/images/theme/hm_item.png);
}

.hmul li, .hmul li a
{
	height: 30px;
}

.hmul li a
{
	font-size: 15px;
	color: #004f86;
}

.hmul li a:hover
{
	font-weight: bold;
}

.hmul li.hmact
{
	list-style-image: url(/images/theme/hm_itemACTIVE.png);
}

.hmul li a.hmact
{
	color: #fd4e01;
}

.hmul li a.hmact:hover
{
	font-weight: normal;
	text-decoration: none;
}

.hmbold
{
	font-weight: bold;
}

#hmserv
{
	font-size: 15px;
	color: #004f86;
}

#hmserv:hover
{
	color: #fd4e01;
}

#hmserv.hmact
{
	color: #fd4e01;
}

#hmserv.hmact:hover
{
	font-weight: normal;
	text-decoration: none;
}

#hmservp
{
	padding-top: 10px;
	margin-left: 10px;
	line-height: 20px;
}

/* Content */
.entry
{
	width: 658px;
	clear: right;
	padding-bottom: 0px;
}

.entryleft
{
	width: 220px;
	float: left;
	margin-top: 10px;
}

.entryright
{
	width: 437px;
	float: left;
	clear: right;
}

h3, h3 a
{
	color: #004f86;
	font-size: 17px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.entryright p, div.entry p
{
	color: #001f4e;
	font-size: 13px;
	line-height: 20px;
	padding-left: 15px;
}

.entryimg
{
	width: 200px;
	border: 2px solid #001f4e;
	margin-bottom: 15px;
}

.entryimg:hover
{
	border: 2px solid #fd4e01;
}

.tracciatimg
{
	width: 626px;
	border: 2px solid #001f4e;
	margin-bottom: 10px;
}

.tracciatimg:hover
{
	border: 2px solid #fd4e01;
}

p.readall, p.readall a
{
	text-align: right;
	color: #fd4e01;
	font-size: 13px;
	line-height: 20px;
	margin-top: -15px;
}

p.readall2, p.readall2 a
{
	text-align: right;
	color: #fd4e01;
	font-size: 15px;
	line-height: 20px;
	margin-top: -15px;
}

p.pagerinfo
{
	color: #fd4e01;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#pager
{
	text-align: center;
	color: #001f4e;
}

#pager a
{
	color: #fd4e01;
	font-weight: bold;
}

#pager a:hover
{
	text-decoration: underline;
}

.entryright2 a
{
	text-decoration: underline;
}

.entryright2 a:hover
{
	color: #fd4e01;
}

#gmaps
{
	margin-left: 10px;
}

/* Hotels */
div.hlist a.hotel1
{
	display: block;
	width: 658px;
	height: 45px;
	background: url(/images/theme/hotel_1.png) 0px 0px no-repeat;
}

div.hlist a.hotel2
{
	display: block;
	width: 658px;
	height: 45px;
	background: url(/images/theme/hotel_2.png) 0px 0px no-repeat;
}

div.hlist a.hotel3
{
	display: block;
	width: 658px;
	height: 45px;
	background: url(/images/theme/hotel_3.png) 0px 0px no-repeat;
}

div.hlist a.hotel4
{
	display: block;
	width: 658px;
	height: 45px;
	background: url(/images/theme/hotel_4.png) 0px 0px no-repeat;
}

div.hlist a.hotel5
{
	display: block;
	width: 658px;
	height: 45px;
	background: url(/images/theme/hotel_5.png) 0px 0px no-repeat;
}

div.hlist a.hotel1:hover, div.hlist a.hotel2:hover, div.hlist a.hotel3:hover, div.hlist a.hotel4:hover, div.hlist a.hotel5:hover
{
	background-position: 0px -45px;
	text-decoration: none;
}

div.hlist p.hotelname
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #004f86;
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 15px;
}

div.hlist p.hoteladdress
{
	float: right;
	font-size: 13px;
	color: #fd4e01;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-top: 16px;
}

div.hotelbox
{
	width: 658px;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	background: #b0d6fa;
}

div.offertabox
{
	width: 654px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	background: #d3eaff;
	border: 1px solid #b0d6fa;
}

div.offertabox2
{
	width: 652px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	background: #d3eaff;
	border: 1px solid #b0d6fa;
}
 
div.hb_left
{
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	line-height: 25px;
	font-size: 15px;
	color: #004f86;
}

div.hb_right
{
	float: right;
	margin-right: 15px;
	margin-top: 13px;
	line-height: 25px;
	font-size: 15px;
	color: #004f86;
}

div.hb2_left
{
	float: left;
	margin-left: 0px;
	margin-top: 13px;
	line-height: 25px;
	font-size: 17px;
	color: #004f86;
}

div.hb2_right
{
	float: right;
	margin-right: 15px;
	margin-top: 13px;
	line-height: 25px;
	font-size: 17px;
	color: #004f86;
}

div.hb3_left
{
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	line-height: 25px;
	font-size: 17px;
	color: #004f86;
}

div.hb3_right
{
	float: right;
	margin-right: 15px;
	margin-top: 13px;
	line-height: 25px;
	font-size: 17px;
	color: #004f86;
}

div.hb_left, div.hb_left p, div.hb_right, div.hb_right p
{
	margin-bottom: 5px;
	padding-bottom: 0px;
}

div.hb_left p a, div.hb_right p a
{
	color: #fd4e01;
}

div.hb2_left, div.hb2_left p, div.hb2_right, div.hb2_right p
{
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 25px;
}

div.hb2_left p a, div.hb2_right p a
{
	color: #fd4e01;
}

div.hb3_left, div.hb3_left p, div.hb3_right, div.hb3_right p
{
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 25px;
}

div.hb3_left p a, div.hb3_right p a
{
	color: #fd4e01;
}