@charset "UTF-8";

/*

	@title:			Easy and Tasty Main Style Sheet
	@author: 		Olof Olsson
	@author_url:	http://www.designfactory.se
	@date:			2007-10-03
	@licenser:		Decimo AB

*/


/* Elements */

html {
}

body {
	text-align: center;
	margin: 0;
	font-family: "Futura Std Book", "Trebuchet MS", Arial, Verdana;
	padding: 0;
}

input {
	margin: 0;
	font-family: "Futura Std Book", "Trebuchet MS", Arial, Verdana;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}

select {
	margin: 0;
	font-family: "Futura Std Book", "Trebuchet MS", Arial, Verdana;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	width: 200px;
}

a_old {
	color: #ec7405;
} 

a {
	color: #bd0101;
} 

table {
	margin: 0 0 4px 0;
	letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


/* Layout divs */


#top {
	margin: 0 auto;
	width: 950px;
	height: 10px;
	text-align: left;
	padding: 10px 0 22px 35px;
	font-size: 10px;
	color: #aaa;
}

#logo_old {
	position: absolute;
	left: 671px;
	top: 130px;
	margin-left: -462px;
	width: 250px;
	height: 165px;
}

#logo_slimm {
	position: relative;
	padding-top: 32px;
	padding-left: 0px;
	width: 250px;
	height: 165px;
}

#logo_slim {
	position: absolute;
	top: 42px;
	left: 10%;
	width: 400px;
	height: 160px;
	margin-left: 20px;	
}

#logo {
	position: relative;
	padding-top: 40px;
	padding-left: 60px;
	width: 250px;
	height: 165px;
}

#head {
	margin: 0 auto;
	width: 100%;
	height: 160px;
	background-color: #ffffff;
	/* background-image: url(../images/bg_top2.gif);*/
	text-align: left;
}

#wrap {
	padding-top: 80px;
	margin: 0 auto;
	width: 950px;
}

#menu {
	position: relative;
	width: 135px;
	height: 400px;
	text-align: left;
	float: left;
}

#content {
	position: relative;
	width: 500px;
	height: 400px;
	text-align: left;
	float: left;
	margin: 0 55px;
}

#news {
	position:relative;
	width: 190px;
	height: 400px;
	float: left;
}

#gallery {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 450px;
	height: 250px;
	margin-left: 20px;	
}

/* Left menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0 0 5px 0;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	margin: 0 10px 0 15px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background-image: url(../images/menuActive.gif);
	background-repeat: no-repeat;
}

#menu .active a {
	color: #bd0101;
}

/* Login form */

#login {
	margin: 20px 0 0 15px;
}

#login h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
}

#login label {
	display: block;
	font-size: 10px;
	color: #aaa;
}

#loginUsername, #loginPassword {
	display:block;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #bbb;
	background-color: #eee;
}

#loginSubmit {
	display:block;
	margin: 5px 0 0 77px;
}

/* Content & footer */

#content h1 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #bd0101;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

#content #footer {
	margin: 50px 0 0 0;
	padding: 10px 0 40px 0;
	border-top: 1px solid #aaa;
	text-align: center;
	font-size: 10px;
	color: #aaa;	
}

#content #footer a {
	color: #555;	
	text-decoration: none;
}

/* News */

#news div {
	margin-bottom: 20px;
	border-bottom: 1px dotted #aaa;
	text-align: left;	
}

#news h6 {
	margin: 0 0 4px 0;
	letter-spacing: 1px;
	color: #aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

#news h4_old {
	margin: 0;
	background-image: url(../images/newsStar.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#news h4 {
	margin: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#news h4 a {
	background-image: url(../images/newsStar.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#news p {
	margin: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

