@charset "utf-8";

/* main page template styles start here */

#header-gerbera-left_ {
	position:absolute;
	left:0px;
	top:0px;
	width:89px;
	height:178px;
	background-image: url(images/header-gerbera-left.jpg);
}

#header-main-info_ {
	position:absolute;
	left:89px;
	top:0px;
	width:935px;
	height:141px;
	background-image: url(images/header-main-info.jpg);
}


#navigation-vert-divider_ {
	position:absolute;
	left:89px;
	top:141px;
	width:3px;
	height:30px;
	background-color: #008ED6;
}

#navigation-area_ {
	position:absolute;
	left:92px;
	top:141px;
	width:932px;
	height:30px;
	z-index: 200;
	background-color: #008ED6;
}


#bottom-orange-grad_ {
	position:absolute;
	left:89px;
	top:171px;
	width:935px;
	height:7px;
	background-image: url(images/bottom-orange+grad.jpg);
	background-repeat: repeat-x;
}


#body-white_ {
	width:1024px;
	background-color: #FFFFFF;
	min-height: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 180px;
}
#body-content {
	background-color: #FFFFFF;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}


#footer-back_ {
	width:1024px;
	height:43px;
	background-image: url(images/footer-back.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#outside-container {
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
	min-height: 100%;
	background-color: #cdcdcd;
}
#header {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
}
