/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin:0 0 0 0px;background-color:#FFCC99;
}
#page
{
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;

}
#container {
	height: 798px;
	width: 950px;
	margin: 4px;
}

#header {

	padding-top: 20px;
	width:1000px;
	height:550px;
}

#logo {
	float:left;
	margin-top:50px;
	margin-left:30px;
	width: 305px;
	height:120px;
	background:url(../images/logocopy.gif);
}

#flash {

    height: 322px;
	width:437px;
	float:right;
	margin-top:5px;
	margin-right: 25px;
	
	
	
	
}
#box {

    height: 140px;
	width:401px;
	float:right;
	margin-top:25px;
	padding-right: 25px;
	background-image:url(../images/box1.gif);
	background-repeat:no-repeat;
	
}
#boxcontent {
    height: 100px;
	width:280px;
	float:right;
	margin-top:35px;
	padding-right:95px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	padding-top:10px;	
}
#garden {
	position:absolute;
	top:6px;
	right:597px;
    height: 58px;
	width:109px;
	float:right;
	margin-top:25px;
	margin-right: 65px;
	background:url(../images/logogarden.gif);
	background-repeat:no-repeat;
	
}
#left {
	float:left;
	width: 470px;
	margin-left:30px;
	

	
}

#right {

	margin-top:15px;
	padding-right: 25px;
	

}

#welcome {
	width:470px;
	margin-top: 100px;
	float:left;
	background:url(../images/welcome1.gif);
	background-repeat:no-repeat;
	height:50px;
}

#matter {
	width:470px;
	float:left;
	margin-top: 10px;
	text-align:justify;
	height:100%;
	font-family:Tahoma;
	font-size:12px;
	color:#7E360A;
	line-height:16px;
}
#readmore {
	width:80px;
	margin-top:5px;
	float:right;
	font-family:Tahoma;
	font-size:11px;
	color:#E2530D;
	height:20px;
}
#copyright {
	width:280px;
	font-family:Tahoma;
	float:left;
	clear: both;
	font-size:11px;
	color:#AE5700;
	text-align:center;

	
}
#power{
	width:280px;
	font-family:Tahoma;
	float:right;
	padding-right:20px;
	clear: both;
	font-size:11px;
	color:#AE5700;
	text-align:right;

	
}
#read {
	width:80px;
	margin-top:5px;
	float:right;
	
	
	height:20px;
	margin-right:40px;
	
	
}

a:active { text-decoration: none;}   /* selected link */

/******************************* Text and image formatting *******************************/



.red {color: #614240;}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;

	width:430px;
}

ul.nav{
	display: table;
}
ul.nav li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	width:50px;
}


ul.nav li:hover{
	padding-right: 1px;
}


ul.nav li ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;


	margin-top: 2px;
}

ul.nav li:hover ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{

	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;

}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}



#menu {
  
 

  
}
#hrd{
	position:relative;
	margin:0 auto;
	width:430px;
	float:right;


}
#hrd ul{
	height:15px;
  	margin: 0 auto;
	left:19px;
	
	padding:0 0 0 10px;
	margin-left:5px;

}
#hrd ul li{
	
	height:27px;
	float:left;
	list-style: none;
	padding:0 1px 0 0;
}
#hrd ul li a{
	display:block;	
	padding:0 14px;
	font:bold 12px/27px Arial, Helvetica, sans-serif;
	color: #CC3300;;
	background-color:inherit;
	text-decoration:none;
}
#hrd ul li a:hover{

	color:#0E7A13  ;
	background-color:inherit;
}
#hrd ul li a.hover{
	display:block;
	
	color:#fff;
	padding:0 14px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}

#hrd ul li.last{
	background-image:none;
	height:27px;
	float:left;
}

/**************************************************************
   Top Block Menu
 **************************************************************/

#pics {
width:950px;
height:200px;
margin-left:60px;
  

  
}
#service-pics{
float:left;

}
a.a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color:#CC3300;
}
a.a:hover {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color:#CC3300;
	text-decoration:underline;
}
a.a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color:#CC3300;
	text-decoration:none;
}
a.read:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#CC3300;
	text-decoration:none;
}
a.read:hover {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#CC3300;
	text-decoration:underline;
}
a.read:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight:normal;
	color:#CC3300;
	text-decoration:none;
}

