/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height: 100%;
	background-image:url("http://www.toonz.co.uk/images/background.jpg");
	background-color: #FFFFFF;
  background-repeat:repeat-y;		
	font-family:'Trebuchet MS';
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background-image:url(http://www.toonz.co.uk/images/tabback.jpg);
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;

	min-height:100%; /* real browsers */
}

#top {
	clear: both;
}

#maincontent {
  clear:both;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	width: 800px;
	}
	
.logoleft {
	width: 300px;
	text-align:left;
	vertical-align: top;
	}

.linkagetop {
	text-align:left;
	vertical-align: top;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:18px;
	padding-right: 10px;
  width: 600px;
  font-weight: bold;
	}

.tabtext {
	text-align:left;
	vertical-align: top;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:16px;
  font-weight: bold;
	}  

.logoright {
	width: 89px;
	text-align:right;
	vertical-align: top;
	}

.logo_table {
  padding: 0px;
  width: 750px;
  }

.logo {
	width: 300px;
	text-align:left;
	vertical-align: top;
	}

.linkage {
	text-align:center;
	vertical-align: middle;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:18px;
  font-weight: bold;
  width: 450px;
	}

.fronttext {
	text-align:left;
	vertical-align: middle;
	padding-top 10px;
	color:#003399;
	font-family:'Trebuchet MS';
	font-size:18px;
	}

.headertext {
	text-align:left;
	color:#003399;
	font-family:'Trebuchet MS';
	font-size:30px;
	font-weight: bold;
	}

.figtable {
  width: 760px;
  padding-left: 60px;
  padding-right: 20px;
  }

.figcells {
	text-align: left;
	width: 90px;
  }
  
a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

#topbar {
	width: 100%;
	padding-top:9px;
	height:30px;
	background-color:#000000;
	background-image:url(http://www.toonz.co.uk/images/topbar.jpg);
}


.left {
	font-family:Trebuchet MS;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
}
.right {
	font-family:Trebuchet MS;
	font-size:16px;
	color:#FFFFFF;
	margin-right:10px;
	float:right;
}

a.rightli:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.rightli:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.rightli:hover {
	color: #FFFF00;
	text-decoration: underline;
	background-color:#FF0000;
	font-weight:bold;
}

a.rightli:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}


.extcenterwhiteboxcontent {
	PADDING-RIGHT: 5px;  PADDING-LEFT: 1px; PADDING-BOTTOM: 10px; FONT-FAMILY: verdana; FONT-WEIGHT: normal;
} 

.extyourprice { FONT-WEIGHT: bold; font-size: 11px; color:#000099; }

a.extproductlink:link {
	color: #8554A3;
	text-decoration: none;
	font-size:10px;
}

a.extproductlink:visited {
	color: #8554A3;
	text-decoration: none;
	font-size:10px;
}

a.extproductlink:hover {
	color: #8554A3;
	text-decoration: underline;
	background-color:#33FF66;
	font-size:10px;
}

a.extproductlink:active {
	color: #8554A3;
	text-decoration: none;
	font-size:10px;
}

.pricebreaks {
	  FONT-SIZE: 9px; BACKGROUND: #F7EEDF; MARGIN-TOP: 5px; FONT-FAMILY: Verdana, Arial, sans-serif
}

.pricebreaksheader { FONT-WEIGHT: bold; }

.pricebreakscontent {}

.pricebreakscontentright {}

.external_source {
padding-top: 10px;
}

h1 {
	font-family:'Trebuchet MS';
	font-size:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
	}
	
#footer {
	font-size: 12px;
	color:#999999;
	margin:15px;
	padding:5px;
	border-top:1px dashed #cccccc;
	text-align:center;
}
	
