/*
 * STYLESHEET TRANSFORM
 * By: Sander @ multimove
 */
 
html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Comic Sans MS, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	background: #000;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #CC0000;
	scrollbar-highlight-color: #CC0000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #CC0000;
}

/* Lay-out */
#container{ 
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 15px;
	height: 615px;
	width: 821px;
	background: #ffffff url(../img/bg.jpg) repeat;
}
#bottom{ 
	position: absolute; 
	bottom: 0px; 
	width: 801px; 
	height: 15px; 
	background-color: #C61D23; 
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
#logo{ 
	position: absolute; 
	left: 20px; 
	top: 15px; 
}
#side{ 
	position: absolute; 
	left: 230px; 
	top: 20px; 
	width: 2px; 
	height: 270px; 
	background-color: #C61D23;
}
#side_shop{ 
	position: absolute; 
	left: 230px; 
	top: 20px; 
	width: 2px; 
	height: 580; 
	background-color: #C61D23;
}
#h_side{ 
	position: absolute; 
	left: 230px; 
	top: 20px; 
	width: 2px; 
	height:580px; 
	background-color: #C61D23;
}
/* Main content, without background and scroll 
 * main_content for use with scrollbar
 */
#main_content{
	position: relative;
	left: 231px;
	top: 10px;
	width: 550px;
}
#main_content2{
	position: relative;
	left: 241px;
	top: 10px;
	width: 540px;
}

#content_holder{
	position: relative;
	left: 251px;
	top: 10px;
	height: 228px;
	width: 550px;
	background: url(../img/content.jpg) no-repeat;
}
#content_holder_1{
	position: relative;
	left: 230px;
	top: 45;
	height: 245;
	width: 575;
	background: url(../img/content_1.jpg) no-repeat;
}
#content{
	position: relative;
	top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	width: 510px;	
	overflow-y: scroll;
	height: 205px;
}
#content_1{
	position: relative;
	top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	width: 545px;	
	height: 240;
}
#content_holder_2{
	position: relative;
	left: 251px;
	top: 10px;
	height: 520;
	width: 550px;
	background: url(../img/content.jpg) no-repeat;
	background-image: url(../img/content_2.jpg);
}
#content_holder_3{
	position: relative;
	left: 251px;
	top: 10px;
	height: 550;
	width: 550px;
	}
#content_2{
	position: relative;
	top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	width: 510px;
	height: 520;
	visibility: visible;
}
#content_3{
	position: relative;
	top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	width: 510px;
	height: 540;
	visibility: visible;
}
#title{
	position: relative;
	left: 247px;
	top: 8px;
	width: 559px;
	text-align: center;
}
#title2{
	position: relative;
	left: 241px;
	top: 10px;
	width: 570px;
	text-align: center;
}
#call{
	position: absolute; 
	left: 11px;
	top: 248px;
	width: 150px; 
}
#chat{
	position: absolute;
	left: 0px;
	top: 400px;
	width: 230px;
	height: 200px;
	background-color: #FFFFFF;
}

.f_red {
	color: #FF0000;
	font-weight: bold;
}


/*  Navigation */
#subnav_home{ 
	position: absolute;
	left: 20px;
	top: 90px;
	width: 190px;
	height: 150px;	
}
#subnav_home a{ 
	font-size: 12px;
	text-decoration: none;
}
#subnav_home a:hover{ 
	font-size: 12px;
	text-decoration: underline;
	color: #c61d23;
}
#subnav_shop{ 
	position: absolute;
	left: 20px;
	top: 320px;
	width: 190px;
	height: 195;	
}
#subnav_shop a{ 
	font-size: 12px;
	text-decoration: none;
}
#subnav_shop a:hover{ 
	font-size: 12px;
	text-decoration: underline;
	color: #c61d23;
}

/* Fonts */
h1 { 
	color: #898886; 
	font-size: 24pt;
	margin: 7px; 
} 
h2 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
ul, li{
	margin-top: 0px;
	margin-bottom: 0px;
}

.small{
	color: #000000;
	font-size: 8pt;
}


/* Sroll full content) */
#scroll{
	position: relative;
	left: 250px;
	top: 10px;
	width: 570px;
	height: 530px;
	overflow-y: scroll;
}


/* Etalage home (3x3) */
#h_etalage{
	position: relative;
	left: 248px;
	top: 20px;
	width: 750px;
}
#h_etalage1{ 
	position: absolute; 
	height: 122px; 
	width: 165px; 
	text-align: center;
}	
#h_etalage2{ 
	position: absolute; 
	height: 122px;
	left: 198px; 
	width: 165px;
	text-align: center; 
}  
#h_etalage3{ 
	position: absolute;
	height: 122px;	 
	left: 393px; 
	width: 165px;
	text-align: center;
}
#h_etalage4{ 
	position: absolute;
	height: 122px;
	top: 179px;
	width: 165px;
	text-align: center;
}
#h_etalage5{ 
	position: absolute; 
	height: 122px;
	left: 198px;
	top: 179px; 
	width: 165px;
	text-align: center; 
}
#h_etalage6{ 
	position: absolute; 
	height: 122px; 
	left: 393px; 
	top: 179px; 
	width: 165px; 
	text-align: center;
}
#h_etalage7{ 
	position: absolute; 
	height: 122px; 
	top: 358px; 
	width: 165px; 
	text-align: center;
}
#h_etalage8{ 
	position: absolute; 
	height: 122px; 
	left: 198px;
	top: 358px;
	width: 165px;
	text-align: center; 
}
#h_etalage9{ 
	position: absolute; 
	height: 122px; 
	left: 394px;
	top: 358px;
	width: 165px;
	text-align: center; 
}


/* prices */
#h_prijs1{ 
	position: absolute; 
	left: 385px; 
	top: 157px; 
}
#h_prijs2{ 
	position: absolute; 
	left: 583px; 
	Top: 157px; 
}
#h_prijs3{ 
	position: absolute; 
	left: 779px; 
	top: 157px; 
}
#h_prijs4{ 
	position: absolute; 
	Left: 385px; 
	top: 337px; 
}
#h_prijs5{ 
	position: absolute; 
	left: 583px; 
	top: 337px;  
}
#h_prijs6{ 
	Position: absolute; 
	left: 779px; 
	top: 337px; 
} 
#h_prijs7{ 
	position: absolute; 
	left: 385px; 
	top: 517px; 
}
#h_prijs8{ 
	position: absolute; 
	left: 583px; 
	top: 517px; 
}
#h_prijs9{ 
	position: absolute; 
	left: 779px; 
	top: 517px; 
}


/* Etalage product presentatie (4x2) */
#p_etalage{
	position: relative;
	left: 17px;
	top: 50;
	width: 750px;
}
#p_etalage1{ 
	position: absolute; 
	height: 122px; 
	width: 165px; 
	text-align: center;
}	
#p_etalage2{ 
	position: absolute; 
	height: 122px;
	left: 208px; 
	width: 165px;
	text-align: center; 
}  
#p_etalage3{ 
	position: absolute;
	height: 122px;	 
	left: 416px; 
	width: 165px;
	text-align: center;
}
#p_etalage4{ 
	position: absolute;
	height: 122px ; 
	left: 624px;
	width: 165px;
	text-align: center;
}
#p_etalage5{ 
	position: absolute; 
	height: 122px; 
	top: 145px; 
	Width: 165px;
	text-align: center; 
}
#p_etalage6{ 
	position: absolute; 
	height: 122px; 
	left: 208px; 
	top: 145px; 
	width: 165px; 
	text-align: center;
}
#p_etalage7{ 
	position: absolute; 
	height: 122px; 
	left: 416px; 
	top: 145px; 
	width: 165px; 
	text-align: center;
}
#p_etalage8{ 
	position: absolute; 
	height: 122px; 
	left: 626px;
	top: 145px;
	width: 165px;
	text-align: center; 
}


/* Offerte */
#sub_offerte{
	position: relative;
	left: 248px;
	top: -291px;
	width: 750px;
}
#p_offerte1{ 
	position: absolute; 
	height: 122px; 
	top: 318px; 
	width: 165px; 
	text-align: center;
}
#p_offerte2{ 
	position: absolute; 
	height: 122px; 
	left: 196px;
	top: 318px;
	width: 165px;
	text-align: center; 
}
#p_offerte3{ 
	position: absolute; 
	height: 122px; 
	left: 393px;
	top: 318px;
	width: 165px;
	text-align: center; 
}

