body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #B0AFAF;
	text-align: center;
	margin:0px
}

h2{
    font-size:12px;
	font-weight:bolder;
}

a {
	color: #4FD3E6;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #4FD3E6;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #F4865B;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #4FD3E6;
	text-decoration:none;
	font-weight:bold;
}

input {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	border:1px solid #CCCCCC;
	margin-bottom:2px; font-weight:bold
}

select, textarea{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #A7A7A7;
}

button {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #A7A7A7;
	border:#CCCCCC 1px solid;
}

#maincontainer {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#page {
	background-color:#FFEAD5;
	padding:0px;
	margin:0px
}

#header {
	background: url('img/header-background.jpg');
	width: 980px;
	height: 150px;
	border-bottom:1px solid #CCCCCC;
}

#language_selector{
	float: right;
	display:none;
}

#sitename {
	font-family: Century Gothic, georgia;
	font-size: 42px;
	color: #FFFFFF;
	padding: 16px 0 26px 18px;
	display:none;
}

#mainmenu {
	clear: left;
	height: 56px;
	background:url('img/mainmenu-background.jpg') no-repeat;
	padding-left: 55px
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size: 12px;
	text-transform:uppercase;
	float: left;
	height:36px;
	background:url('img/menuspacer-background.jpg') no-repeat left center;
	list-style-type:none; padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:0px
}

#mainmenu li a, #mainmenu a:hover{
	padding: 0 20px;
}

#mainmenu li a{
	text-decoration: none;
	color: #FFFFFF;
}

#mainmenu a:hover{
	cursor: pointer;
	color: #4FD3E6;
}

#contentcontainer{
	width: 980px;
	margin-top: 1px;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float:left;
	width: 712px;
	padding: 0px 4px 4px 20px;
	margin-top:0px;
}

#pagetitle{
	font-size: 14px;
	height:33px;
	width:714px;
	color:#000000;
	font-weight: bold;
	padding-left:20px;
	padding-top:20px;
	border-bottom:1px solid #000000;
    background:url('img/pagetitle-background.jpg') no-repeat;
	margin-left:-19px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

#lateralcolumn{
	width: 240px;
	float: left;
	font-size: 13px;
	background-color:#6C2C00;
}

.lateralbox{
	width: 240px;
	float: left;
	border-right: #000000 1px solid;
}

#lateralcolumn li{
    padding-left:8px; 
	background:url('img/arrow.jpg') no-repeat 0px 6px; 
	list-style-type: none;
	padding-bottom:5px
}


#lateralmenu li{
    background-position: 
               0px 6px; padding-left:10px;
	list-style-type: none;
	padding-bottom:5px; background-image:url('img/arrow.jpg'); background-repeat:no-repeat; background-attachment:scroll
}

.boxheader{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top:0px;
	color:#000000;
	height:33px;
	background:url('img/boxheader-background.jpg') no-repeat;
	text-transform: capitalize;
	border-bottom:1px solid #000000;
	padding-left:20px;
	padding-top:20px;
	width:220px
}

.boxbody{
	padding-bottom: 25px;
	padding-left:40px;
	padding-right:10px;
}

#footer {
	clear: both;
	height: 56px;
	background:url('img/footer-background.jpg') repeat-x;
	color: #FFFFFF
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color:#F4865B;
}

#copyright{
	float: left;
	padding-left:20px;
	margin-top:20px;
	border-right:1px solid #FFFFFF;
	padding-right:5px;
}
#powered{
	float: left;
	margin-left:10px;
	margin-top:20px;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */
#mod_catalog_lateralbox li{
    padding-left:10px;
	list-style:none;
}
#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 */
