body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #78797b;
	margin: 0;
	padding: 0;
	background-color: #d5d8db;
	background-image: url("../../images/index/bg_body.jpg");
	background-repeat: repeat-x;	
}

a {
	text-decoration: none;
	color: #07739c;
}

a:hover {
	text-decoration: none;
	color: #07739c;
}

h3 {
	
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
}

/* MAIN STYLES */

div#root{
	width: 780px;
	margin: auto;
}

div#root div#topContainer{
	height: 256px;

}

div#root div#topContainer div#topLeft{
	width: 210px;
	height: 254px;
	float: left;
	border-bottom: 2px solid #586b76;
}

div#root div#topContainer div#topLeft a#logo{
	display: block;
}

div#root div#topContainer div#topLeft a#logo img#img_logo{
	display: block;
}

div#root div#topContainer div#topLeft div#path{
	height: 28px;
	padding: 15px 25px;
	background-color: #a6b0b7;
	border-bottom: #586b76;
}

div#root div#topContainer div#topLeft div#path a{
	color: #d5d8db;
}

div#root div#topRight{
	height: 256px;
	float: left;
} 

div#root div#topContainer div#topRight div#menuContainer {
	padding: 15px 15px 10px;
	height: 49px;
	background-image: url("../../images/index/bg_menu_container.jpg");
	background-repeat: no-repeat;
	background-position: 15px 0px;
}

div#root div#topContainer div#topRight div#menuContainer div.menuItem{
	float: left;
	padding: 0px 15px;	
	height: 40px;
}

div#root div#topContainer div#topRight div#menuContainer div.menuItem a.link{
	display: block;
	padding: 20px 0px 5px;
	color: #939ea6;
	font-size: 15px;
	font-weight: normal;
}

div#root div#topContainer div#topRight div#menuContainer div.menuSeparator{
	float: left;
	width: 1px;
	height: 40px;
	background-color: #7b8892;
}

div#root div#topContainer div#topRight div#imageContainer{
	background-image: url("../../images/index/bg_image_container.jpg");
	height: 182px;
	width: 570px;
	
}

div#root div#topContainer div#topRight div#imageContainer img{
	display: block;
	padding: 2px 3px 0px 0px;
}

div#root div#bottomContainer{
	background-image: url("../../images/index/bg_bottom_container.jpg");
	background-repeat: repeat-y;
	background-position: 610px 0px;
}

div#root div#bottomContainer div#textContainer{
	_height: 150px;
	min-height: 150px;
	padding: 30px 60px;
	background-image: url("../../images/index/bg_text_container.jpg");
	background-repeat: no-repeat;
	background-position: right bottom; 
			
}

div#root div#bottomContainer div#textContainer h3{
	font-size: 18px;
	font-weight: normal;
}

div#root div#bottomContainer div#textContainer div#text{
	width: 490px;	
}

div#root div#bottomContainer div#textContainer div#contactText{
	width: 490px;
}

div#root div#bottomContainer div#textContainer div#googleMap{
	width: 550px;
	height: 350px;
	margin: 20px 40px 20px 0px;
}

div#root div#bottomContainer div#textContainer div#contactForm{
	width: 490px;
	border-top: 1px solid #A6B0B7;
	border-bottom: 1px solid #A6B0B7;
	padding: 30px 0px;
	margin: 30px 0px;
}

div#root div#bottomContainer div#textContainer div#contactForm h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 25px 15px;
}

div#root div#bottomContainer div#textContainer div#contactForm label{
	display: block;
	width: 150px;
	padding: 4px 10px;
	margin: 5px 0px;
	float: left;
	text-align: right;
}

div#root div#bottomContainer div#textContainer div#contactForm input{
	display: block;
	width: 180px;
	padding: 2px 4px;
	margin: 5px 10px;
	border: 1px solid #c0c0c0;
	float: left;
}

div#root div#bottomContainer div#textContainer div#contactForm input.submit{
	display: block;
	width: 160px;
	padding: 2px 5px;
	margin: 10px 180px;
}

div#root div#bottomContainer div#textContainer div#contactForm textarea{
	display: block;
	width: 280px;
	height: 100px;
	padding: 2px 4px;
	margin: 5px 10px;
	border: 1px solid #c0c0c0;
	float: left;
}

div#root div#bottomContainer div#bottomBar{
	background-image: url("../../images/index/bg_bottom_bar.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	height: 160px;
}

div#root div#bottomContainer div#bottomBar div.barItemContainer{
	width: 241px;
	height: 160px;
	padding: 0px 9px 0px;
	background-image: url("../../images/index/bg_bar_item_container.jpg");
	background-repeat: no-repeat;
	background-position: 15px 0px;
	float: left;
}

div#root div#bottomContainer div#bottomBar div.barItemContainer div.barItemTitle{
	padding: 15px 0px;
	line-height: 15px;
	height: 30px;
	color: #e2e4e6;
	text-align: right;
}

div#root div#bottomContainer div#bottomBar div.barItemContainer div.barImageContainer{
	width: 240px;
	height: 63px;
	background-image: url("../../images/index/bg_image_container.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

div#root div#bottomContainer div#bottomBar div.barItemContainer a.button{
	width: 90px;
	height: 20px;
	display: block;
	float: right;
	margin: 8px 1px;;
	background-image: url("../../images/index/bar_button.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	
}

div#root div#bottomContainer div#bottomBar div.barSeparator{
	height: 160px;
	width: 1px;
	background-image: url("../../images/index/bg_bar_separator.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;	
}

div#root div#bottomContainer div#footerContainer{
	_heigth: 96px;
	min-height: 96px;
	width: 551px;
	padding: 30px;
	background-image: url("../../images/index/bg_footer.jpg");
	background-repeat: no-repeat;
	background-position: 473px 0px;
	float: left;
}

div#root div#bottomContainer div#footerContainer div.footerItem{
	float: left;
	line-height: 12px; 
	padding: 5px;
	margin: 5px 0px;
}

div#root div#bottomContainer div#footerContainer div.footerItem a{
	color: #222d39;
	font-size: 10px;
}

div#root div#bottomContainer div#footerContainer div.footerSeparator{
	width: 1px;
	height: 20px;
	float: left;
	background-image: url("../../images/index/bg_footer_separator.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

div#root div#bottomContainer div#authorContainer{
	float: left;
	width: 169px;
}

div#root div#bottomContainer div#authorContainer div.rostbud{
	padding: 30px 0px;
	text-align: center;
}

div#root div#bottomContainer div#authorContainer div.vert{
	padding: 30px 0px;
	font-size: 11px;
	text-align: center;
}

/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.noBorder {
	border: 0;
}

.error {
	color: #c01524;
	font-weight: bold;
}

/* MENU STYLES */
.ddmx {
	
}

.center{
	margin: auto;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #7e8c96;
	display: block;
	padding: 3px 20px;
    position: relative;
    z-index: 500;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	    
}

.ddmx div.section {
	background-color: #475c69;
    font-size: 10px;
    color: #ffffff;
    
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx div.section a{
	background-color: #475c69;
    font-size: 10px;
    color: #ffffff;
}