/* CSS reset */
h1, h2, h3, h4, p, div, span, pre, img, a {
	margin: 0; padding: 0; border: none;
}



/* Visual styles */

body, img, div, p {
	margin: 0; padding: 0; border: none;
	font-family: Verdana, Lucida Sans Unicode, Arial;
	font-size: 11px;
}


body {			
	background: url("images/bg_gradient_repeater_01.png") repeat-x top left;
	background-color: #001d44;
	color: white;
	
	line-height: 14px;
	
}


h2 {	
	font-size: 11px;
	font-weight: bold;
	padding: 1em 0 0 0;
	margin-bottom: -0.5em;
}

p {
	padding: 0.5em 0 0.5em 0;
}

a {
	color: #efefef;
}

label {
	display: inline-block;
	padding: 2px 0;
}

#sideLeft {
	
}

#center {	
	background: url("images/center_rhomb_01.jpg") no-repeat top center;	
	font-family: Verdana, Lucida Sans Unicode, Arial;
	font-size: 11px;
}

#sideRight {
	background: url("images/side_right_01.png") no-repeat top left;
}

/* Front bottom */
#pageFront #centerBottom {
	background: url("images/front_center_bottom_01.jpg") no-repeat top left;
}


/* Quick hack for new frontpage gfx */
#pageFront .newFront #centerBottom {
	background: url("images/front_center_bottom_02.jpg") no-repeat top left;
}



.no-display {
	display: none;	
}




/* Layout declarations */

body {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;	
	
}

#center {
	position: relative;
}

#sideLeft, #center, #sideRight {
	
	float: left;	
}

#sideLeft {
	margin-top: 21px;
	width: 216px;
	height: 296px;
}

#center {
	width: 528px;
	height: 583px;
}

#sideRight {
	margin-top: 21px;
	width: 216px;
}

#sideRight img {
	/*clear: both;*/
	padding: 0;
	margin: 0;
}

#sideRight img#bottomSplash {
	margin-top: -4px;
}


#footer {
	/*position: absolute;*/
	/*top: 605px;*/	
	padding-top: 10px;
	width: 910px;
	clear: both;
	
}

ul#navMenu {
	list-style: none;
}

ul#navMenu li {
	list-style: none;
	float: left;
	padding: 0 1px 0 1px;
}

ul#navMenu li img {
	border: none;
}



#centerTop {
	margin-top: 22px;
	width: 528px;	
}




/** Page specific styles **/


/* Frontpage */
body#pageFront #centerTop {
	margin-top: 22px;
	width: 528px;
	height: 294px;
}

body#pageFront #centerBottom {
	padding: 96px 100px 0 70px;
}




body#pageTurtleVask #centerTop {
	/*height: 257px;*/
	height: 262px;
}

body#pageTurtleVask #centerBottom,
body#pageTurtleWax #centerBottom
{	
	padding: 0 55px 0 65px;		
}


body#pageTurtleWax #centerTop {
	height: 230px;
}

body#pageTurtleWax #centerBottom {
	position: absolute;
	top: 248px;
}


body#pageRenBil #centerTop {
	height: 199px;
}

body#pageRenBil #centerBottom {
	position: absolute;
	top: 199px;
	/*margin-top: -12px;*/
	padding: 0 55px 0 65px;
}




body#pagePriser #center {	
	background: url("images/priser_center_top_01.png") no-repeat top left;
}

body#pagePriser #centerTop {
	/*padding: 45px 55px 0 56px;*/
	
	width: 463px;	
	padding: 45px 0 0 56px;
	
	font-size: 10px;
	
}

body#pagePriser #centerBottom {
	position: absolute;
	top: 422px;
	left: 93px;
	/*padding: 23px 55px;		*/
	text-align: center;
}


#centerTop #four-star {
	margin-top: 43px;
}

#centerTop #three-star {
	margin-top: 48px;
}

#centerTop #two-star {
	margin-top: 48px;
}

#centerTop #one-star {
	margin-top: 53px;
}



#discount-1, #discount-2, #discount-3 {
	text-align: left;
}


#discount-1 {
	float: left;
	/*margin-left: 38px;*/
}

#discount-2 {
	float: left;
	margin-left: 38px;
}

#discount-3 {
	float: left;
	margin-left: 38px;
}


body#pageFind #centerBottom {
	position: absolute;
	top: 318px;
	left: 76px;
}

/*body#pageFind #centerBottom input#findSubmit {*/
body#pageFind #centerBottom button#findSubmit {
	/*background: white url("images/find_form_btn_02.png") no-repeat top left;*/
	/*width: 126px;*/
	/*height: 33px;*/
	background: #001d44 url("images/find_form_btn_05.png") no-repeat 0 0;
	width: 128px;
	height: 30px;
	
	margin-top: 10px;
	padding-bottom: 4px;
	
	position: absolute;
	left: -3px;	
	
	color: #444;
	
	font-family: Verdana, Lucida Sans Unicode, Arial;
	font-size: 11px;
	/*text-transform: uppercase;*/
	
	border: none;
	
}

/*body#pageFind #centerBottom input#findSubmit:hover {*/
/*	background: white url("images/find_form_btn_04.png") no-repeat 0px -30px;	*/
/*}*/