/*
Title:		Master styles
*/



/* MAIN STYLES
------------------------------------------------------------- */

/* Text */

body {
	background: #f7f7f7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	margin:0;
	padding:0;
}
.text_main {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14pt;
	color: #4b4a45;
	text-align: left;
}
.text_footerlink {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14pt;
	color: #4b4a45;
	text-align: center;
}
h1 {
	font-size: 12px;
	color: #590404;
	font-weight: bold; 
		margin:0;
	padding: 14px 0 0 0;
}

h2 {
	font-size: 11px;
	color: #590404;
	font-weight: bold; 
		margin:0;
	padding: 14px 0 0 0;
}

h3 {
	font-size: 11px;
	color: #590404;
	margin:0;
	padding: 14px 0 0 0;
	font-style:italic; 
}
h6 {
	font-size: 11px;
	color: #590404;
		margin:0;
	padding: 14px 0 0 0;

}


/* Links */

a:link, a:visited {
	color: #590404;
	
}
a:hover, a:active {
	color: #f39913;
	
}


/* HEADERFOOTER
------------------------------------------------------------- */



#logo {
	height: 125px;
	width: 1000px;
	background-image: url(images/head.png);
}

#head {
	height: 0px;
}


	

#navigation{
	width: 700px;
	height: 0px;
	padding-left: 145px;
	padding-top: 5px;
	top: 83px;
	position: absolute;

}

#slider1
{
z-index: -1;

}
.closer {
	background: url(images/closer_15.jpg) no-repeat;
	height: 32px;
	width: 826px;
}

.footerhead {
	
	height: 1;
	width: 826px;
}

.footertext {
	
	height: 1px;
	width: 560px;
}

.footerbutton h6#button a {
	
	height: 1px;
	width: 266px;
	


}

.footerline {
	background: url(images/footer_elements_28.jpg) no-repeat;
	height: 30px;
	width: 826px;
}


/* Navigation - First level */




/* Main text containers
------------------------------------------------------------- */

.container_main {
	width: 532px;
	background-color: #fcfbf7;

}
.container_news {
	width: 214px;
	background-color: #fcfbf7;

	vertical-align: top;
}
.container_newsletter {
	width: 200px;
	background-color: #fcfbf7;

}

