
/* default objects */
html{
	margin:0px;
	padding:0px;
}
body{
	text-align:center; /* center the site, for windows & IE */
	font-size:12px;
	font-family:arial ,helvetica;
	color:#333333;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}

body img {
	margin:0px;
	padding:0px;
}

#container { /* overall container */
	margin:0 auto; /* for nonwindows/mozilla */
	width:780px;
	background-color:#FFFFFF;
	background-image: url("images/bg_rep.gif") ;
	background-repeat:repeat-y;
	background-position:center;
}

#kop { /* logo layer */
	margin:0 auto;
	width:780px;
	height:294px;
	background-image: url("images/kop.jpg") ;
	background-repeat:no-repeat;
	background-position:center;
}

#content{ /* content block */
	width:700px;
	margin:0px;
	text-align:left;
	line-height:18px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#left {
	width:235px;
	float:left;
}
#right {
	width:500px;
	float:left;
	text-align:left;
}

.tekstblok {	
	padding:5px;
	font-size:13px;
	color:#000000;	
	padding-left:20px;
	background-color:#FFFFFF;
	line-height:17px;
}

.tekstblok a{
	text-deoration:none;
	font-weight:bold;
	color:#000000;
	font-style:italic;
}
.tekstblok a:hover{
	text-deoration:underline;
	font-weight:bold;
	color:#000000;
	font-style:italic;
}

.tekstblok h1{
	background-image:url(images/square.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:17px;
	margin-left:-15px;
}
#menu {
	text-align:left;
	width:704px;
	color:#FFFFFF;
	height:23px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url("images/bg_menu.jpg") ;
	background-repeat:no-repeat;
	background-position:center;
}

#menu a{
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

#menu a:hover{
	font-size:14px;
	text-decoration:none;
	color:#FBE953;
}

h1 {
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
}

h2 {
	color:#A61111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

#copyright a {
	color:#ffffff;
	text-decoration:none;	
   }
   
#copyright a:hover {
	color:#ffffff;
	text-decoration:underline;	
   }


/* other object */	
#copyright{
	width:704px;
	margin:0 auto;
	height:27px;
	background-image: url("images/footer.gif");
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-family:arial, helvetica;
	font-size:10px;
	color:#ffffff;
}

textarea,value{
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #104E63;
	border-style:solid;
	text-decoration:none;
	scrollbar-base-color:#FF0000;
}

/*quick order form */


.product_images{
	display:none;
} 

#boxtwo .header, #boxthree .header, #boxfour .header, #boxfive .header{
	padding-bottom:3px;
	color:#268CB6;
	font-size:14px;
	font-family:arial;
	text-align:left;
	}
#boxtwo .header {
	padding-top:20px;
}
#boxone, #boxtwo, #boxthree, #boxfour, #boxfive {
	width:450px;
	border:1px solid #268CB6;
	background-color:#FFFFFF;
	margin-bottom:5px;
	padding:3px;
}

#boxfour .header {
	padding-top:20px;
}

#boxfive {
	padding-bottom:30px;
}

#boxone .header, #boxone .product_header {
	color:#268CB6;
	font-weight:bold;
	margin-bottom:-4px;
	margin-top:10px;
}

.product_descriptions img{
	width:750px;
	display:block;
} 

.product_description{
	float:left;
	width:350px;
	margin-top:3px;
	margin-bottom:5px;
	font-size:11px;
} 
.product_descriptions{
	
} 

.productrow_one{

}

.productrow_two{

}

.product_header{
	display:block;
}


.dollar_prices, .euro_prices, .product_descriptions, .product_radios{
	
}

.oldprice {
	display:none;
}

.euro_prices, .product_radios {
	display:block;
	float:left;
	margin-top:10px;
}

.paylist input{
	margin-bottom: 25px;
}

/*quick order form end*/

