body {
	font-family: Tahoma;
	font-size: 14px;
	color: #282828;
	background-color: #5F6062;
	text-align: center;
	margin:0px;
}

h2{
	color:  #282828;
	font-size:14px;
}

a {
	color: #db9a00;
}
a:visited {
	color: #db9a00;
}
a:hover {
	color: #00527d;
}
a:active {
	color: #db9a00;
}

select, textarea {
	font: normal 14px Tahoma;
	color: #282828;
}

input {
	font: normal 14px Tahoma;
	color: #282828;
	border:#666666 1px solid;
}

button {
	font: normal 14px Tahoma;
	color: #282828;
	border:#666666 1px solid;
}
textarea{
	font: normal 14px Tahoma;
	color: #282828;
	width:300px;
}

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

#page {
	background-color:#FFFFFF;
	margin:0px;
}

#header {
	clear:left;
	background: 
	width: 914px;
	height: 150px;
	margin-left:10px;
}
	#header p{
		margin: 0;
		padding: 0;
	}
#language_selector{
	float: right;
	padding:20px 10px 20px 10px;
	font-size:14px;
/*	border-left:#ccc 1px dotted;
	border-right:#ccc 1px dotted;*/
	margin-right:20px;
	margin-top: 0px;
}

#sitename {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	color:#FF7018;
	padding: 20px 0px 0px 50px;
}

#mainmenu {
	clear: left;
	height: 40px;
	background-color: #92b1cb;
	padding-left: 12px;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size: 13px;
	font-weight:bold;
	float: left;
	padding: 2px 20px 2px 15px;
	border-left:1px solid #FFFFFF;
	margin-top:10px;
	list-style:none;
}

#mainmenu li a, #mainmenu a:hover{
	padding: 0 15px;
}

#mainmenu li a{
	text-decoration: underline;
	color: #FFFFFF;
}

#mainmenu a:hover{
	cursor: pointer;
	color: #00527d;
	text-decoration:none;
}

#contentcontainer{
	width: 924px;
	margin:0px;
	float:center;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float: left;
	width: 630px;
	margin-top:1px;
	padding-left:40px;
}

#flash{
	width:540px;
	height:172px;
/*	margin-left:-70px;*/
	float: left;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:5px;
}

#pagetitle{
	font-size: 14px;
	font-weight: bold;
	color:#FF8337;
	clear: both;
}

#lateralcolumn{
	width: 254px;
	float: left;
	font-size: 12px;
}

.lateralbox{
	width: 245px;
	float: left;
	padding: 1px 0px 2px 0px;
}

.lateralbox a{
	color:#414141;
	text-decoration:underline;
	font-size:12px;
	padding-bottom:5px;
}

.lateralbox a:hover{
	color:#00527d;
	text-decoration:none;
}

#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;
    border-bottom:#CCCCCC 1px dotted;
}

.boxheader{
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	margin-bottom:20px;
	text-transform: capitalize;
	padding:10px 0px 10px 30px;
	width:223px;
	background: #92b1cb /*url(img/boxheader-background.jpg) no-repeat*/;
}

.boxbody{
	padding-bottom: 5px;
	padding-left:30px;
	width:200px;
}

#footer {
	clear: both;
	height: 85px;
	padding-top:20px;
	background-color: #5F6062;
	color: #FFFFFF;
	font:Tahoma; font-size:14px;
}

#footer a {
    color:#db9a00;
}

#footer a:hover {
    color:#fff;
}

#copyright{
	text-align:center;
}
#powered{
	text-align:center
}



.objectinput{
	font:normal 14px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 14px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */

.mod_catalog_productPreview{
	width:450px;
}

.mod_news_newstitle {
    font-family: Tahoma;
	font-size: 14px;
	color: #494949;
}
#mod_catalog_lateralbox li {
	padding-bottom:3px;
	background:url(img/arrow.jpg) left center no-repeat;
	padding-left:8px;
	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: 90px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */

