body {
  margin: 0px;
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #000000;
}

img {
  border-style: none;
}

.nomargin {
  margin: 0px !important;
}

#main {
  margin: 0px;
  min-height: 309px;
  background-color: #000000;
  background-image: url('../images/frontend/main-bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 25px 0px 45px 0px;
}

.clear {
  display: block;
  height: 1px;
  margin: 0px;
  clear: both;
}

#header {
  width: 980px;
  margin: 0px auto;
  min-height: 60px;
}

#header_controls {
  float: right;
}
#header_controls table {
  border-collapse: collapse; 
}
#header_controls table td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
#header_controls a, #header_controls a:visited {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
#header_controls a:hover {
  text-decoration: underline;
}

#header_controls a.header-link, #header_controls a.header-link:visited {
  font-weight: normal;
  text-transform: none;
  color: #ff6600;
  text-decoration: none;  
}

#header_controls a.header-link:hover {
  color: #8bbae2;  
}

a#header_signup {
  display: block;
  width: 96px;
  height: 38px;
  background-image: url('../images/frontend/btn-signup.gif');
  background-position: 0 0;
}

a#header_signup:hover {
  background-position: 0 -38px;
}

.header-welcome {
  color: #8bbae2;
  text-align: right;
  margin: 4px;
}
#menu_container {
  height: 37px;
  margin: 25px auto;
  background-image: url('../images/frontend/menu-bg.gif');
}

#menu {
  width: 980px;
  height: 37px;
  margin: 0px auto;
}

#menu_items {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#menu_items li {
  float: left;
  height: 37px;
}
.menu-div {
  display: block;
  height: 37px;
  width: 1px;
  background-image: url('../images/frontend/menu-divider.gif');
}
#menu_items li a {
  display: block;
  height: 37px;
  background-position: 0 0;
}
#menu_items li a.active {
  background-position: 0 -37px;
}
#menu_items li a:hover {
  background-position: 0 -74px;  
}
#menu_home {
  width: 80px;
  background-image: url('../images/frontend/menu-home.gif');
}
#menu_features {
  width: 106px;
  background-image: url('../images/frontend/menu-features.gif');
}
#menu_demo {
  width: 87px;
  background-image: url('../images/frontend/menu-demo.gif');
}

#content {
  clear: both;
  border: solid 1px #222222;
  width: 940px;
  min-height: 240px;
  margin: 0px auto;
  background-color: #000000;
  padding: 20px 20px 32px 20px;
}

a.slide_link {
  display: block;
  width: 20px;
  height: 20px;
  background-position: 0 0;
}
a.slide_link.current {
  background-position: 0 -20px;
}

.column {
  width: 220px;
  float: left;
  margin: 0px;
}

.column_divider {
  width: 19px;
  height: 1px;
  float: left;
  margin: 0px;
}

.column_header {
  width: 220px;
  height: 55px;
  margin: 0px;
}

.column_content {
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-top: 15px;
  padding-right: 5px;
}

.column_content .subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #7fc3ff;
  margin: 15px 0px 5px 0px;
}

.column_content ul {
  list-style-type: disc;
  list-style-position: outside;
  color: #7fc3ff;
  padding: 0px;
  margin: 0px 0px 0px 16px;
}

.column_content .regular_text {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#footer {
  background-color: #000000;
  padding-top: 40px;
  font-size: 14px;
  color: #cccccc;
}
#footer a, #footer a:visited {
  font-size: 14px;
  color: #78a3d4;
  text-decoration: none;
  margin: 5px;
}
#footer a:hover {
  color: #ff6600;
}
#footer p {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.front_title {
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}

.front_subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #fca56b;
  text-align: left;
  margin-bottom: 10px;
}
/* home */
#home_main {
  position: relative;
  display: block;
  width: 940px;
  height: 307px;
  background-image: url('../images/frontend/home-main.png');
  background-repeat: no-repeat;
}

#home_slide_container {
  position: absolute;
  display: block;
  width: 459px;
  height: 273px;
  top: 0px;
  left: 0px;
}
#home_slide_container > div {
  position: absolute;
  display: block;
  width: 459px;
  height: 273px;
  top: 0px;
  left: 0px;
}
#home_slide01 {  
  background-image: url('../images/frontend/slide01.jpg');  
}
#home_slide02 {  
  background-image: url('../images/frontend/slide02.jpg');  
}
#home_slide03 {  
  background-image: url('../images/frontend/slide03.jpg');  
}
#home_slide04 {  
  background-image: url('../images/frontend/slide04.jpg');  
}
#home_slide05 {  
  background-image: url('../images/frontend/slide05.jpg');  
}

#home_slide_links {
  position: absolute;
  bottom: 0px;
  left: 0px;  
}
#home_slide_links a.slide_link {
  float: left;
  margin-right: 10px;
}
a#link01 {
  background-image: url('../images/frontend/link01.png');
}
a#link02 {
  background-image: url('../images/frontend/link02.png');
}
a#link03 {
  background-image: url('../images/frontend/link03.png');
}
a#link04 {
  background-image: url('../images/frontend/link04.png');
}
a#link05 {
  background-image: url('../images/frontend/link05.png');
}

#main_controls {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 480px;  
}
#main_controls a {
  display: block;
  width: 140px;
  height: 37px;
  float: left;
  margin-right: 40px;
}
#home_signup {
  background-image: url('../images/frontend/home-signup.png');
}
#home_howto {
  background-image: url('../images/frontend/home-how.png');
}

.front-panel {
  display: block;
  width: 940px;
  background-image: url('../images/frontend/gray-bg.png');
  background-repeat: repeat-x;
  min-height: 40px;
  margin-top: 20px;
  padding: 0px;
}

.panel-container {
  display: block;
  width: 440px;
  min-height: 140px;
  margin: 20px 15px 15px 15px;
  float: left;
}

.featured-image {
  position: relative;
  float: left;
  max-width: 140px;
  display: block;
  overflow: hidden;
}
.featured-info {
  width: 285px;
  float: left;
  margin-left: 15px;
}
.featured-title {
  font-family: Geneva;
  font-size: 18px;
  font-weight: normal;
  color: #fca56b;
  margin-top: 15px;
  min-height: 50px;
}
.featured-text {
  font-family: Geneva;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff; 
  min-height: 70px;
  margin-bottom: 5px;
}
a.featured-link, a.featured-link:visited {
  display: block;
  width: 140px;
  height: 37px;
  background-image: url('../images/frontend/view-featured.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
a.featured-link:hover {
  background-position: 0 -37px;
}
/* features */
#col_ecommerce {
  background-image: url('../images/frontend/ecommerce.png');
}
#col_fulfillment {
  background-image: url('../images/frontend/fulfillment.png');
}
#col_marketing {
  background-image: url('../images/frontend/marketing.png');
}
#col_integration {
  background-image: url('../images/frontend/integration.png');
}

/* demo */
#demo_slide_links {
  float: right;
}
#demo_slide_links a.slide_link {
  float: right;
  margin-left: 10px;
}

.slide-content {
  width: 300px;
  display: block;
  float: left;
}
.slide-text {
  min-height: 402px;  
}
.project-title {
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  border-bottom: solid 2px #282828;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.project-summary {
  display: block;
  width: 300px;
  background-image: url('../images/frontend/gray-bg.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  padding: 10px 0px 5px 0px;
  margin-top: 5px;
}
.project-summary table {
  border-collapse: collapse;
  margin-left: 10px;
}
.project-summary table td {
  text-align: left;
  padding: 4px;
}
.project-summary a, .project-summary a:visited {
  color: #fca56b;
  text-decoration: none;
}
.project-summary a:hover {
  text-decoration: underline;
}

.slide-images {
  width: 624px;
  height: 474px;
  display: block;
  float: right;
  overflow: hidden;
}

/* MAIN CSS OVERRIDE */
body, table {
  font-size: 14px;
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
}

.page-title {
  color: #ffffff;
}
.search-film-title {
  color: #fca56b;
}

a, a:visited {
  color: #fca56b;
}
a:hover {
  color: #ff6600;
}

.box-table {
  background-color: #222222;
  border-color: #000000;
}

.box-table-cell, .box-table-cell-left {
  background-color: #000000;
}

.box-table-title {
  color: #fca56b;
  background-color: #262626;
  font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 20px;
}
.box-title {
  font-size: 20px;
}

.main-cell {
  background-color: #000000;
  color: #ffffff;
}
p.genre {
  background-color: #000000;
  color: #7fc3ff;
  font-size: 12px;
  text-align: center;
}

.paging {
  padding: 5px;
  background-color: #000000;
}
.paging > table {
  border: none;
} 
.paging > table > td {
  text-align: center;
} 
td.paging-nav {
  padding-left: 3px;
  padding-right: 3px;
}
td.paging-total {
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}
td.paging-current {
  border-style: solid;
  border-width: 1px;
  padding-left: 4px;
  padding-right: 4px;
  border-color: #c0c0c0;
}

.cart-header {
  background-color: #000000;
}
.order-info-table th {
  max-width: 150px;
}

.box-table-cell2 {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
}

.right-box-title {
  background-color: #262626;
  color: #848484;
}

a.films-title, a.films-title:visited {
  color: #fca56b;
  font-weight: bold;
}
a.films-title:hover {
  color: #ff6600;
}
.summary {
  color: #fca56b;
  background-color: #222222;
}

th.receipt {
  font-weight: bold;
}

.form-field-blue {
  font-size: 10px;
  border: #7ba1c6 solid 1px;
}

.ar {
  font-size: 14px;
  font-weight: bold; 
  color: #ff6600
}

.publish-date {
  color: #848484;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  vertical-align: middle;
}
