/* @override 
	http://krakeslottet.mocsystems.com/fileadmin/templates/main/css/main.css
	http://www.krakeslottet.no/fileadmin/templates/main/css/main.css
*/

/*

Title:       Kråkeslottet main stylesheet
Author:      redvald@hjulstad.no
Last edited: 02 juni 2009

*/

/* 
////////////////////////////////////////////////////
CSS reset
////////////////////////////////////////////////////
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: 62.5%;
	background-color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
////////////////////////////////////////////////////
PAGE STRUCTURE 
////////////////////////////////////////////////////
*/

#logo {
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

#main-content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
	padding-bottom: 60px;
	background: url(../images/maincontent-back-bottom.gif) no-repeat center bottom;
}

#textarea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	border: 10px solid #a29061;
	width: 830px;
	height: 500px;
	overflow: hidden;
}

#bottom {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	color: #9c8a5d;
	padding-top: 10px;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#productmain-content {
	width: 950px;
	padding-right: 60px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
	background-position: center center;
	background-repeat: no-repeat;
}

#productcontent {
	width: 650px;
	height: 500px;
	overflow: hidden;
	float: left;
	text-align: left;
	position: relative;
}

#productmenu div {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid black;
}

#productmenu div:hover {
	border-color: #575757;
}

#productmenu div.productact {
	border-color: white;
}

#productmenu {
	width: 185px;
	height: 480px;
	overflow: auto;
	float: right;
	padding-top: 10px;
}

/* PRODUCTVIEW */

div#mainimage {
	width: 385px;
	height: 505px;
	float: left;
	margin-right: 25px;
}

#detailimage {
	float: left;
	padding-top: 10px;
}

div#all-products-description {
	float: left;
	width: 230px;
	padding-top: 10px;
	text-align: center;
}

#all-products-description p {
	color: #a29061;
	*line-height: 17px;
}

div#producttitle {
	float: left;
	width: 230px;
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a29061;
	position: absolute;
	left: 410px;
	top: 420px;
	text-align: center;
}

/* 
////////////////////////////////////////////////////
MENU 
////////////////////////////////////////////////////
*/

#menu {
	text-transform: uppercase;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

#menu ul {
	position: relative;
}

#menu ul li {
	margin-right: 10px;
	float: left;
	display: block;
	margin-left: 10px;
}

#menu ul li a {
	color: #a29061;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#menu ul li.act a {
	font-weight: bold;
}

#menu ul li.act ul li a {
	font-weight: normal;
	font-style: normal;
}

#menu ul li.act ul li.current a {
	font-weight: bold;
}

#menu ul li ul {
	display: none;
	position: absolute;
	#top: 33px;
	#height: 15px;
	#left: 0;
	#padding-top: 10px;
	left: 0;
	top: 22px;
	font-size: 12px;
	_margin-left: -835px;
	_width: 850px;
	*margin-top: -10px;
}

#menu ul li.act ul {
	display: block;
}

/* 
////////////////////////////////////////////////////
TEXT 
////////////////////////////////////////////////////
*/

p {
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
	color: #494949;
}

#text {
	padding-left: 535px;
	padding-right: 55px;
	padding-top: 90px;
	text-align: left;
}

#text p {
	color: black;
}

#asd {
	color: #000;
	border-right-style: none;
	border-left-style: none;
	width: 850px;
}

#bottom a {
	font-weight: bold;
	text-decoration: none;
	color: #a29061;
}
