/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 140%;
	color: #333;
	background-color:white;
	background-image:url(../../resources/images/body_bg.jpg);
	background-repeat:repeat-y;
	
}

input, select, textarea {
	font-family: Arial, Verdana;
	font-size: 12px
}

#searchnav input {
	border:1px solid black;
	font-size:11px;
}

#searchnav input.submit {
	background-color:#f8eb00;
}

a {
	color:black;
	text-decoration:underline;
	
}

a:hover {

	background-color:#eeeeee;
}

/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	height: 100%;
	text-align: left;
	
}

#page {
	margin: 0;
	width: 980px;
	text-align: left;
	padding-right:0px;
}

#header{
	height: 94px;
	background-color:#f3e601;
	position:relative;
	margin-bottom:5px;
}

#header01 {
	height: 38px;
	background-image: url(../../resources/images/header_01.jpg);
	background-repeat:no-repeat;
	background-color:black;
}

#logo{
	position:absolute;
	right:0px;
	bottom:0px;
}

div.divcontent img { border:1px solid #ccc;}


#bread-crumb{
	color: #333;
}

#bread-crumb a{
	color: #333;
	text-decoration:none;
}

#top {
	padding:5px 0px;
	background-color:white;
}


#topnav {
	float:left;
	padding:0px 0px 0px 15px;
}

#topnav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#topnav ul li {
	display:inline;
	font-size:10px;
}

#topnav ul li a {
	color:black;
	font-size:10px;
	text-decoration:none;
}

#topnav ul li a:hover {
	text-decoration:underline;
}

#searchnav {
	float:right;
}



/*------------------------------------------------------------------------------------*/
/* MENU */
/*------------------------------------------------------------------------------------*/

#menu {
	float:left;
	margin:0px 0px;
	width: 179px;
	
}

#menu ul {

	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#menu li {
	padding-bottom:3px;
}

#menu li ul li {
	padding-bottom:0px;
	padding-top:3px;
}


#menu li a {
	display:block;
	height:24px;
	color: white;
	text-decoration: none;
	background-color:black;
	font-weight:bold;
	line-height:24px;
	padding-left:15px;
}

#menu li a.active, #menu li a.active:hover {
	background-color:white;
	color:black;
}


#menu li a:hover {
	color: black;
	background-color:white;
}


#menu li ul li a {
	padding-left:30px;
	background-color:#b5b5b5;
	color:black;
}

#menu li ul li a:hover {
	color: black;
	background-color:white;
}



/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	float:left;
	width:608px;
	margin-left:5px;
}


#right-content {
	float:right;
	width:178px;
	background-color:#ccc;
}
/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	
}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-size: 16px;
	line-height: 18px;
	padding: 0px;	
	margin: 0px;
}

h2{
	font-size: 14px;
	line-height: 16px;
	padding: 0px;	
	margin: 0px;
}

h3, h4, h5, h6{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
}




/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery img{
	border: none;
	margin-right: 10px;
	margin-bottom: 8px;
	
}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/





/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/





