/* CSS Document*/

 html, body{
margin-top:0;
	padding: 0;
	margin: 0px auto;
	height: 100%; Required 
}
/*#191818 font color #999*/
body {
	background: #9CC url("images/background2.jpg") repeat-x left top;/**/
	color:#FFF;
	font: normal 1em/1.5 'Arial', Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
} 
/*page property link styles*/
a:link {
	color:#99FFFF;
	border-width: none;
	font-style: normal;
}
a:visited {
	color: #99FFFF;
}
a:hover {
	color: #ffff99;
}
a:active {
	color: #99FFFF;
}
#wrapper{
	margin: 0px auto;
	background:url("images/menu_dropshadow.jpg") repeat-x;
	text-align: center;
	/*position: relative;*/
	/*height: 900px;*/
	height: auto !important;
	height: 100%;
	padding-top: 8px;
}
#header{
	background:url("images/ls_header_slice.jpg") repeat-x;
	margin: 0px auto;
	margin-top:0px;/*was 16px*/
	height: 190px;
}
#header a#logo{
	margin: 0 auto;
	background:url("images/ls_header.jpg") no-repeat;
	display: block;
	width:669px;
	height: 153px;
	border:0;
	text-indent:-9999px;
}
#slug{
	margin:0 auto;
	background:url("images/header_slug.jpg") no-repeat;
	margin-top:-12px;
	width: 312px;
	height:16px;
}

/*New Nav Rollover*/
#nav{
	padding: 0;
	margin: 0px auto;
	width: 100%;
	text-align:center;
	background-color: black;
}
#navbar{
	margin: 0px auto;
	width: 591px;
	height:42px;
	padding-top: 22px;
	padding-left: 116px;
	list-style:none;
}
#navbar li{
	float:left; 
	position:relative;
	padding: 6px 20px 0 5px;
}
#navbar li a{
	display:block; 
	
}
#navbar li.video{
	width:44px; 
	height:29px; 
	overflow:hidden;
}
#navbar li.video img{
	width:34px; 
	height:29px; 
	background:url(images/menu_video.jpg); 
	border:0;
}
#navbar li.video a:hover img{
	background-image:url(images/menu_video_on.jpg);
}
#navbar li.scripts{
	width:44px; 
	height:29px; 
	overflow:hidden;
}
#navbar li.scripts img{
	width:44px; 
	height:29px; 
	background:url(images/menu_scripts.jpg); 
	border:0;
}
#navbar li.scripts a:hover img{
	background-image:url(images/menu_scripts_on.jpg);
}
#navbar li.music{
	width:39px; 
	height:29px; 
	overflow:hidden;
}
#navbar li.music img{
	width:39px; 
	height:29px; 
	background:url(images/menu_music.jpg); 
	border:0;
}
#navbar li.music a:hover img{
	background-image:url(images/menu_music_on.jpg);
}
#navbar li.web {
	width:183px; 
	height:29px; 
	overflow:hidden;
}
#navbar li.web img {
	width:183px; 
	height:29px; 
	background:url(images/menu_web.jpg); 
	border:0;
}
#navbar li.web a:hover img{
	background-image:url(images/menu_web_on.jpg);
}
#navbar li.blog{
	width:30px; 
	height:29px; 
	overflow:hidden;
}
#navbar li.blog img{
	width:30px; 
	height:29px; 
	background:url(images/menu_blog.jpg); 
	border:0;
}
#navbar li.blog a:hover img{
	background-image:url(images/menu_blog_on.jpg);
}
/*END*/
#center{
	width:880px;
	margin: 0px auto;
	height:78px;
}
#center a img{
	border:0;
}
/*CONTENT*/
#content{
	margin: 0px auto;
	width:900px;
	height: auto;
	padding:16px 0 16px 0;
	overflow:hidden;
	background: rgba(139, 127, 105, 0.4);
	/*was min-height:400px;	*/
	/*padding-bottom:60px;*/
}
#content #col1{
	float:left;
	clear:none;
	text-align: left;
	width: 52%;
	margin-left: 6px;/*85px*/
}
#content #col2{
	float:right;
	clear:none;
	text-align: left;
	width: 47%;	
}
/*VIDEO PAGE LAYOUT*/
#colspan{
	float:left;
	clear:none;
	text-align: left;
	width: 100%;
	margin: 0 0 10px 26px;
}
/*SPECIAL CASE WEB.HTML*/
#colspan2{
	float:left;
	clear:none;
	text-align:center;
	width: 100%;
	margin: 0 0 10px 13px;
}
#colspan #titles{
	margin-bottom: -16px;	
}
.gallery, .webpages{
	list-style:none;
	text-align: center;
	margin-left: -29px;
}
ul.gallery li, ul.webpages li{
	float:left;
	position:relative;
	margin-right: 10px;
	margin-bottom: 20px;
}
ul.gallery li a, ul.webpages li a{
	font-size: 14px;
}
ul.gallery li img.slider, li img.thumbs, ul.webpages li {
	display: block;
}
img.slider{
	border: 1px solid #fff;
	/*margin-right: 20px;*/
	clear:none;
}
img.thumbs{
	border: 1px solid #fff;
	margin-right: 10px;
	clear:none;
}
/*END VIDEO PAGE LAYOUT*/
#titles{
	background:url("images/title_line.gif") repeat-x;
	width: 95%;
	margin-bottom: 18px;
}
#titles #icon{
	height:35px;
	background:url("images/icon.gif") no-repeat;
	width: 55px;
}
#titles img{
	margin-bottom: -12px;
}

#titles p{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 0 0 3px;
}
#titles h4{
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: -2px;
	margin-bottom: -8px;
}

/*START SLIDESHOW*/
/*** set the width and height to match your images **/
#slideshow {
    position:relative;
	margin-top: 20px;
	width:446px;
    height:496px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
/*END SLIDESHOW*/

#footer{
/*	position:absolute; 
	bottom: 0 !important;
	bottom: -1px;
	bottom:-16px;
	height: 70px;*/
	width: 100%;
	margin-top: -16px;
	clear:both;
	background: #000;
	background-color: #000;
	/*position:relative;*/
}
#footer #center{
/*height: 80px;*/
}
#footer li{
	display:inline;
	list-style-type:none;
	padding-right:20px;
	width:880px;
}
#footer ul li img{
	margin-top: 18px;
}
#footer li.address{
	margin-right: 158px;
	margin-left: -158px;
}