/* 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:0 auto;}
div#wrapper {background:#fff; padding-top:20px; padding-bottom:20px;}
div#container, div#cart_container {width:800px; margin:0px auto; overflow:hidden;}
	#container {}
	

div#header {width:800px; margin:20px auto 5px;}
	#header h1 {}
	#header h1 a {text-decoration:none;}

div#content {padding-bottom:20px;margin-top:15px;}
	#content ul {margin-bottom:10px;}
	#content ul li {margin-bottom:5px;}

div#footer {border-top:10px solid #D1FA2A; padding-top:10px;clear:both; color:#fff; font-size:85%; padding-bottom:10px;}
	#footer h3 {color:#D1FA2A; font-size:125%;}
	#footer h4 {margin:0;}
	#footer a {color:#a4cbe7; text-decoration:none;}
	#footer p {margin-bottom:10px;}
	#footer a:hover {text-decoration:underline;}
	#footer .section {float:left; width:400px;}

/*-----------------------------------------------------------------------------------
* == 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 {}
