body, html{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #2a333c;
	line-height: 1.4;
	font-size: 62.5%;
	background: url(/img/bkg.jpg) repeat-x top left #e2eff7;
}




/* General text styles */

h1{
	font-size: 2.4em;
	font-weight: bold;
	color: #2f70b7;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 14px 0px 0px 0px;
}

input.h1{
	font-size: 2.4em;
	font-weight: bold;
	color: #2f70b7;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h2{
	font-size: 1.8em;
	font-weight: bold;
	color: #263f5d;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.h2_date{
	font-weight: normal;
	color: #afbdce;
	padding-left: 3px;
}

h2.admin_edit_h2{
	margin-bottom: 15px;
	padding-top: 10px;
}

h2.admin_edit_h2 a{
	color: #800000;
	text-decoration: none;
}

h2.admin_error{
	margin-bottom: 15px;
	padding-top: 10px;
	color: #800000;
}
h2.admin_success{
	margin-bottom: 15px;
	padding-top: 10px;
	color: #2f70b7;
}

p{
	font-size: 1.2em;
	margin: 0px;
	padding: 2px 0px 20px 0px;
}

#content p{
	padding: 0px 0px 3px 0px;
}

p.puff_header{
	font-weight: bold;
	padding: 12px 8px 0px 8px;
}

p.puff_text{
	font-size: 1.1em;
	padding: 4px 8px 8px 8px;
}

p.footer{
	color: #fff;
	font-size: 1.1em;
	padding-top: 8px;
	text-align: center;
}

p.footer a{
	text-decoration: underline;
	color: #bfe0ff;
}

#content p.excerpt{
	font-weight: bold;
	padding: 2px 0px 15px 0px;
}

.space{
	padding-left: 25px;
}


textarea#excerpt{
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #2a333c;
	font-weight: bold;
	line-height: 1.4;
}

textarea#text{
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #2a333c;
}


/* Graphic links */

a.logga{
	position: relative;
	width: 194px;
	height: 110px;
	display: block;
	outline: none;
	cursor: pointer; cursor: hand;
	background: url(../img/logga.gif) no-repeat top left;
}

a.read_more_btn{
	position: relative;
	width: 64px;
	height: 21px;
	display: block;
	outline: none;
	cursor: pointer; cursor: hand;
	background: url(../img/read_more_btn.gif) no-repeat top left;
	margin-right: 4px;
}

a.news_archive_btn{
	position: relative;
	width: 84px;
	height: 21px;
	display: block;
	outline: none;
	cursor: pointer; cursor: hand;
	background: url(../img/news_archive_btn.gif) no-repeat top left;
	margin-top: 8px;
}



/* Classes */

.float_left{
	float: left;
}
.float_right{
	float: right;
}

.white_block{
	position: relative;
	width: 828px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 6px;
}

.white_block_small{
	position: relative;
	width: 195px;
	height: 236px;
	padding: 5px;
	background-color: #fff;
	margin: 0px 6px 6px 0px;
	float: left;
}

.white_block_small_last{
	position: relative;
	width: 195px;
	height: 236px;
	padding: 5px;
	background-color: #fff;
	margin: 0px 0px 6px 0px;
	float: left;
}

.left_column{
	position: relative;
	width: 194px;
	display: block;
	float: left;
}

.right_column{
	position: relative;
	width: 626px;
	display: block;
	margin-left: 6px;
	float: left;
}



/* Main divs */

#page{
	position: relative;
	width: 838px;
	padding: 40px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#content{
	position: relative;
	width: 510px;
	margin: 0px 90px 20px 25px;
}

.news_item{
	position: relative;
	border-top: 3px solid #eaf3f8;
	display: block;
}



/* Menu */

#menu{
	position: relative;
	margin: 6px 0px 0px 0px;
}

a.menu_link{
	position: relative;
	width: 163px;
	height: 19px;
	display: block;
	font-size: 1.1em;
	color: #40586c;
	font-weight: bold;
	background: url(../img/menu_arrow.gif) no-repeat top right #fff;
	text-decoration: none;
	outline: none;
	cursor: pointer; cursor: hand;
	text-align: right;
	padding: 5px 31px 0px 0px;
	border-bottom: 1px dashed #aebfcc;
}

a:hover.menu_link{
	background: url(../img/menu_arrow_hover.gif) no-repeat top right #e1f0ff;
}

a.menu_link_sel, a:hover.menu_link_sel{
	background: url(../img/menu_arrow_sel.gif) no-repeat top right #ffd54c;
}

a.prod_selected{
	background: url(../img/menu_arrow_hover.gif) no-repeat top right #e1f0ff;
}



/* News list */

p.news_top{
	position: relative;
	width: 163px;
	height: 20px;
	display: block;
	font-size: 1.1em;
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding: 8px 31px 0px 0px;
	margin: 0px;
	background: url(../img/news_arrow.gif) no-repeat top right #3d6da2;
	border-bottom: 1px dashed #75621d;
}

a.news_link{
	position: relative;
	display: block;
	width: 168px;
	border-bottom: 1px dashed #75621d;
	text-align: right;
	padding: 8px 13px;
	outline: none;
	cursor: pointer; cursor: hand;
	font-size: 1.2em;
	font-weight: bold;
	color: #2a333c;
	text-decoration: none;
}

a:hover.news_link{
	background-color: #e1f0ff;
}

.news_link_date{
	font-size: 0.9em;
	font-weight: normal;
	color: #627283;
}

a.news_sel{
	background-color: #e1f0ff;
	color: #2b2308;
}
a.news_sel .news_link_date{
	color: #786116;
}




/* Products */ 

#products{
	position: relative;
	width: 626px;
	overflow: hidden;
}

#prod_top{
	width: 613px;
	border-bottom: 1px solid #7aace4;
	margin-left: 10px;
}

#slide_container{
	position: relative;
	left: 0px;
}

.prod_item{
	display: block;
	width: 626px;
	float: left;
	margin-right: 4px;
}

p.prod_cat_count{
	padding: 3px 0px 2px 3px;
	color: #3d6da2;
}

#product_bottom{
	position: relative;
	width: 626px;
	text-align: center;
	background-color: #e9f4ff;
	padding: 3px;
}

h1.prod_h1{
	font-size: 3em;
	font-weight: bold;
	color: #2e2e2e;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 5px 0px 0px 14px;
}

.prod_price{
	color: #ffbe4c;
}

p.prod_text{
	font-size: 1.4em;
	color: #4b4b4b;
	font-style: italic;
	padding: 2px 20px 0px 14px;
}

.prod_image_holder{
	display: block;
	width: 606px;
	margin: 8px 0px 0px 10px;
	border-top: 3px solid #e8e8e8;
	text-align: center;
	padding-top: 15px;
}

a.prev_arrow{
	display: block;
	width: 102px;
	height: 28px;
	background: url(../img/prod_prev_btn.png) no-repeat top left;
	outline: none;
	cursor: pointer; cursor: hand;
	float: left;
}

a.next_arrow{
	display: block;
	width: 102px;
	height: 28px;
	background: url(../img/prod_next_btn.png) no-repeat top left;
	outline: none;
	cursor: pointer; cursor: hand;
	float: right;
}

.prod_count_text{
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 0px 0px 0px;
	color: #151515;
	text-align: center;
	display: block;
	width: 422px;
}




/* Footer */

#footer{
	width: 828px;
	height: 29px;
	background-color: #263f5d;
}




/* admin */

#admin_menu{
	margin: 10px 0px 0px 20px;
}

table.admin_table{
	position: relative;
	border: none;
	margin-top: 10px;
	border-top: 1px solid #d9d6d2;
}

table.admin_table td{
	padding: 5px 15px 5px 15px;
	border-top: none;
	border-bottom: 1px solid #d9d6d2;
	background-color: #f8f8f8;
	color: #263f5d;
	font-size: 1.1em;
}
table.admin_table td a{
	color: #2f70b7;
	text-decoration: none;
}

td.admin_td1{
	border-left: 1px solid #d9d6d2;
	border-right: none;
	width: 200px;
}

td.admin_td2{
	border-right: 1px solid #d9d6d2;
	border-left: none;
}

#admin_edit{
	margin: 22px 0px 0px 30px;
	border-left: 1px solid #d9d6d2;
	padding-left: 30px;
}

a.admin_add_link{
	display: block;
	padding: 5px 15px;
	border: 1px solid #d9d6d2;
	background-color: #f8f8f8;
	margin-top: 5px;
	outline: none;
	color: #2f70b7;
	font-size: 1.1em;
	text-decoration: none;
}

img.calendar_img{
	margin: 0px 0px 0px 3px;
}

#admin_topmenu{
	position: relative;
	margin: 0px 0px 20px 20px;
}

a.topmenu_a{
	display: block;
	padding: 6px 15px;
	border-left: 1px solid #d9d6d2;
	border-bottom: 1px solid #d9d6d2;
	border-right: 1px solid #d9d6d2;
	background-color: #f8f8f8;
	outline: none;
	color: #2f70b7;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	text-align: center;
	float: left;
	margin-left: 10px;
}
a.topmenu_a_sel{
	background-color: #2f70b7;
	color: #f8f8f8;
}

img.admin_image{
	border: 1px solid #d9d6d2;
}



/* png fix */

img, div, a, input { 
	behavior: url(/css/iepngfix.htc);
}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }