/* Required */
html,body {margin:0; height:100%; }

/* Using this class in an empty div will stop floating divs above floating outside of the container div */

.clearBoth {clear:both; }

.bodybg { text-align:center; margin:0px; padding: 0px; background: url(images/bgslice.jpg);  }

#bgslice { text-align:center; margin:0px; padding: 0px; width:100%; background: url(images/bgtopslice.jpg) top repeat-x; min-height: 900px;  }

#mainbg { text-align:center; margin:0px; padding: 0px; width:100%; background: url(images/mainbg.jpg) top center no-repeat; min-height: 900px;  }


/* This will center the content in the center of the page using any set width */

#master { margin: 0px auto;	width:773px; text-align:left; padding-top:40px; }

#logo { width:773px; height:117px; background: url(images/logo.png) no-repeat !important; background: url(images/logo1.jpg) no-repeat; margin: 0px auto; }

                #logo h1 { font-size: 10px; margin:0px }
                /* match height and width in logo and logo a */
                #logo a { width:773px; height:117px; display:block; text-indent:-10000px; }


   
#footer{background: #fff;  filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1; width: 773px; height: 60px;}
	
	#contact{ position:absolute; margin: 15px 0px 0px 290px; z-index:100;}
	    #contact a{display:block; width:204px; height:29px; }

/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#333;
  text-decoration:none;
  line-height: 17px;
}




 /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:773px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}		
    
    #recent{width:201px; height:131px; background: url(images/recentwork.png) top center no-repeat !important; background: transparent; position:absolute;}

img{border:none;}
/* Easy Slider */
    
    
	#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:773px;
		height:472px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:171px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:773px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	