@charset "utf-8";

/* Generic CSS */
HTML, BODY, TABLE, INPUT, SELECT, TEXTAREA { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color:#333333 }
HTML, BODY { margin: 0; padding: 0; width: 100%; }
HTML { overflow-y: scroll; } 
P { line-height: 18px; font-size: 11px; }
H3 { font-size: 12px; font-weight: bold; }

/* Main Layout CSS */
BODY { background-color: #EEEEEE; }
#MainContainer { height: 100%; width: 925px; margin: auto; border-left: 1px #939393 solid; border-right: 1px #939393 solid; background-color: #FFFFFF; }
#Header { height: 168px; background-image: url(../images/header.jpg); background-repeat: no-repeat; background-position: center; cursor: pointer; }
#HeaderBar { height: 40px; background-image: url(../images/header_bar.jpg); background-repeat: no-repeat; background-position: center; }
#MainBody { background-image: url(../images/main_bg.jpg); background-repeat: repeat-y; }
#LeftHandSide { float: left; width: 233px; margin-left: 15px; margin-top: 15px; }
#RightHandSide { float: right; width: 640px; margin-right: 15px; margin-top: 15px; color:#515151; }
#Footer { height: 30px; clear: both; background-image: url(../images/footer_bg.jpg); background-repeat: repeat-x; text-align: center; padding-top: 2px; }

/* Section CSS */
.Section { width: 233px; min-height: 65px; background-image: url(../images/section_header.jpg); background-repeat: no-repeat; background-position: top center; padding-top: 19px; margin-bottom: 5px;  }
.SectionTitle { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #313131; font-weight: bold; padding-left: 13px; }
.SectionTitle IMG { margin-right: 13px; }
.SectionContent { margin-left:  38px; margin-top: 10px; }
.SectionContnet P { line-height: 18px; }
.SectionFooter { height: 31px; background-image: url(../images/section_footer.jpg); background-repeat: no-repeat; background-position: top center; }

/* Product Navigation CSS */
#NavigationMenu UL { list-style-image: url(../images/bullet.jpg); line-height: 20px; margin-left: 0px; padding-left: 14px; }
#NavigationMenu UL LI SPAN { cursor: pointer; }
#NavigationMenu A { color: #333333; text-decoration: none; }

.PageTitle { font-size:20px; }

/* Home Page CSS */
.HomeImages { height: 82px; padding-left: 2px; margin-top: 25px; margin-bottom: 25px; }
.HomeImages DIV { width:122px; float:left; padding:0px 5px 0px 0px; }
.VideoContainer { width: 315px; float: left; margin-left: -15px;}
.AudioContainer { width: 315px; float: right; margin-right: 15px; }

/* Product Page CSS */
.ProductList { margin-top: 20px; }
.ProductItem { border: 1px #333333 solid; margin-top: 5px; min-height: 102px; }
.ProductImage { float: left; width: 100px; height: 100px; margin-right: 20px; margin-left: 5px; }
.ProductImage TABLE { width: 100%; height: 100%; border-collapse: collapse; padding: 0px; margin: 0px; }
.ProductImage TD { text-align: center; vertical-align: middle; }
.ProductInfo { float: left; width: 510px; }
.ProductInfo H3 { margin-top: 5px; margin-bottom: 5px; }

/* Movie Store Page CSS */
.MovieStoreLocation { float: left; margin: 15px; width: 240px; text-align: center; }
.MovieStoreLocation IMG { margin-top: 10px; }
.MovieStoreContainer { width: 550px; text-align: center; margin: auto; }