/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: verdana, sans-serif;
	font-size: 62.5%;
	background-color: #f9edb3;
}

#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: auto;
	border-top: 1px solid white;
}
#mirror {
  position: absolute;
  top: 10px;
  left: 10px;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}
 #header .phone {
  margin-top: 10px;
  padding-left: 330px;
  font-weight: bold;
  font-size: 13px;}
#header_left {
	float: left;
	width: 386px;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 25px;
}
#right p  {
  padding-right: 20px;
  }

#right ul  {
  margin-left: 28px;}
  
#right li  {
  padding-bottom: 5px;
  color: #d59105;
  list-style-type: square;
  list-style-position: inside;
  }
  #li_mirror  {
    width: 275px;}
  #li_guarantee {
    width: 500px;}
  
#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 5px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}



/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}


h1 {
	color: #000;
	margin-top: 85px;
	margin-left: 68px;
	font-family: verdana, sans-serif;
	font-size: 1.8em;
}


h2 {
	color: #fff;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: verdana, sans-serif;
	font-style: italic;
}

h3 {
	height: 31px;
	padding-top: 10px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}
#type {
  float: right;
  margin-left: 8px;}
#warranty {
  float: left;
  margin-right: 8px;}

img {
    border: 1px solid #000;
    padding: 1px;
    margin-bottom: 7px;}

.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 **********************************/

#navcontainer { }

#navcontainer ul
{
	font-weight: bold;
	color: #990000;
}
#navcontainer li  {
	list-style-type: none;
  }


#navcontainer a
{
	display: block;
	background: url('images/nav_rest.gif') no-repeat;
	padding-top: 11px;
	padding-left: 37px;
	width: 182px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
	border-bottom: 1px solid #eee;
	height: 27px;
}                                                      


#navcontainer a:link, #navlist a:visited
{
color: #fff;
font-size: 15px;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/nav_hover.gif) no-repeat;
	color: #fff;
}

/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}



