/*------------------------------------------------------------------------*/
html, body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
}

body {
 	height: 100%;
 	width: 100%;
	border: 0px;
	background-color: #ffffff;
}

/*------------------------------------------------------------------------*/
#bodyContainer {
	background-color: #ffffff;
	width:786px;
	margin:auto;
	margin-top:5px;
}

#headerContainer {
	 height:92px;
	 width:729px;
}

#contentContainer {
	width:729px;
	float:left;
}

#leftContainer {
	width:277px;
	float:left;
	margin-top:2px;
	margin-right:2px;
}

#languageContainer {
	float:left;
	margin-left:6px;
}

#functionsContainer {
	float:right;
	margin-right:7px;
}

#menuContainer {
	 width:277px;
	 height:15px;
	 background-color:#eaeaea;
}

#headerContainerRight {
	margin-top:50px;width:57px;
}

#pathContainer {
	width:450px;
	height:25px;
	font-size:10px;
	font-family:Arial,Helvetica,Sans-Serif;
	line-height:25px;
	color:#ababab;
}

#footerContainer {
	width:729px;
	margin-top:30px;
}

#footerHeader {
	height:2px;
	background-color:#cecece;
}

#footerText {
	margin-top:2px;
	height:15px;
	width:729px;
	background-color:#eaeaea;
	line-height:15px;
	font-size:10px;
	text-align:center;
	font-family:Arial,Helvetica,Sans-Serif;
	color:#8f8f8f;
}

#textContainer {
	padding-left:0px;
	padding-right:12px;
}

#rightContainer {
	width:450px;
	margin-top:2px;
}

#photoContainer {
	width:450px;
	height:200px;
	margin-top:2px;
	margin-bottom:2px;
}

#photoHeader {
	width:450px;
	height:15px;
	background-color:#ff931d;
}

#photoFooter {
	width:450px;
	height:4px;
	background-color:#ff931d;
}

/*------------------------------------------------------------------------*/
#menuBorder {
	width:277px;
	height:2px;
	margin-top:2px;
	margin-bottom:16px;
	background-color:#cecece;
}
/*------------------------------------------------------------------------*/
#menuLeft .menuItem {
	width:267px;
	height:29px;
	border-bottom:1px solid #d3d1d1;
	background-image:url(../images/menu.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#menuLeft .menuItem a {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	margin-left: 24px;
}

#menuLeft .menuItemSelected {
	width:267px;
	height:29px;
	border-bottom:1px solid #d3d1d1;
	background-image:url(../images/menu-selected-orange.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#menuLeft .menuItemSelected a {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	margin-left: 24px;
}
/*------------------------------------------------------------------------*/
#submenuLeft {
	 margin-left:8px;
	 margin-top:50px;
}

#submenuLeft .menuItem {
	margin-top:3px;
	width:218px;
	height:21px;
	background-color:#f8f8f8;
	background-image:url(../images/submenu.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#submenuLeft .menuItem a {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #3a3a3a;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 21px;
	margin-left: 16px;
}

#submenuLeft .menuItemSelected {
	margin-top:3px;
	width:218px;
	height:21px;
	background-color:#f8f8f8;
	background-image:url(../images/submenu-selected-orange.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#submenuLeft .menuItemSelected a {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #3a3a3a;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 21px;
	margin-left: 16px;
}
/*------------------------------------------------------------------------*/
