html,body
{
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}

div#container
{
background-color:#FFFFFF;
position: relative;
margin:0 auto;
width: 980px;
text-align:left;
	cursor: default;	
}
/*
--------------------------------------------------------------------------------------
	Basic element positioning
--------------------------------------------------------------------------------------
*/

#header {
display: none;
}
#footer {
	background-image: url(../images/footerlogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 35px;
	text-align: left;
	font-size: 9px;
}
#header #bar {
display: none;
}

#left {
display: none;
}

#right {
display: none;
}
div#language {
display: none;
}

#body
{
	padding-left: 260px;
<%
DB.Query("SELECT * FROM "& DB.prefix &"items WHERE languageID ="& session("lang") &" AND active=1 AND dateStart <= convert(char(8), getdate(), 112) AND dateStop >= convert(char(8), getdate(), 112)")
if DB.count > 0 then
%>
	padding-right: 230px;
<%
else
%>
	padding-right: 45px;
<%
end if
%>
	background-image: url(images/sidemenu_back.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	line-height: 17px;
}

#bodytext
{
	margin-top: 0px;
	min-height: 300px;
}

/*
--------------------------------------------------------------------------------------
	Left bar
--------------------------------------------------------------------------------------
*/

#left #sidemenu {
display:none
}

#sidemenu h1
{
	font-size:12px;
	color: #666666;
	margin: 0px;
	border-bottom: solid 1px white;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}

#sidemenu ul
{
	margin: 0px;
	padding: 0px;
}

#sidemenu li
{
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom: solid 1px white;
	color:#FFFFFF;
}

#topmenu td, #topmenu th
{
	cursor: hand;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

#topmenu td
{
color: #FFFFFF;
}
#topmenu th
{
color: #666666;
}

#topmenu .init
{
background-image:url(../images/topmenu_back.jpg)}

#topmenu .off
{
background-image:url(../images/topmenu_back.jpg)}

#topmenu .on
{
background-image:url(../images/topmenu_back.gif)}
/*
--------------------------------------------------------------------------------------
	Right menu
--------------------------------------------------------------------------------------
*/
#right2
{
	margin-top: 250px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#right3
{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
	width: 184px;
	text-align: justify;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
}
#right ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 35px;
	color: #F69218;
}
/*
--------------------------------------------------------------------------------------
	Bread crumb
--------------------------------------------------------------------------------------
*/
#header #bar {
	color: #FFFFFF;
	padding: 5px 0px;
}

/*
--------------------------------------------------------------------------------------
	Body index
--------------------------------------------------------------------------------------
*/

#body h1 {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #F69218;
}

#body li
{
	list-style-image: url(../images/bullet2.gif);
	list-style-type: circle;
	padding-bottom: 2px;
}

/*
--------------------------------------------------------------------------------------
	Link layouts
--------------------------------------------------------------------------------------
*/

#sidemenu a
{
text-decoration:none;
color: white;
}

#sidemenu a:hover
{
color: #333333
}

#right a
{
text-decoration:none;
color: #F69218;
}
#right a:hover
{
text-decoration:underline;
}

#body a
{
	color: #666666;
	text-decoration: none;
}

#body a:hover
{
	border-bottom: #f69218 solid 1px;
}

#footer a
{
	color: #666666;
	text-decoration: none;
}

#footer a:hover
{
	border-bottom: #f69218 solid 1px;
}

/*
-------------------
Contact Form
-------------------
*/
form {
  margin: 0;
  padding: 0;
}
form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div label {
  display: block;
  float: left;
  width: 80px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form p
{
margin: 2px;
padding: 0px;
}
input {
	border:1px solid #999999;
	background-color: #EEEEEE;
	width: 180px;
 }  
input#image {
	border: none;
	width: auto;
	cursor: hand;
 }  

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	height: 30px;
	width: 125px;
	margin: 0px;
	border: 1px solid #999999;
}

textarea {
	height: 300px;
	width: 380px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	overflow: auto;

}

