:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* --------------------------------- */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: url(images/bgnd.jpg);
}
#horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	width: 100%;
	min-width: 840px;		
	width:expression(document.body.clientWidth < 840 ? "840px": "100%" );
}

#content {
	margin-left: -419px;
	position: absolute;
	top: 30px;
	left: 50%;
	width: 838px;
	height: 661px;
	visibility: visible;
	background-image: url(../images/main_bgnd.gif);
	background-repeat: repeat-y;
}
#content #contentleft {
	display: block;
	float: left;
	width: 406px;
	min-height: 661px;
	height: auto !important;
	height: 661px;
	overflow: hidden;
	background: url(images/feature_bgnd_left.jpg) no-repeat;
}

#content #contentright {
	display: block;
	float: right;
	width: 432px;
	margin-top: 0px;
	background: url(images/page_bgnd_right.jpg) ;
	color: #444;	
	text-align: justify;
}

h2 {
	background: url(images/orange_header.gif) no-repeat left;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align: left;
	margin-left: -25px;
	padding-left: 25px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer {
	display: block;
	position: relative;	
	float: right;
	width: 432px;
	margin-top:10px;
/*	line-height: 55px;*/
	text-align: center;
	color: #fff;
	font-size: 11px;
/*	background: url(images/footer_bgnd.jpg) top left;	 
	background-repeat: no-repeat;*/
	background: url(images/bgnd.jpg) repeat;		
}
#footer .creditimage {
	display: block;
	position: relative;
	float: left;
	margin-top: -25px;
	width: 430px;
	text-align: center;
	margin-bottom: 10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	
}
#footer a:hover {
 color: #fff;	
 text-decoration: underline;
}
.thumbholder {
	margin-left: -5px;
}
.thumbs {
	width:90px;
	height: 90px;
	display: block;
	float: left;
	background: url(images/thumb_bgnd.gif) no-repeat top left;
}
.thumbs img {
	margin-left: 6px;
	margin-top: 8px;
}
.innercontent {
	display: block;
	float: left;
	width: 370px;
	padding-left: 25px;
}
.innercontent p{
	padding-bottom: 10px;
	padding-right: 15px;	
}
/* Layout Styles END */ 

/* Menu Classes here */
#menu {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 30px;	
	text-align: center;
}
a:link, a:active, a:visited {
	color: #E27A00;	
	text-decoration:  none;
	font-size: 12px;
	margin: 2px;
/*	border-bottom: 1px solid #CCD792;*/
}
a:hover {
	color: #444;
	background-color: #E0E9BD;
	background-color: transparent;	
	text-decoration:  none;
	font-size: 12px;
	margin: 2px;
/*	border-bottom: 1px solid #fff;	*/
}
/* MENU */ 

ul  {
	list-style-position: inside;
	list-style: square;	
	line-height: 18px;
}
li {
	margin-left: 20px;
 }

#content #contentleft #featureimg {
	display: block;
	position: relative;
	float: left;
	width:382px;
	height: 456px;
	z-index: 1;
	padding-top: 120px;
	padding-left: 19px; 
	bottom: 0px;
}
#contentleft #logofloat {
	display: block;
	position: absolute; 
	float: left;	
	top: 15px;
	left: 13px;
	z-index: 100;
/*	width:342px;
	height:130px;*/
}
#langid {
	height:47px; 
	line-height: 47px;
	overflow:hidden; 
	background-image:url(../images/menu_bgnd.jpg); 
	background-repeat:no-repeat; 
	text-align:right;
	padding-right: 20px;
	color: #fff;
}
#langid a:link, #langid a:active, #langid a:visited {
 color: #fff;	
 padding: 2px; 
}

#langid a:hover {
 color: #fff;
 background-color: #E27A00;
 padding: 2px;
}