/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:980px;
} 

body { 
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:left top; 
     /*background-image:url(images/body-bg1.jpg);*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#cccccc; 
	min-width:980px;
}

#main {background:url(images/body-bg2.jpg) top left no-repeat;}

object { 
	vertical-align:top; 
	outline:none;
}

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

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*========================== LISTS ============================*/

.site-nav {
	position:absolute;
	left:166px;
	top:0;
}
.site-nav li {
	position:relative;
	float:left;
	text-transform:uppercase;
	line-height:1.2em;
	background-color: #FFFFFF;
}
.site-nav li a {
	position:relative;
	display:block;
	text-decoration:none;
}
.site-nav li a:hover {
	color:#fff;
}
.site-nav li a span {
	position:absolute;
}
.site-nav li.m1 {
	font-size:24px;
	margin-top:130px;
}
.site-nav li.m1 a {
	color:#d8d8d8;
	width:320px;
	height:194px;
}
.site-nav li.m1 a span {
	right:19px;
	bottom:12px;
}
.site-nav li.m2 {
	font-size:33px;
	margin-top:61px;
}
.site-nav li.m2 a {
	color:#515151;
	width:427px;
	height:382px;
}
.site-nav li.m2 a span {
	top:16px;
	right:18px;
}
.site-nav li.m3 {
	font-size:26px;
	margin:3px 0 0 0;
	left:193px;
	position:relative;
	padding-right:70px;
}
.site-nav li.m3 a {
	color:#868686;
	width:388px;
	height:282px;
}
.site-nav li.m3 a span {
	top:14px;
	right:16px;
}
.site-nav li.m1 a:hover,
.site-nav li.m2 a:hover,
.site-nav li.m3 a:hover {
	color:#fff;
}
.site-nav li ul {
	right:0;
	top:14px;
	position:absolute;
	display:none;
}
.site-nav li ul.active {
	display:block;
}
.site-nav li ul li {
	float:none;
	text-transform:none;
	font-size:17px;
	padding-bottom:2px;
}
.site-nav li.m3 ul li a {
	position:relative;
	color:#a8a8a8;
	z-index:1;
	width:auto;
	height:auto;
}
.site-nav li.m1 ul li a:hover,
.site-nav li.m2 ul li a:hover,
.site-nav li.m3 ul li a:hover {
	color:#ee61a6;
}

.social-icons li {
	float:left;
	padding-right:9px;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:20px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	line-height:1.5em;
	margin-bottom:20px;
}

.address span { 
	float:right; 
	margin-right:30px;
}

.gallery {
	padding-top:26px;
	position:relative;
}
.gallery .fleft {
	padding-left:23px;
}

.gallery .fleft ul li a {
	display:inline-block;
	padding:1px;
}
.gallery .fleft ul li a:hover {
	 border:1px solid #fff;
	 padding:0;
}
.gallery .fleft ul li.prev {
	padding-bottom:1px;
}
.gallery .fleft ul li.next {
	padding-top:1px;
}
.gallery .fleft ul li.prev a,
.gallery .fleft ul li.next a {
	padding:0 0 0 1px;
}
.gallery .fleft ul li.prev a:hover,
.gallery .fleft ul li.next a:hover {
	border:0;
}
.gallery .fright {
	width:702px;
}
.gallery .fright ul {
	padding:14px 0 18px 0;
}
.gallery .fright ul li {
	display:inline;
	font-size:17px;
	line-height:1.2em;
	padding-left:12px;
	margin-right:27px;
}
.gallery .fright ul li a {
	color:#838282;
	text-decoration:none;
}
.gallery .fright ul li a:hover,
.gallery .fright ul li a.active {
	color:#fff;
}
.gallery .fright p {
	padding:16px 162px 0 12px;
}
.gallery .fright p span {
	color:#fff;
}

.preview {
	position:absolute;
	left:54px;
	top:121px;
	z-index:3;
}
.preview a {
	position:absolute;
	right:0;
	top:0;
}

.extra-bg {
	background:url(images/png-tail.png);
	position:absolute;
	left:0;
	top:0;
	width:980px;
	height:900px;
	z-index:2;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#fff; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	font-size:25px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:15px;
}

.link {
	font-size:17px;
	line-height:1.2em;
	text-decoration:none;
	border-bottom:1px solid #87375e;
	color:#87375e;
	display:inline-block;
}
.link:hover {
	border:0;
	padding-bottom:1px;
}

/*========================== splash ===========================*/

#splash {
	position:relative;
	height:783px;
}
#splash .logo {
	position:absolute;
	left:165px;
	top:334px;
	z-index:2;
}

/*========================== HEADER ===========================*/

#header .fleft {
	padding:10px 0 0 22px;
}
#header .fright ul {
	background:url(images/nav-border.png) no-repeat right top;
	height:85px;
	padding-left:9px;
	float:right;
}
#header .fright ul li {
	float:left;
	font-size:16px;
	line-height:1.2em;
	text-transform:uppercase;
	border-left:1px solid #010101;
}
#header .fright ul li.alt {
	border:0;
}
#header .fright ul li.alt a {
	background-image:url(images/button-alt.jpg);
}
#header .fright ul li.alt a:hover,
#header .fright ul li.alt a.active {
	background-image:url(images/button-act.jpg);
}
#header .fright ul li a {
	background-color:#171717;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	color:#747474;
	text-decoration:none;
	width:235px;
	height:79px;
}
#header .fright ul li a:hover,
#header .fright ul li a.active {
	background-color:#272727;
	color:#fff;
}
#header .fright ul li a span {
	float:left;
	padding:28px 15px 0 18px;
	background:url(images/arrow.gif) no-repeat right 35px;
}
#header .fright ul li ul {
	display:none;
}
#header .fright ul li ul.active {
	display:block;
}

/*========================= CONTENT ===========================*/

#content {
	min-height:688px;
	height:auto!important;
	height:688px;
}
#content .indent {
	padding:74px 0 30px 535px;
}
#content .indent1 {
	padding-bottom:50px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#5a5a5a;
	padding-left:22px;
}
#footer p.extra {
	padding-left:174px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/
