@charset "UTF-8";
/* CSS Document */

body {

font-family:Arial, sans-serif;
	
}

.popup_container {

display:block;
width:880px;
height:475px;
background:#000 url(../graphics/popup_bg.jpg);
	
}


.text_container {

float:left;	
width:355px;
min-height:288px;
padding:0;
margin:0;
	
}

.text_container_long {

float:left;	
width:355px;
min-height:485px;
	
}

.video_container {

float:right;	
	
}

.reel_container {

margin:0px auto;
	
}

.inner_reel {

width:768px;
margin:0px auto;
	
}

.strip {

float:left;
width:888px;
height:168px;	
margin-top:20px;
border-top:2px solid #06C;
border-bottom:2px solid #9F00A3;
	
}

.strip_long {

float:right;
width:512px;
height:485px;	
background:#000;
	
}

p {

color:#FFF;	
font-size:0.8em;	
padding:5px;
	
}

h1 {

color:#FFF;	
font-size:1.0em;	
font-weight:normal;
background:#212091 url(../graphics/title_bg.jpg) repeat-x;
padding:10px;

	
}

h2 {

color:#FFF;	
font-size:1.0em;
background:#9F00A3 url(../graphics/client_bg.jpg) repeat-x;
font-weight:normal;
padding:10px;
	
}

a.web_link {

color:#FFF;	
font-size:1.1em;
background:#9F00A3 url(../graphics/web_link_bg.jpg) repeat-x;
font-weight:normal;
text-decoration:none;
padding:10px;
	
}

a.web_link:hover{

text-decoration:underline;
	
}