@charset "UTF-8";

/* DEFAULT CSS VALUES FOR CONSISTENCY ACROSS BROWSERS            */
/* ============================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; clear: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: 100; }
q:before,q:after{content:'';}


/* -------------------------------------------------------------
/  Overridden HTML Properties
/* ------------------------------------------------------------- */

html { 
	background-color: #8b7971;
}

html, body {  }

body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #391C05;
}

html body.popup { background-color: #ece6e1; }

h1 { font-size: 38px; line-height: 38px; color: #666600; margin-top: 34px; margin-bottom: 20px; }
h2 { font-size: 20px; line-height: 20px; color: #666600; }
h3 { font-size: 14px; line-height: 14px; letter-spacing: 1px; font-weight: bold; color: #65270b; text-transform: uppercase; margin-bottom: 7px; padding-top: 14px; }
h4 { font-size: 13px; font-weight: bold; color: #9d938b; }
h5 { font-size: 14px; }
h6 { font-size: 10px; color: #35E30C; }

h3 a:link {text-decoration: none; color: #35E30C; }


a:link { text-decoration: none; color: #59230a; }
a:visited { text-decoration: none; color: #59230a; }
a:hover { text-decoration: none; color: #522009; }
a:active { text-decoration: none; color: #59230a; }

p { margin-bottom: 1em; }
ul { margin-bottom: 1em; }

img { border: 0; padding: 0; margin: 0; }


/* -------------------------------------------------------------
/  Containers & Columns -- Main Structural Elements
/* ------------------------------------------------------------- */

#outerContainer {
	width: 920px;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 20px;
}

#mainCol {
	width: 495px;
	float: right;
	margin-right: 23px; /* need to ask about this */
	position: relative;
}

#leftCol {
	width: 340px;
	float: left;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
	color: #827063;
	text-transform: uppercase;
	line-height: 14px;
}

#footer {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	padding-top: 50px;
	font-size: 11px;
	font-family: Georgia;
	line-height: 14px;
	position: relative;
}

#header {
	width: 100%;
	min-height: 76px;
	height: auto !important;
	height: 76px;
	background: #65270b url("/images/bg_header.gif") repeat-x bottom;
	margin-bottom: 5px;
	position: relative;
}


/* -------------------------------------------------------------
/  Main Nav
/* ------------------------------------------------------------- */

#header ul li { display: inline; margin-right: 4px; margin-left: 4px; }

a#home span { display: none; }

a#home {
	display: block;
	width: 345px;
	height: 28px;
	background: url("/images/tempHomeBtn.gif") no-repeat;
	position: absolute;
	left: 12px;
	bottom: 23px;
	
}

#mainNav {
	font-family: Georgia;
	color: #b39385;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
	position: absolute;
	left: 392px;
	bottom: 11px;
}

#mainNav a:link { color: #b39385; }
#mainNav a:visited { color: #b39385; }
#mainNav a:hover { color: #FFF; }
#mainNav a:active { color: #FFF; }
#mainNav li.selected { color: #FFF; }


/* -------------------------------------------------------------
/  mainCol
/* ------------------------------------------------------------- */

ul.locationList {
	margin-bottom: 0;
}

ul.locationList li {
	margin-bottom: 1em;
}

/* -------------------------------------------------------------
/  leftCol
/* ------------------------------------------------------------- */

#leftCol h2 { margin-top: 83px; }

#leftCol li { 
	margin-bottom: 5px; 
	list-style-image: url("/images/leftCol_list_bullet.gif"); 
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 17px;
}

#the_rental { line-height: 14px; }
#the_rental li strong { font-size: 12px; font-weight: bold; }
#the_rental li { font-size: 10px; }


/* -------------------------------------------------------------
/  Widget (LeftCol Sidebar)
/* ------------------------------------------------------------- */

div.widget {
	background-color: #ece6e1;
	margin-bottom: 14px;
	width: 323px;
}

div.widget_header {
	display: block;
	background: #dfd6cf;
	color: #666600;
	font-family: Georgia;
	font-size: 11px;
	padding: 6px 17px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

div.widget_body {
	padding: 17px;
	position: relative;
}

div.widget_body img { margin-bottom: 12px; }


/* -------------------------------------------------------------
/  Contact Form
/* ------------------------------------------------------------- */

#leftCol #inquiry_form {
	text-transform: none;
}

#leftCol #inquiry_form div {
	margin-bottom: 10px;
}

#leftCol #inquiry_form select {
	width: 135px;
}

#inquiry_form .input {
	width: 276px;
}

#number_in_party {
	padding-top: 10px;
}

#email_msg {
	padding-top: 10px;
}

div.formWrapper { 
	clear: both;
	margin-bottom: 20px;
	position: relative;
	width: 289px;
}

div.formWrapper div {
	float: right;
}

div.formWrapper div.label { 
	/*clear: none;
		float: left;*/
	position: absolute;
	top: 0;
	font-size: 10px;
	padding-top: 3px;
}

div.formWrapper label { padding-right: 10px; }

#sd, #ed { width: 104px; }


/* -------------------------------------------------------------
/  Flight Info
/* ------------------------------------------------------------- */

#popup #leftCol {
	width: 100%;
	margin: 0;
	float: none;
	background-color: #ece6e1;
	text-transform: none;
}

#popup div.widget { width: 100% }

#popup div.widget p { color: #391c05; padding-bottom: 10px; font-size: 12px; }

#popup div.widget li { margin-bottom: 15px; }

#popup div.widget li strong { text-transform: uppercase; }


/* -------------------------------------------------------------
/  The Features
/* ------------------------------------------------------------- */

#the_features { background: none; }

#the_features div.widget_body {
	background: url("/images/bg_map_Italia.gif") no-repeat;
	height: 295px;
	width: 371px;
}

/* -------------------------------------------------------------
/  The Address
/* ------------------------------------------------------------- */

#the_address img { margin-bottom: 14px; }

/* -------------------------------------------------------------
/  Footer
/* ------------------------------------------------------------- */

#footer div.left {
	width: 340px;
	position: absolute;
	left: 0;
}

#footer div.right {
	width: 495px;
	margin-left: 402px;
}


/* -------------------------------------------------------------
/  Form Classes
/* ------------------------------------------------------------- */

input { color: #827063; }
.error { border: 1px solid #ae8e7f; }

input[type="text"].error {
	border: 1px solid #ae8e7f;
}

div.errorMsg { padding-top: 2px; color: #65270b; font-style: italic; }

#submit {
	border: 0;
	padding: 4px 10px 12px 10px;
	background: #65270b url("/images/bg_boxLink_shadow.gif") repeat-x bottom;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#submit:hover, #submit:active {
	border: 0;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 10px 12px 10px;
	background: #522009 url("/images/bg_boxLink_shadow.gif") repeat-x bottom;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

input[type="text"] {
	border: 1px solid #E1E1E1;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	padding: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFF url("/images/bg_inputShadow.gif") repeat-x top;
}

input[type="password"], input.password {
	border: 1px solid #E1E1E1;
	padding: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input:focus {
	/*background: #ffc585 url("/images/bg_inputShadowHover.gif") repeat-x top;*/
	border: 1px solid #eecab3;
	padding: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #E1E1E1;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	padding: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #827063;
	background: #FFF url("/images/bg_inputShadow.gif") repeat-x top;
}

textarea:focus {
	/*background: #ffc585 url("/images/bg_inputShadowHover.gif") repeat-x top;*/
	border: 1px solid #eecab3;
	padding: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

select {
	border: 1px solid #E1E1E1;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #827063;
}

fieldset{
	background: url(/images/border_downloads.gif) repeat-x top;
	padding-top:15px;
	margin-bottom:15px;
}


/* -------------------------------------------------------------
/  Global Classes
/* ------------------------------------------------------------- */

a.boxLink:link {
	padding: 4px 10px 13px 10px;
	background: #65270b url("/images/bg_boxLink_shadow.gif") repeat-x bottom;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

a.boxLink:visited {
	padding: 4px 10px 13px 10px;
	background: #65270b url("/images/bg_boxLink_shadow.gif") repeat-x bottom;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

a.boxLink:hover {
	background: #522009 url("/images/bg_boxLink_shadow.gif") repeat-x bottom;
	color: #FFF;
}

a.boxLink:active {
	background: #522009 url("/images/bg_boxLink_shadow.gif") repeat-x bottom;
	color: #FFF;
}

.clear {
	clear: both;
}

.float {
	display: inline;
}

.noTopPad { padding-top: 0; }


