body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: url('/img/background.jpg') no-repeat center top #abbbbf;
	
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 0.75em;
	
}
#body_top {
	margin: 25px auto 0;
	height:19px;
	width:753px;
	background: url('/img/bodytop.png') no-repeat center ;
}

#body_main {
	margin: 0 auto;
	height:inherit;
	width:753px;
	z-index:5;
	
	min-height:265px;
	background: url('/img/bodyback.png') repeat-y;
}
#body_grad {
	margin: 0 auto;
	min-height:265px;
	z-index:1;
	width:713px;
	padding: 0 20px;
	background: url('/img/bodygrad.png')  no-repeat center top;
}
#body_bottom {
	
	margin: 0 auto 10px;
	height:28px;
	width:753px;
	background: url('/img/bodybottom.png') no-repeat center;
}
#greybox_top {
	width:407px;
	height:12px;
	 float:right; 
	 padding: 0 10px;
	background: url('/img/greybox_top.png') no-repeat;
	color: #666666;
}
#greybox_mid {
	width:407px;
	
	 float:right; 
	 margin: 0px 0 0px;
	 padding:0 10px;
	background: url('/img/greybox_mid.png') repeat-y;
	color: #444444;
}
#greybox_bot {
	width:407px;
	height:12px;
	 float:right; 
	 padding:0 10px;
	 margin:0 0 10px 0;
	background: url('/img/greybox_bot.png') no-repeat;
	color: #666666;
}

#wrapper {
	margin: 0;
	background: url('/img/topshadow.png') repeat-x ;
}

#logo {
	margin: 0px auto;
	padding-top:25px;
	padding-bottom:30px;
	width:316px;
	
}
#main-menu {
	height: 67px;
	width: 683px;
	color: #ffffff;
	margin: 0px auto;
	background: url('/img/menubar.png') no-repeat center;
	padding: 13px 60px 0px 60px;
}
#sl_wrap {
	margin: 0;
	height:206px;
	background: url('/img/sl_wrap.jpg') repeat-x ;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
#sl {
	margin: 0 auto;
	height:206px;
	width:850px;
	background: url('/img/sl_background.jpg') no-repeat center;
}
#footer_wrap {
	margin: 0;
	height:276px;
	background: url('/img/footer_wrap.jpg') repeat-x ;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
#footer {
	margin: 0 auto;
	height:276px;
	width:1044px;
	background: url('/img/footer_background.jpg') no-repeat center;
	
}
#footer_content {
	width: 740px;
	color: #aaaaaa;
	margin: 0px auto;
	padding-top:10px;
}
.top_menu {
	
    height: 60px; width: 700px;
    
    padding: 0px; margin: 0px 0;
    overflow: hidden;
}
.top_menu li {
	 float: left;
     list-style: none;
	margin:0 17px; 
	
}

.top_menu li a {
	  position: relative; overflow: hidden;
            text-decoration: none;
			border: none;
      min-width:100px;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: 0 0px;
}
.top_menu li a img {border:none;}
.top_menu li a:hover {
	height:103px;
	margin: 0;
	padding: 0;
	   background: url('/img/selected.png') no-repeat top;
	
	}
	.top_menu li a:selected {
	height:73px;
	   background: url('/img/selected.png') no-repeat top;
	
	}
	
#foot_menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#foot_menu ul li { display: inline; }

#foot_menu ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;

}

#foot_menu ul li a:hover
{
color: #e27d6b;

}


.greybox {
	width:407px;
	 height:87px; 
	 float:right; 
	 margin: 5px 0 5px;
	 padding: 10px;
	background: url('/img/greybox.png') no-repeat;
	color: #666666;
	
}
.rightlarge {
	width:407px;
	
	 float:right; 
	 margin: 5px 0 5px;
	 padding: 10px;
	
	color: #666666;
	
}

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%;  }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px;  padding-left:20px;}
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%;}
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }


