/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


/* STRUCTURE */
HTML, BODY {
	height: 100%;
}
HTML {
	background: #b4e7fb url(../image/bg.png) no-repeat center top;
}
BODY {
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", sans-serif;
}
A {
	color: #0098cd;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: none;
}
ACRONYM, ABBR, SPAN.caps {
	cursor: help;
}
EM {
	font-style: italic;
}
STRONG {
	font-weight: bold;
}


#page {
	background: transparent url(../image/border.png) repeat-y 0 0;
	margin: 83px auto 0;
	min-height: 100%;
	width: 768px;
}

#header {
	min-height: 191px;
	padding: 0 8px;
	position: relative;
}

#main-wrapper {
	overflow: hidden;
	padding: 0 9px 15px;
	width: 750px;
}

#content {
	background: #fff;
	overflow: hidden;
	padding: 15px 20px;
}

#footer {
	background: #fff;
	border-top: solid 2px #b4e7fb;
	font: 1.2em/1.3 arial, sans-serif;
	margin-top: 60px;
	padding: 15px 20px;	
	position: relative;
}


#menu {
	font: bold 1.6em/1.0 arial, sans-serif;
	letter-spacing: 1px;
	position: absolute;
	left: 9px;
	top: 163px;
}
#menu UL {
	background: #eb9cfd url(../image/menu-bg.png) repeat-x 0 0;
	overflow: hidden;
	padding: 3px 0;
	width: 750px;
}
#menu LI {
	float: left;
	margin-left: 15px;
}
#menu LI A {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #675545;
	display: block;
	padding: 3px;
}
#menu .right {
	position: absolute;
	top: 9px;
	right: 10px;
}
#menu .selected A,
#menu LI A:hover {
	background: #f186ce;
	color: #fff;
	text-decoration: none;
}
UL#languages {
	background: none;
	padding: 0;
	width: auto;
}
UL#languages LI {
	margin-left: 3px;
}
UL#languages A {
	display: block;
	text-indent: -9999px;
	height: 11px;
	width: 16px;
}
#swedish {
	background: transparent url(../image/se-gray.png) no-repeat 0 0;
}
#english {
	background: transparent url(../image/gb-gray.png) no-repeat 0 0;
}
UL#languages .active #swedish,
UL#languages #swedish:hover {
	background: transparent url(../image/se.png) no-repeat 0 0;
}
UL#languages .active #english,
UL#languages #english:hover {
	background: transparent url(../image/gb.png) no-repeat 0 0;
}



/* HEADER */
#logo {
	background: transparent url(../image/logo.png) no-repeat 0 0;
	display: block;
	height: 224px;
	position: absolute;
	left: 0;
	top: -60px;
	text-indent: -9999px;
	width: 768px;
}


/* CONTENT */
#content H1 {
	font: bold 2.8em/1.1 arial, sans-serif;
	margin-bottom: 7px;
}
#content H2 {
	font: bold 1.8em/1.1 arial, sans-serif;
	margin-bottom: 3px;
}
#content P {
	font: 1.4em/1.3 "Trebuchet MS", sans-serif;
	margin-bottom: 1em;
}
#content IMG.left {
	float: left;
	margin: 0 15px 15px 0;
}
#content IMG.right {
	float: right;
	margin: 0 0 15px 15px;
}
#content UL,
#content OL {
	font: 1.4em/1.3 "Trebuchet MS", sans-serif;
	margin-bottom: 20px;
}
#content LI {
	margin-bottom: 3px;
}
#content .gallery {
	overflow: hidden;
}
#content .gallery LI {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
}


/* FOOTER */
#frog {
	position: absolute;
	top: -50px;
	right: 20px;
}
#footer .vcard {
	float: right;
	font-style: italic;
	letter-spacing: 1px;
}
#footer .vcard .org {
	font-size: 1.0909em;
	font-weight: bold;
}
#footer .vcard .adr SPAN {
	margin: 0 7px 0 0;
}
#footer .vcard .street-address {
	display: block;
}
#footer .vcard .type,
#footer .vcard .country-name {
	display: none !important
}


/* ORDER FORM */
#order {
	border-top: solid 2px #b4e7fb;
	font-size: 1.4em;
	padding: 20px 0;
}
#order FORM {
	width: 420px;
}
#order FORM .hidden {
	display: none;
}
#order FORM .new-row {
	clear: both;
}
#order FORM .note {
	color: #f99;
	display: inline;
	font-weight: bold;
}
#order FORM INPUT {
	padding: 2px 5px;
	width: 184px;
}
#order FORM INPUT:hover,
#order FORM INPUT:focus,
#order FORM TEXTAREA:hover,
#order FORM TEXTAREA:focus {
	border: solid 2px #b4e7fb;
}
#order FORM .has-error {
	border: solid 2px #f99;
}
#order FORM .new-row INPUT {
	margin-right: 20px;
}
#order FORM .product INPUT {
	margin-right: 4px;
	width: 160px;
}
#order FORM .submit INPUT {
	background: #eb9cfd url(../image/menu-bg.png) repeat-x scroll 0 0;
	border: none;
	color: #675545;
	font: bold 1em/1.0 arial, sans-serif;
	letter-spacing: 1px;
	margin-right: 10px;
	padding: 4px 7px;
	width:80px;
}
#order FORM .submit INPUT:focus,
#order FORM .submit INPUT:hover {
	background: #f186ce;
	color: #fff;
	cursor: pointer;
}
#order FORM .email{
	margin-right: 0;
	width: 404px;
}
#order FORM LABEL {
	display: block;
	margin-bottom: 1px;
}
#order FORM LEGEND {
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}
#order FORM LABEL:after {
	content: ":";
}
#order FORM DIV {
	float: left;
	margin-bottom: 10px;
}
#order FORM SPAN {
	display: block;
	margin: 10px 0;
}
#order FORM .alert-box {
	background: #eee;
	border: solid 3px #f99;
	float: none;
	width: 416px;
}
#order FORM .alert-box UL {
	font: 1em/1.1 arial, sans-serif;
	padding-left: 10px;
	margin: 7px 0;
}
#order FORM .alert-box LI {
	list-style-type: disc;
	list-style-position: inside;
}
#order FORM .alert-box H2 {
	font-size: 1.2857em;
	margin: 5px;
}


/* 404 */
#return {
	font-size: 1.4em;
}