/*** drop down menu skin ***/
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#111;
	
}
.sf-menu li a {
	border-right:	1px solid #ffa200;	
	padding: 		.85em .60em;
	text-decoration:none;
	
}
.sf-menu li li {
	background:		#ffba00;
	border-bottom:	1px solid #ffa200;
	line-height:13px;
	
}
.sf-menu li li a:hover {
	color:#660066;
	
}
.sf-menu li li li {
	background:		#ffba00;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ffffcc;
	outline:		0;
}

.current_page_item, .current-cat{
	background:		#ffba00;

	margin-top:1px;
}

h1, h2, h3, h4, h5, h6{
margin-bottom:3px;

}

h1{
color:#660066;

}

/* logo
----------------------------------------------------------------------------------------------------*/

#logo {
	float:left;
	width:auto;
	background-image: url(../images/yellow/logo.png);
	background-repeat: no-repeat;
	width:940px;
	height:70px;
	width:100%;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#navigation{
	margin-top:-20px;
	background-image: url(../images/yellow/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:56px;
}


/* right column/sidebar
----------------------------------------------------------------------------------------------------*/
.right-column h3{
	margin-bottom:3px;
	letter-spacing: -1px;
	font-family: sans-serif;
	font-weight:normal;
	color:#660066;
}

/* bottom container
----------------------------------------------------------------------------------------------------*/
.bottom-coaninter h3, .rightc-olumn h3{
margin:0px;
color:#660066;
}
/* footer container
----------------------------------------------------------------------------------------------------*/
#footer{	
	background-image: url(../images/yellow/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:56px;
	margin-top:20px;
}

#footer p{
	padding-right:5px;
	padding-top:5px;
	font: 10px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #444;
	float:right;
	width:auto;
}

