html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
border:0 none;
font-family:"calibri", "lucida console", sans-serif;
/*font-size:100%;*/
font-style:normal;
font-weight:400;
}



#body
{
position:absolute;
*left:50%;
*margin-left:-550px;
*width:1100px;
width:100%;
height:100%;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: absolute;
  width: 1000px;
  height: 900px;
  margin: 30px auto;
margin-left:160px;
  color: #333;
}

#header
{
position: relative;
*left:50%;
margin-top:90px;
margin-left:120px;
*width:1100px;
}

#content
{
width:1100px;
margin-left:120px;
}

#logobutton
{
  display: block;
  position:absolute;
  width: 181px;
  height: 180px;
  margin-left:30px;
  margin-top:-65px;
  background: url("../images/SL_Logo.png") no-repeat 0 0;

}

#logobutton:hover
{ 
  background-position: 0 -180px;
}

#logobutton span
{
  position: absolute;
  top: -999em;
}

#portfoliobutton
{
  display: block;
  position:absolute;
  width: 151px;
  height: 29px;
  margin-left:260px;
  margin-top:55px;
  background: url("../images/WorkRollover.png") no-repeat 0 0;

}

#portfoliobutton:hover
{ 
  background-position: 0 -29px;
}

#portfoliobutton span
{
  position: absolute;
  top: -999em;
}

#pressbutton
{
  display: block;
  position:absolute;
  width: 77px;
  height: 26px;
  margin-left:460px;
  margin-top:60px;
  background: url("../images/PressRollover.png") no-repeat 0 0;

}

#pressbutton:hover
{ 
  background-position: 0 -26px;
}

#pressbutton span
{
  position: absolute;
  top: -999em;
}

#blogbutton
{
  display: block;
  position:absolute;
  width: 66px;
  height: 36px;
  margin-left:595px;
  margin-top:55px;
  background: url("../images/BlogRollover.png") no-repeat 0 0;

}

#blogbutton:hover
{ 
  background-position: 0 -36px;
}

#blogbutton span
{
  position: absolute;
  top: -999em;
}


#aboutbutton
{
  display: block;
  position:absolute;
  width: 95px;
  height: 29px;
  margin-left:718px;
  margin-top:55px;
  background: url("../images/AboutRollover.png") no-repeat 0 0;

}

#aboutbutton:hover
{ 
  background-position: 0 -29px;
}

#aboutbutton span
{
  position: absolute;
  top: -999em;
}

#contactbutton
{
  display: block;
  position:absolute;
  width: 116px;
  height: 26px;
  margin-left:866px;
  margin-top:60px;
  background: url("../images/ContactRollover.png") no-repeat 0 0;

}

#contactbutton:hover
{ 
  background-position: 0 -26px;
}

#contactbutton span
{
  position: absolute;
  top: -999em;
}


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:786px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		
		width:39px;
		height:50px;
		position:relative;
		left:900px;
		top:30px;
		
		}	
	#nextBtn, #slider1next{ 
		left:960px;
		top:-20px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:39px;
		height:50px;
		background:url(/images/PreviousArrow.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/images/NextArrow.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#ffffff;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
.s4 {
	color: #737A7F;
}
.s5 {
	font-size: 10px;
	font-weight: bold;
	color: #d3d3d3;
}

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
            
td#rightside{
width:400px;
background:red;
}

td#leftside{
width:350px;
background:blue;
}

* { 
padding: 0; 
margin: 0; 
}
