body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #A7A7A7;
	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: #A7A7A7;
	border:#CCCCCC 1px solid;
	margin-bottom:2px;
}

select, textarea{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #A7A7A7;
}

button {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #2B2F37;
	border:#CCCCCC 1px solid;
}

#maincontainer {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#page {
	background-color:#272C29;
	padding:0px;
	margin:0px;
}

#header {
	background: url(img/header-background.jpg);
	width: 780px;
	height: 150px;
	border-bottom:#CCCCCC 1px solid;
}

#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;
	padding: 20px 0px 0px 0px;
	height:36px;
	background:url(img/menuspacer-background.jpg) left center no-repeat;
	list-style:none;
}

#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: 780px;
	margin-top: 1px;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float:left;
	width: 512px;
	padding: 0px 4px 4px 20px;
	margin-top:0px;
}

#pagetitle{
	font-size: 14px;
	height:33px;
	width:514px;
	color:#9AA912;
	font-weight: bold;
	padding-left:20px;
	padding-top:20px;
	border-bottom:#000000 1px solid;
    background:url(img/pagetitle-background.jpg) no-repeat;
	margin:0px 0px 10px -19px;
}

#lateralcolumn{
	width: 240px;
	float: left;
	font-size: 13px;
	background-color:#3A403C;
}

.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{
    padding-left:8px;
	background:url(img/arrow.jpg) no-repeat 0px 6px; 
    list-style-type: none;
	padding-bottom:5px;
}

.boxheader{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top:0px;
	color:#9AA912;
	height:33px;
	background:url(img/boxheader-background.jpg) no-repeat;
	text-transform: capitalize;
	border-bottom:#000000 1px solid;
	padding-left:20px;
	padding-top:20px;
	width:220px;
}

.boxbody{
	padding-bottom: 25px;
	padding-left:40px;
	padding-right:10px;
}

#footer {
	clear: both;
	height:220px;
	background:url(img/footer-background.jpg) no-repeat;
	color: #FFFFFF;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color:#F4865B;
}
#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;
}

.lateralbox #divremember{
	width: 190px;
}
/* users module - END */
