body,html {
	font-family: "Trebuchet MS";
	background-color: #03252e;
   margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}	  
p {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #e2e2e2;
	line-height: 18px;
	font-weight: normal;
}
h1 {
	font-family: "Trebuchet MS";
	color: #e2e2e2;
	font-weight: normal;
	font-size: 1.8em;
	margin-top: 24px;
}
h2 {
	background-image: url(../images/bck_h2.jpg);
	background-repeat: no-repeat;
	color: #11B6ED;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 10px;
}
hr {
	border: 1px dotted #11b6ed;	
}
	
TABLE {
	border: 0px solid #fffff;
	background-color: white;
	width: 400px;
	color: white;
}
TD {
	border: 0px solid #fff;
	background-color: #363636;
	font-size: 0.8em;
}
TD.TD_header {
	background-color: #1d1d1d;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
TD.TD_type {
	background-color: #686868;
	text-align: center;
	font-size: 0.8em;
}
#topmenu {
	background-image: url(../images/2k8_2_bg-4.jpg);
	background-color: black;
	height: 122px;
}
#wrapper {
	background-color: #000;
	padding: 0px;
	margin: auto;
	width: 963px;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
}
#country {
/*	background-image: url(../images/bck_header_2.jpg); */
	border-bottom: 1px dotted #065c73;
	background-repeat: no-repeat;
	height: 40px;
	background-color: #1f1f1f;
}
#header {
	background-color: black;
	width: 963px;
	height: 255px;
	float: left;
	border-bottom: 1px dotted #11b6ed;
}
#headerContentBlock {
	background-color: blue;
	filter:alpha(opacity=25);
	width: 961px;
	height: 100px;
	float: left;
	background-color: fuchsia;
}
.maincontainer {
	background-image: url(../images/bck_footer.jpg);
	background-repeat: repeat-x;
	background-color: black;
	width: 963px;
}
.left_container {
	width: 420px;
	float: left;
	margin-left: 10px;
	padding-left: 30px;
}
.right_container {
	border-left: 1px dotted #11b6ed;
	width: 420px;
	float: left;
	margin-left: 20px;
	padding-left: 30px;
}
.mediatitan_movie {
	border: 1px dotted #065c73;
	width: 400px;
	height: 260px;
	margin-left: 0px;
	text-align: center;
}
a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #99000;
}
a:link {color: #990000;}
a:visited {color: #990000;}
a:active {color: #990000;}
a:hover {color: Red;
}

/* Begin List for PDF Specsheets */

.iconlist {
	list-style: none;
	margin-left: 30px;
	padding: 0;
}
#flags_list
{
margin: 0px;
padding: 8px 0 22px 5px;
border-bottom: 1px solid #39683C;
}

#flags_list ul, #falgs_list li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

li {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #e2e2e2;
	list-style: disc;
}

li.pdf
{
background-image: url(../images/pdf_icon.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 35px;
margin: .4em 0;
list-style: none;
}

#footer {
	background-image: url(../images/bck_footer.jpg);
	background-repeat: repeat-x;
	border-top: 1px dotted #11b6ed;
	width: 963px;
	height: 50px;
	clear: both;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}


