/*
   style2.0.css
   Grundsundsmarina
   
   Created by Patrik Wilhelmsson on 2008-12-17.
   Copyright 2008 Media Tech Design. All rights reserved.


	This CSS file is constructed by the following structured:
##############################################################
		1. Typography & Colors
		2. Structure
			2.1	Hedings
			2.2	Images
			2.3	Lists
			2.4	Forms
			2.5	Various Tags & Classes	 
##############################################################*/


body{
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;	
	background: #E6E6DE;
	text-align: center;
}
#main{
	text-align: left;
}
#header{
	background: #FFF;
	height: 98px;
}
#header #topbanner{
	width: 592px;
	float: right;
	margin: 6px 6px 0 0;
}
#breaker{
	background: #CCC;
	height: 6px;
	clear: both;
}
#outerwrapper{
	background-color: #dbedff;
}
#contentwrapper{
	background: #FFF url(/images/content_bg.png) repeat-y;
	float: left;
	width: 848px;
}
#lhead{
	background: #6891BC;
	height: 30px;
	float: left;
	width: 848px;
}
#lhead p{
	line-height: 30px;
	text-indent: 25px;	
}
#menu {
	float: left;
	width: 171px;
	background-color: #c3e1ff;
	padding: 16px 0 16px 25px;
	min-height: 310px;
}
#content{
	float: left;
	width: 620px; 
	padding: 16px;
	background: #FFF;
}

#box_wrap {
	clear: left;
}
#infobox a{
	color: #FFF;
	text-decoration: none;
}
#infobox a:visited{
	color: #FFF;
	text-decoration: none;
}
#infobox a:hover;{
	color: #FFF;
	text-decoration: underline;
}
#kontakta{
	border-right: 1px solid #7898B9;
	background: transparent url(/images/box_bg.png) no-repeat left top;
	height: 122px;
	width: 181px; 
	float: left;
	padding: 15px 0 15px 15px;
}

.boxtext{
	line-height: 22px;
	font-size: 10px;
	color: #FFF;
	margin-top: 11px;
}
#vader{
	background: transparent url(/images/box_bg.png) no-repeat left top;
	width: 199px;
	height: 122px;
	float: left;
	padding: 15px 0 15px 15px;
	border-right: 1px solid #7898B9;
}
#vader p{
	margin: 0;
}
#pagang{
	background: transparent url(/images/box_bg.png) no-repeat left top;
	width: 405px;
	height: 122px;
	float: left;
	padding: 15px;
	border-right: 1px solid #7898B9;
}
#pagang li{
	color: #FFF;
	line-height: 22px;
	list-style: none;
}
#rhead{
	background: #9BB6D3;
	color: #fff;
	font-size: 1em;	
	height: 30px;	
}
#varumarken{
	float: left;
	width: 138px;
	text-align: center;
	background-color: #dbedff;
	padding-top: 6px;
}
#varumarken li{
	list-style:	none;
	margin-bottom: 2px;
}
#varumarken img{
	border: 1px solid #054990;
}
#news{
	

}
#news span{
	color: #007DC9;
}
#foot{
	/*background: #E6E6DE url(/images/foot_rose.jpg) no-repeat;*/
	background: transparent url(/images/foot_shadow.png) repeat-x;
	margin-top: -11px;
	clear: both;
	height: 49px;
	padding-top: 11px;
}
#foot p ,#foot p#om{
	font-size: 1em;
	color: #818080;
	line-height: 60px;
/*	padding-left: 10px;*/
	float: left;
	margin-bottom: 0px;
	background-color: #E6E6DE;
	width: 70%;
	background: #E6E6DE url(/images/foot_rose.jpg) no-repeat;
}
#foot .fill{
/*background-color: #E6E6DE;*/
/*margin-top: 22px;*/
/*	background: #E6E6DE url(/images/foot_rose.jpg) no-repeat;*/
}
#foot p#om{
	width: 30%;
	margin-right: 0px;
	float: right;
	text-align: right;
	background-image: none;
}
#baring{
	font-family: 'Times New Roman', times, Serif;
	font-size: 2em;
	color: #C6C6BE;
	padding-left: 150px;
}
h1,h2,h3,h4,dt{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 7px;
}
h1,dt,h4, span.blue{
	color: #054990;
}
h2{
	color: #054990;
	font-size: 1.2em;
}
h3{
	color: #FFF;
}
h4{
	font-size: 1.3em;
	margin-bottom: 10px;
}
p{
	color: #646464;
	font-size: 1.1em;
	margin-bottom: 25px;
}
p.colorwhite{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #FFF;
	margin-bottom: 0px;
}
.sign{
	color: #6891BC;
	margin-bottom: 0px;
}


/* 2. Structure //////////////////////////////////////////////*/  
*{
	margin: 0;
	padding: 0;
}

#main{
	margin: 10px auto 0 auto;
	width: 986px;
	
}

.left{
	float: left;
	width: 297px;
}
.right{
	float: right;
	width: 195px;	
}

/*	2.1 Headings ////////////////////////////////////////////*/

/*	2.2 Images //////////////////////////////////////////////*/
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
#content.nyheter img{
	border: 1px solid #D7D7D7;
	padding:  4px;
}
.border{
	border: 1px solid #D7D7D7;
	padding:  4px;
}
#content img{
	max-width: 95%;
	width: expression(this.width > 420 ? 420: true); 
}

/*	2.3 Lists ///////////////////////////////////////////////*/
ul{

}
ul li{

}
#content ul{
	margin: 0px 30px 10px 30px; 
}
#content p + ul{
	margin: -15px 30px 10px 30px; 
}
#content ul li{
	color: #646464;
	line-height: 20px;
	/* list-style: none outside url(images/arrow.gif); */
}
#menu li{
	list-style: none;
	color: #4d4d4d;
	line-height: 22px;
	background: url(/images/menu_parent_arrow.png) no-repeat 0px 5px;
	padding-left: 17px;
}
#menu li li{
	line-height: 15px;
	background: url(/images/menu_child_arrow.png) no-repeat 0px 5px;
	padding-left: 10px;
}
#menu li a{
	color: #4d4d4d;
	text-decoration: none;	
}
#menu li a:visited{
	color: #4d4d4d;
		text-decoration: none;
}
#menu li a:hover{
	text-decoration: underline;
}

ol{

}
ol li{

}

#services ul li{
	list-style: none inside url(images/arrow.gif);
	margin-bottom: 5px;
}
#services dl dd{
	background: url(images/arrow.gif) no-repeat 0 5px;
	padding: 0 0 5px 10px;
}
#services dl dd a, #services dl dd a:active, #services dl dd a:visited, #services dl dd a:hover {
	color: #333;
	text-decoration: none;
}
#services dl dd a:hover{
	text-decoration: underline;
}
#rhead ul{
	padding: 15px;
}
#rhead ul li{
	display: inline;
	margin-right: 25px;
	padding-left: 22px;
	background: url('/images/arrow2.gif') no-repeat left;
}
#yui-main{
	float: left;
	border-top: 6px solid #054990;
	margin-left: 60px;
}


/*	2.4 Forms ///////////////////////////////////////////////*/
textarea, input, select {

}
input:focus, textarea:focus, label:focus {

}
.submit input, .submit input:focus, .button {

}
.submit input:active, .button:active {

}
label {
	display: block;
	font-weight: bold;
}

/*	2.5 Various Tags & Classes //////////////////////////////*/
acronym, abbr{
	cursor: help;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.row1{
	background: #eee;
}
#rhead li a, #rhead li a:active, #rhead li a:visited, #rhead li a:hover {
	color: #FFF;
	text-decoration: none;
}
#news a{
	color: #646464;
	text-decoration: none;
}
#news a:hover{
	color: #646464;
	text-decoration: underline;
}
#content.nyheter{
	color: #646464;
}
#vader a, #vader a:active, #vader a:visited, #vader a:hover, #pagang a, #pagang a:visited {
	color: #FFF;
	text-decoration: none;
}
.child{ display: none;}
#service .child { display: block;}
