/* MAIN CLASSES AND ID'S */
* { 
	margin:0; 
	padding:0; 
	}
body,html {
	font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;
	background:#92cc60;
	color:#000000;
	height:100%;
	width:100%;
	}
a {
	text-decoration:none;
	font-weight:bold;
	}
a:link {
	color:#006600;
	}
a:visited {
	color:#006600;
	}
a:hover {
	color:#00CC00;
	}
a#active {
	color:#CC3333;
	}
img {
	border: 0px none;
	}
p {
	margin-bottom:10px;
	}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	}
h4 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	}
	
/* FLASH */
.flashwrap	{
position:relative;
margin:0 auto;
height:250px;
width:100%;
overflow:hidden;
}
.flash {
	position:absolute;
	z-index:0;
	height:250px;
	width:2000px;
	margin-left:50%;
	left:-1000px;
	}
	
/* LOGO */
.hidden {
    padding:0px;
    overflow:hidden;
    height:0px !important;
    height /**/:0px;
	}
	
/* RED CORNER */
h2#redCorner {
    padding:150px 0 0 0;
    overflow:hidden;
    background-image:url("../images/corner-day.gif");
    background-repeat:no-repeat;
	background-color:transparent;
	width:145px;
	position:absolute;
	display:block;
	top:0px;
	right:0px;
	z-index:2;
    height:0px !important;
    height /**/:150px;
	}
	
/* WRAPPER FOR MENU, MAIN- AND NEWS BOXES */
#wrap {
	width:770px;
	margin:0 auto;
	}
	
/* FLOAT-CLEARER */
.clear {
	clear:both;
	}
	
/* NAVIGATION */
#navlist li {
	padding-right:20px;
	list-style-type:none;
	display:inline;
	}
	
/* NEWSLIST */
#newslist li {
	list-style-type:none;
	}
	
/* MISC */
#orminge {
	background:url("../images/happies-orminge.gif") no-repeat;
	width:200px;
	height:25px;
	}
#butikLeft {
	width:250px;
	}
#butikRight {
	float:right;
	width:230px;
	}
.imagespacer {
	margin-bottom:10px;
	}
#maincontentimage {
	float:left;
	margin: 10px 20px 10px 0;
	}
	
#contactimage {
	float:left;
	margin: 10px 20px 10px 0;
}

.thumbnails {
	border: 1px solid #99cc99;
	margin: 5px 5px;
	}
	
#mailtext {
	margin: 20px 0 5px 0;
	font-weight:600;
}
	
#mailinput {
	width:200px;
	border:#006600 solid 1px;
	padding:2px;
	font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;
}

#mailsubmit {
	margin:5px 0 0 -1px;
	font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;
}
	
/* CSS for the boxes starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1em Arial, Helvetica, sans-serif;
	}
	
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */
.cb {
	margin:0.5em 0;
	}
.menu {
	width:550px;
	float:left;
	}
.content {
	width:550px;
	float:left;
	}
.news {
	width:200px;
	float:right;
	}
	
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.gif) no-repeat 100% 0;
	margin:0 0 0 10px;
	height:10px;
	}
.bt div {
	height:10px;
	width:10px;
	position:relative;
	left:-10px;
	background:url(../images/box.gif) no-repeat 0 0;
	}
	
/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 10px;
	height:10px;
	}
.bb div {
	height:10px;
	width:10px;
	position:relative;
	left:-10px;
	background:url(../images/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.gif) repeat-y 100% 0;
	}
	
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	}
	
/* CSS for the box ends here */