
/* 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:#C54545;
	padding:0px;
	margin:0px;
	background-image: url("images/bg_repeat.gif") ;
	background-repeat:repeat-x;
	background-position:top;
}

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

#container{ /* overall container */
	margin:0 auto; /* for nonwindows/mozilla */
	width:704px;
	background-color:#FFFFFF;
}

#kop{ /* logo layer */
	margin:0 auto;
	width:704px;
	height:324px;
	background-image: url("images/kop.jpg") ;
	background-repeat:no-repeat;
	background-position:center;
}
/*IE6*/
*html .flash {
	width:684px;
	height:100px;
	text-align:right;
}
/*IE7*/
*:first-child+html  .flash {
	width:700px;
	height:180px;
	margin-top:0px;
	text-align:right;
	vertical-align:bottom;
}
.flash {
	width:700px;
	height:300px;
	padding-top:130px;
	padding-right:20px;
	text-align:right; 
}

.ntekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image: url("images/ntekst.gif") ;
	background-repeat:no-repeat;
	background-position:center;
	width:345px;
	height:209px;
	float:left;
	padding-left:3px;
	padding-right:4px;
}
.stekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image: url("images/stekst.gif") ;
	background-repeat:no-repeat;
	background-position:center;
	width:345px;
	height:209px;
	float:left;
}

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

#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;
}

.orange{
	background-color:#FA680F;	
	border-left:dotted 2px #FFFFFF;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	font-size:0px;
	height:33px;
}
.orange_top{
	background-color:#FA680F;
	height:20px;
	paddin:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:0px;
}
.blue{
	background-color:#FFFFFF;
	border-left:dotted 2px #314683;
	padding:10px 10px 10px 10px;
	color:#000000;
	vertical-align:top;
	text-align:justify;
}
.blue_wide{
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	color:#000000;
	vertical-align:top;
	text-align:justify;
}
.blue b{
	font-weight:bold;
	color:#000000;	}


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

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:90px;
	background-image: url("images/footer.jpg");
	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:#DB1818;
	font-size:14px;
	font-family:arial;
	text-align:left;
	}
#boxtwo .header {
	padding-top:20px;
}
#boxone, #boxtwo, #boxthree, #boxfour, #boxfive {
	width:650px;
	border:1px solid #DB1818;
	background-color:#FFF7F7;
	margin-bottom:5px;
	padding:3px;
}
#boxthree li {
	width:450px;	
}

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

#boxfive {
	padding-bottom:30px;
}

#boxone .header, #boxone .product_header {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

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

.product_description{
	font-size:10px;
	font-weight:100;
	float:left;
	width:350px;

} 
.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*/


