@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

html {
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #353434;
}

.blue {
	color: #80a8a8;
}

p {
	margin: 0 0 11px 0;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #353434;
}
a:hover, a:active {
	color: #80a8a8;
}

#wrapper {
	position: absolute;
	z-index: 999999;
	top: 50px;
	left: 80px;
	width: 950px;
}

#globalBox {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	margin-right: 33px;
	padding: 12px;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}

#homeBox {
	float: left;
	width: 526px;
	height: 567px;
	background-color: #FFFFFF;
	padding: 25px;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}

#homeButtonBox {
	float: left;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	margin-right: 16px;
	padding: 4px 6px 6px 5px;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}

#nextButtonBox {
	float: left;
	width: 50px;
	height: 20px;
	background-color: #FFFFFF;
	color: #80a8a8;
	padding: 5px;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
#nextButtonBox a:link, #nextButtonBox a:visited {
	color: #80a8a8;
}
#nextButtonBox a:hover, #nextButtonBox a:active {
	color: #80a8a8;
}

.contentBox {
	float: left;
	width: 626px;
	background-color: #FFFFFF;
	margin-top: 16px;
	padding: 20px;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}

/*Supersize Plugin Styles*/

#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img {
	display:inline;
}