/*
Theme Name: Watson Media
Theme URI: http://www.watsonmedia.ca
Description: This template is designed for watsonmedia.ca
Version: 1.0
Author: AMDS
Author URI: http://amds.ca/
*/

body  {
	font: 72% Arial, Helvetica, sans-serif;
	background: #05336e url(images/wm_bkg.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #444444;

}



a {
color: #014fb1;
text-decoration:none;
} 

a:hover {
color: #717070;
text-decoration:none;
} 

a:visited {
color: #014fb1;
text-decoration:none;
} 

h1		{
	color: #014fb1;
	border-bottom:dotted #014fb1 2px;
	line-height: 180%;
	font-size: 24px;
} 

h2		{
	color: #014fb1;
	font-size: 16px;

} 



h3		{
	color: #014fb1;
	font-size: 14px;

} 

img		{
	border: 0;

} 

 #container { 
 	background: url(images/content-bkg.png) repeat-y;
	width: 850px;  
	margin: 0 auto; 
	text-align: left; 
	
 
} 

 #header { 
 
	width: 850px;  
	height: 104px;
	margin: 0 auto;
	text-align: left; 
	padding: 0; 
} 

 #mainnav{ 
	padding: 54px 100px 0 300px;
	text-align: left; 
	
} 

#mainnav a
 {
	width: 100%;
	white-space: nowrap;
	padding:0px 20px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;




	}
	
#mainnav A:hover
 {
color: #717070;
	text-decoration: none;
		padding:8px 20px 8px 20px;

	}


 #banner { 
 	
 	margin: 0;
	padding: 0;  
}


 #sidebar1 {
 	background: url(images/sidebar_bkg.gif) no-repeat bottom left;
	float: right; 
	width: 300px;
	padding: 0;
	margin: 0 40px 10px 40px;
	color: #333333;

}

 #sidebar1-content {

	width: 250px; 
	padding: 15px 30px 20px 20px;



}



 #mainContent {
	
	margin: 0 380px 10px 30px; 
	padding: 20px 30px 20px 20px; 
	
} 
#mainContent p{
	color: #444444;
	text-align: left;
	line-height: 150%;
} 



.tablediv {
display:  table;
width:100%;
padding: 0;

}
.celldiv {
	float:left;
	display:  table-cell;
	width:30%;

}

.celldiv_video {
float:left;
display:  table-cell;
width:60%;
	padding-top: 10px;

}
.celldiv_production {
float:left;
display:  table-cell;
width:70%;
	padding-top: 30px;

}
.celldiv_media {
float:left;
display:  table-cell;
width:50%;
	padding-top: 20px;

}

.celldiv_text {
float:left;
display:  table-cell;
width:100%;

}
.rowdiv  {
display:  table-row;
width:auto;
}


 #footer { 
 	width: 850px; 
	margin: 0 auto; 
	text-align: left;
	padding: 0; 
	background: url(images/footer_bkg.png) no-repeat; 
	
} 
#footer p {
	margin: 0; 
	padding: 20px 0; 
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;	
	color:#999999;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}