@charset "utf-8";
/* CSS Document */

/*Specific Styles for index.php*/

.box_info {
	float:left;
	width:187px;
	height:420px;
	margin-right:55px;
	
	background: url(/media/box_foot.png) bottom left no-repeat;
}

.box_info p {
	display:block;
	position:relative;
	margin:260px 36px 15px 12px;
	clear:both;
}


#box_web {float:left;background: url(/media/button_website.jpg) top left no-repeat;}

#box_print {float:left;background: url(/media/button_print.jpg) no-repeat;}

#box_vid {float:left;background: url(/media/button_video.jpg) no-repeat;}
		
		
		
#website
{
    height:44px;
    width:104px;
    background: transparent url(/media/header_text_website.png) no-repeat;
    /*filmweaversPromo.jpg*/
}
#website h1
{
    float: left;
	padding: 44px 0 0 0;
	overflow: hidden;/**/
	height: 0px !important; 
	height /**/:88px; /* for IE5/Win only */
	
	clear:none;
}

#print
{
    height:44px;
    width:104px;
    background: transparent url(/media/header_text_print.png) no-repeat;
    /*filmweaversPromo.jpg*/
}
#print h1
{
    float: left;
	padding: 44px 0 0 0;
	overflow: hidden;/**/
	height: 0px !important; 
	height /**/:88px; /* for IE5/Win only */
	
	clear:none;
}


#video
{
    height:44px;
    width:104px;
    background: transparent url(/media/header_text_video.png) no-repeat;
    /*filmweaversPromo.jpg*/
}
#video h1
{
    float: left;
	padding: 44px 0 0 0;
	overflow: hidden;/**/
	height: 0px !important; 
	height /**/:88px; /* for IE5/Win only */
	
	clear:none;
}

#about
{
    height:44px;
    width:104px;
    background: transparent url(/media/header_text_about.png) no-repeat;
    /*filmweaversPromo.jpg*/
}
#about h1
{
    float: left;
	padding: 44px 0 0 0;
	overflow: hidden;/**/
	height: 0px !important; 
	height /**/:88px; /* for IE5/Win only */
	
	clear:none;
}


#contact
{
    height:44px;
    width:104px;
    background: transparent url(/media/header_text_contact.png) no-repeat;
    /*filmweaversPromo.jpg*/
}
#contact h1
{
    float: left;
	padding: 44px 0 0 0;
	overflow: hidden;/**/
	height: 0px !important; 
	height /**/:88px; /* for IE5/Win only */
	
	clear:none;
}