body {
	top:50px;
	margin:0px;
	color: #00238C;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #FFFFFF;
	font-size: 14px;
	width:750px;
	background-image:url(../images/tolex-vertical.jpg);
	background-repeat: repeat-y;
}
#Header_Content {
}
#Main_Content {
	background:url(../images/bg.png);
	background-repeat: repeat-y;
	position:relative;
	top:5px;
	margin-left:210px;
	width:600px;
}
#videoPlayer {
	top:100px;
	position:fixed;
	visibility:hidden;
	background-color:#010044;
	border:solid;
	border-color:#990000;
}
#Nav_Bar {
	position:absolute;
	top:50px;
	margin-left:15px;
	width:200px;
}
p {
	font-size: 14px;
	margin-bottom: 6px;
	width:530px;
	margin-left:20px;
}

a:link {
	color: #001E68;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
	font-weight: bold;
}
a:active {
	color: #ff0000;
}
h1 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	width:650px;
	background:url(../images/h1_bg.png);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 12px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom:8px;
	border-bottom-color: #FF0000;
}
h2 {
	color: white;
	font-size: 14px;
	font-weight:bold;
	background:url(../images/h1_bg.png);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 12px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom:4px;
	width:650px;
}
h3 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 12px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom:4px;
	width:650px;
}
ul {
	font-size: 14px;
	list-style-type: disc;
	margin: 1em 0 1em 20px
}
.small_text {
	font-size: 9px;
	background-color:#FFFFFF;
}
.bordered {
	border:3px;
	border-color:#7AA300;
}
hr {
	height:4px;
	background-color:#000066;
	border:0px;
	width:90%;
	align:center;
}
.glossymenu {
	/*margin: 5px 0;*/
	padding: 0;
	width: 190px; /*width of menu*/
	/*border: 1px solid #9A9A9A;*/
	border-bottom-width: 0;
	color:#0D4D8A;
}
.glossymenu a.menuitem {
	/*background: black url(glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;*/
	background-color: #FFFFFF;
	background-image: url(../images/tolex_for_menu.png);
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 180px;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	color:#FFFFFF;
}
.glossymenu a.menuitem:hover {
	background-image: url(../images/tolex_for_menu_over.png);
	color:#F00;
}
.glossymenu a.menuitem:visited {
	background-image: url(../images/tolex_for_menu.png);
}
.glossymenu a.menuitem:hover:visited {
	background-image: url(../images//tolex_for_menu_over.png);
}/**/
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background-image: url(../images/tolex_for_menu.png);
	left:10px;
	position:relative;
	width:180px;
}
.glossymenu div.submenu a:hover {
	background-image: url(../images/tolex_for_menu_over.png);
	color:#F00;
}
.glossymenu div.submenu a:visited {
	background-image: url(../images/tolex_for_menu.png);
}
.glossymenu div.submenu a:hover:visited {
	background-image: url(../images/tolex_for_menu_over.png);
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom-color: #FFCB04;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.glossymenu div.submenu ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	color:#FFFFFF;
}
.sale_table {
	margin-left: 20px;
	width:550px;/* border:2px;
	border-style: solid;
	border-color:#900;  */
}
.sale_table td {
 valign=:top;
}
.dvd_icon {
	background:url(../images/dvd_icon_sml.png);
	background-repeat:no-repeat;
	padding-left:26px;
	padding-bottom:12px;/* color:#FFF; */
}
.sale_in_header {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	color: #F00;
}
.small_type_in_header {
	font-size:12px;
}
.strikethrough {
	text-decoration:line-through;
}

