/*
Kukoo (kukoo.com)
Homepage stylesheet
By Tijs (v1)
*/

/* Navigation */
#navigation .container {
	width: 640px;
	padding-left: 320px;
}
#navigation .container p.menu {
	width: 420px;
}

/* Header */
#header {
	background: #351A00 url(../img/bg_header_small.png) repeat-x;
}
#header .container {
	background: url(../img/bg_header.jpg) no-repeat;
	height: 235px;
}
#header .container #intro {
	width: 680px;
	height: 235px;
	background: url(../img/header_top.jpg) no-repeat;
	float: left;
}
#header .container #intro h1, #header .container #intro p {
	display: none;
}
#header .container #start {
	width: 220px;
	float: right;
	padding-top: 145px;
}
#header #start a {
	display: block;
	width: 190px;
	height: 37px;
	background: url(../img/getstarted.png) no-repeat;
}
#header #start a:hover, #header #start a:active {
	background: url(../img/getstarted.png) no-repeat 0 -37px;
}
#header #start a span {
	display: none;
}

/* Main */
#main .sidebar {
	background: url(../img/header_bottom.jpg) no-repeat;
}
#main .c1, #main .c2 {
	width: 310px;
}

/* Footer */
#footer .cta {
	background: url(../img/sep.png) no-repeat;
}