/*
    Site:    www.xeed.no
    Author:  Warren Buckley
    File:    Xeed.css
    Updated: 2008-01-19: Christian Melbye - New Footer
*/


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a
{
  outline: none;
}


/*
==========================================================
ClearFix method
http://www.positioniseverything.net/easyclearing.html
==========================================================
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    }





/*
=================================
Project Page - Kenneth Solberg
=================================
*/



	.projectImageSlider
	{
		width:640px;
		border:1px solid #d9d6ce;
		background-color:#1974A3;
		margin-bottom: 15px;
		padding: 5px 5px 5px 5px;
	}

	
	
	

/* slideshow */


.screen
{
	position:relative;
	width:640px;	
}

.pager
{
	float: left;
}

	.pager a
	{
		color: #D7D7D7;
		font-size: 14px;
		display: block;
		float: left;
		padding: 3px 6px;	
		text-decoration: none;	
	}
	
	.pager a:hover { text-decoration: underline; }
	
	.pager a.current
	{
		background: transparent url(../assets/misc/pager.gif) repeat-x;
		border: 1px solid #d6d3cb;
		color: #97CB48;
	}
	
	.pager a.current:hover { text-decoration: none; }

.buttons
{
	float:right;
}

	.buttons a { margin-right: 10px; }
	.buttons .prev { display: block; float: left; background: transparent url(../images/arr_left2.gif) no-repeat; width: 26px; height: 26px; }
	.buttons .next { display: block; float: left; background: transparent url(../images/arr_right2.gif) no-repeat; width: 26px; height: 26px; }
	.buttons .prev span, .buttons .next span { display: none; }

.slideshow
{
	overflow: hidden;
	width:640px;
}

	.slideshow ul
	{
		width:99999px; /* need to be more exact? */
		padding-left:340px; 
	}

		.slideshow li
		{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}
		
#services-tabs li a.doubleLine
            {
                padding:5px 0 0 0;
                height:35px;
            }
			
			#services-tabs li.active a, #services-tabs li.active a:hover
            {
                background-position:0 -80px;
                color:#FFFFFF;
            }

