/* Author:				Perfica, www.perfica.se
*  Contact:				info@perfica.se
*  Version:				1.0
*  Created:				2008
*
*
* CONTENTS
* -----------------
* == INCLUDE
* ----> defaults
* ----> forms
* ----> navigation
* == LAYOUT
**-----------------------------------------------------------------------------------
/* == INCLUDE
-----------------------------------------------------------------------------------*/

@import url(defaults.css);
@import url(forms.css);
@import url(navigation.css);

@import url(external/slimbox.css);

/*-----------------------------------------------------------------------------------
* == LAYOUT
* --------------------------------------------------------------------------------- */
#container, #header, ul#nav_main, #innerFooter {width:800px; margin:0px auto;}
div#wrapper {background:#fff; padding-top:20px; padding-bottom:20px;}
div#container, div#cart_container {width:800px; margin:0px auto; overflow:hidden;}
	#container {padding-top:20px;}
	

div#header {width:800px; margin:20px auto 5px;}
	#header h1 {}
	#header h1 a {text-decoration:none;}

div#content {padding-bottom:20px;margin-top:15px; width: 800px;}
	#content ul {margin-bottom:10px;}
	#content ul li {margin-bottom:5px;}

div#footer { padding-top:10px;clear:both; font-size:85%; padding-bottom:10px; color:#ccc; width: 800px;}
	#footer a {color:#ccc; text-decoration:none;}

a#english, a#swedish {display:block; padding-left:40px; position:fixed;
	left:10px; top:10px; text-decoration:none; color:#ccc; font-size:85%;}

a#english {background:url(../img/english.gif) no-repeat 0 50%;}
a#swedish {background:url(../img/svenska.jpg) no-repeat 0 50%;}

/*-----------------------------------------------------------------------------------
* == CONTACT
* --------------------------------------------------------------------------------- */	
div#price {width:250px; margin-left:15px; float:right; padding:10px; background:#efefef; border:2px solid #ccc; text-align:center; margin-bottom:15px;}
	#price p {font-size:250%; font-weight:bold; color:#9ece06; margin:15px 0;}
	#price span {font-size:85%;}
	

/*-----------------------------------------------------------------------------------
* == MISC
* --------------------------------------------------------------------------------- */
.split {}
