/*
	WESSLING - Services Homepage
	
	@agency:		Adworks Kft.
	@developer:		Kusz Tamás
	@release date:	2010-05-12
	@type:			StyleSheet
*/

@import url(clearfix.css);

#servicesbox	{
	width: 600px;
	margin: 0 auto;
	background: url(../images/servicebox-bg.png) 0 115px no-repeat;
}

#servicesbox h1, #servicesbox h2, #servicesbox h3, #servicesbox span, #servicesbox p, #servicesbox li {
	font-family: Helvetica, Arial;
	cursor: default;
}

#servicesbox h1	{
	font-size: 18px;
	font-weight: normal;
	color: #00a200;
	text-align: center;
	margin: 0;
	padding: 0;
	float: none;
}

#servicesbox h2	{
	font-size: 10px;
	font-weight: normal;
	color: #004993;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #6cb1f4 0 0 3px;
	margin: 12px 0;
}

#services		{
	width: 580px;
	height: 105px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

#services li	{
	width: 60px;
	height: 105px;
	margin: 0 2px;
	float: left;
	list-style-image: none;
	background: url(../images/serviceicon-shadow.png) 2px 68px no-repeat;
}

#services li a	{
	display: block;
	width: 60px;
	height: 70px;
	text-indent: -9999px;
	position: relative;
}

#services li a.service-1 { background: url(../images/service-1-bg.png) 2px 2px no-repeat; }
#services li a.service-2 { background: url(../images/service-2-bg.png) 2px 2px no-repeat; }
#services li a.service-3 { background: url(../images/service-3-bg.png) 2px 2px no-repeat; }
#services li a.service-4 { background: url(../images/service-4-bg.png) 2px 2px no-repeat; }
#services li a.service-5 { background: url(../images/service-5-bg.png) 2px 2px no-repeat; }
#services li a.service-6 { background: url(../images/service-6-bg.png) 2px 2px no-repeat; }
#services li a.service-7 { background: url(../images/service-7-bg.png) 2px 2px no-repeat; }
#services li a.service-8 { background: url(../images/service-8-bg.png) 2px 2px no-repeat; }
#services li a.service-9 { background: url(../images/service-9-bg.png) 2px 2px no-repeat; }

#services li a span {
	width: 60px;
	height: 70px;
	display: block;
	background: url(../images/serviceicon-glow.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#services li a.current span { cursor: default; }



/*	SUBMENU SLIDES  */

#slides-container	{
	width: 600px;
	height: 95px;
	margin-top: -25px;
	overflow: hidden;
	position: relative;
}

#slides				{
	width: 5400px;
	height: 95px;
	position: absolute;
	top: 0;
	left: 600px;
}

.slide				{
	width: 600px;
	height: 65px;
	padding-top: 30px;
	float: left;
	text-align: center;
}

.slide ul			{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}

.slide ul li		{
	width: 44px;
	height: 65px;
	position: relative;
	margin: 0 2px;
	float: left;
	list-style-image: none;
	background: url(../images/submenuicon-shadow.png) 2px 43px no-repeat;
}

.slide ul li a		{
	width: 44px;
	height: 44px;
	display: block;
	text-indent: -99999px;
	position: relative;
	background: url(../images/submenuicon-bg.png) 2px 2px no-repeat;
}

.slide ul li span.label {
	width: 250px;
	display: block;
	position: absolute;
	top: -20px;
	left: -103px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #004993;
	text-transform: uppercase;
	text-shadow: #6cb1f4 0 0 3px;
}



/*	DETAILS  */

#servicesbox hr		{
	height: 0;
	border: none;
	border-top: 1px solid #81bce4;
	margin: 20px 0;
}

#servicesbox h3		{
	font-size: 12px;
	font-weight: bold;
	color: #559bdf;
	text-align: center;
	margin: 10px 0 15px 0;
	line-height: 18px;
}

#servicesbox p		{
	font-size: 11px;
	color: #6f7072;
	line-height: 16px;
	margin: 10px 0;
	text-shadow: none;
}

#servicesbox a		{
	color: #00a200;
	text-decoration: none;
}

#servicesbox a:hover {
	color: #ff4b01;
	text-decoration: underline;
}

.detail				{ z-index: -1; }

#details ul			{
	list-style-type: none;
	margin: 5px 0;
	padding: 0 0 0 10px;
}

#details li			{
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(../images/listbullet.png) 0 4px no-repeat;
	font-size: 11px;
	color: #6f7072;
	line-height: 16px;
	list-style-image: none;
}




