/* new sections and layout */
/* author: daniel angel    */
/* date: 17/10/2008        */

body{
	background: #DEEFF9 url(../images/body-bg.jpg) top left repeat-x;
	margin: 0;
	font: 75% Arial, Helvetica, sans-serif;
	color: #656565;
}

a:link {
	text-decoration: none;
	color: #0072BC;
}

a:visited {
	color: #4490BE;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #569900;
}

h3, h4, h5 {
	color: #0072BC;
}

div#centrecol h2 {
	margin-top: 25px;
}

div#centrecol h2 + h3 {
	margin-top: -10px !important; /* the !important statement overrides sifr settings */
} 

body#catalogue div#centrecol h4 {
	margin-bottom: -7px;
}

div#sky {
	background: url(../images/body-bg-2.jpg) top center no-repeat;
	overflow: hidden;
}

div#container {
	width: 950px;
	margin: auto;
}

p#telephone {
	position: relative;
	top: 10px;
	left: 30px;
	color: #FFF;
	font-size: 15px;
	margin: 10px 0 0 70px;
}

	p#telephone strong {
		font-size: 19px;
	}

p#webshop {
	background: url(../images/web_shop.png) top left no-repeat !important;
	background: url(../images/web_shop.gif) top left no-repeat;
	width: 98px;
	height: 119px;
	position: relative;
	left: 900px;
	top: -41px;
	text-indent: -9999px;
}

div#content {
	background: #FFF;
	min-height: 950px;
}

div#slogan {
	background: url(../images/div-slogan.jpg) top left no-repeat;
	height: 310px;
	margin: -130px 0 0 0;
}

	div#slogan h1 a {
		display: block;
		width: 240px;
		height: 72px;
		background: url(../images/h1-title.png) top left no-repeat;
		text-indent: -9999px;
		position: relative;
		top: 35px;
		left: 25px;
	}

	div#slogan h2 {
		text-indent: -9999px;
	}


div#menucol {
	margin: -130px 0 0 0;
	width: 220px;
	float: left;
}

	div#menucol a, div#menucol a:active, div#menucol a:visited  {
		text-decoration: none;
		color: #999;
	}
	div#menucol a:hover {
		color: #0072BC;	
	}
	div#menucol a img {
		border: none;
	}

	div#menucol ul, div#menucol li {
		list-style:none;
	}
	

div#centrecol {
	margin: -80px 0 30px 0;
	padding: 15px 0 0 0;
	float: left;
	width: 525px;
	min-height: 200px;
}

	div#centrecol a img {
		border: 1px solid #BFBFBF;
		margin: 3px;
	}
	
	body#catalogue div#centrecol a img {
		border: none;
	}
	
	div#centrecol > h3 {
		margin: 20px 0 -10px 0;
	}
	
	div#centrecol > h4 {
		color: #0072BC;
	}

div#rightcol {
	margin: -65px 0 0 20px;
	float: left;
	width: 180px;
	text-align: center;
}


/* footer */

div.footer {
	margin: -30px 0 0 0;
	background: url(../images/grass_final.png) bottom left repeat-x;
	height: 69px;
	text-align: center;
	font-size: 10.7px;
	color: #FFF;
}

	div.footer a, div.footer a:visited {
		color: #FFF;
		text-decoration: none;
	}
	div.footer a:hover, div.footer a:active {
		text-decoration: underline;
	}

p#koodoz {
	position: relative;
	top: -10px;
	left: 950px;
}
	p#koodoz a img {
		border: none;
	}
	
	
/* gallery */

p#gallery a {
	display: block;
	padding: 0;
	width: 80px;
	height: 80px;
	float: left;
	margin: 8px 15px;
	padding: 5px;
	border: solid 1px #BFBFBF;
	line-height: 80px;
	text-align: center;
}

p#gallery a img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

p#pages {
	clear: both;
	text-align: right;
	padding: 15px 40px 0 0;
}

p#pages a {
	margin: 0 1em 0 0;
}


/* contact */


/* contact form */

dl {
	padding: 1.5em;
	border: 1px solid #B9BC96;
	margin: 6px 0 6px 0;
}

dd {
	position: relative;
	top: -1em;
	left: 9em;
	width: 21em;
}

dd img {
	position: relative;
	top: -1.3em;
	left: 6em;
}

dt {
	font-weigth: bold;
	color: #0072BC;
	line-height: 8px;
}

	dt.newname {
		margin-top: 20px;
	}

form fieldset {
	font-size: 12px;
	border: solid 1px #B9BC96;
	padding: 20px;
	margin: 20px 0;
}

form fieldset label, form fieldset span {
	display: block;
}

form fieldset p {
	margin:5px 10px 10px 10px;
	padding: 8px;
}


form fieldset span {
	font-size: 0.8em;
	color: red;
}

form fieldset input#name, form fieldset input#email, form fieldset input#phone, form fieldset input#company, form fieldset select {
	width: 250px;
}

form fieldset textarea {
	width: 340px;
	height: 180px;
}

p.formerror {
	background: #FFFFD8;
	border-top: solid 1px #EDEAA6;
	border-bottom: solid 1px #EDEAA6;
}

p.error {
	background: #FFFFD8;
	border-top: solid 1px #EDEAA6;
	border-bottom: solid 1px #EDEAA6;
	padding: 0.94em 0.94em 0.94em 0.94em;
	margin: 10px 0 20px 0;
}

/* other stuff */

body#home div#centrecol ul {
	float: left;
	margin: 7px;
	width: 121px;
}

body#home div#centrecol p {
	clear: both;
}

span.defloat {
	display: block;
	background: red;
	clear: both;
}


/* clients and partners page main list */

div.client-partner-item {
	background: #F5F5F5;
	float: left;
	height: 90px;
	margin: 0 5px 5px 0;
	padding: 10px;
	text-align: center;
	width: 140px;
}
div.client-partner-item p.theimg {
	background: #FFF;
	border: 1px solid #BFBFBF;
/*	float: left;*/
	height: 61px;
	line-height: 60px;
	margin: auto;
	width: 60px;
}
div.client-partner-item p.theimg img {
	vertical-align: middle;
}






/* emulate sifrconfig elements */

.sifr_title_ritht {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#569900; cursor:move; text-align:center; 
}

.sifr_content_title {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; font-size:24px; text-transform: uppercase;  font-weight:normal; color:#0072bc; cursor:move;
}

body#home div#centrecol h2 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; font-size:24px; text-transform: uppercase;  font-weight:normal; color:#0072bc; cursor:move;  
}

body#home div#centrecol h3 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; font-size:18px; text-transform: uppercase;  font-weight:normal; color:#0072bc; cursor:move;
}

div#centrecol h3 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; font-size:24px; text-transform: uppercase;  font-weight:normal; color:#0072bc; cursor:move;
}

.sifr_menu_test {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; text-decoration:none; font-size:24px;  font-weight:normal; color:#0072bc; cursor:move;
}