body
{
  font-family: Helvetica, Arial, verdana, sans-serif;
  font-family: Trebuchet MS, Helvetica, Arial, verdana, sans-serif;
  /* xxxfont-family: Georgia; */
  font-size: 13px;
  width: 900px;
  text-align: left;
  margin: auto;
  
  padding: 0 10px 0 10px;
  margin-top: 0;
  
  background: url('../images/body_bg.gif') #0a2e56 repeat-y top center;
}

div.main_content
{
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  position: relative;
  width: 640px;
  
  min-height: 830px;

  /* xxxwidth: 690px; */
  /* xxxborder: 1px solid black; */
}

div.main_content div.sales_point
{
  padding: 18px;
  /* xxxpadding-right: 220px; */
  border: 1px solid #bde6ec;
  margin-bottom: 20px;
  height: 280px;
  background: url('../images/royalty_free_music_thats_limitless.jpg') #eee no-repeat top left;
}

div.main_content div.sales_point p
{
  padding-right: 300px;
}

div.main_content div.sales_subpoint
{
  padding: 18px;
  padding-left: 175px;
  border: 1px solid #eae4d1;
  height: 240px;
  margin-bottom: 20px;
  background: url('../images/download_instantly.jpg') #f9f6ed no-repeat top left;
}

div.header
{
  position: relative;
  background: url('../images/music_bg.gif') top left no-repeat;
  padding-top: 15px;
}

div.header h1 a
{
  background: url('../images/royalty_free_music_from_all_music_library.gif') top left no-repeat;

  display: block;
  width: 341px;
  height: 58px;
  margin-left: 10px;
  
  overflow: hidden;
  line-height: 1200px;
}

div.header h2
{
  position: absolute;
  top: 10px;
  right: 250px;
  font-size: 18px;
  color: #d7edf8;
  text-align: right;
}


/******** top navigation *******/

div.header ul.primary_navigation
{
  list-style: none;
  height: 30px;
  margin: 0 0 0 1px;
  padding: 0;
  overflow: hidden;
}

div.header ul.primary_navigation li
{
  float: left;
  margin: 0 0 0 3px;
  padding-right: 8px;
  background: url('../images/menu_right_background.gif') top right no-repeat;
}

div.header ul.primary_navigation li a
{
  background: url('../images/menu_left_background.gif') top left no-repeat;
  /* xxxbackground-color: #ddd; */
  color: #777;
  height: 30px;
  display: block;
  padding: 0 7px 0 14px;
  line-height: 34px;
  text-decoration: none;
}

div.header ul.primary_navigation li a:hover
{
  color: #000;
}

div.header ul.secondary_navigation
{
  list-style: none;
  position: absolute;
  top: -1px;
  right: 0px;
  background-color: #07203c;
  margin: 0;
  padding: 5px;
  border: 1px solid #124173;
}

div.header ul.secondary_navigation li
{
  float: left;
  margin: 0;
  padding: 0;
}

div.header ul.secondary_navigation li a
{
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
}

div.header ul.secondary_navigation li a.cart
{
  color: orange;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
}

div.header ul.secondary_navigation li a.cart:hover
{
  background-color: orange;
  color: #000;
}

div.header ul.secondary_navigation li a:hover
{
  background-color: #000;
}

/******** general *******/

br.clear
{
  clear: both;
}

h1, h2, h3, h4, h5, h6
{
  /* xxxfont-family: Georgia; */
  /* xxxfont-weight: normal; */
  /* xxxfont-family: Kozuka Gothic Pro, Trebuchet MS, Helvetica, Arial, verdana, sans-serif; */
  /* xxxfont-family: Trebuchet MS, Helvetica, Arial, verdana, sans-serif; */
  font-family: Helvetica, Arial, verdana, sans-serif;
  color: #0a2e56;
  font-style: italic;
  letter-spacing: -1px;
}

h2
{
  font-size: 30px;
  color: #efa41a;
  margin: 30px 0 16px 0;
}

h2.content_title
{
  font-size: 30px;
  color: #efa41a;
  margin: 0px 0 16px 0;
  padding: 0;
}

h3
{
  font-size: 26px;
}

div.main_content h3
{
  margin: 0;
  padding: 0;
}

h4
{
  font-size: 20px;
  color: #777;
  margin: 0;
  padding: 0;
}

p
{
  line-height: 18px;
  /* xxxfont-family: Georgia, Times, serif; */
  font-family: Trebuchet MS, Helvetica, Arial, verdana, sans-serif;
  font-size: 13px;
  color: #777;
  /* color: #000; */
}

a
{
  color: #0d3865;
}

a:hover
{
  color: #f4ae30;
}

img
{
  border: 0px solid #000;
}


/******** right columns *******/

div.right_column_menus
{
  position: absolute;
  right: -210px;
  top: 0px;
}

div.right_column_menus div
{
  background-color: #222;
  width: 174px;
  padding: 10px 10px 10px 20px;
  margin: 11px 0 4px 0;
  border: 6px solid orange;
  border-width: 0 6px 0 0;
  
  line-height: 16px;
  
  color: white;
}

div.right_column_menus div h2
{
  color: white;
  font-size: 28px;
  line-height: 24px;
  padding-top: 0;
  margin-top: 15px;
}

div.right_column_menus div.blue
{
  border-color: #7fc5e8;
  /* xxxborder: 4px solid #7fc5e8; */
  /* xxxborder-width: 4px 0 0 0; */
  background: url('../images/search_background.gif') #07203c top right no-repeat; 
}

div.right_column_menus div.blue h2
{
  color: #9ddeff;
}

div.right_column_menus div.orange
{
  border-color: orange;
  background: url('../images/aaa.gif') #32261e top right no-repeat; 
}

div.right_column_menus div.orange h2
{
  color: orange;
}

div.right_column_menus div.transparent
{
  border-color: transparent;
  background-image: none;
  background: none transparent no-repeat;
}

div.right_column_menus div h3
{
  color: white;
  font-size: 16px;
  margin: 10px 0 10px 0;
}

div.right_column_menus div ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

div.right_column_menus div ul li
{
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.right_column_menus div ul li a
{
  display: block;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
  padding: 1px 16px;  
  color: #fff;
}

div.right_column_menus div ul li a:hover
{
  background-color: #4581c9;
}


/******** footer navigation *******/

div.copyright_footer a
{
  color: #7fc5e8;
}

div.footer_navigation
{
  background-color: #222;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ff9308;
  border-width: 6px 0 0 0;
}

div.footer_navigation h2
{
  color: #fff;
  /* xxxfont-family: georgia; */
  font-weight: normal;
  padding-left: 10px;
}

div.footer_navigation div
{
  background-color: #333;
  width: 180px;
  padding: 12px;
  margin: 3px;
  float: left;
  border: 1px solid #161616;
}

div.footer_navigation div h3
{
  /* xxxfont-family: georgia; */
  font-weight: normal;
  font-size: 16px;
  
  padding: 0 0 10px 0;
  margin: 0px;
  color: #94e1ff;
}

div.footer_navigation div ul
{
  margin: 0;
  padding: 0;
}

div.footer_navigation div ul li
{
  font-size: 12px;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}

div.footer_navigation div ul li a
{
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 2px 3px 2px 3px;
  margin: 0;
  overflow: hidden;
}

div.footer_navigation div ul li a:hover
{
  background-color: #000;
  color: #f4ae30;
}

div.footer_navigation div.copyright_footer
{
  margin-top: 10px;
  padding: 0px;
  font-family: Trebuchet MS, Helvetica, Arial;
  font-size: 10px;
  color: #999;
  background-color: transparent;
  border: 0px solid #000;
  width: 100%;
  background: url('../images/markmusic_logo_small.gif') top left no-repeat;
}

div.footer_navigation div.copyright_footer p
{
  padding: 3px;
  padding-left: 90px;
  font-family: Trebuchet MS, Helvetica, Arial;
  font-size: 10px;
  color: #999;
  line-height: 12px;
}


/******** navigation *******/

a.button
{
  background-image: url('../images/long_button.png');
  color: #fff;
  background-color: #888;
  text-decoration: none;
  font-family: trebuchet ms;
  font-size: 12px;
  display: block;
  width: 220px;
  height: 32px;
  border: 0px solid #fff;
  text-align: right;
  padding: 0px 34px 0px 0px;
  line-height: 34px;
}

a.button:hover
{
  background-image: url('../images/long_button_over.png');
}

/******** track display ********/

div.track_container
{
  padding: 12px 12px 12px 130px;
  margin: 6px 6px 2px 6px;
  background: #e7e7e7;
  /* xxxbackground: url('../images/item_background_gradient.gif') repeat-x top left #ececec; */
  border: 0px solid #eee;
  position: relative;
  background: url('../images/track_background.gif') no-repeat top right #ddd;
  min-height: 129px;
}

div.track_container h4
{
  margin: 6px 0 0 0;
  padding: 0;
  line-height: 16px;
  
  font-weight: bold;
  font-size: 18px;
  color: #013b78;
}

div.track_container h4 a
{
  font-weight: bold;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

div.track_container h4 a:hover
{
  text-decoration: underline;
  color: orange;
}

div.track_container img.album_art
{
  position: absolute;
  left: 16px;
  top: 13px;  
  width: 100px;
  height: 100px;
  border: 0px solid #777;
  
  /* xxxtop: 0px; */
  /* xxxheight: 100%; */
  /* xxxborder: 0px solid #777; */
  /* xxxoverflow: hidden; */
}

div.track_container img
{
  border-width: 0;
}

div.track_container p
{
  font-size: 13px;
  line-height: 18px;
  padding: 0 10px 0 10px;
}

div.track_container p.item_number
{
  position: absolute;
  right: 10px;
  top: 6px;  
  text-align: center;
  font-size: 10px;
  color: #aaa;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-family: verdana;
}

div.track_container p.track_tools
{
  position: absolute;
  left: 16px;
  top: 117px;
  width: 100px;  
  margin: 0;
  padding: 0;
  text-align: center;
  height: 20px;
  vertical-align: middle;
  font-size: 10px;
}

div.track_container p.track_tools a
{
  text-decoration: none;
}

div.track_container p.track_tools a img
{
  border: 0 #fff solid;
}

div.focus
{
   background-color: #fec;
   border: 1px solid #997;
   padding: 7px 50px 7px 50px;
   margin: auto;
}

table.demos_and_purchase_options
{
  width: 100%;
  border-collapse: collapse;
}

table.demos_and_purchase_options tr
{
  padding-top: 1px;
}

table.demos_and_purchase_options tr td
{
  margin: 0;
  padding: 2px;
}

span.track_price
{
  font-size: 15px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: -1px;
}

span.track_length
{
  font-size: 15px;
  font-weight: bold;
  padding: 0 3px 0 13px;
  letter-spacing: -1px;
}

img.icon
{
  border: 0;
  
}

img.big
{
  margin: auto;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

strike.reduced_price
{
  font-size: 13px;
  line-height: 10px;
  color: #5b5;
}

form
{
  margin: 0;
  padding: 0;
}

h2.custom_font
{
  overflow: hidden;
  height: 42px;
  /* xxxbackground-color: #efefef; */
  width: 100%;
  line-height: 1600px;
  background-repeat: no-repeat;
  background-position: left 100%;
  margin-top: 0px;
  padding-top: 0px;
}

div.main_content h3.custom_font
{
  overflow: hidden;
  height: 34px;
  /* xxxbackground-color: #efefef; */
  width: 100%;
  xxxline-height: 1600px;
  background-repeat: no-repeat;
  background-position: left -80%;
  margin-top: 2px;
  margin-bottom: -7px;
  
  xxxpadding-top: 16px;
}

h2.custom_font_faq
{
  overflow: hidden;
  height: 28px;
  /* xxxbackground-color: #efefef; */
  width: 100%;
  line-height: 1600px;
  background-repeat: no-repeat;
  background-position: left 100%;
  margin-top: 30px;
  padding-top: 0px;

  margin-bottom: -10px;
  padding-bottom: 0;
}

