/* * * Main blocks * * */
html{
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000;
	min-height:100%;
}
body{
	margin:0;
	padding:0;
}

#blocktxtic a { color:#fff; }
#blocktxtic a:hover { text-decoration:none; }

/* * * Header styles * * */
.homepage #top_clip{
	height:31px;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.subpage #top_clip, .subpage #main_clip{
	width:960px;
	margin:0 auto;
	text-align:center;
}
.subpage #top_clip img, .subpage #main_clip img{ display:block; }
#sites{
	padding-top:15px;
	border-bottom:2px solid #f8b334;
}
.homepage #sites_inner{
	width:952px;
	margin:0 auto;
}
.subpage #sites{
	width:960px;
	margin:0 auto;
}
.subpage #sites_inner{
	width:952px;
	margin:0 auto;
	padding-left:4px;
	padding-right:4px;
}
#sites ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sites h1, #sites li{ float:left; }
#sites h1{
	margin:0 0px 0 10px;
	padding-top:3px;
}
#sites li{
	padding:0 14px 4px 20px;
	background:url(../images/separator.gif) 100% 100% no-repeat;
	min-height:15px;
}
#sites img{ display:block;}
#current_site{
	width:160px;
}
#current_site img{
	position:absolute;
}

#header{
	position:relative;
	border-bottom:2px solid #f8b334;
	height:72px;
}
.subpage #header{
	width:960px;
	margin:0 auto;
}
#logo{
	position:absolute;
	left:50%;
	top:4px;
	margin:0 0 0 -466px;
}
#location{
	position:absolute;
	left:50%;
	margin:0 0 0 415px;
	top:6px;
}
#location a{
	background:url(../images/icon_map.png);
	width:55px;
	height:56px;
}
#cart{
	border:1px solid #69777d;
	background:url(../images/bgr_cart.gif) 0 0 repeat-x;
	height:26px;
	position:absolute;
	left:50%;
	top:35px;
	margin-left:168px;
	padding:0 10px;
	line-height:26px;
	overflow:hidden;
}
#icon_cart{
	width:19px;
	height:11px;
	overflow:hidden;
	background:url(../images/icon_cart.gif);
	float:left;
	margin:7px 12px 0 0;
}
#cart h2{
	float:left;
	margin:0 15px 0 0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
}
#cart_amount{
	float:left;
	margin:0 10px 0 0;
	font-size:11px;
}
#cart_link{
	float:left;
	margin:0;
	font-size:10px;
}
.grey, .gray{ color:#adadad; }
.orange{ color:#f8b334; }
a:hover{ text-decoration:none; }

/* * * Menu * * */
#menu{
	height:36px;
	background:url(../images/bgr_menu.png) 0 0 repeat-x;
}
.subpage #menu{
	width:960px;
	margin:0 auto;
}
#menu ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:952px;
}
#menu li{
	float:left;
	position:relative;
	overflow:hidden;
	height:36px;
	padding-right:1px;
	background:url(../images/menu_sep.png) 100% 0 no-repeat;
}
#menu a{
	position:absolute;
	left:0;
	top:-36px;
	display:block;
	height:67px;
	background-repeat:no-repeat;
}
#menu a:hover, .active_menu a{
	margin-top:36px !important;
}
#menu span{ display:none; }
#menu_1, #menu_1 a{ width:98px; }
#menu_1 a{ background-image:url(../images/menu_1.png); }
#menu_2, #menu_2 a{ width:245px; }
#menu_2 a{ background-image:url(../images/menu_2.png); }
#menu_3, #menu_3 a{ width:173px; }
#menu_3 a{ background-image:url(../images/menu_3.png); }
#menu_4, #menu_4 a{ width:168px; }
#menu_4 a{ background-image:url(../images/menu_4.png); }
#menu_4{ background:none !important; }

/* * * Newsletter & stuff * * */
#main_clip{ border-bottom:2px solid #f8b334; }
.homepage #main_clip{
	height:306px;
	overflow:hidden;
	width:100%;
	text-align:center;
}
#news_wrap{
	height:0;
	overflow:visible;
	position:absolute;
	z-index:1000;
	left:50%;
	top:141px;
	width:50%;
}
#news_inner{
	padding-left:227px;
	height:0;
	overflow:visible;
}
#news_left{
	float:left;
	margin-left:-22px;
	width:22px;
	height:58px;
	background:url(../images/form_corner.png);
}
#news{
	height:58px;
	background:url(../images/form_bg.png);
}
.subpage #news{ width:253px; }
#news_form{
	margin:0;
	position:relative;
	left:-9px;
	padding-top:7px;
}
#news_form label{
	display:inline-block;
	width:18px;
	height:21px;
	background:url(../images/icon_envelope.png) 50% 50% no-repeat;
	vertical-align:middle;
	cursor:pointer;
}
#news_form .text-input{
	padding-right:2px;
	text-align:right;
	width:195px;
}
#news_form .button{
	width:25px;
	padding:0;
	margin:0;
}
.text-input{
	font-size:1em;
	font-family:inherit;
	border:1px solid #c4933a;
	background:#000;
	vertical-align:middle;
	color:#c4933a;
}
.button{
	font-size:1em;
	font-family:inherit;
	background:#fff;
	color:#000;
	border:none;
	vertical-align:middle;
	cursor:pointer;
}

/* * * Homepage * * */
#hp_content{ background:#232323; }
#hp_content_inner{
	width:960px;
	margin:0 auto;
}
.hp_column{
	float:left;
	padding:20px 8px 10px 8px;
	width:220px;
	border-right:1px solid #060606;
	min-height:230px;
}
.hp_column h2{
	border-bottom:1px solid #fff;
	padding-bottom:4px;
}
#hp_column1{ background:#1a1a1a; }
#hp_column2{ background:#2f2f2f; }
#hp_column3{ background:#474747; }
#hp_column4{
	background:#5d5d5d;
	border:none !important;
}

/* * * Subpage * * */
#content_wrap1{
	width:960px;
	margin:1px auto;
	background:url(../images/bgr_sidebar2.gif) 0 0 repeat-y #333;
}
#content_wrap2{ background:url(../images/bgr_sidebar.jpg) 0 100% no-repeat; }
#content_holder{
	float:right;
	width:680px;
	padding:0 20px 10px 0;
}
#content{
	float:left;
	width:435px;
	padding-top:25px;
}
#photos{
	float:right;
	width:220px;
	padding-top:60px;
}
#sidebar{
	float:left;
	width:220px;
	padding:10px;
}
#photos img{
	border:1px solid #fff;
	display:block;
}
#photos a{
	display:block;
	text-decoration:none;
	color:#7f7f7f;
	padding:7px;
	background:url(../images/icon_plus.gif) 96% 50% no-repeat #191919;
}
#photos p{ margin-bottom:40px; }
#content h1{
	font-size:16px;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	padding-bottom:3px;
}
#sidebar ul.top_level{
	margin:0;
	padding:0;
	list-style:none;
}
a.top_level{
	display:block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 12px;
}
.current_item a.top_level{
	background:#f8b334;
	color:#000 !important;
}
ul.sub_level{
	background:#cc942f;
	padding:5px 5px 5px 20px;
	margin:0;
	list-style:none;
}
li.sub_level{ padding:2px 0; }
a.sub_level{
	color:#000;
	text-decoration:none;
}
a.sub_level:hover{ text-decoration:underline !important; }

/* * * Footer * * */
#footer{ border-top:7px solid #f8b334; }
.subpage #footer{
	width:960px;
	margin:0 auto;
}
#footer_inner{
	width:952px;
	margin:0 auto;
	padding:10px 0;
}
#footer_links{
	margin:0;
	padding:0;
	list-style:none;
}
#footer_links li{
	float:right;
	margin-left:25px;
}

/* * * Helper styles * * */
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.all-caps{ text-transform:uppercase; }
.ca{ text-align:center; }
.ra{ text-align:right; }
.nom{ margin:0 !important; }
.nop{ padding:0; }
a img{ border:none; }
.first{ margin-top:0; }
.last{ margin-bottom:0 !important; }
a.nodecor{ text-decoration:none; }
.lefted{
	float:left;
	margin:0 10px 10px 0;
}
.righted{
	float:right;
	margin:0 0 10px 10px;
}
.rep{ display:block; }
.rep span{ display:none; }


#filsArianne { padding:0; font-weight:normal; text-align:right; }
#filsArianne, #filsArianne a { color:#fff; font-size:11px; }


