/* ----------------------------------------------------------------------------------------------------
 * General page layout
 * ---------------------------------------------------------------------------------------------------- */

body {
	background-image: url('images/body_background.gif');
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 240px;
}

#header-logo {
	position: absolute;
	z-index: 30;
}

#header-tagline {
	position: absolute;
	z-index: 20;
	top: 145px;
	left: 280px;
	width: 440px;
	height: 70px;
	background-image: url('images/tagline_background.png');
	background-repeat: no-repeat;
	background-position: 0 47px;
}

#header-image {
	position: absolute;
	z-index: 10;
	left: 550px;
}

#page {
	z-index: 110;
	background-image: url('images/page_background.png');
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 350px;
	_height: 350px;
}

#page-content {
	z-index: 200;
	padding: 10px 0 0 0;
	background-image: url('images/base_background.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	float: right;
	width: 930px;
}

#flash-reflection {
	background-image: url('images/headline_rule.png');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	z-index: 139;
	position: absolute;
	width: 700px;
	height: 30px;
	top: 65px;
	left: -3px;
}

#flash-reflection-content {

}

/* ----------------------------------------------------------------------------------------------------
 * Main side navigation
 * ---------------------------------------------------------------------------------------------------- */

#page-menu {
	position: relative;
	float: left;
	padding-left: 10px;
	width: 190px;
	background-image: url('images/menu_background.gif');
	background-repeat: repeat-y;
	background-position: 170px 0;
	margin-bottom: 20px;
}

#page-menu .menu_right_border {
	background-image: url('images/menu_border.gif');
	background-repeat: no-repeat;
	background-position: 0 25px;
}

#page-menu li {
	float: left;
	clear: both;
}

#page-menu .current {
	background-image: url('images/menu_current.png');
	background-repeat: no-repeat;
	background-position: top;
}

#page-menu .current a {
	color: #394f85;
}
#page-menu .current ul li a {
	color: #535353;
}

#page-menu a {
	float: left;
	display: block;
	color: #535353;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	width: 150px;
	height: 10px;
	padding: 8px 0 8px 20px;
	overflow: hidden;
}

#page-menu a:hover {
	color: #3d93cf;
}

#page-menu ul li ul .current {
	background-image: url('images/submenu_current.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#page-menu ul li ul .current a {
	font-weight: bold;
}

#page-menu ul li ul li a {
	font-weight: normal;
	width: 140px;
	padding: 8px 0 8px 30px;
}

/* ----------------------------------------------------------------------------------------------------
 * Page element layout
 * ---------------------------------------------------------------------------------------------------- */

#page-inside {
	position: relative;
	float: right;
	padding-right: 30px;
    /* width: 700px; */
	height:auto;
}

#page-contact {
	z-index: 200;
	position: absolute;
	right: 27px;
	top: 15px;
}

#page-title {
	z-index: 150;
	position: absolute;
	left: 0px;
	top: 30px;
	height: 90px;
	width: 700px;
}

#page-editable {
	z-index: 200;
	position: relative;
	top: 67px;
	/*margin-top: 40px;*/
	width: 700px;
	margin-bottom: 90px;
}

.table-content {
	padding-top: 38px;
}

/* ----------------------------------------------------------------------------------------------------
 * Footer layout and styles
 * ---------------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	height: 40px;
	padding: 10px 30px 0px 30px;
}

#footer-menu {
	position: relative;
	float: left;
	width: 590px;
}

#footer-menu ul li {
	display: block;
	float: left;
}

#footer-menu .menu_right_border {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}

#footer-text {
	position: relative;
	float: left;
	clear: both;
}

#footer-contact {
	position: relative;
	float: right;
	text-align: right;
}

/* ----------------------------------------------------------------------------------------------------
 * Editable area styles
 * ---------------------------------------------------------------------------------------------------- */

#page-editable td {
	vertical-align: top;
}

.dropin {
	float: left;
	margin-bottom: 10px;
}

.testimonial {
	background-color: #f1f1f3;
	background-image: url('images/testimonial_background.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 15px 60px 70px 10px;
	width: 210px;
}

.infobox {
	background-image: url('images/infobox_background.png');
	background-position: top;
	background-repeat: no-repeat;
	padding: 15px;
	width: 250px;
}

/* ----------------------------------------------------------------------------------------------------
 * Contact form
 * ---------------------------------------------------------------------------------------------------- */

#contact-form .field {
	width: 200px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #474747;
}

#contact-form .largefield {
	width: 380px;
	height: 130px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #474747;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------
 * Other styles
 * ---------------------------------------------------------------------------------------------------- */

.left { float: left; }
.right { float: right; }

.success { color: #88E91F; }
.error { color: #FF3333; }












