
/*#############################################################


© 2007

Author: Igor Jovic

URL: http://spinz.se


#############################################################*/


/* default elements */



body
{
	margin: 0px;
}


h1
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #005197;
	padding-left: 5px;
	line-height: 1.6em;
}
h2
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #005197;
	padding-left: 5px;
	line-height: 1.1em;
	margin-top: 0.9em;
	margin-bottom: 0.4em;
}

p
{
	padding: 0 0 0 5px;
	margin: 0.5em 0;
	line-height: 1.6em;
}

a
{
	color: #467AA7;
	text-decoration: none;
}


a:link
{
	color: #467AA7;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


a:visited
{
	color: #467aa7;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


a:hover
{
	color: #ff6600;
	font-style: normal;
	text-decoration: none;
}



/* Layout */

body
{
	background: url(Images/bodybg.jpg) repeat-x top center #eceddd;
	font-family: Arial, Verdana, 'Lucida Grande' , Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}



#wrapper
{
	background-color: #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 902px;
	border: 10px solid #ffffff;
}



#header
{
	background: url(Images/Header.jpg) no-repeat;
	width: 902px;
	height: 203px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header h1
{
	float: left;
	font-size: 2.9em;
	padding-top: 44px;
	padding-left: 37px;
	font-family: Arial,verdana, sans-serif;
	color: #37210c;
	font-weight: bolder;
	letter-spacing: -1px;
	text-align: left;
	line-height: 110%
}



#header .logo
{
	float: left;
	padding-top: 64px;
	padding-left: 46px;
	border: none;
}



#nav
{
	float: left;
	list-style: none;
	margin-top: 15px;
	margin-left: 0px;
	height: 100%;
}

#nav ul
{
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0;
}


#nav li
{
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #eaeada;
}


#nav ul li a
{
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	background-color: #ffffff;
	line-height: 1.7em;
	margin-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 22px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	width: 165px;
}

#nav li a:hover
{
	color: #37210c;
	background-color: #f0f4f8;
}

#nav .selected
{
	color: #37210c;
	background-color: #f0f4f8;
}


#content
{
	float: right;
	background-color: #ffffff;
	width: 710px;
	margin-top: 20px;
	margin: auto;
	padding: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	font: normal 10pt Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#content ul, #content ol
{
	padding: 10px;
	margin: 0 0 0 20px;
}

#widecol
{
	width: 682px;
	margin-right: 0px;
	margin-top: 20px;
	background-color: inherit;
	text-align: left;
	padding: 5px;
}


#col1
{
	float: left;
	width: 410px;
	margin-right: 0px;
	margin-top: 20px;
	background-color: inherit;
	text-align: left;
	padding: 5px;
}



/*#col1 h1
{
	display: block;
	font-size: 0.9em;
	width: 50px;
	font-family: arial;
	text-align: left;
	font-weight: bold;
	color: #403f3b;
	font-family: arial;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-left: 12px;
}*/


#col2
{
	float: right;
	background-color: #ffffff;
	background-image: url(Images/sidebar.png);
	background-repeat: no-repeat;
	width: 272px;
	margin-top: 20px;
	padding: 8px 0 8px 8px;
	text-align: left;
	height: 200px;
}


#footer
{
	width: 902px;
	height: 40px;
	clear: both;
	margin-top: 0px;
	background-color: #e6edf4;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

#footer p
{
	font-size: 0.7em;
	font-family: arial;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
	padding: 10px 0 0 10px;
	text-align: center;
}

#footer a
{
	text-decoration: none;
	font-weight: normal;
	color: #467AA7;
	text-align: center;
}

#footer a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #467AA7;
	text-align: center;
}

small
{
	color: #666666;
	font-size: smaller;
}

textarea
{
	font-family: Arial, Verdana, 'Lucida Grande' , Helvetica, sans-serif;
	font-size: 10pt;
}