/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html{margin: 0px; padding: 0px; }
body{margin: 0px;	padding: 0px;	background-color: transparent;}
/*body{margin: 0px;	padding: 0px;	background-color: transparent;	background-attachment: fixed; background-image: url(_images/people.gif); background-repeat: no-repeat; background-position: left bottom;}*/
div{ margin: 0px; padding: 0px; }
.clear { clear: both;}
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap	{margin:0 auto; background: transparent; width: 750px;}
.box-header	{color: #000000; width: 750px; background: #FFFFFF;	margin: 0px;	border: none;z-index:10;}
.box-footer	{text-align:center; width:100%; background: transparent; clear: both;border: none}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float	{float: left;width: 600px;}
.column-one	{ float: right; width: 490px;}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two {margin-right: 490px;}
.column-three {margin-left: 600px;}
/* */
.column-two-content, .column-three-content	{	padding: 0px;	border: none;	color:#2F2F2F;	}
.column-one-content	{	padding: 5px;	border: none;	color:#2F2F2F;	}
.column-one-content { /*height:450px;*/ background: transparent; overflow: auto;}
.column-one-content table{ font-size: 11px}
.column-one-content2 { /*height:450px;*/ background: transparent;}
.column-two-content { /*height:450px;*/ background: transparent; }
.column-three-content { /*height:450px;*/ background: transparent;}

.column-one-content	{	margin-left: 5px;	margin-right: 5px;	}/* GUTTERS BETWEEN COLUMNS */
.column-two-content { margin-left: 5px; }/* HORIZONTAL PADDING OUTSIDE COLUMNS */
.column-three-content { margin-right: 0px; }
.box-header	{ margin-bottom: 0px; }/* VERTICAL PADDING ABOVE COLUMNS */
.column_padding_after	{	height:0px;	font-size: 1px;	line-height: 0px;	clear: both;	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 


/* mac hide \*/
.columns-float{ margin-right:-3px;}
.column-three {margin-left:597px;height:1%}
/* end hide*/

/*** Text ***/
.style1 { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;font-style:normal;color:#2F2F2F;line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; }
.style2 { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2F2F2F; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; }
.style3 { font-size: 16px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-seriff; color: #2F2F2F; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; }
.style5 {font-size: 12px;color: #2F2F2F;font-family: Verdana, Arial, Helvetica, sans-serif; }
.style6 {font-size: 14px; font-family: "Courier New", Courier, monospace;color:#2F2F2F;}

body {font-size: 12px;color: #2F2F2F;font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }

a {	color:#09c;	font-size:11px;	font-family:verdana, arial, helvetica, sans-serif; text-decoration:none;	}
a:link {color:#333333; text-decoration: underline;}
a:visited {color:#010088; text-decoration: underline;}
a:hover {background-color:#E5E5E5;}
.highlight {background-color:#E5E5E5; padding:2px 5px 2px 5px}


/*** Form ***/
.formwrap {width:420px;}
.formleft {float:left; width:150px;}
.formright {float:right; width:250px;}
  


/*** Strap Formatting ***/
#strapwrap {background:transparent; margin:0 auto;	width:375px;}
#strapleft {background:transparent; float:left; width:185px;}
#strapright {background:transparent; float:right; width:185px;}
.strap_Video { font-size: 40px; font-family: Verdana, Arial, Helvetica, sans-serif;font-style:normal;color:#2F2F2F;line-height: normal; font-weight: bold; align:right}
.strap_text { font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;font-style:normal;color:#2F2F2F;line-height: normal; font-weight: bold;}
#clear { clear: both; }


/*** Thin Line Formatting ***/
.thinblackline {background-color: #2F2F2F; height:1px }
.thinwhiteline {background-color: #FFFFFF; height:1px }
.thingreyline {	background-color: #E5E5E5; }


/* case study backgrounds */
.o2		{margin: 0px;	padding: 0px;	background-color: transparent;	background-attachment: relative; background-image: url(_images/o2_background.gif); background-repeat: Y;}
.kiss	{margin: 0px;	padding: 0px;	background-color: transparent;	background-attachment: relative; background-image: url(_images/kiss_background.gif); background-repeat: Y;}
.cims	{margin: 0px;	padding: 0px;	background-color: transparent;	background-attachment: relative; background-image: url(_images/cims_background.gif); background-repeat: Y;}
	

/******* Start of Navigation ********/
#vpimenu{width: 750px;}

#vpimenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#vpimenu ul{
border: 1px solid #BBB;
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: 12px Verdana;
}


#vpimenu ul li{display: inline;}


#vpimenu ul li a{
float: left;
color: #666666;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#vpimenu ul li a:hover{
text-decoration: underline;
background-color: #cccccc;
}

.screen{
z-index: 1;
}

/*** Style for Drop Down Menu ***/
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666666;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:999;
background-color: white;
width: 150px;
visibility: hidden;
z-index:1000
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 2px 0;
text-decoration: none;
color: #666666;
z-index:1000
}

.dropmenudiv a:hover{background-color: #cccccc;}

/******* End of Navigation ********/


/*** Newsletter Gallery Images ***/
div.float {float: left;  margin: 0 0 10px 20px; width:200px}
div.float p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}



/*** Vid LIb Menu ***/
.vidlibbuttonscontainer {
width				: 	118px;
}

.vidlibbuttons a {
color				:	#333333;
background-color	: 	
padding				: 	2px;
padding-left		: 	3px;
display				: 	block;
border-right		: 	1px solid #ffffff;
font				: 	11px Verdana, sans-serif;
text-decoration		: 	none;
text-align			: 	left;
text-weight			:	bold;
}

.vidlibbuttons a:hover {
background-color	: 	#CCCCCC;
color				: 	#333333;
text-decoration		: 	none;
}

.vidlibbuttons2 a {
color				:	#333333;
background-color	: 	#ffffff;
padding				: 	2px;
padding-left		: 	3px;
display				: 	block;
border-bottom		: 	1px solid #cccccc;
font				: 	12px Verdana, sans-serif;
text-decoration		: 	none;
text-align			: 	left;
}

.vidlibbuttons2 a:hover {
background-color	: 	#cccccc;
color				: 	#333333;
text-decoration		: 	none;
}


.topmenu2 a {
font-size			: 	11px;
color				:	#333333;
}

.toppmenu2 a:hover {
background-color	: 	#CCCCCC;
color				: 	#333333;
text-decoration		: 	none;
}

.brand-rep a {
font-size			: 10px;
color				: 	#333333;
}


/*** Vid LIb Table Styling ***/
table.fulllist {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.fulllist th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.fulllist td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


div.featured-product-box {
font-size:10px;
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#CCCCCC;
}

div.promotions-box {

padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#CCCCCC;
}

div.mailinglist-box {
font-size:11px;
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#CCCCCC;
}

div.popular-products-box {
font-size: 10px;
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#CCCCCC;
}

div.suggestions-box {
font-size: 10px;
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#999999;
}

div.partners-box {
font-size: 10px;
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#999999;
}

div.latest-signups-box {
font-size: 10px;
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#CCCCCC;
}

div.sidebox-title {
padding-bottom:5px;
margin-bottom:8px;
border-bottom: solid;
border-width: 1px;
border-bottom-color:#999999;
font-weight: bold;
font-size: 11px;
color:#CC0000;
}

div.latest-videos-box {

padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#999999;
}

div.latest-videos-title {
padding-bottom:5px;
border-bottom: solid;
border-width: 1px;
border-bottom-color:#999999;
font-weight: bold;
font-size: 12px;
color:#CC0000;
}

div.latest-videos {
font-size:10px;
width: 100px;
padding:5px;
}


div.behindscenes-box {
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#999999;
}

div.youthstudy-menu {
padding:5px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#999999;
}

div.news-bar {
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#999999;
}

#content {
min-height:250px;
margin-bottom:10px;
}

#services_video {
padding:2px;
width:240px;
float:left;
}

#services_info {
padding:5px;
min-height: 220px;
width:200px;
float:right;
border: solid thin #CCCCCC;
}

#left-link-title {
border-left: solid thin #CCCCCC;
border-right: solid thin #CCCCCC;
margin-top:2px;
margin-bottom:5px;
padding:4px 4px 2px 4px;
color: #cc0000;
font-weight:bold;
font-size:13px;
}

#left-links {
border: solid thin #CCCCCC;
margin-bottom:5px;
padding:4px;
font-weight:bold;
}

#left-links a{
text-decoration:none;
color:#cc0000;
font-weight:bold;
}

#left-links a:hover{
text-decoration:underline;
color:#cc0000;
background-color:#ffffff;
font-weight:bold;
}

#left-links:hover {
border: solid thin #666666;
margin-bottom:5px;
padding:4px;
font-weight:bold;
}
