/*   
Theme Name: Topart
Theme URI: http://www.vfxdude.com/downloads/
Description: A child theme for Big Feature
Author: Roger Grimstad
Author URI: http://www.vfxdude.com
Template: bigfeature
Version: 1.0.2
*/

body {
	background-color: #f9f9f9;	
}

#container {
	margin-top: 0px;
	border: 3px #d9e2f9 solid;	
	background: #ffffff url(images/headerbg2.jpg) no-repeat center top;	
}


#header ul#topnavi
{
	list-style: none;
	float: right;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: -5px;
        margin-bottom: -20px;

        
}

#header ul#topnavi li
{
	float: left;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 6px;
	font-size: 12px;
}

#header ul#topnavi li a:link, #header ul#topnavi li a:visited
{
	color: #0000FF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#header ul#topnavi li a:hover, #header ul#topnavi li a:hover:visited
{
	color: #0000FF;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}