/* general reset */
body {
	margin:0;
	color:#333333;
	font:12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.gif) repeat-x;
}
/*new */
.thumbWrapperSpecials { display:block; width:353px; height:161px; overflow:hidden;}
.thumbSpecials { width:353px; height:161px; text-indent:-100000px; overflow:hidden;}

.thumbWrapperQuicklinks { display:block; width:154px; height:118px; overflow:hidden;}
.thumbQuicklinks { width:154px; height:118px; text-indent:-100000px; overflow:hidden;}

.thumbWrapperTours { display:block; width:235px; height:118px; overflow:hidden;}
.thumbTours { width:235px; height:118px; text-indent:-100000px; overflow:hidden;}

img {
	border:0;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* main wrapper */
#wrapper {
	width:924px;
	margin:0 auto;
	position:relative;
}
/* top text block */
.top-text {
	width:904px;
	margin:0 auto;
	background:#383635 url(../images/bg-top-block.gif) no-repeat;
	color:#fff;
}
.top-text h2 {
	font-weight:normal;
	margin:0;
	font-size:13px;
	line-height:37px;
	text-align:center;
}
.wrapper-t {
	background: url(../images/bg-wrapper-t.png) no-repeat;
	width:924px;
	padding:10px 0 0;
}
.wrapper-c {
	width:904px;
	overflow:hidden;
	background:#fff;
	padding:326px 10px 0;
	position:relative;
}
/* header */
#header {
	width:924px;
	height:316px;
	position:absolute;
	top:0;
	left:10px;
}
/* header top-block */
#header .top-block {
	width:904px;
	overflow:hidden;
	height:100px;
}
/* logo */
.logo {
	position:absolute;
	margin:0;
	z-index:10;
	top:60px;
	left:26px;
}
.logo a {
	overflow:hidden;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:185px;
	height:86px;
	background:url(../images/logo.jpg) no-repeat;
}
/* main navigation */
#header .nav {
	padding:0;
	list-style:none;
	overflow:hidden;
	margin:43px 0 0 243px;
}
#header .nav li {
	float:left;
	
	margin:0 6px 0 0;
}
#header .nav li a {
	color:#ffffff;
	font-size:14px;
	background:#393635 url(../images/bg-nav-l.gif) no-repeat;
	line-height:29px;
	float:left;
	
	overflow:hidden;
}
#header .nav li a span{
	background: url(../images/bg-nav-r.gif) no-repeat 100% 0;
	float: left;
	cursor: pointer;
	padding:0 24px;
}
#header .nav li a:hover,
#header .nav li.active a {
	background:#f26631 url(../images/bg-nav-l-hover.gif) no-repeat;
	text-decoration:none;
}
#header .nav li a:hover span,
#header .nav li.active a span{
	background:url(../images/bg-nav-r-hover.gif) no-repeat 100% 0;
}
/* top visual block */
#header .visual {
	width:804px;
	height:197px;
	padding:0 100px 0 0;
	background: url(../images/bg-visual.jpg) no-repeat;
	margin:21px 0 0;
	position:relative;
	color:#fff;
	overflow:hidden;
}
#header .visual .slogan {
	margin:78px 0 0 29px;
}
#header .visual .slogan strong {
	font-size:28px;
	display:block;
}
#header .visual .slogan span {
	font-size:14px;
	display:block;
	font-weight:bold;
}
/* top visual block */
#header .visual {
	width:804px;
	height:197px;
	padding:0 100px 0 0;
	background: url(../images/bg-visual.jpg) no-repeat;
	margin:21px 0 0;
	position:relative;
	color:#fff;
	overflow:hidden;
}
#header .visual .slogan {
	margin:48px 0 0 29px;
}
#header .visual .slogan strong {
	font-size:28px;
	display:block;
}
#header .visual .slogan span {
	font-size:14px;
	display:block;
	font-weight:bold;
}
/* you-tube & flickr buttons */
.you-tube,
.flickr {
	position:absolute;
	width:68px;
	height:68px;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	right:13px;
}
.you-tube {
	background: url(../images/you-tube.png) no-repeat;
	top:16px;
}
.flickr {
	background: url(../images/flickr.png) no-repeat;
	bottom:11px;
}
/* main block */
#main {
	background:#e2eae6 url(../images/bg-main.gif) no-repeat;
	width:904px;
}
.main-b {
	background:url(../images/bg-main-b.gif) no-repeat 0 100%;
	padding:0 6px 30px 7px;
	width:891px;
	overflow:hidden;
}
/* sub-navigation */
#main .nav {
	margin:16px 0 0 -5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:896px;
}
#main .nav  li {
	float:left;
	display:inline;	
	margin:0 0 0 5px;
}
#main .nav li a {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	float:left;
	width:219px;
	height:43px;
	background: url(../images/bg-nav2.gif) no-repeat;
	line-height:43px;
	text-align:center;
}
#main .nav li a:hover,
#main .nav li.active a {
	background: url(../images/bg-nav2-hover.gif) no-repeat;
	text-decoration:none;
}
/* main-holder */
.main-holder {
	width:891px;
	overflow:hidden;
}
/* sidebar */
#sidebar {
	width:365px;
	float:left;
}
/* content */
#content {
	width:509px;
	float:left;
	display:inline;
	margin:0 0 0 17px;
}
/* sidebar block */
#sidebar .block {
	background:#fff url(../images/bg-sidebar-block-t.gif) no-repeat;
	width:365px;
	margin:18px 0 0;
}
#sidebar .block-b {
	width:353px;
	overflow:hidden;
	background:url(../images/bg-sidebar-block-b.gif) no-repeat 0 100%;
	padding:0 6px 6px;
}
.block h3 {
	margin:0;
	padding:0 0 0 8px;
}
.block h3 a {
	color:#fff;
	line-height:38px;
	padding:0 0 0 18px;
	font-size:16px;
	background: url(../images/bullet-h3.gif) no-repeat 0 5px;
}
.block h3 a:hover {
	text-decoration:none;
}
/* visual block */
.block .visual {
	width:353px;
	overflow:hidden;
	margin:7px 0 0;
}
.block .visual img {
	display:block;
}
.block h4 {
	font-size:14px;
	margin:10px 0 0;
}
.block h4 a {
	font-size:14px;
	color:#393736;
}
.block h4 a:hover {
	text-decoration:none;
}
.block .text {
	padding:0 3px 0 14px;
	overflow:hidden;
}
.block p {
	margin:5px 0 0;
	line-height:17px;
}
.block .btn {
	overflow:hidden;
	width:100%;
	margin:10px 0 4px;
}
/* button */
.btn a {
	background: url(../images/bg-btn.gif) no-repeat;
	width:74px;
	height:29px;
	line-height:27px;
	float:right;
	color:#fff;
	font-weight:bold;
	padding:0 30px 0 16px;
}
.btn a:hover {
	text-decoration:none;
}
.block .some-list {
	margin:2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.block .some-list li {
	background:#f7f8f7;
	margin:7px 0 0;
	overflow:hidden;
	width:100%;
	float:left;
	clear:both;
}
.block .some-list .visual {
	width:154px;
	float:left;
	overflow:hidden;	
	margin:0;
}
.block .some-list .text {
	width:187px;
	float:left;
	padding:10px 6px 0;
}
.block .some-list .text p {
	font-size:11px;
	margin:11px 0 0;
	line-height:15px;
}
/* content block */
#content .block {
	background:#fff url(../images/bg-content-block-t.gif) no-repeat;
	width:509px;
	margin:18px 0 0;
}
#content .block-b {
	width:497px;
	overflow:hidden;
	background:url(../images/bg-content-block-b.gif) no-repeat 100% 100%;
	padding:0 6px 6px;
}
#content .block .text {
	padding:8px 8px 0 9px;
}
/* content frame */
#content .frame {
	width:522px;
	overflow:hidden;
	margin:0 0 0 -13px;
}
#content .frame .block {
	width:248px;
	background:#fff url(../images/bg-content-block2-t.gif) no-repeat;
	float:left;
	margin:18px 0 0 13px;
	display:inline;
}
#content .frame .block-b {
	width:236px;
	padding:0 6px;
}
#content .frame .visual {
	width:235px;
	overflow:hidden;
}
#content .frame .list {
	margin:2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#content .frame .list li {
	background: url(../images/separator-list.gif) repeat-x 0 0;
	padding:0 0 10px 0;
	width:100%;
	overflow:hidden;
	margin:-2px 0 2px;
}
#content h5 {
	font-size:12px;
	color:#393736;
	margin:0 0 -5px 0;
}
#content h5 a:hover {
	text-decoration:none;
}
#content .border {
	background: url(../images/separator-list.gif) repeat-x 0 0;
	margin:6px 0 0;
	padding:8px 8px 8px 9px !important;
}
#content .border .btn {
	margin:0;
}
/* weather block */
.weather {
	width:226px;
	margin:24px 0 0;
	padding:0 0 0 9px;
}
.weather .top {
	width:226px;
	overflow:hidden;
}
.weather .item {
	border:1px solid #bbbbcc;
	width:40px;
	padding:1px;
	float:left;
}
.weather .item img {
	display:block;
}
.temp {
	color:#a2b5ab;
	width:50px;
	padding:0 0 0 10px;
	font-size:16px;
	float:left;
}
.week {
	margin:15px 0 0 -6px;
	padding:0 0 5px 0;
	list-style:none;
	overflow:hidden;
	width:252px;
}
.week li {
	width:50px;
	float:left;
	margin:0 8px 0 0;
	display:inline;
}
.week li .day {
	font-size:14px;
	color:#a2b5ab;
	display:block;
	text-align:center;
}
.week .temp {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	width:50px;
	padding:0;
	text-align:center;
	float:none;
	display:block;
}
.week .item {
	float:none;
	margin:0 auto;
}
.params {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
	width:122px;
}
.params li {
	float:left;
	color:#333333;
}
/* footer */
#footer {
	margin:22px 0 0;
	background:#e2eae6 url(../images/bg-main.gif) no-repeat;
}
.footer-b {
	background:url(../images/bg-main-b.gif) no-repeat 0 100%;
	width:834px;
	overflow:hidden;
	padding:0 35px 30px;
}
#footer .title {
	color:#363433;
	text-align:center;
	font-size:22px;
	font-weight:normal;
	display:block;
	margin:20px 0 0;
	background: url(../images/separator-footer.gif) repeat-x 0 100%;
	padding:0 0 20px 0;
}
#footer .frame {
	width:100%;
	overflow:hidden;
	background: url(../images/separator-footer.gif) repeat-x 0 100%;
	padding:25px 0 20px;
}
#footer .boxa {
	width:240px;
	float:left;
	margin:0 6px 0 0;
	display:inline;
}
#footer .boxa strong {
	font-size:14px;
	padding:0 0 0 6px;
}
#footer .boxb {
	width:200px;
	float:left;
	margin:0 6px 0 0;
	display:inline;
}
#footer .boxb strong {
	font-size:14px;
	padding:0 0 0 6px;
}
#footer .boxc {
	width:230px;
	float:left;
	margin:0 6px 0 0;
	display:inline;
}
#footer .boxc strong {
	font-size:14px;
	padding:0 0 0 6px;
}
#footer .boxd {
	width:125px;
	float:left;
	margin:0 6px 0 0;
	display:inline;
}
#footer .boxd strong {
	font-size:14px;
	padding:0 0 0 6px;
}
#footer ul {
	margin:10px 0 0;
	padding:10px 0 0 20px;
	list-style:none;
	background: url(../images/separator-footer.gif) repeat-x;
}
#footer ul li {
	background: url(../images/bullet-footer.gif) no-repeat 0 5px;
	padding:0 0 0 11px;
	margin:0 0 5px 0;
}
#sub-footer {
	width:891px;
	margin:0 auto;
	overflow:hidden;
}
.validation {
	float:right;
}
/* sub-footer */
.sub-footer p {
	margin:0;
	line-height:60px;
}
