* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
color: #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #FFF;
background:#fff url(http://bluegriffin.se/gfx/bg.png) repeat-x;
text-align: center;
}

#container {
margin: 0 auto;
width: 800px;
text-align: left;
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
}

#container-head {
background: url(http://bluegriffin.se/gfx/logo.png) no-repeat;
height: 160px;
margin: 0 20px 40px 20px;
}

#head {
padding: 0;
text-align. right;
}

#container-content {
padding: 0 40px 40px 40px;
}

#container-content:after {
clear: both;
display: block;
font: 1px/0px serif;
content: ".";
height: 0;
visibility: hidden;
}

#content-pri {
width: 480px;
float: left;
border-right: 1px solid #ddd;
margin-bottom: 20px;
}

#content-pri ul{
margin: 10px 0 10px 0;
}

#content-pri ul,#content-pri ul li {
list-style: none none;
line-height: 1.3em;
font-size: .9em;
}

#content-pri li ul {
padding: 0;
}

#content-pri li ul li {
margin: 0 0 0 1.5em;
border-bottom: 0;
list-style-type: square;
font-size: 1.1em;
}

#sidebar {
width: 220px;
float: right;
margin-bottom: 20px;
}

#sidebar p {
line-height: 1.5em
}

#sidebar ul {
margin: 0 0 20px 0;
}

#sidebar ul,#sidebar ul li {
list-style: none;
line-height: 1.5em;
font-size: .9em;
}

#container-foot {
clear:both;
width: 800px;
margin: 0;
background: #FFF;
border-top: 1px solid #DDD;
position: absolute;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
height: 45px;
}

#foot {
padding: 0 1em;
line-height: 40px;
font-size: .8em;
}

/* Main Navigation */

#binder-nav {
position: relative;
	margin: 0;
	width: 500px;
	height: 160px;
	float: right;
	}

ul#nav {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 160px;
	background: url(http://bluegriffin.se/gfx/menu.png) repeat-x left top;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	background: transparent;
	}
	
#nav li, #nav a {
	display: block;
	height: 160px;
	}
	
#nav li a {
	text-indent: -9999px;
	text-decoration: none;
	height: 160px;
	}
	
#n1 { left: 0; width: 100px; }
#n2 { left: 100px; width: 100px; }
#n3 { left: 200px; width: 100px; }
#n4 { left: 300px; width: 100px; }
#n5 { left: 400px; width: 100px; }


#n1 a:hover { background: transparent url(http://bluegriffin.se/gfx/menu.png) 0 -160px no-repeat; }
#n2 a:hover { background: transparent url(http://bluegriffin.se/gfx/menu.png) -100px -160px no-repeat; }
#n3 a:hover { background: transparent url(http://bluegriffin.se/gfx/menu.png) -200px -160px no-repeat; }
#n4 a:hover { background: transparent url(http://bluegriffin.se/gfx/menu.png) -300px -160px no-repeat; }
#n5 a:hover { background: transparent url(http://bluegriffin.se/gfx/menu.png) -400px -160px no-repeat; }

/* You are here! */

body#hem #n1 { background: transparent url(http://bluegriffin.se/gfx/menu.png) -0 -160px no-repeat; }
body#om_oss #n2 { background: transparent url(http://bluegriffin.se/gfx/menu.png) -100px -160px no-repeat; }
body#traktorn #n3{ background: transparent url(http://bluegriffin.se/gfx/nav.png) -200px -160px no-repeat; }
body#bilder #n4 { background: transparent url(http://bluegriffin.se/gfx/menu.png) -300px -160px no-repeat; }
body#kontakt #n5 { background: transparent url(http://bluegriffin.se/gfx/menu.png) -400px -160px no-repeat; }



/* ---------- Text ----------  */

h1 {
font: 2em;
margin: 0 0 10px 0;
color: #666;
}

h2 {
font: bold 1.5em;
margin: 0 0 10px 0;
color: #666;
}

h3 {
font: bold .8em;
margin: 0 0 10px 0;
border-bottom: 1px solid #CCC;
}

h4 {
font: bold .8em;
margin: 30px 0 10px 0;
border-bottom: 1px solid #CCC;
}

h5 {
font: bold .8em;
margin: 20px 0 10px 0;
}


p {
margin: 0 10px 10px 0;
line-height: 1.3em;
font-size: .8em;
color: #222;
}

#foot p {
margin: 10px 10px 10px 0;
line-height: 1.2em;
font-size: .9em;
float:right;
}

a {
color: #336699;
text-decoration: none;
font-size: 1em;
}

a:hover {
color: #000;
text-decoration: underline;
}

/* ----------  Bilder ----------  */

#content-pri img, #sidebar img {
padding: 3px; 
border: 1px solid #CCC;
margin:0 10px 10px 0;
background-color: #FFF;
float:left;
}


/* Övrigt */

.border-bottom {
width: 440px;
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
}

.noborder {
padding: 0;
border: 0;
}

.white {
color: #FFF;
}

#sitemap li {
	margin-bottom: 15px;
	}

#sponsorer{
float: left;
}

#sponsorer img{
border: 0;
margin-top: 5px
}

#sajtinfo{
float: right;
}

hr {
clear: both;
background-color: #FFF;
border: 0;
color: #FFF;
height: 1px;
margin: 5px 10px 5px 0;
}
