body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
h2 {
	font-size: 14px;
	font-weight:bold;
}
h3 {
	font-size: 12px;
	font-weight:bold;
}
h4 {
	font-size: 11px;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*-------------------------------------------------------------

| 					UPPER = SET -> ZERO						  |

-------------------------------------------------------------*/



body {
	background-image: url(Img/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
strong {
	font-weight: bold;
}
p.centerText {
	text-align: center;
}
#header {
	margin: 20px auto 0px auto;
	background-image: url(Img/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 220px;
	width: 780px;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #000000;
}
/*-------------------------------------------------------------

| 							MENU							  |

-------------------------------------------------------------*/

#menu {
	display: block;
	background-image: url(Img/menubackground.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 802px;
	height: 32px;
	margin: 0px auto 0px auto;
}
#menu #menuList {
	margin: 0px 0px 0px 1px;
}
#menu #menuList li.menuListEntry {
	display: block;
	float: left;
	width: 160px;
	height: 26px;
	text-align: center;
	margin: 3px 0px 0px 0px;
}
a.menuButtons {
	display: block;
	height: 26px;
	width: 160px;
}
#menuButtonStart {
	background-image: url(Img/Buttons/menuButtonStart.jpg);
}
#menuButtonStart:hover {
	background-image: url(Img/Buttons/menuButtonStartActive.jpg);
}
#menuButtonCarwashes {
	background-image: url(Img/Buttons/menuButtonCarwashes.jpg);
}
#menuButtonCarwashes:hover {
	background-image: url(Img/Buttons/menuButtonCarwashesActive.jpg);
}
#menuButtonInstructions {
	background-image: url(Img/Buttons/menuButtonInstructions.jpg);
}
#menuButtonInstructions:hover {
	background-image: url(Img/Buttons/menuButtonInstructionsActive.jpg);
}
#menuButtonOrder {
	background-image: url(Img/Buttons/menuButtonOrder.jpg);
}
#menuButtonOrder:hover {
	background-image: url(Img/Buttons/menuButtonOrderActive.jpg);
}
#menuButtonInformation {
	background-image: url(Img/Buttons/menuButtonInformation.jpg);
}
#menuButtonInformation:hover {
	background-image: url(Img/Buttons/menuButtonInformationActive.jpg);
}
/*-------------------------------------------------------------

| 							CONTENT							  |

-------------------------------------------------------------*/
#contentStart {
	position: relative;
	display: block;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 500px;
	width: 760px;
	border-left: solid;
	border-bottom: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 10px 10px 10px 10px;
}
#contentStart #leftPage60 {
	float: left;
	display: block;
	width: 60%;
	margin-top: 10px;
	margin-left: 10px;
}
#contentStartInstructions {
	position: relative;
	display: block;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 600px;
	width: 760px;
	border-left: solid;
	border-bottom: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 10px 10px 10px 10px;
}
#contentStartInstructions #leftPage {
	float: left;
	display: block;
	width: 45%;
	margin-top: 10px;
	margin-left: 10px;
}
#contentStartInstructions #rightPage {
	float: right;
	display: block;
	width: 45%;
	margin-top: 10px;
	margin-right: 10px;
}

#contentOrder {
	position: relative;
	display: block;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 500px;
	width: 780px;
	border-left: solid;
	border-bottom: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #000000;
}
#contentOrder #orderDIV {
	position: relative;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 555px;
	height: 445px;
	overflow: hidden;
	float: right;
}
#contentOrder #orderTable {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3F3F3;
	width: 365;
	border: solid;
	border-width: 1px;
	border-color: #999999;
}
#contentOrder #orderTable td.orderTableName {
	padding: 10px 15px 0px 15px;
	margin: 10px 10px 10px 10px;
}
#contentOrder #orderTable td.orderTableInput {
	padding: 0px 15px 0px 15px;
	margin: 10px 10px 10px 10px;
}
#contentOrder #orderTable #sendButton {
	padding: 15px 10px 10px 392px;
}
div.orderBackground {
	background-image: url(Img/orderBackground.jpg);
	background-repeat: no-repeat;
}
#orderError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	background-color: #F3F3F3;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	float: left;
	width: 140px;
	heigh: 150px;
	margin: 30px 10px 20px 20px;
	padding: 5px 5px 5px 5px;
}
#orderSuccedBox {
	font-size: 14px;
	position: absolute;
	display: block;
	width: 400px;
	height: 80px;
	background-color: #F3F3F3;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 140px 190px auto 190px;
	padding: 10px 10px 10px 10px;
}
p.orderSuccedText {
	font-size: 12px;
}
#contentWashes {
	position: relative;
	display: block;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 500px;
	width: 780px;
	border-left: solid;
	border-bottom: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #000000;
}
#contentWashes #map {
	float: left;
	display: block;
	width: 440px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

#contentWashes #map img.MapImg {
	display: block;
	border: solid;
	border-width: 1px;
	width: 200px;
	height: 200px;
}

#contentWashes #map #mapAdolfsberg {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 15px 10px 10px 10px;
}

#contentWashes #map #mapBista {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 15px 10px 10px 10px;
}
#contentWashes #map #mapHallsberg {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 15px 10px 10px 10px;
}
#contentWashes #map #mapKatrineholm {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 15px 10px 10px 10px;
}
#contentWashes #location {
	float: left;
	display: block;
	margin: 15px 10px 10px 10px;
	width: 200px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}




