@charset "UTF-8";
/* CSS Document */


/* big search box at the top */

#box_videos_home, #box_photos_home{
	width:940px;
	margin:0;
	margin-bottom:13px;
	background:#494949;
	border-bottom:1px solid #a7a7a7;
	position: relative;
	z-index: 40;
}
#box_videos_home h3{
	background:url(/images/titles/title_videos.gif) 0px 0px no-repeat;
	height: 30px;
	margin:0; padding:0;
}
#box_photos_home h3{
	background:url(/images/titles/title_photos.gif) 0px 0px no-repeat;
	height: 30px;
	margin:0; padding:0;
}
#box_videos_home h3 span, #box_photos_home h3 span{
	display:none;
}
#box_video_search {
	width:940px; height:34px;
	background:url(/images/backgrounds/bg_nav_videohome.gif) top left repeat-x;
}
#search_box {
    width: 350px;
    height: 30px;
    background: url(/images/backgrounds/bg_search_box.gif) 0px 8px no-repeat;
		margin-left: 170px;
}
#search_box #s1 {
    float: left;
    padding: 0;
    margin: 12px 0 0 6px;
    border: 0;
    width: 220px;
    background: none;
		color: #CCCCCC;
}
#search_box #go {
    float: right;
    margin: 5px 0 0 0;
}

.nopad{
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px;
}

