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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{
	display:block;
}
meter,progress,mark, time{
	display:inline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
html, body {
	height:100%;
}
html {
	min-width:1000px;
}
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#000;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
a.und, .und a {
	text-decoration:none;
}
a.und:hover, .und a:hover {
	text-decoration:underline;
}
.nocolor, .nocolor a{
	color:inherit;
}
/*==== GLOBAL =====*/
#main {
	width:1000px;
	margin:0 auto;
	font-size:.75em;
	min-height:100%;
}
header{
	height:108px;
	position:relative;
}

#content{
	width:976px;
	height:600px;
	background:url(../images/content-bg.png);
	position:relative;
	margin-top:106px;
	margin-bottom:100px;
	overflow:hidden;
	z-index:2001;
}

footer {
	height:88px;
	background: url(../images/footer-bg.png) repeat-x;
	position:relative;
	top:-88px;
	z-index:2002;
}

.top-tail{
	width:100%;
	float:left;
	background:url(../images/header-bg.png) repeat-x;
}

/*----- forms parameters -----*/

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	margin:0;
}

textarea{
	overflow:auto;
}
/*----- other -----*/

.mrk,.list a{
	background:url(../images/marker1.png) left center no-repeat;
	padding-left:14px;
	display:inline-block;
}

.list a{
	line-height:24px;
}

.extra-wrap {
	overflow:hidden;
}
p {
	margin-bottom:20px;
}
.p1 {
	margin-bottom:10px;
}
.p2 {
	margin-bottom:20px;
}
.p3 {
	margin-bottom:30px;
}

.red{
	color:#f7155a;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#f7155a;
	outline:none;
}
a:hover {
	text-decoration:none;
}
/*==================boxes====================*/

dl.address{
	white-space:nowrap;
}

dl.address dd {
	clear:both;
}
dl.address dd span {
	float:left;
	padding-right:4px;
}
dl.img-box,.img-box-set dl {
	padding-bottom:0px;
	overflow:hidden;
}
dl.img-box dt ,.img-box-set dl dt{
	float:left;
	padding-right:16px;
}
dl.img-box dd ,.img-box-set dl dd{
	overflow:hidden;
	padding-top:6px;
}

.img-box.t2 dd{
	padding-top:0;
}

.img-box.t2 dt{
	padding-right:18px;
}

/*===== header =====*/
header h1{
	width:195px;
	height:159px;
	background:url(../images/logo-bg.png) no-repeat;
	position:absolute;
	z-index:2000;
}

header h1 a{
	font:122px/1.2em Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	position:absolute;
	width:195px;
	height:159px;
	z-index:2003;
}

header h1 a span{
	left:28px;
	top:-12px;
	position:absolute;
}

header h1 .slogan{
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	left:53px;
	top:110px;
}

header nav{
	position:absolute;
	left:585px;
	top:12px;
	z-index:2001;
}

header nav ul li{
	width:108px;
	float:left;
	background:url(../images/dot-border.png) repeat-y right;
	padding:10px 0 0 22px;
}

header nav ul li.snd{
	width:136px;
}

header nav ul li.last{
	width:auto;
	background:none;
}

header nav ul li a{
	font:15px/1.2em Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	text-decoration:none;
	text-transform:uppercase;
	background: url(../images/nav-.png) left center no-repeat;
	padding-left:16px;
	clear:both;
	float:left;
	white-space:nowrap;
	margin-bottom:10px;
}

header nav ul li a.active,header nav ul li a:hover{
	background:url(../images/nav+.png) left center no-repeat;
}
/*===== content =====*/

#content{
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#2a2a2a;
}

#content h2{
	font:27px/1.2em Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:16px;
}

#content .jScrollPane{
	display:block;
	height:580px;
	overflow:hidden;
	padding-top: 53px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#content .jScrollPaneTrack{
	background: url(../images/shuttle.png);
}

#content time{
	display:block;
	width:51px;
	height:61px;
	background:#f30d5a;
	font:34px/1.2em Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	position:relative;
}

#content time span{
	font:27px/1.2em Arial, Helvetica, sans-serif;
	position:absolute;
	top:24px;
	left:9px;
}

#content .border-bottom{
	background:url(../images/border-hor.png) bottom repeat-x;
	margin-bottom:24px;
	overflow:hidden;
}

#content .trnsgb{
	width:574px;
	overflow:hidden;
	background:url(../images/content-bg.png);
	padding:33px 0 33px 38px;
}

/*===== footer =====*/
footer>div{
	width:1000px;
	margin:0 auto;
	position:relative;
}

footer nav{
	position:absolute;
	top:60px;
	left:0;
}

footer nav ul li{
	float:left;
	margin-right:16px;
}

footer nav ul li a{
	font:11px Arial, Helvetica, sans-serif;
	color:#171717;
}

footer .privacy{
	position:absolute;
	left:826px;
	top:30px;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
}

footer .logo{
	font:34px/1.2em Arial, Helvetica, sans-serif;
	color:#993333;
	margin-right:4px;
	text-decoration:none;
}


/*----- forms -----*/

#search{
	color:#4a4a4a;
	font:11px/21px Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:29px;
}

#search label{
	float:left;
	background:url(../images/search-input.png) right top no-repeat;
}

#search label input{
	width:110px;
	background: url(../images/blank.gif);
	border:none;
	padding:1px 0 2px 4px;
	margin-left:8px;
}

#search input[type=submit]{
	width:21px;
	height:21px;
	background:url(../images/search-submit.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
}

#form1 .left{
	width:229px;
	float:left;
	margin-right:50px;
}

#form1 .right{
	width:269px;
	float:left;
}

#form1 .left label{
	float:left;
	margin-bottom:12px;
}

#form1 .left input,#form1 .right textarea{
	width:221px;
	float:left;
	border:1px #d3d3d3 solid;
	background:#fff;
	padding:1px 0 1px 6px;
}

#form1 .right textarea{
	width:261px;
	height:65px;
	overflow:auto;
}

#form1 .btns{
	float:right;
	padding-top:24px;
}

#form1 .btns a{
	float:left;
	margin-left:18px;
	
}
/*==========================================*/
/*SCRIPTS*/
/*==========================================*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	width:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	border-top:1px #d2d2d0 solid;
	border-bottom:1px #d2d2d0 solid;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.dream footer,.dream header{
	display:none;
}

.dream #content{
	background:#fff;
}

#gallery #thumbs{
	overflow:hidden;
	padding-top:15px;
}

#gallery #pic img{
	cursor:pointer;
}

#gallery #thumbs>a{
	margin-top:30px;
	float:left;
}

#gallery #thumbs a[rel=next]{
	float:right;
	margin-right:30px;
}

#gallery #thumbs li{
	float:left;
	margin-right:14px;
}

#gallery #pic{
	position:relative;
	overflow:hidden;
	height:298px;
}

#gallery #pic img{
	position:absolute;
}
