@charset "UTF-8";




* {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Georgia, Times, "Times New Roman", serif;
	text-align: center;
	color: #000000;
	background: #fff;
}

a {
	text-decoration: none;
	color: #000000;	
}


#container { 
	width: 1000px;
	background: #fff;
	margin: 10px auto 0 auto;
	text-align: left;
} 


#header { 
	position: relative;
	height: 270px;
	background:#fff url(images/dec_masthead.jpg) no-repeat;
	font-size: 11px;
	padding:10px;	  
} 
#header h1 {
	display: none;
}

#header .menus {
	letter-spacing: 3px;
	text-transform: uppercase;
	list-style-type: none;
}

#header #mainMenu {
	width: 200px;
	height:185px;
	float:right;
	
}

#header #mainMenu ul li a {
	display: block;
	height: 30px;
	text-align:right;
	padding-top: 5px;
	
}

#header #mainMenu ul li a:hover {
	background:url(images/paint_mainMenu_hover.jpg) no-repeat right;
}

#header #mainMenu ul li.current a {
	background:url(images/paint_mainMenu_current.jpg) no-repeat right;
}

#header #subMenu {
	font-size:75%;
	width: auto;
	clear:both;
	
}

#header #subMenu ul {
	float:right;		/*keeping the float in here rather than the #submenu solved the IE6 wrap-to-next-line bug*/
	height:30px;      /*this height solved IE6 displaying bug*/
	padding-bottom:25px;   /*this padding solved IE7 displaying bug re the background image*/
}


#header #subMenu ul li {
	
	display:inline;		
}

#header #subMenu ul li a {
	padding: 0 3px 20px 3px;
	
	
}



#header #subMenu ul li a:hover {
	background:url(images/paint_subMenu_hover.png) no-repeat bottom center;
}

#header #subMenu ul li.current a {
	background:url(images/paint_subMenu_current.png) no-repeat bottom center;
}

#filmPage #header, #pig_and_dog_film_company_production_divisionPage #header, #pig_and_dog_post_production_services_londonPage #header {
	background:#fff url(images/dec_mastheadFilm.jpg) no-repeat;
}




#sidebar {
	float: right;
	width: 500px;
	
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

#sidebar img {
	display:block;
	margin: 5px auto;
}

#sidebar #youTube {
	display: block;
	margin: 50px 10px 0 30px;
}

#sidebar p a {
	display:block;
	height:30px;
	font-size: 60%;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align:center;
	margin:0 auto 20px auto;
}

#sidebar p a:hover {
	background:url(images/paint_mainMenu_current.jpg) no-repeat center;
}




#content {
  	background:url(images/paint_content_bg01.jpg) no-repeat 50% 0%;
	
	margin: 5px 500px 5px 5px; /* the left margin will look best if you match the padding amount to the header and footer. */
}

#content h1 {
	color: #330000;
	font-size: 1.2em;
	font-weight: bold;
	text-align:right;
	padding: 0 75px 50px 0;
	background: url(images/dec_paragraph_divider.png) no-repeat bottom right;
	margin-bottom:5px;
	
}



#content #copy {
	padding-bottom:80px;
	font: 90%;
	width: 350px;
	line-height: 1.5em;
	text-align: justify;
	margin:-40px auto;
	/*background: url(images/dec_paragraph_divider.png) no-repeat bottom right;*/
}

#content #copy p img{
	margin: 2px 5px 2px 0;
	float:left;
}

#content #copy a:hover {
	color:#330000;
}

#content table {
	width: 350px;
	text-align: left;
	margin:0 auto;
	line-height:1em;
}

#content table tr.current {
	background:#CCCCCC;
	
}
#content table td, th{
	
	font-size: 70%;
	border:solid 1px #CCCCCC;
	padding:0 2px;
}

#content form {
	font-size: 60%;
	letter-spacing: 3px;
	text-transform: uppercase;
}
 
#footer { 
	padding: 50px;
	background:url(images/dec_footer_endPage.jpg) no-repeat bottom center;
	
	font-size:80%;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	color: #000;
	float: right;
}

#footer h4 {
	color: #000;
	float: left;
	
	padding:0;
	margin: -70px 0 0 300px;
}





textarea, input {
	font-family:arial;
	font-size:12px;
}






.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

