		@import url("reset.css");
		
		p { margin-bottom: 10px; }
		strong { font-weight: bold; }
		

		h1 a{

			}

		body {
			background-color: #f26101;
			margin: 0px;
			padding: 0px;
			font: 10px/12px Arial, Helvetica, sans-serif;
			color: black;	
				}

		#wrapper {
			margin: 0px auto;
			width: 880px;
					}
				
		#RedLine {
			background-image: url(images/TopRed.png);
			margin: 0px;
			padding: 0px;
			height: 49px;
					}
					
		#header	{
			width: 880px;
			height: 85px;
			overflow: hidden;
			background-image: url(images/Middle_Base.png);
			background-repeat: repeat-y;
					}
					
			#header #TopBase {
				width: 880px;
				height: 50px;
				background-image: url(images/Top_Base.png);
								}
								
			#header #menu {
				width: 793px;
				margin-left: 87px;
				margin-top: 0px;
				float: left;			
							}
							
		#contents {
			width: 880px;
			overflow: hidden;
			background-image: url(images/Middle_Base.png);
			background-repeat: repeat-y;
					}
					
			#contents #headline {
				margin-left: 55px;
				width: 825px;
									}
									
			#contents #specialbar {
				margin-left: 87px;
				width: 793px;
									}
			
		#kolom {
			width: 880px;
			background-image: url(images/Middle_Base.png);
			background-repeat: repeat-y;
			float: left;
				}	
									
			#kolom #colLeft {
				width: 220px;
				margin-left: 72px;
				margin-right: 15px;
				padding-left: 15px;
				padding-right: 15px;
				float: left;
								}
								
			#kolom #colMid {
				width: 220px;
				margin-right: 15px;
				padding-left: 15px;
				padding-right: 15px;
				float: left;
								}
								
			#kolom #colRight {
				color: #f26101;
				width: 170px;
				margin-right: 15px;
				padding-left: 15px;
				padding-right: 15px;
				float: left;
								}
			
			#kolom #colRight a:link {color: #f26101; text-decoration: none}
			#kolom #colRight a:visited {color: #f26101}
			#kolom #colRight a:hover {color: black}			


		#tutup {
				background-image:url(images/Bottom_Base.png);
				float: left;
				width: 880px;
				height: 45px;
				}
							
		#footer {
				width: 793px;
				margin-left: 87px;
				float: left;
				font-size: 10px;
				color: white

					}
					
		
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 15px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 15px;
	background-repeat: no-repeat;
}

.logo {background-image: url(images/Menu_Hires.png); width: 163px;}
.logo a {background-image: url(images/Menu_Hires.png); width: 163px;}
.home {background-image: url(images/Menu_Home_Over.png); width: 50px;}
.home a {background-image: url(images/Menu_Home_Normal.png); width: 50px;}
.pricelist {background-image: url(images/Menu_Pricelist_Over.png); width: 80px;}
.pricelist a {background-image: url(images/Menu_Pricelist_Normal.png); width: 80px;}
.promo {background-image: url(images/Menu_Promo_Over.png); width: 60px;}
.promo a {background-image: url(images/Menu_Promo_Normal.png); width: 60px;}
.faq {background-image: url(images/Menu_FAQ_Over.png); width: 45px;}
.faq a {background-image: url(images/Menu_FAQ_Normal.png); width: 45px;}
.blog {background-image: url(images/Menu_Blog_Over.png); width: 45px;}
.blog a {background-image: url(images/Menu_Blog_Normal.png); width: 45px;}



ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}