/*
	=====================================
	project: Distinctive
	author:  Luka Cvrk (www.solucija.com)
	-------------------------------------
	2009. Solucija
	=====================================
*/

*{margin:0;padding:0}:focus,:active {outline:0}img{border: 0}
body { font: .8em Arial, Tahoma, Verdana; background: #fff url(../images/bg.gif) repeat-0; color: #777; }
a { text-decoration: none; color: #B20F0F; }
h1 { font-size: 1.1em; font-weight: normal; }
	h1 a { color: #fff; font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; background: #B00A0A url(../images/redbg.gif) repeat-x left bottom; padding: 6px 7px; color: #fff; font-weight: normal; margin: 0 0 15px; float: left; }
h4 { margin: 0 0 15px; color: #555; font-weight: normal; font-size: 1.6em; font-weight: normal; }
h5 { margin: 0 0 15px; color: #fff; font-weight: normal; font-size: 1.1em; font-weight: normal; }
p { clear: both; line-height: 1.64em; margin: 0 0 15px; }
.line { clear: both; border-bottom: 1px solid #ddd; margin: 0 0 45px; }
.clear { clear: both; }

#container{
	width:914px;
	height:331px;
	position:relative;
	margin-top:-25px;
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
/*	background: #fff url(../images/bg.gif) repeat-x;
*/
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	width:914px;
	height:453px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}




#content { width: 970px; margin: 0 auto; }
	#top { color: #ccc; padding: 6px 20px 0; font-size: .84em; text-align: right; }
	#logo { float: left; padding: 37px 25px 15px; margin: -46px 0 20px;  }
		#logo h1 { text-shadow: 1px 1px 1px #7E0E0E; }
	#menu { float: right; margin: -30px 2px 0; }
		#menu li { display: inline; font-size: 1.2em; }
			#menu li a { float: left; color: #808080; padding: 0 0 5px; margin: 0 0 0 55px; }
			#menu li a:hover, #menu li.current a, #menu li a:focus { color: #000; border-bottom: 1px solid #ddd; }
			
			
	#pitch { background: url(../images/monitor.jpg) no-repeat right top; padding: 30px 350px 0 0; border-bottom: 0px solid #ddd; height: 210px; margin: 0 0 35px; }
	
		#pitch h1 { font-size: 2.6em; color: #000; margin: 0 0 20px; }
		
	.left { float: left; width: 250px; }	
	.right { float: right; width: 695px; margin: 0 0 20px; font-size: 1.2em; }
	.right h3 { background: #808080; font-size: .84em;  }
	.right-side { float: right; margin: 0 0 20px; font-size: 1.2em; }	
	.right-side h3 { background: #808080; font-size: .84em; }
	
		.right h3 { background: #808080; font-size: .84em; }
	.third { float: left; width: 296px; margin: 0 40px 20px 0; }
		.last { margin-right: 0; }
		
		
	#footer { clear: both; font-size: 1.2em; border-top: 1px solid #ddd; padding: 20px 0 0; text-align: right;}
	
	
	