@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg_image_blog.jpg) repeat-x;
}



/*

Banner Section

*/


#banner
{
	width:910px;
	height:136px;
	float:left;
	padding:0;
	margin:0;
	background:url(../images/banner_img_blog.jpg) no-repeat;
}


.bannertext
{
width:220px;
height:115px;
padding-top:102px;
margin:0;
float:left;
}

.bannertext h2
{
width:220px;
height:40px;
margin:0;
padding:0;
font-size:12px;
text-indent:-9999px;
background:url(../images/text1_img.png) no-repeat;
}

.bannertext small
{
display:block;
margin-top:16px;
height:53px;
text-indent:-9999px;
background:url(../images/text2_img.png) no-repeat;
}

/*

Content Section

*/

#maincontentsamples{
width:910px;
float:left;
overflow:hidden;
}

#samplesvideo{
width:630px;
height:370px;
margin: 0 auto;
overflow:hidden;
}

#topnav
{
width:638px;
height:42px;
margin: 0 auto;
overflow:hidden;
padding:10px;
}

ul#menu{
	float:left;
	overflow:hidden;
}

ul#menu li
{
float:left;
margin-right:8px;
width:119px;
height:42px;
display:block;
overflow:hidden;
}

ul#menu li a
{
float:left;
margin-right:8px;
width:119px;
height:42px;
display:block;
text-indent:-9999px;
overflow:hidden;
}


ul#menu li.tvcommercials a
{
background:url(../images/tv_commercials_btn.jpg) bottom center no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.tvcommercialss a
{
background:url(../images/tv_commercials_btn.jpg) top no-repeat;
width:119px;
overflow:hidden;
}


ul#menu li.corporatevideos a
{
background:url(../images/corporate_videos_btn.jpg) bottom center no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.corporatevideoss a
{
background:url(../images/corporate_videos_btn.jpg) top no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.featuredfilms a
{
background:url(../images/feature_films_btn.jpg) bottom center no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.featuredfilmss a
{
background:url(../images/feature_films_btn.jpg) top no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.onlocation a
{
background:url(../images/on_location_btn.jpg) bottom center no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.onlocations a
{
background:url(../images/on_location_btn.jpg) top no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.showreel a
{
background:url(../images/show_reel_btn.jpg) bottom center no-repeat;
width:119px;
overflow:hidden;
}

ul#menu li.showreels a
{
background:url(../images/show_reel_btn.jpg) top no-repeat;
width:119px;
overflow:hidden;
}


ul#menu li a:hover
{
	margin: 0 auto;
	overflow:hidden;
}
