body {
	background:#C24901;
	padding-top:20px;
}

a {
	color:#DE7025;
	font-weight:bold;
}

a:hover {
	color:#EF8136;
	text-decoration:none;
}

table {
	font:normal 11px Arial, Helvetica, Sans-serif;
}

input, select, textarea {
	font:normal 11px thaoma, Arial, Helvetica, Sans-serif;
	color:#666666;
}


#maincontainer {
	text-align:center;
	padding:0;
}

#page {
	width:722px;
	margin:0px auto;
}

#header {
	background:url(img/header-background.jpg) repeat-x;
	height:225px;
	text-align:left;
}

#language_selector{
	display: none;
}

#sitename {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #B54402;
	text-align:left;
	padding-top:60px;
	padding-left:45px;
}

#mainmenu {
	height:78px;
	margin-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	background:url(img/mainmenu-background.jpg) repeat-x;
	border-left:1px solid #343933;
	border-right:1px solid #343933;
	border-bottom:1px solid #F8F8F8;
}

#mainmenu div.menulink, #mainmenu div.menulinkselected{
	font-family:arial;
	font-size:12px;
	float:left;
	height: 45px;
	width: 96px;
	padding-top:33px;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
	background:url(img/mainmenu-link.jpg) no-repeat bottom right;
}

#mainmenu div.menulinkselected{
	background:url(img/mainmenu-link-selected.jpg) no-repeat bottom left;
}

#mainmenu div.menulink a, #mainmenu div.menulinkselected a{
	font-weight:bold;
}

#mainmenu div a{
	text-decoration:none;
	color:#FFFFFF;
}

#mainmenu a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#contentcontainer{
	clear:both;
	overflow:hidden;
	background:#F8F8F8;
	border-left:1px solid #343933;
	border-right:1px solid #343933;
	padding-top: 2px;
	width: 720px;
}

#content{
	background:#F8F8F8 url(img/content-background.jpg) repeat-x;
	font-family:tahoma;
	color:#555555;
	font-size:10px;
	float:left;
	text-align:left;
	width: 480px;
	min-height:304px;
	height:auto;
	padding:4px 12px;
}

#pagetitle{
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	padding-bottom:8px;
	color:#B54200;
}

#lateralcolumn{
	width:209px;
	float:left;
	margin-left:4px;
}

.lateralbox{
	float:left;
	background-color:#F4F5F0;
	color:#545454;
	margin-bottom:20px;
}

.lateralbox a{
	color:#DE6F27;
}

.lateralbox a:hover{
	text-decoration:none;
}

.boxheader{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-transform:none;
	background:#FFFFFF url(img/latreralbox-header-background.jpg) no-repeat bottom;
	width: 189px;
	height: 22px;
	color:#F8F8F8;
	text-align:left;
	padding-left:20px;
	padding-top:8px;
}

.boxbody{
	font-family:tahoma;
	font-size:11px;
	text-align:center;
	padding:4px;
	padding-top:10px;
	border-left:1px solid #DE6E24;
	border-right:1px solid #DE6E24;
	width:199px;
	float: left;
}

.boxfooter{
	clear: both;
	font-size:1px;
	background:#FFFFFF url(img/latreralbox-footer-background.jpg) no-repeat top;
	height:12px;
	width:209px;
}

#labusername, #labpassword{
	clear:both;
	float:left;
	width:60px;
	margin-bottom:5px;
}

#inputusername, #inputpassword{
	float:left;
	margin-bottom:5px;
}

#btnlogin{
	clear:left;
	padding-top:5px;
}

#btnlogin input{
	border:1px solid #DB590B;
	background-color:#DB590B;
	color:#F7F9F8;
}

input.loginbox{
	float:left;
	width:80px;
	border:1px solid #DB6114;
	font-size:10px;
	background-color:#F9E3D5;
}

form.loginbox {
	float:left;
}


#lateralmenu{
}

.lateralMenuLink{
	font-family:arial;
	font-size:12px;
	margin-left:4px;
	margin-bottom:5px;
	padding-left:6px;
	color:#DE6F27;
	font-weight:bold;
	background:url(img/lateralmenu-item.jpg) no-repeat;
	background-position:center left;
}

.lateralMenuLink a{
	color:#DE6F27;
	text-decoration:none;
}

.lateralMenuLink a:hover{
	text-decoration:underline;
}



#footer {
	clear:both;
	width: 690px;
	height:30px;
	border-left:1px solid #343933;
	border-right:1px solid #343933;
	border-bottom:1px solid #343933;
	background:url(img/footer-background.jpg) repeat-x;
	font-family:tahoma;
	font-size:11px;
	color:#3B3938;
	padding-top:16px;
	padding-left:15px;
	padding-right:15px;
}

#footer a {
	color:#B44500;
	text-decoration:none;
}

#footer a:hover {
	color:#B44500;
	text-decoration:underline;
}

#copyright{
	float:left;
}
#powered{
	float:right;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* news module - START */
.mod_news_lateralbox_news{
	margin-bottom:10px;
}
.mod_news_lateralbox_news_date{
	height:16px;
	padding:2px 0px 0px 3px;
}
.mod_news_lateralbox_news_content{
	padding:3px;
}
.mod_news_lateralbox_news_footer{
	padding-left:15px;
	height:6px;
}
/* news module - END */


/* catalog module - START */
.mod_catalog_boxtitle{
	color:#B4DE56;
}
/* catalog module - END */


/* search module - START */
#mod_search_keywords{
	float: left;
}

#mod_search_btnSearch{
	clear: none;
	float: left;
}

#mod_search_lateralbox_advanced_search_link{
	clear: both;
}
/* search module - END */