/*
	Dreamweb 2010
*/

body {
	background: #57B26D url(../img/bg.png) repeat-x left top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*min-height: 800px;
background-color: #57B26D;
background-position: top left;
background-repeat: no-repeat;
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(121,51,140)),
    color-stop(1, rgb(87,178,110))
);
background-image: -moz-linear-gradient(
    center top,
    rgb(121,51,140) 0%,
    rgb(87,178,110) 100%
);*/

#page {
	position: relative;
	width: 960px;
	height: 690px;
	margin: 30px auto 15px auto;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
}

#header {
	position: relative;
	height: 87px;
	background: url(../img/header.png) repeat-x left bottom;
}

#logo {
	position: absolute;
	top: -5px;
	left: 30px;
}

#logo h1 {
	display: block;
	width: 205px;
	height: 75px;
	background: url(../img/logo.png) no-repeat left top;
	text-indent: -9999px;
}

#introduction {
	position: absolute;
	top: 24px;
	right: 30px;
	line-height: 20px;
	font-size: 12px;
	color: #444D52;
	text-align: right;
	text-shadow: #fff 0 1px 1px;
}

#introduction a {
	color: #009BFF;
	text-decoration: none;
}

#introduction a:hover {
	color: #009BFF;
	text-decoration: underline;
}

#work {
	background-color: #444D52;
	width: 900px;
	height: 506px;
	position: absolute;
	top: 100px;
	left: 30px;
}

#slider {
	position: relative;
}

#slider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#slider a {
	border: 0;
}

.nivo-caption {
	display: none;
}

.nivo-controlNav {
	position: absolute;
	left: 43%;
	bottom: -30px;
}

.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/dots.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 10px;
	float: left;
}

.nivo-controlNav a:hover {
	opacity: 0.9;
}

.nivo-controlNav a.active {
	background-position: -20px 0;
}

.nivo-directionNav a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}

a.nivo-nextNav:hover {
	background-position: -32px -32px;
}

a.nivo-nextNav:active {
	top: 45.3%;
	background-position: -32px -64px;
}

a.nivo-prevNav {
	left: 10px;
}

a.nivo-prevNav:hover {
	background-position: 0 -32px;
}

a.nivo-prevNav:active {
	top: 45.3%;
	background-position: 0 -64px;
}

#footer {
	width: 960px;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 0 1px 1px;

}

div.QOverlay {
	position: absolute;
	top: top;
	left: left;
	width: 100%;
	height: 100%;
	background: #BFBFBF url('../img/logo_loader.png') center 40% no-repeat;
	z-index: 9999;
}

div.QLoaderBar {
	position: relative;
	top: 75%;
	width: 600px;
	margin: 0 auto;
	background-color: #fff;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.QLoader {
	position: relative;
	top: 1px;
	left: 1px;
	width: 40%;
	background-color: #3BB0FF;
	height: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}