/* CSS Document */

/********************************
		Debugging CSS rules
********************************/
.mark1{
	border: 2px solid red;
}
.mark2{
	border: 2px solid green;
}
.mark3{
	border: 2px solid orange;
}
/********************************
		 General CSS rules 
********************************/
html{
	width: 100%;
	height: 100%;
	text-align: center;
}
body{
	height: 100%;
	background-color: #000;
	color: #4B321A;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
}
td{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;

}
div#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

/********************************
		 Head CSS rules 
********************************/

div#languageContainer{
	text-align: center;
	margin-top: 0px;
	height: 172px;
}
div#languageContainer div#positioningContainer{
	width: 151px;
	margin: 0 auto;
}
div#languageContainer img{
	margin-top: 22px;
	float: left;
}
div#languageContainer div#languages{
	height: 25px;
	background-color: #7E542B;
	width: 151px;
	word-spacing: 33px;
	line-height: 25px;
}
div#languageContainer div#languages a{
	color: #A38669;
	text-decoration: none;
}
div#languageContainer div#languages a:hover{
	color: #C3A689;
}
div#languageContainer div#languages a.selected{
	color: #D7B492;
}
div#navigation{
	height: 53px;
	background-image: url("../img/sectionSeperator.jpg");
	background-position: 0 0px;
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-left: 53px;
	margin-right: 37px;
}
div#navigation div.navItem{
	width: 19.9%;
	height: 53px;
	line-height: 53px;	
	background-image: url("../img/sectionSeperator.jpg");
	background-position: right 0px;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
div#navigation div.navItem a{
	color: #956433;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 53px;
	margin: 0;
}
div#navigation div.navItem a:hover{
	color: #FFF;
	/*background-position: top;
	background-image: url("../img/navHover.jpg");
	background-repeat: repeat-x;*/
}
div#navigation div.navItem a.selected{
	color: #FFF;
	background-position: top;
	background-image: url("../img/navHover.jpg");
	background-repeat: repeat-x;

}
div.floatEnder{
	clear: both;
}
/*************************************
	Content CSS rules
*************************************/

div#container table{
	border-collapse: collapse;
	width: 100%;
}

div#container table tr td{
	padding: 0px;
}

div#container table tr td.borderRow{
	background-color: #7E542B;
}

div#container table tr td div#leftIndex{
	height: 233px;
	width: 100%;
	background-image: url("../img/indexLeft.jpg");
	background-position: left;
	background-repeat: no-repeat;
}

div#container table tr td div#middleIndex{
	height: 233px;
	width: 100%;
	background-image: url("../img/indexMiddle.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

div#container table tr td div#rightIndex{
	height: 233px;
	width: 100%;
	background-image: url("../img/indexRight.jpg");
	background-position: right;
	background-repeat: no-repeat;

}
div#container table tr#sections{
	color: #808080;
	text-align: center;
}

div#container table tr#sections td#section1{
	width: 33%;
	height: 90px;
	background-image: url("../img/sectionSeperator.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
div#container table tr#sections td#section2{
	width: 34%;
}
div#container table tr#sections td#section3{
	width: 33%;
	height: 90px;
	background-image: url("../img/sectionSeperator.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
div#container table tr#sections * img{
	margin-top: 15px;
	margin-bottom: 15px;
}
div#container table tr.indexMidRow{
	background-color: #D7E4DA;
}
td#imageContainer{
	width: 364px;
}
td#imageContainer img{
	margin: 0;
	float: left;
}
td#imageContainer div{
	width: 364px;
	float: left;
	border-bottom: 14px solid #7E542B;
}


div#itemContainer{
	margin-left: 53px;
	margin-right: 40px;
	margin-top: 47px;
	border-top: 1px solid #583B1E;
	
}
div#itemContainer table td, div#itemContainer table th{
	font-size: 11px;
	color: #DBB189;
	border: 0px solid #000000;
}
div#itemContainer table td img{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #000000;
}
div.multipleNews{
	font-size: 11px;
	padding-top: 17px;
	padding-bottom: 22px;
	height: 100%;
	border-bottom: 1px solid #573B1E;
	text-align: left;
	position: relative;
	color: #DBB189;	
}
div.multipleNews a{
	color: #fff;
}
div.multipleNews a:hover{
	color: #808080;
	text-decoration: none;
}
div.multipleText{
	width: 100%;
	float: left;
	position: relative;
}
div.itemTitle{
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
}
div.itemTitle a{
	color: #FFF;
	text-decoration: none;
}
div.itemTitle a:hover{
	color: #FFF;
	text-decoration: underline;
}

div.multipleImage{
	margin-right: 10px;
	width: 76px;
	float: left;
}
div.multipleNews img{
	border: 1px solid #774F28;
}
div.singleImage{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/***************************************
			Footer CSS rule
***************************************/

div#footer{
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 0;
	height: 50px;
	float: left;
}
div#footer * img{
	display: block;
	margin-left: 10px;
}
div#footer div#copyright{
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	width: 300px; 
	text-align: left;
}
div#footer div#developers{
	float: right; 
	padding-right: 25px;
	text-align: right;
	width: 300px;
	font-size: 11px;
}
div#footer div#developers a{
	color: #4B321A;
	text-decoration: none;
}
div.page_numbers a{
	background-color: #000;
	color: #DBB189;
	text-decoration: none;
	font-size: 11px;
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;

}
div.page_numbers a.active{
	background-color: #DBB189;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;
}
