/* 
----------------------------------------------------------------------------- 
	BODY & GENERAL STYLES
-----------------------------------------------------------------------------*/

body
	{
	color: #666666;
	font-size: 12px;
	font-family: Tahoma, Arial, "Lucida Grande", sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #f5f6f8;
	}

body img
	{
	border: 0;
	}
		
html, body, #wrap
	{
	height: 100.1%;
	}

body > #wrap
	{
	height: auto;
	min-height: 100%;
	}
	
a
	{
	outline: none;
	color: #ef9535;
	text-decoration: none;
	}

a:hover
	{
	color: #ef9535; text-decoration: underline;
	}

:focus
	{
	-moz-outline-style: none;
	}





/* 
----------------------------------------------------------------------------- 
	FONTS
-----------------------------------------------------------------------------*/

h1
	{
	font-weight: bold;
	color: #ef9535;
	font-size: 21px;
	font-family: arial;
	text-transform: uppercase;
	}
	
h1 a
	{
	color: #ef9535;
	text-decoration: none;
	}

h2
	{
	font-weight: bold;
	color: #555;
	font-size: 16px;
	font-family: arial;
	}
	
h2 a
	{
	color: #555;
	text-decoration: none;
	}
	
.bold
	{
	font-weight: bold;
	}





/* 
----------------------------------------------------------------------------- 
	BODYGUARDS
-----------------------------------------------------------------------------*/

#bodyguard
	{
	padding-bottom: 68px;	/* must be same height as the footer */
	}

#bodyguard
	{
	width: 942px;
	margin: 0 auto;
	padding: 0 0 140px 0;
	border: none;
	text-align: left;
	}
	
	
	
	
	
/* 
----------------------------------------------------------------------------- 
	HEADER
-----------------------------------------------------------------------------*/
	
#header
	{
	height: 130px;
	}
	
.logo
	{
	float: left;
	margin: 42px 0 0 25px;
	border: 0;
	}

#header-right
	{
	width: 600px;
	float: right;
	}
	
#menu-holder
	{
	float: right;
	height: 22px;
	margin: 58px 18px 0 0;
	}

#menu
	{
	text-align: right;
	}

#lang
	{
	float: right;
	width: 50px;
	height: 18px;
	margin: 10px 0 0 525px;
	position: absolute;
	}
	
#main
	{
	width: 942px;
	background: url(images/bg-main.png) repeat-y;
	padding: 0;
	}
	
	
	
	
	
/* 
----------------------------------------------------------------------------- 
	MAIN AREA
-----------------------------------------------------------------------------*/

.main-top
	{
	background-image: url(images/bg-main-top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0;
	clear: both;
	}

.main-bottom
	{
	clear: both;
	background-image: url(images/bg-main-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	height: 10px;
	}





/* 
----------------------------------------------------------------------------- 
	WIRE CSS
-----------------------------------------------------------------------------*/

#wire-top
	{
	background-image: url(images/bg-wire-top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 -10px 0 -10px;
	clear: both;
	}
	
#wire
	{
	background-image: url(images/bg-wire.png);
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	}

#wire-bottom
	{
	background-image: url(images/bg-wire-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin: 0 -10px 0 -10px;
	clear: both;
	}





/* 
----------------------------------------------------------------------------- 
	PRODUCTS SPECIFIC CSS
-----------------------------------------------------------------------------*/

/*
#wire-products
	{
	background-image: url(images/bg-wire-produkter.png);
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	}
*/

#products-column-left
	{
	float: left;
	width: 360px;
	padding: 0 0 20px 20px;
	}
	
#products-column-right
	{
	padding: 20px 55px 35px 25px;
	width: 660px;
	position: relative;
	float: right;
	margin-top: -10px;
	background: transparent url(images/bg-product-top.jpg) no-repeat top right;
	}
	
#products-splash
	{
	height: 288px;
	position: relative;
	}
	
#products-slide
	{
	height: 187px;
	overflow: hidden;
	}
	
#products-overview-splash-1, #products-overview-splash-2
	{
	height: 163px;
	width: 320px;
	float: left;
	position: relative;
	overflow: hidden;
	}
	
hr	{
	color: #efefef;
	background-color: #efefef;
	border: 0;
	height: 1px;
	}
	
	
#products-splash h1
	{
	margin-bottom: 0;
	}
	
#products-splash h3
	{
	margin: 10px 0 20px 0;
	color: #ef9535;
	}
	
#wire h1, h2
	{
	margin-left: 10px;
	}

.af
	{
	padding: 0 10px 15px 10px;
	}

#wire.zoom img
	{
	margin: 0 5px;
	}
	

#wire-column-left
	{
	float: left;
	width: 400px;
	padding: 20px;
	}

#wire-column-right
	{
	padding: 20px 30px 20px 10px;
	width: 400px;
	float: right;
	}

#splashimage
	{
	margin: 1px 11px 11px 11px;
	width: 920px;
	}
	
#splashimage ul
	{
	list-style: none;
	margin: 0px;
	padding: 0;
	}
	
#column-wrapper
	{
	margin: 10px;
	}
	
#column-left
	{
	float: left;
	width: 420px;
	padding: 20px;
	}
	
#column-right
	{
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 420px;
	float: right;
	}
	
.icon55
	{
	margin: -16px 25px 100px 0;
	float: left;
	}
	
	
	
	
	
/* 
----------------------------------------------------------------------------- 
	TECHNICAL SPECIFICATIONS BOX
-----------------------------------------------------------------------------*/

#tech-specs
	{
	padding: 20px;
	width: 138px;
	position: absolute;
	top: 160px;
	left: 0;
	margin-left: 7px;
	background: url(images/bg-spec.png) no-repeat;
	color: #544c2e;
	font-size: 10px;
	line-height: 14px;
	}
	
#tech-specs h3
	{
	margin: 3px 0 12px 0;
	}
	
#tech-specs hr
	{
	height: 1px;
	border: 0;
	background-color: #eedea2;
	color: #eedea2;
	margin: 0 5px;
	}
	
#tech-specs a
	{
	color: #544c2e;
	display: block;
	}

.tech-specs-bottom
	{
	background: transparent url(images/bg-spec-bottom.png) no-repeat;
	width: 178px;
	height: 18px;
	margin-left: -20px; /* negative value of padding in #tech-specs */
	position: absolute;
	bottom: 0;
	}





/* 
----------------------------------------------------------------------------- 
	TESTIMONIALS
-----------------------------------------------------------------------------*/
 
#testimonial-spread
	{
	margin: 0 0 30px 0;
	padding: 10px 340px 0 30px;
	background: transparent url(images/testimonials-stones.jpg) no-repeat 100% 90px;
	}

#testimonial-spread h2
	{
	margin: 50px 0 0 0;
	}
	
#testimonial-spread strong
	{
	color: #ef9535;
	font-weight: normal;
	}

.testimonial-left
	{
	text-align: left;
	position: relative;
	line-height: 20px;
	color: #777;
	}
	
.testimonial-right
	{
	text-align: right;
	position: relative;
	line-height: 20px;
	color: #777;
	}
	
.testimonial-client
	{
	font-size: 14px;
	}
	
	
	

	
/* 
----------------------------------------------------------------------------- 
	SUB MENU LAYOUT
-----------------------------------------------------------------------------*/

#main2col
	{
	width: 942px;
	background: url(images/bg-main-748.png) repeat-y;
	padding: 0;
	margin: 1px 11px 11px 0;
	position: relative;
	}
	
#main2col ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

.main2col-top
	{
	background-image: url(images/bg-main-748-top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0;
	clear: both;
	}

.main2col-bottom
	{
	clear: both;
	background-image: url(images/bg-main-748-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	height: 10px;
	}
	
#column-menu-right h1
	{
	text-transform: uppercase;
	}
	
#column-menu-right
	{
	padding: 10px 35px 35px 35px;
	width: 650px;
	float: left;
	position: relative;
	}
	
	
	
/* 
----------------------------------------------------------------------------- 
	SUB MENU NAVIGATION
-----------------------------------------------------------------------------*/

#column-menu
	{
	float: left;
	width: 198px;
	padding: 10px 0 20px 1px;
	position: relative;
	}	

#column-menu ul li
	{
	font-size: 11px;
	background: url(images/submenu-arrow-off.png) no-repeat center right;
	font-weight: normal;
	}	
		
#column-menu ul li a
	{
	display: block;
	color: #666;
	height: 24px;
	padding: 9px 0 0 15px;
	}

#column-menu ul ul li a
	{
	padding: 9px 0 0 30px;
	}
		
#column-menu ul ul ul li a
	{
	padding: 9px 0 0 30px;
	}

#column-menu a:hover
	{
	text-decoration: none;
	background: url(images/submenu-arrow-over.png) no-repeat center right;
	color: #ef9535;
	}
	
#column-menu ul li.parent a:hover
	{
	background: url(images/submenu-arrow-over.png) no-repeat center right;
	}

#column-menu ul li.menuactive
	{
	background: url(images/submenu-arrow-dropdown.png) no-repeat center right;
	font-weight: bold;
	}
	
#column-menu ul li.menuactive a:hover
	{
	background: url(images/submenu-arrow-dropdown.png) no-repeat center right;
	}
	
#column-menu ul li.parent
	{
	height: 32px;
	background: url(images/submenu-arrow-off.png) no-repeat center right;
	}

#column-menu ul li.currentpage a
	{
	background: url(images/submenu-active.png) no-repeat center right;
	height: 24px;
	padding: 9px 0 0 15px;
	color: #000;
	}

#column-menu ul ul li.currentpage a
	{
	padding: 9px 0 0 30px;
	}
	
.ieclearfix
	{
	clear: both;
	height: 1px;
	position: relative;
	}


	


/* 
----------------------------------------------------------------------------- 
	NEWS
-----------------------------------------------------------------------------*/

.news-date
	{
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	}
	
	
.news-text
	{
	line-height: 20px;
	margin: 0px;

	}
	
	
#news-images img
	{
	margin: 0 5px 0px 0;
	}


#news-content
	{
	margin: 0;
	padding: 0 40px 20px 0;
	float: right;
	width: 702px;
	}


.NewsPost
	{
	float: left;
	position: relative;
	border-top: solid #dfdfdf 1px;
	padding: 20px 0 40px 0;
	margin: 0 0 0 35px;
	}


.NewsCol-1
	{
	float: left;
	position: relative;
	height: 100%;
	width: 125px;
	padding: 10px;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #999;
	}
	
	
.NewsCol-2 h1 a
	{
	text-decoration: none;
	color: #000;
	}
	
	
.NewsCol-2 h1
	{
	color: #000;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: none;
	}
	

.NewsCol-2
	{
	float: left;
	position: relative;
	width: 520px;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}
	
	
.news-pagecount-top
	{
	float: right;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	margin-top: -10px;
	}
	
	
.news-pagecount-bottom
	{
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	text-align: center;
	}


.news-pagecount-top a, .news-pagecount-bottom a
	{
	text-decoration: none;
	font-weight: bold;
	}
	
	
.news-pagecount-top a:hover, .news-pagecount-bottom a:hover
	{
	color: red;
	}
	
	
	

	
/*
----------------------------------------------------------------------------- 
	MESSAGE FROM DISTRIBUTOR
-----------------------------------------------------------------------------*/

.MessageFromDistributor
	{
	border: solid 1px #f5f6f8;
	padding: 20px;
	background: #ffffcf;
	font-family: Georgia, Serif;
	font-size: 18px;
	line-height: 32px;
	color: #777;
	width: 96%;
	font-style: italic;
	}
	
.MessageFromDistributor span
	{
	font-size: 12px;
	text-align: right;
	}	
	
#spread
	{
	margin: 0 0 30px 0;
	padding: 10px 30px 0 30px;
	}




	
/* 
----------------------------------------------------------------------------- 
	RETAILERS
-----------------------------------------------------------------------------*/
	
#af-company
	{
	width: 380px;
	height: 150px;
	padding: 20px 20px 0 30px;
	position: relative;
	float: left;
	}

.aflogo
	{
	margin: 0px 0 0 0px;
	width: 150px;
	float: left;
	}

.aftext
	{
	width: 210px;
	height: 150px;
	float: right;
	margin-top: -10px;
	}

.aftext img
	{
	margin-left: -10px;
	}

.icon60
	{
	margin: 4px 20px 50px 10px;
	float: left;
	}





/* 
----------------------------------------------------------------------------- 
	FOOTER
-----------------------------------------------------------------------------*/

#footer
	{
	position: relative;
	margin-top: -68px; /* negative value of footer height */
	height: 68px;
	background: url(images/bg-bottomspace2.png) repeat-x;
	clear:both;
	color: #fff;
	font-size: 11px;
	}
	
#footer a
	{
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}
	
/* CLEAR FIX*/
.clearfix:after
	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
	}

.clearfix
	{
	display: inline-block;
	}





/* 
----------------------------------------------------------------------------- 
	CONCTACT FORM
-----------------------------------------------------------------------------*/

.contactform-sv fieldset
	{
	border: 0;
	}
	
.contactform-sv input
	{
	height: 19px;
	background-color: #fffef1;
	border: 1px solid #a7a7a7;
	margin: 3px 0 10px 0;
	padding: 3px;
	}
	
.contactform-sv label
	{
	font-size: 11px;
	font-weight: bold;
	color: #ef9535;
	}
	
.contactform-sv textarea
	{
	background-color: #fffef1;
	border: 1px solid #a7a7a7;
	width: 406px;
	}
	
.contactform-sv .contactright
	{
	float: right;
	}
	
.contactform-sv .contactleft
	{
	float: left;
	}
	
.contactform-sv .contactsubject
	{
	float: left;
	}
	
.contactform-sv .contactsubject input
	{
	width: 400px;
	}
	
.contactform-sv .contactsubmit input
	{
	float: right;
	width: 90px;
	height: 29px;
	background: transparent url(images/submit-sv.png) no-repeat center top;
	padding: 0;
	margin: 5px -12px 0 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */ border: 0; 
	}

.contactform-en fieldset
	{
	border: 0;
	}
	
.contactform-en input
	{
	height: 19px;
	background-color: #fffef1;
	border: 1px solid #a7a7a7;
	margin: 3px 0 10px 0;
	padding: 3px;
	}
	
.contactform-en label
	{
	font-size: 11px;
	font-weight: bold;
	color: #ef9535;
	}
	
.contactform-en textarea
	{
	background-color: #fffef1;
	border: 1px solid #a7a7a7;
	width: 406px;
	}
	
.contactform-en .contactright
	{
	float: right;
	}
	
.contactform-en .contactleft
	{
	float: left;
	}
	
.contactform-en .contactsubject
	{
	float: left;
	}
	
.contactform-en .contactsubject input
	{
	width: 400px;
	}
	
.contactform-en .contactsubmit input
	{
	float: right;
	width: 90px;
	height: 29px;
	background: transparent url(images/submit-eng.png) no-repeat center top;
	padding: 0;
	margin: 5px -12px 0 0;
	text-indent: -1000em; cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */ border: 0; 
	}

#contact-column-left
	{
	float: left;
	width: 360px;
	padding: 20px;
	}
	
#contact-column-right
	{
	padding: 0px 60px 20px 10px;
	width: 406px;
	float: right;
	}
	
.error_message
	{
	width: 100%;
	background: #cc2325;
	border: 1px solid #662335;
	padding: 20px;
	margin: 20px 0 20px 10px;
	color: #fff;
	}





/* 
----------------------------------------------------------------------------- 
	AF AREA
-----------------------------------------------------------------------------*/

#af-selector
	{
	width: 100%;
	height: 34px;
	text-align: center;
	}

.af-item
	{
	width: 106px;
	height: 130px;
	position: relative;
	float: left;
	margin: 12px;
	padding: 0;
	}
	
.af-item-thumb
	{
	width: 100%;
	height: 106px;
	margin: 0;
	padding: 3px;
	text-align: center;
	background: #777;
	}
	
.af-item-info
	{
	width: 100%;
	height: 23px;
	margin: 1px 0 0 0;
	padding: 3px;
	text-align: left;
	font-size: 9px;
	color: #fff;
	background: #333;
	}

.af-login
	{
	width: 242px;
	margin: 30px 0 70px 320px;
	}

.af-login input
	{
	width:100%;
	height: 19px;
	background-color: #fffef1;
	border: 1px solid #a7a7a7;
	margin: 3px 0 10px 0;
	padding: 3px;
	}
	
.af-login label
	{
	font-size: 11px;
	font-weight: bold;
	color: #ef9535;
	}

.af-login-submit input
	{
	float: right;
	width: 100px;
	height: 29px;
	background: transparent url(images/login-eng.png) no-repeat center top;
	padding: 0;
	margin: 5px -12px 0 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */
	border: 0; 
	}

.af-logoutbutton
	{
	float: right;
	position: absolute;
	margin: 35px 0 0 775px;
	}





/* 
----------------------------------------------------------------------------- 
	PAGEBANNER
-----------------------------------------------------------------------------*/

a.pagebanner
	{
	padding: 0 0 30px 10px;
	position: relative;
	display: block;
	}






/* 
----------------------------------------------------------------------------- 
	CSS MARKUP BY JONAS LINDEBERG / COCKY DAYS 2010 - www.cockydays.com
-----------------------------------------------------------------------------*/

