body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: url(/img/bg.jpg);
	height: 100%;
	cursor: default;
	border: none;
}
*, html { margin: 0; padding: 0; }
div { cursor: default; }
.main {
	margin: 0 auto;
	width: 800px;
	background: #FCFDEC;
	min-width: 800px;
	border: 1px solid green;
}
.info-tour-message {
	outline: 2px solid #7030A0;
	width: 792px;
	margin: 0 auto;
	text-align: justify;
	background: white;
	padding: 5px;
}

.info-tour-message2 {
	outline: 2px solid #7030A0;
	width: 770px;
	margin: 0 auto;
	text-align: justify;
	background: white;
	padding: 5px;
}

.header {
	margin: 0 auto;
	/* background: #FCFDEC url(/img/header/header1.jpg) top left no-repeat; */
	background: #FCFDEC url(/img/header/header-dreamhomescenter-frontend.jpg) top left no-repeat; 
	height: 42px;
	padding-top: 170px;
	text-align: center;
}

.header a.link {
	height: 170px;
	margin-top: -170px;
	width: 800px;
	float: left;
}
.footer {
	height: 42px;
	margin: 0 auto;
	width: 800px;
}
.copyright {
	padding:4px;
	width: 792px;
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	/* height: 25px; */
	/* line-height: 25px; */
}
.copyright div {
	/* height: 25px; */
	line-height: 25px;
}

div.clear { clear: both; line-height: 0px; }
div.sz-10 { height: 10px; min-height: 10px; max-height: 10px; }

/* -- [MainMenu] -- */
.menu {
	height: 42px;
	margin: 0 auto;
	width: 800px;
    list-style-type: none;
    display: block;
}
.menu li {
    display: inline;
    list-style-type: none;
}
.menu li a {
    float: left;
    height: 42px;
    background: transparent url(/img/menu-index.png) 0 0 no-repeat;
}
.menu li.menu-item-1 a { background-position: 0px 0; width: 86px; }
.menu li.menu-item-2 a { background-position: -86px 0; width: 85px; }
.menu li.menu-item-3 a { background-position: -171px 0; width: 89px; }
.menu li.menu-item-4 a { background-position: -260px 0; width: 87px; }
.menu li.menu-item-5 a { background-position: -347px 0; width: 197px; }
.menu li.menu-item-6 a { background-position: -544px 0; width: 119px; }
.menu li.menu-item-7 a { background-position: -663px 0; width: 137px; }
.menu li.menu-item-1 a:hover { background-position: 0px 100%; }
.menu li.menu-item-2 a:hover { background-position: -86px 100%; }
.menu li.menu-item-3 a:hover { background-position: -171px 100%; }
.menu li.menu-item-4 a:hover { background-position: -260px 100%; }
.menu li.menu-item-5 a:hover { background-position: -347px 100%; }
.menu li.menu-item-6 a:hover { background-position: -544px 100%; }
.menu li.menu-item-7 a:hover { background-position: -663px 100%; }
/* -- [End MainMenu] -- */

/* -- [SubMenu] --*/
/*.sub-menu {
	height: 34px;
	margin: 0 auto;
    list-style-type: none;
    display: block;
    text-align: center;
    width: 781px;
}
.sub-menu li {
    display: inline;
    list-style-type: none;
}
.sub-menu li a {
    float: left;
    height: 34px;
}
.sub-menu li.sub-menu-item-1 a { background: transparent url(/img/photos.jpg) 0 0 no-repeat; width: 98px; }
.sub-menu li.sub-menu-item-2 a { background: transparent url(/img/slideshow.jpg) 0 0 no-repeat; width: 114px; }
.sub-menu li.sub-menu-item-3 a { background: transparent url(/img/video.jpg) 0 0 no-repeat; width: 84px; }
.sub-menu li.sub-menu-item-4 a { background: transparent url(/img/map.jpg) 0 0 no-repeat; width: 84px; }
.sub-menu li.sub-menu-item-5 a { background: transparent url(/img/email.jpg) 0 0 no-repeat; width: 157px; }
.sub-menu li.sub-menu-item-6 a { background: transparent url(/img/add-favorite.jpg) 0 0 no-repeat; width: 160px; }
.sub-menu li.sub-menu-item-7 a { background: transparent url(/img/print.jpg) 0 0 no-repeat; width: 84px; }
.sub-menu li.sub-menu-item-1 a.select { background-image: url(/img/photos-ov.jpg); }
.sub-menu li.sub-menu-item-2 a.select { background-image: url(/img/slideshow-ov.jpg); }
.sub-menu li.sub-menu-item-3 a.select { background-image: url(/img/video-ov.jpg); }
.sub-menu li.sub-menu-item-4 a.select { background-image: url(/img/map-ov.jpg); }
.sub-menu li.sub-menu-item-5 a.select { background-image: url(/img/email.jpg); }
.sub-menu li.sub-menu-item-6 a.select { background-image: url(/img/add-favorite.jpg); }
.sub-menu li.sub-menu-item-7 a.select { background-image: url(/img/print-ov.jpg); }*/
/* -- [End SubMenu] --*/

/* -- [Block] -- */
.block {
	background: white url(/img/mid_left.jpg) top left repeat-y;
	width: 789px !important;
	margin: 0 auto;
	text-align: center;
}
.block div.block-top {
	background: white url(/img/top.jpg) top center no-repeat;
	width: 789px !important;
	margin: 0 auto;
	height: 8px;
}
.block div.block-center {
	padding:10px 0px 10px 0px !important;
	background: transparent url(/img/mid_right.jpg) top right repeat-y;
	margin: 0 auto;
	width: 789px !important;
}
.block div.block-center p{
	padding:0px 10px 0px 10px !important;
}

.block div.block-bottom {
	background: #FCFDEC url(/img/bottom.jpg) bottom center no-repeat;
	width: 789px !important;
	height: 12px;
	margin: 0 auto;
}
/* -- [End Block] -- */

/* -- [QuickMenu] -- */
.q-menu {
	height: 30px;
	margin: 0 auto;
	list-style-type: none;
	display: block;
	text-align: center;
	width: 720px;
}
.q-menu li {
	display: inline;
	list-style-type: none;
}
.q-menu li a {
	float: left;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: gray;
	font-size: 11px;
	line-height: 30px;
	text-align: left;	
}
.q-menu li.q-menu-item-1 a {
	background: transparent url(/img/sale_icon.jpg) right 50% no-repeat;
	padding-right: 40px;
}
.q-menu li.q-menu-item-2 a {
	background: transparent url(/img/find_icon.jpg) right 50% no-repeat;
	padding-right: 36px;
	padding-left: 4px;
	margin-left: 4px;
	margin-right: 4px;
	border-left: 1px solid #d6d8d9;
}
.q-menu li.q-menu-item-3 a {
	background: transparent url(/img/agent_icon.jpg) right 50% no-repeat;
	border-left: 1px solid #d6d8d9;
	padding-right: 33px;
	padding-left: 4px;
}
.q-menu li.q-menu-item-1 a:hover { color: black; }
.q-menu li.q-menu-item-2 a:hover { color: black; }
.q-menu li.q-menu-item-3 a:hover { color: black; }
/* -- [End QuickMenu] -- */

.orange { color: #FF6600; }
.tour-details {
	border: 1px solid silver;
	margin: 0 auto;
	width: 750px;
	padding-top: 5px;
}
.head-line {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	width: 750px;
	padding-top: 5px;
}
.head-line .address {
	padding: 5px;
}
.head-line .title {
	color: #FF6600;
	padding: 5px;
}
.tour-details .description {
	color: black;
	text-align: justify;
	padding: 20px;
}

.details {
	width: 690px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.details .one-cell {
	float: left;
	width: 160px;
	padding: 5px;
	min-height: 30px;
	height: 90px;
	text-align: left;
	/*
	font-size: 11px;
	color: black;
	*/
}

.details .one-cell span.row {
	min-width: 65px;
	width: 65px;
	padding-left: 10px;
	display: inline;
}
.details .price {
	color: #CC0000;
	font-size: 20px;
	margin: 0 auto;
}
a.link:link {text-decoration: none; color:#2675C1;}
a.link:visited {text-decoration:none; color:#2675C1;}
a.link:hover {text-decoration:none; color:#528F00;}
a.link:active {text-decoration:none; color:#2675C1;}

a.red-link { text-decoration: none; color: red; }
a.red-link:hover { text-decoration: underline; color:#3333FF; }
/*a.red-link:visited { text-decoration: none; color: red; }*/

.grey {
	color:#CCCCCC;
} 

.vam {
	text-decoration:none;
	vertical-align:middle;
}

.img_b0vam {
border:0px;
}

.mrt10 {
	margin-top:10px;
}

.mrb10 {
	margin-bottom:10px;
}
