/* ############################## START CONSTANT VALUES ############################## */
html, body {
	width: 					100%;
}

body {
	font: 					10px Arial;
	text-align:				left;
	color:					#000000;
	margin: 					0px;
	padding: 				0px;
	background: 			#FFFFFF;
}

object { outline:none; }

#sitecontainer {
	margin:					0px;
	padding:					0px;
	top:						0px;
	width: 					100%;
	height: 					100%;
	text-align:				center;
}

#container {
	text-align:				left;
	padding:					0;
	margin:					40px auto;
	width:					978px;
	height:					100%;
	/*overflow: 				hidden;*/
	/*border: 1px dashed #FF0000;*/
}

/* ********************************* CONTENT AREA ********************************* */
#content {
	position:				relative;
	width:					992px;
	min-height:				200px;
	overflow: 				hidden;
}

#breadcrump {
	font-family:			Arial;
	font-size:				10px;
	color:					#B2B2B2;
	padding:					12px 0px 12px 0px;
}

/* ********************************* LANGUAGE LAYOUT ********************************* */
#flags {
	position:				absolute;
	float:					right;
	right:					154px;
	top:						204px;
	z-index:					50;
}
#flags img {
	float:					left;
	margin-right:			6px;
}

/* ********************************* HR STYLING ********************************* */
.hr {
	overflow: 				hidden;
	height: 					1px;
	margin: 					0px;
	padding: 				0px;
	font-size:				1px;
	background-color: 	#628ff4;
}

.dot-hr {
	position:				absolute;
	z-index:					0;
	height: 					1px;
	margin: 					0;
	padding: 				0px;
	font-size:				1px;
	margin-left:			-55px;
	width:					834px;
	background-image: 	url(../images/layout/hr-dot.gif);
	float:					left;
	overflow:				hidden;	
}

.clear {
	clear:					both;
}

/* ********************************* IMAGES LAYOUT ********************************* */
img {
	padding:					0;
	margin:					0;
	display:					block;
}

.image {
	border: 					2px solid #996b88;
}
.imageright {
	float:					right;
	margin:					8px;
	margin-right:			0px;
	margin-top:				0px;
	border: 					2px solid #996b88;
}
.imageleft {
	float:					left;
	margin:					8px;
	margin-left:			0px;
	margin-top:				0px;
	border: 					2px solid #996b88;
}

/* ********************************* PAGENAV STYLING ********************************* */
a.pagenav {
	font:					   11px Verdana;
	color:					#09183f;
	text-decoration: 		underline;
}
a.pagenav:hover, a.pagenav:active {
	color:					#fbf405;
	text-decoration: 		underline;
}
.activenav {
	width:					14px;
	height:					16px;
	line-height:			16px;
	text-align:				center;
	font-weight:			bold;
	color:					#fbf405;
	font-size:				11px;
	background-color:		#628ff4;
	padding:					1px 3px 2px 3px;
}

/* ********************************* IMAGE PRELOADER ********************************* */
#preload img {
	height: 					0;
	width: 					0;
	border-width:			0;
	position: 				absolute;
	bottom: 					0;
	left: 					0;
	z-index: 				-30;
}

a {
	font: 					13px Arial;
	text-decoration:		underline;
	color:					#996b88;
}
a:hover {
	text-decoration:		none;
}
/* ############################## END CONSTANT VALUES ############################## */

/* ############################## START DEBUG STYLING ############################## */
#debug {
	position:				relative;
	width:					100%;
	margin:					0 auto;
	margin-top:				250px;
}
#debugheader {
	cursor:					pointer;
	text-align:				center;
	height:					22px;
	line-height:			22px;
	vertical-align:		middle;
	font-family:			Arial;
	font-weight:			bold;
	font-size:				12px;
	color:					#000000;
	background-color:		#118e01;
}
#debugcontent {
	display:					none;
}
/* ############################## END DEBUG STYLING ############################## */

/* ############################## START CUSTOM STYLING ############################## */

/* ############################## HEADER STYLING ############################## */
#header {
	width:					978px;
	height:					452px;
	background-color:		#FFFFFF;
	overflow:				hidden;
}
#header-left {
	width:					410px;
	height:					420px;
	background:				url(/images/layout/header-left-top.gif) no-repeat 0 0;
	padding-top:			16px;
	float:					left;
}
#header-right {
	width:					568px;
	height:					452px;
	float:					right;
}
#header-right-top {
	width:					568px;
	height:					215px;
}
#header-right-bottom {
	width:					498px;
	height:					163px;
	background-color:		#695548;
	font-size:				1.3em;
	padding:					74px 35px 0px 35px;
	color:					#FFF;
}
.header-right-bottom-nomargin {
	margin-left: 			-35px;
	margin-top: 			-52px;
}
#header-menu {
	position:				relative;
	width:					544px;
	height:					34px;
	line-height:			34px;
	vertical-align:		middle;
	float:					right;
	text-align:				right;
	padding:					0 12px;
	border-bottom:			1px solid #908075;
	background-color:		#705b4e;
	color:					#a09289;
	font-size:				1.1em;
}

#header-menu a {
	color:					#a09289;
	font-size:				1em;
	text-decoration:		none;
}
#header-menu a:hover {
	color:					#FFF;
	text-decoration:		underline;
}
#header-menu a.active {
	color:					#FFF;
	font-size:				1em;
	text-decoration:		underline;
}

#main {
	width:					724px;
	height:					100%;
	margin:					0px 72px 0px 72px;
	padding:					34px 55px 44px 55px;
	background:				#f1f0ee url(/images/layout/content-top.gif) repeat-x 0 0;
	display: 				inline-table;
				
}

h1 {
	font-family:			Georgia;
	font-size:				20px;
	font-weight:			bold;
	font-style:				italic;
	color:					#996b88;
	padding-bottom: 		0.4em;
}

#main p, td {
	font-size:				13px;
	color:					#695548;
	line-height:			1.7em;
}

#footer {
	clear:					both;
	width:					834px;
	height:					63px;
	background:				#996b88 url(/images/layout/footer-back.gif) repeat-y 0 0;
	margin-left:			72px;
}
#footertext {
	height:					63px;
	margin-top:				2px;
	padding-top:			2px;
}
#footertext p {
	text-align:				center;
	font-size:				11px;
	color:					#FFF;
	line-height:			11px;
	padding-top:			2px;
}
.purple {
	color:					#bc9cb0;
}
.pink-bold {
	font-size:				13px;
	font-weight:			bold;
	color:					#996b88;
}

ul, li {
	font-size:				13px;
	color:					#695548;				
}
/* ############################## END CUSTOM STYLING ############################## */
