/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*- Header -*/
#header{
	float: left;
	background-color: #ffffff;
	background: url(images/forsidetekst.gif) no-repeat right;
	margin: 0;
	padding: 0px 0px;
	width: 940px;
	height: 255px;
}

body{
	color: #4d4d4d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#nav{
	height: 50px;
	padding: 0;
	margin:0;
	width: 940px;
}
#nav-left {
	float:left;
	display:inline;
	width:700px;
	}
#nav-right {
	float:right;
	display:inline;
	width:220px;
	margin:0px !important;
	padding:0px !important;
	}


#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	font-weight: normal;
	background:url(images/menu_sep.png) no-repeat right;
}

#nav1 li {
	float: left;
	line-height:50px;
	font-weight:bold;
	font-size:12px;	
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#000000;
}

/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:190px;
	margin: 10px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: url(images/bg_search.png) no-repeat center left;
	color: #c1c1c1;
	font-style: italic;
	font-family: Georgia, serif;
	float: left;
	font-size: 11px;
	width:139px;
	margin:0px 0px 0px;
	padding: 7px 4px 5px 10px;
	border:none;
}
#search .btn{
	padding: 0;
	height:27px;
	width: auto;
	border:none;
	width:37px;
}

