body {
	font-family: Tahoma; size:11px; color:#888C8C;
	BACKGROUND-COLOR: #CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
    font-family:Tahoma; color:#9D6F00; font-size:11px;
}

a {
	color: #117ECB;
	text-decoration:none
}

a:visited {
	color: #117ECB;
}

a:hover {
	color: #117ECB;
}

a:active {
	color: #117ECB;
}

input, select, textarea, button {
	font: normal 11px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #888C8C;
}

button {
	font: normal 11px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #fff;
	background:#B4B492;
	border:#EDAB00 1px solid;
}

input {
	font: normal 11px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #888C8C;
	border:#EDAB00 1px solid;
	margin-bottom:2px;
}

#maincontainer {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#page {
	background-color:#FFFFFF;
	width:950px;
	
}

#header {
	clear:left;
	background:#7F7F7F;
	width: 950px;
	height: 171px;
}

#language_selector{
	float: right;
	margin-top:-300px;
	font-family: Tahoma; font-size:11px;
	display:none;
}

#sitename {
	color: #3D3835;
	padding: 16px 0 26px 18px;
	font-family: Tahoma; font-size:24px;
	display:none;
}

#mainmenu {
	clear: left;
	height: 49px;
	background:url(img/mainmenu-background.jpg) no-repeat;
	font-family: Tahoma; 
	font-weight: bold;
	padding-left:25px;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size: 13px;
	float: left;
	border-left:1px solid #FFFFFF;
	padding:15px 10px 0px 10px;
	height:33px;
	list-style:none;
}

#mainmenu #mainMenuLink_1{
   border-left:0px;
}

#mainmenu li a, #mainmenu a:hover{
	padding: 0 20px 0px 20px;
}

#mainmenu li a{
	text-decoration: none;
	color: #FFFFFF;
	background:url(img/arrow.gif) left center no-repeat;
}

#mainmenu a:hover{
	cursor: pointer;
	color: #fff;
	border-bottom:#FFFFFF 2px solid;
}

#contentcontainer{
	width: 950px;
	margin-top: 0px;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float: left;
	width: 665px;
	padding: 1px 4px 0px 10px;
	font-family: Tahoma; font-size:11px;
}

#pagetitle{
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma; color:#247276;
	height:25px;
}

#lateralcolumn{
	width: 212px;
	float: left;
	font-size: 11px; color:#505050;
	background:#EEEDDB;
	margin-left:32px;
}

.lateralbox{
	width: 212px;
	float: left;
	padding-bottom:10px;
}

#lateralmenu li{
    font-size: 11px; color:#117ECB;
	padding-top:10px;
}

#lateralmenu li a{
    font-size: 11px; color:#117ECB;
}

#lateralmenu li a:hover{
    font-size: 11px; color:#117ECB;
	background: #B4B492;
}

.boxheader{
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 4px;
	height:25px;
	padding-left:10px;
	padding-top:10px;
	text-transform: capitalize;
	background-color:#B4B492;
	color:#FFFFFF;
}

.boxbody{
    font-size: 11px; color:#505050;
	padding-left:10px;
	padding-right:5px;

}

#footer {
	clear: both;
	height: 49px;
	background:url(img/fotter-background.jpg) repeat-x;
}

#footer a {
    color:#FFFFFF;
}

#footer a:hover {
    color:#FFFFFF;
	text-decoration:none;
}

#copyright{
	float: left;
	padding-left: 6px;
	padding-top:16px;
	font-family: Tahoma; font-size:11px; color:#fff;
	
}
#powered{
	float: right;
	padding-right: 6px;
	font-family: Tahoma; font-size:11px;ize:11px; color:#fff;
	padding-top:16px;
}



.objectinput{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */

.mod_news_newstitle{
   font-size:11px;
   color:#9D6F00;
}

#mod_catalog_lateralbox li{
   padding-bottom:4px;
   list-style: square; color:#117ECB;
}

#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width: 70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width: 100px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */
