@charset "UTF-8";
/* CSS Document */

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
.hidden_div {
	display: none;
	margin-left: 10px;
}
.visible_div {
	display: block;
	margin-left: 10px;
}
img {
	border: 0px;
}
#internal_container {
	width: 1000px;
	position: relative;
}
#container {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
}
#headerContainer {
	width: 100%;
	background-color: #3a3b3c;
	height: 70px;
	position: relative;
}
#header {
	width: 1000px;
	height: 100%;
	background-position: 0px 11px;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
body.en div#header {
	background-image: url(../images/header/en.gif);
}
body.es div#header {
	background-image: url(../images/header/es.gif);
}
body.ar div#header {
	background-image: url(../images/header/en.gif);
}
body.zh div#header {
	background-image: url(../images/header/en.gif);
}
body.zhs div#header {
	background-image: url(../images/header/en.gif);
}
body.fa div#header {
	background-image: url(../images/header/en.gif);
}
body.fr div#header {
	background-image: url(../images/header/fr.gif);
}
body.de div#header {
	background-image: url(../images/header/de.gif);
}
body.hi div#header {
	background-image: url(../images/header/hi.gif);
}
body.ja div#header {
	background-image: url(../images/header/en.gif);
}
body.pt div#header {
	background-image: url(../images/header/en.gif);
}
body.ru div#header {
	background-image: url(../images/header/en.gif);
}

#main {
	height: 639px;
	width: 1000px;
	position: relative;
}
#leftColumn {
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #999999;
	height: 100%;
	width: 750px;
	text-align: left;
}
#rightColumn {
	position: absolute;
	clear: both;
	left: 751px;
	top: 0px;
	width: 249px;
	text-align: left;
}
.columnInternal {
	margin-top: 24px;
	border-top: 1px solid #999999;
}
#videoContainer {
	height: 452px;
	border-bottom: 1px solid #999999;
}
#videoHeader {
	margin-top: 10px;
	margin-bottom: 10px;
}
#flvContainer {
	height: 412px;
}
#thumbContainer {
	margin-top: 12px;
}
.thumbnail {
	margin-right: 12px;
	width: 137px;
	float: left;
}
.navigation {
	margin-top: 12px;
	border-bottom: 1px solid #999999;
}
.navItem {
	margin-bottom: 4px;
}
.navItemOver {
	background-color: #E2e3e4;
	margin-bottom: 4px;
}
.navItemSelected {
	background-image: url(../image/text_link_bg_over.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	background-color: #E2e3e4;
}
#contentContainer {
	margin-left: 12px;
	margin-top: 10px;
	height: 520px;
	overflow: auto;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.form_field {
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	width: 200px;
	margin-bottom: 2px;
	text-align: left;
}
.form_clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
}
form {
	border: none;
	margin: 0px;
	padding: 0px;
}
.form_field input, .form_field textarea, .form_field select {
	padding:1px 3px;
	background: #f9f9f9;
	border: 1px solid #888888;
}
.form_field input:hover, .form_field textarea:hover, .form_field select:hover {
	background:#CEDDDF;
}
.form_field input:focus, .form_field textarea:focus, .form_field select:focus {
	background:#F3F8F8;
}
.form_field textarea, .form_field input {
	width:180px;
}
.form_field textarea {
	overflow: auto;
}
.form_label {
	width: 100px;
	font-size: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	text-align: right;
}
.form_label2 {
	font-size: 10px;
}
.form_field2 {
	margin-bottom: 10px;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
.form_field2 input, .form_field2 textarea, .form_field2 select {
	background: #f9f9f9;
	border: 1px solid #888888;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.form_field2 input:hover, .form_field2 textarea:hover, .form_field2 select:hover {
	background:#CEDDDF;
}
.form_field2 input:focus, .form_field2 textarea:focus, .form_field2 select:focus {
	background:#F3F8F8;
}
.form_field2 textarea, .form_field2 input {
	width:280px;
}
.new_para {
}
ul {
	padding-left: 15px;
	margin-left: 0px;
}
.divider {
	background-color: #999999;
	height: 1px;
	width: 90%;
	overflow: hidden;
}

img.flag {
	display: inline;
	margin: 0 0 5px 3px;
	border: 1px solid #cccccc;
	float: right;
}
img.flag:hover {
	border: 1px solid #666666;
}
div#addthis {
	position: absolute;
	width: 200px;
	left: 800px;
	top: 0px;
}
div#flags {
	width: 734px;
	margin: 3px auto 0 auto;
	text-align: right;
	padding-right: 266px;
	position: relative;
	z-index: 5000;
}
div#flags ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
div#flags ul li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
div#flags ul li a {
	text-decoration: none;
}
div#flags ul li a:hover {
	color: #e0882c;
}
div#flags select {
	font-size: 9px;
	height: 17px;
}
div#flags ul li.selected a {
	color: #73aa2b;
}
select.movieDownload {
	font-size: 9px;
	width: 85%;
}
.clearall {
	clear: both;
}
div.downloads {
	display: none;
}
.download-header {
	cursor: pointer;
}
