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

html {
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #011949;
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #000CA1;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000CA1;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #de7c0f;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #234DB1;	/*#2b93fc;*/
	font-weight: bold;
}
h1 {
	font-family: 'Comic Sans MS', 'Lucida Casual', Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: #ec7f06;
}
h2 {
	font-family: 'Comic Sans MS', 'Lucida Casual', Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #ec7f06;
}
h3 {
	font-family: 'Comic Sans MS', 'Lucida Casual', Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #ec7f06;
	margin-bottom: 0; 
}
h4 {
	font-family: 'Comic Sans MS', 'Lucida Casual', Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #ec7f06;
	margin-bottom: 0;
}
.quotationSource{
	font-size: 10px;
	font-weight: bold;
}
#container {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: white;
}
#leftnav {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	width: 170px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
}
#leftnav a
{
	color: #1D3EB2;
	text-decoration: none;
	#margin-left: 8px;	/* IE hack */
}
#leftnav a:Hover
{
	color: #FF6600;
	text-decoration: none;
}
#leftnav ul
{
	padding: 0px 0px 0px 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

#leftnav li
{
	background-color: #afd3f9;
	border: 4px solid #9ac9f9;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	list-style-type: none;
	list-style-position: outside;
}
#leftnav li:Hover
{
	background-color: #ffc6a0;
}
#leftnav .subMenu
{
	background-color: #afd3f9;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 0px;
	padding-left: 35px;
	#padding-bottom: 0px;  /* IE hacks */
	#padding-left: 25px;
	#margin-bottom: 0px;
	#margin-top: 2px;
	font-size: 10px;
}
#leftnav .subMenu:Hover
{
	list-style-image: none;
	list-style-type: disc;
}
/* IE hack */
LI SPAN
{
	#margin-left: 8px;
}
#belowNav {
	margin-left: 10px;
	margin-top: 15px;
}
#maintop {
	width: 880px;
	margin: 0px 4px 0px 4px;
	clear: both;
	height: 24px;
	font-family: 'Comic Sans MS', 'Lucida Casual', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F78A49;
	background-color: white;
	background-image: url(/images/global/shadow_down.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	line-height: 24px;
}
#main { 
	float: right; 
	width: 712px; 
}
#tools {
	height: 26px;
	text-align: right;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: right;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: transparent;
}
#toolsbg {
	width: 912px;
	background-image: url(images/global/toolbg2.jpg);
	height: 28px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
#tools a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: normal;
}
#tools a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#content {
	width: 512px;
	padding: 0 8px 0 8px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #377BBA;		/*#737373;*/
	text-align: justify;
}
#contentWide {
	width: 700px;
	padding: 0 8px 0 8px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #737373;
	text-align: justify;
}
#rightcol { width: 184px; float: left; padding: 0; }
#rightcol p { font-size: 12px; }	
.rightContent { padding: 0 5px 0 10px; }
#headerSplash {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 192px;
	width: 920px;
}
#footerSplash {
	height: auto;
	width: 920px;
	background-color: #011949;
	background-image: url(images/global/footer.jpg);
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerSplash p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}
#footerSplash a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerSplash a:hover {
	text-decoration: none;
	color: #FF6600;
}
#movieReel {
	float: left;
}
.priceList {
	border: none;
	background-color: #eaf7fd;
	padding: 2px;
}
.buyBox { 
	margin: 0px 10px 10px 10px;  
	color: #377BBA; 
	text-align: center; 
	border: 1px solid #f4c38e; 
	padding: 5px; 
	background-color: #ffffff; 
	height: 90px; 
	width: 140px; 
	float: right;
	font-size: 12px;
}
.orangeBox { 
	margin: 0px 10px 10px 10px;  
	color: #377BBA; 
	text-align: center; 
	border: 1px solid #f4c38e; 
	padding: 5px;
	background-color: #ffe2ce; 
	height: 45px; 
	width: 140px; 
	float: right;
	cursor: pointer;
}
.mainPicLeft {
	float:left; 
	clear: right;
	margin-right: 10px;
	margin-bottom:5px
}
.mainPicRight {
	float:right; 
	clear: left;
	margin-left: 10px; 
	margin-bottom:5px
}
.mainText {
	margin-bottom: 15px
}
.kbFlagGer {
	float:right; 
	margin-top: 10px;
	#margin-top: 0px;
}
.kbFlagUsa {
	float:left; 
	margin-right: 80px;
	margin-top: 10px;
	#margin-top: 0px;
}
.instructions li {
	margin-bottom: 5px;
}