/*
Name: SolvAir EU
Version: 1.0
Author: Jason
Author URI: http://www.custardfish.com
Tags: completely bespoke & custom design

	The CSS, XHTML and design is (c)

*/


/* ------------------------------------------------------------
    reset nasty things - all ccs by jason of custardfish - HI!
------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
  outline: none;
}

.clear {clear: both;	height: 0px;}

/* ------------------------------------------------------------
    basic elements
------------------------------------------------------------ */

body{
	background: url(bg.png) repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}

#wrapper{margin: 0 auto;	background: url(top-strip.png) repeat-x top left; padding-top: 50px;}

#content{
	width: 580px;
	margin: 0 auto;
}

#content h1{
	width:155px; height: 49px; display: block;
	background: url(solvair-logo.png) no-repeat top left;
	text-indent: -9999px;
}

#content h2{
	font-size: 16px;
	width: 580px;
	height: 26px;
	display: block;
	padding: 6px 0 0 12px;
	background: url(h1-bg.png) no-repeat top left;
	margin: 35px 0;
}

#content p{margin-left:12px;}

#content h2 span{font-size: 11px; float: right; padding-right: 25px;}

#content ul{margin: 10px 0 50px 10px;}

#content li{
	color: #FFF;
	line-height: 32px;
	list-style-type: none;
	background: url(bullet.png) no-repeat 10px 13px;
	padding-left: 20px;
}

#content li a{
	background: url(bullet.png) no-repeat right 5px;
	padding-right: 25px;
}

#content li a.uk{background: url(https://www.solvair.co.uk/gfx/client/lang/en/flag.gif) no-repeat right 4px;}
#content li a.de{background: url(https://www.solvair.co.uk/gfx/client/lang/de/flag.gif) no-repeat right 4px;}
#content li a.es{background: url(https://www.solvair.co.uk/gfx/client/lang/es/flag.gif) no-repeat right 4px;}
#content li a.cz{background: url(https://www.solvair.co.uk/gfx/client/lang/cz/flag.gif) no-repeat right 4px;}


a:link, a:visited {color: #FFF; text-decoration: none;}
a:hover, a:active {color: #FFF; border-bottom: 1px solid #FFF;}

p a:link, p a:visited {color: #F6F62B; border-bottom: 1px solid #F6F62B;}
p a:hover, p a:active {color: #7DA5DC;}
