@charset "UTF-8";

/*@import "simpleDropdown.css";*/

/* CSS Document */



body {
	background-color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:100px;
	background:url(../_images/_header/headerBlackRed100.png);
	margin:0 auto;
	margin-top:10px;
	margin-bottom:5px;
	border-radius:8px 0px 0px 0px;
}

				a#home {				/*länk till healey.se i headern*/
				display:block;
				width:680px;
				height:60px;
				margin-top:10px;
				text-indent:-9999px;
				}

#nav {
	width:900px;
	height:20px;
	margin-bottom:13px;
	background:#900;
	/*border-top:1px solid #fff;*/
	border-radius:0px 0px 8px 0px;
}



#content {
	width:680px;
	background:#3c4040;
	font: 11px/1.5 Verdana, Sans;
	color:#fff;
	float:left;
	margin-bottom:13px;
	border-radius:8px 0px 8px 0px;
	min-height:225px;
}

				#table {
					text-align:center;
				}

.contentHeader {
	background:url(../_images/_content/contentHeader.png);
	margin:0;
	color:#900;
	border-radius:8px 0px 0px 0px;
}

.contentHeader h1 {
	font-size:1.5em;
	margin-top:0;
	margin-left:4px;
	color: #900;
}

#add {
	background-image:url(../_images/_content/bildForstasida_forSale.png);
	display:block;
	width:680px;
	height:370px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

#sidebar {
	width:210px;
	height:inherit;
	float:right;
}


#sidebar .sidebarHeader {
	font: 11px/1.5 Verdana, Sans;
	color:#900;
	background:url(../_images/_content/contentHeader.png);
	margin:0;
	border-radius:8px 0px 0px 0px;
}

#sidebar .sidebarHeader h1 {
	font-size:1.5em;
	margin-top:0;
	margin-bottom:0;
	margin-left:4px;
}

#sidebar a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

.memories {
	background:#3c4040;
	background:url(../_images/_sidebar/newWebshopV2.png);	
	height:200px;
	margin-bottom:13px;
	border-radius:0px 0px 8px 0px;
}

.memoriesAdd {
	background:#3c4040;
	background:url(../_images/_sidebar/IMG_2659.JPG);	
	height:137px;
	margin-bottom:13px;
	border-radius:0px 0px 8px 0px;
}

.memories .image-wrap {
	border-radius::8px 0px 8px 0px;
}

a {
	text-decoration: none;
}

.ahParts{
	width:190px;
	display:block;
	margin:auto;	
}

.åbrMotor{
	width:110px;
	display:block;
	margin:auto;
}

.aggeryd{
	width:110px;
	display:block;
	margin:auto;
}
	
.spinnerSpanner{
	width:190px;
	display:block;
	margin:auto;
}

.socialNetwork {
	width:210px;
	background:#3c4040;
	color:#fff;
	margin-bottom:13px;
	border-radius:8px 0px 8px 0px;
}

.socialNetwork .facebook {
	width:190px;
	display:block;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.socialNetwork .twitter {
	width:190px;
	display:block;
	margin:auto;
	padding-bottom:10px;
}

/*#footer {
	clear:both;
	width:900px;
	background:#3c4040;
	text-align:center;
	font-size:10px;
	color:#fff;
	margin-bottom:10px;
	border-radius:8px 0px 8px 0px;
}

#footer p {
padding:10px;
}*/

/* ------------------ General page settings ------------------ */

p, h1, h2, h3, h4, h5 {
	margin:4px;
}
a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}

