/**************** Body and tag styles ****************/

*{margin-top:5px; padding:0;}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFFFFF;
}

a{text-decoration:none; color:#4D4D4D;}
a:hover{background-image:url(../images/li.jpg); background-repeat:no-repeat; background-position:bottom left; repeat-x; color:#4D4D4D;}
a img{border:none; text-decoration:none;}
p{padding:0 0 1.6em 0;}

/**************** main styles ****************/

#main{
	width:700px;
	text-align:center;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
	background-color:#333333;


}

#header{
	width:700px;
	height:162px;
	margin:0 0 0 0;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	
}

#leftcolumn{
	width:220px;
	float:left;
	margin:0 0 0 0;
}

#content{
	width:480px;
	float:left;	
	padding-top:35px;	
}

#contentHeadline{
	width:460px;	
	padding-left:10px;
	vertical-align:text-top;	
}

#contentText{
	width:420px;	
	padding-left:10px;
	padding-top:10px;
	vertical-align:text-top;	
}

#clear{
	clear:both
}

#footermenu{
	width:480px;
	height:20px;
	margin:0 0 0 0;	
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y;
}

#footer{
	width:700px;
	height:40px;
	margin:0 0 0 0;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
}

#copyright{
	width:480px;
	height:10px;
	margin:0 auto;
	font-size:8px;
	color:#bbbbbb;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:220px;
}
#copyright a{text-decoration:none;color:#bbbbbb;}
#copyright a:hover{text-decoration:underline;color:#4d4d4d; background-image:none;}
#copyright a:visited{text-decoration:none;color:#bbbbbb;}


/**************** menu styles ****************/

#menu {
	width:155px;
	font-size:11px;
	text-align:left;
	margin:50px 0 0 38px;
	color:#333333;	
}

#menu li {
	padding-bottom:1px;
	list-style:none;
}

#menu ul {
	padding-left:10px;
	list-style:none;
}

#menu a {
	text-decoration:none;
	color:#333333;
}

#menu a:hover {
	text-decoration:none;
	color:#333333;
	background-image:url(../images/li.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#menu .selected{
	background-image:url(../images/li.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-weight:bold;
}

#menuInfo{
	width:130px;
	height:80px;
	text-align:left;
	margin:30px 0 0 45px;
	color:#333333;
	
}

#menuShop{
	width:130px;
	height:80px;
	text-align:left;
	margin:30px 0 0 45px;
	color:#333333;
	
}

/**************** Content styles ****************/

.h1 {
	font-size:22px;
	font-weight:normal;
	color:#9BBA1B;
}

.text {
	font-size:11px;
	color:#4D4D4D;
	line-height:20px;
	padding-left:10px;
	padding-bottom:50px;
}

.textHighlight{
	font-size:12px;
	font: "Apple Chancery", "URW Chancery L";
}

.subnav {
	font-size:10px;
	color:#4D4D4D;
	padding-left:220px;
	vertical-align:text-bottom;
}

.subnav a{text-decoration:none; color:#4D4D4D;}
.subnav a:hover{
	text-decoration:none; 
	color:#4D4D4D; 
	background-image:url(../images/li.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;}
.subnav a:visited{text-decoration:none; color:#4D4D4D;}

/***********************  mootools ******************************/

#accordion {
	margin:0px 0px;
}

h1.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*font: "Apple Chancery", "URW Chancery L";*/
	font-size: 12px;
	background: #ffffff;
	color: #9BBA1B;
	margin: 0 0 4px 0;
	padding: 3px 5px 5px;
	list-style:square;
	
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}



blockquote {
	padding:5px 20px;
}

/****** moo2 *******/

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	
	float: left;
}

div#myOtherElement {
	width: 120px;
	height: 25px;
	overflow: hidden;
	/*border: 1px solid black;
	background-color: #f9f9f9;*/
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 0px;
}

div#myOtherElement a:hover {
	/*background: #f5f5f5;*/
}

div#subMoo{
	
}