
/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul {
	list-style-type: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}

/* END RESET browser defaults */


/* TEXT STYLES */

a:link { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: white; }
a:active { text-decoration: none; color: white; }

img {
	border: 0px;
}

.clearfloat {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

/* CUSTOM STYLES */


body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14pt;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

#container {
	height: 100%;
	margin: 0 auto;
	width: 961px;
	background-image: url(../images/bg-container.png);
	background-repeat: no-repeat;
	background-postion: top left;
}

/* HEADER */

#container #header {
	width: 853px;
	height: 130px;
	margin-left: 108px;
}

#container #header #logo {
	float: left;
	width: 610px;
	height: 50px;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 90px;
}

#container #header #language {
	float: right;
	width: 138px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 7px;
	padding-top: 0px;
}

#container #header #language .flag {
	float: left;
	cursor: pointer;
}

#container #header #language .text {
	float: left;
	cursor: pointer;
	padding-left: 15px;
	padding-top: 5px;
}

#container #header #phone {
	float: right;
	clear: right;
	width: 117px;
	height: 31px;
	padding-left: 35px;
	margin-top: 20px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 14px;
}

#container #header #phone .phone {
	color: #d30219;
	font-size: 12px;
	font-weight: bold;
}

#container #header #phone .number {
	font-size: 17px;
	font-weight: bold;
	padding-top: 2px;
}

#container #header #menu {
	float: left;
	clear: left;
	width: 510px;
	height: 21px;
	margin-top: 18px;
	color: #ffffff;
}

#container #header #menu li {
	float: left;
}

#container #header #menu a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#container #header #menu a:hover {
	background-color: #ffffff;
	color: #d30219;
}

#container #header #search {
	float: left;
	width: 330px;
	margin-top: 15px;
	margin-left: 0px;
}

#container #header #search .search {
	float: left;
	width: 135px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 3px;
}

#container #header #search .box {
	padding-top: 2px;
	padding-left: 0px;
	float: left;
}

#container #header #search .box input {
	border: 0px;
}

#container #header #search .box .input {
	float: left;
}

#container #header #search .box .button {
	float: left;
	padding-left: 20px;
	padding-top: 2px;
}


/* SUBCONTAINER */

#container #subcontainer {
	padding-top: 20px;
	padding-bottom: 20px;
}

#container #subcontainer #center {
	float: left;
	width: 551px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	overflow-x: hidden;
}


/* LEFT */

#container #subcontainer #left {
	float: left;
	width: 195px;
}

#container #subcontainer #left .byroom {
	float: left;
	width: 170px;
	margin-left: 7px;
	margin-bottom: 10px;
}

#container #subcontainer #left .byroom .top {
	height: 29px;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	background-image: url(../images/bg-byroom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px;
}

#container #subcontainer #left .byroom .top .text {
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

#container #subcontainer #left .byroom .top .text-big {
	float: left;
	font-size: 24px;
}

#container #subcontainer #left .byroom .content {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #666666;
	color: #ffffff;
}

#container #subcontainer #left .byroom .content li.menu {
	height: 22px;
	font-size: 14px;
	border-bottom: 1px dotted #888888;
	background-image: url(../images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 11px 10px;
}

#container #subcontainer #left .byroom .content li.menu a {
	height: 22px;
	display: block;
	padding-top: 3px;
	padding-left: 25px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 11px 10px;
}

#container #subcontainer #left .byroom .content li.menu a:hover {
	background-color: #ffffff;
	color: #666666;
	background-image: url(../images/arrow-grey.gif);
}

#container #subcontainer #left .byroom .bottom {
	height: 10px;
	background-color: #ffffff;
	background-image: url(../images/bg-bottom-byroom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


#container #subcontainer #left .bytype {
	float: left;
	width: 170px;
	margin-left: 7px;
	margin-bottom: 10px;
}

#container #subcontainer #left .bytype .top {
	height: 29px;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	background-image: url(../images/bg-bytype.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px;
}

#container #subcontainer #left .bytype .top .text {
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

#container #subcontainer #left .bytype .top .text-big {
	float: left;
	font-size: 24px;
}

#container #subcontainer #left .bytype .content {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #e5e3e6;
}

#container #subcontainer #left .bytype .content li.menu {
	height: 22px;
	font-size: 14px;
	border-bottom: 1px dotted #888888;
	background-image: url(../images/arrow-grey2.gif);
	background-repeat: no-repeat;
	background-position: 11px 10px;
}

#container #subcontainer #left .bytype .content li.menu a {
	height: 22px;
	display: block;
	color: #666666;
	padding-top: 3px;
	padding-left: 25px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 11px 10px;
}

#container #subcontainer #left .bytype .content li.menu a:hover {
	background-color: #ffffff;
	color: #666666;
	background-image: url(../images/arrow-grey.gif);
}

#container #subcontainer #left .bytype .bottom {
	height: 10px;
	background-image: url(../images/bg-bottom-bytype.gif);
	background-repeat: no-repeat;
	background-position: top left;
}



/* RIGHT */

#container #subcontainer #right {
	float: left;
	width: 185px;
	padding-left: 10px;
}

#container #subcontainer #right .map {
	width: 178px;
	height: 52px;
	background-image: url(../images/bg-map.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	padding-top: 156px;
	padding-left: 7px;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 12px;
}

#container #subcontainer #right .byrange {
	width: 165px;
	height: 220px;
	margin-top: 10px;
	background-image: url(../images/bg-byrange2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	padding-top: 27px;
	padding-left: 5px;
	color: #ffffff;
	font-family: 'Trebuchet MS';
}

#container #subcontainer #right .byrange .text {
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

#container #subcontainer #right .byrange .text-big {
	float: left;
	font-size: 24px;
}

#container #subcontainer #right .packages {
	width: 170px;
	height: 45px;
	margin-top: 10px;
	background-image: url(../images/bg-packages.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#container #subcontainer #right .catalog {
	width: 170px;
	height: 45px;
	margin-top: 10px;
	background-image: url(../images/bg-catalog.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#container #subcontainer #right .packages a {
	display: block;
	height: 45px;
	text-decoration: none;
}

#container #subcontainer #right .catalog a {
	display: block;
	height: 45px;
	text-decoration: none;
}

#container #subcontainer #right .blocktext {
	width: 170px;
	margin-top: 10px;
}

#container #subcontainer #right .blocktext .top {
	background-image: url(../images/bg-top-blocktext.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 6px;
	line-height: 6px;
}

#container #subcontainer #right .blocktext .content {
	width: 158px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	overflow-x: hidden;
}

#container #subcontainer #right .blocktext .content a {
	text-decoration: underline;
}

#container #subcontainer #right .blocktext .bottom {
	background-image: url(../images/bg-bottom-blocktext.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#container #subcontainer #right .banners {
	margin-top: 20px;
}

#container #subcontainer #right .banners img {
	margin-bottom: 20px;
}


/* FOOTER */

#container #footer {
	width: 960px;
	height: 49px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 40px;
	padding-top: 5px;
	color: #666666;
	text-align: center;
}

#container #footer a {
	color: #ff0000;
}
