/* 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);

/*-----------------------------------------------------------------------------------
* == LAYOUT
* --------------------------------------------------------------------------------- */

div#wrapper {width: 920px; margin: 0px auto; padding: 10px 0;}
div#leftcol {float: left; width: 200px; height: 200px; margin-right: 5px;}
div#maincol {float: left; width: 700px; height: 200px;}

.leftbox {border: 1px solid #c0c0c0; background: #ffffff; text-align: center; padding: 10px 0; margin-bottom: 5px;}

div#perficabox { padding: 10px 0;}
div#perficabox span {margin-top: 5px; font-size: 10px; color: #999999; display: block;}

div#welcometext { margin-left: 10px; border-left: 5px solid #f27700; padding: 5px 15px; }
div#welcometext p { color: #999999; }

div#smallstats img {margin: 0; float: left;}
div#smallstats p {margin: 7px 5px 0 10px; float: left; width: 625px; display: block;}

ul#reasons li {margin: 10px 0; height: 74px;}
ul#reasons li div {float: left; margin-right: 10px; width: 85px; text-align: center;}
ul#reasons li span {float: left; width: 580px; display: block; font-weight: bold; margin: 10px 0 5px 0; color: #f27700;}
ul#reasons li p {float: left; width: 580px; display: block;}

ul#register_demands { list-style: square inside;}

div#guldpartners img {margin-top: 10px;}