/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../images/bg-texture2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #80ABEB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: none;
}
#new_price {
	font: bold 18px/34px "Trebuchet MS";
	width: auto;
	height: 35px;
	background: url(../images/menu_bg.gif) right bottom;
	/*border-top: 1px solid #333333;*/
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	width: 738px;
	height: auto;
	position: relative;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0px auto;
}
#header {
	background: transparent;
	width: 738px;
	height: 101px;
	margin: auto;
	padding-top: 7px;
	padding-bottom: 0px;
}
#upper_content {
	position: relative;
	width: 728px;
	height: auto;
	padding: 5px;
	
}
#lower_content {
	position: relative;
	width: 725px;
	height: auto;
	padding: 0px 8px 5px 5px;
}
#lower_left_column {
	float: left;
	height: auto;
	width: 184px;
}
#lower_right_column {
	float: right;
	height: auto;
	width: 536px;
}
#menu {
	width: 738px;
	height: 36px;
}
#progress {
	width: 738px;
	height: 27px;
	background: url(../images/progress_bg.gif);
}
#hr_break {
	width: 718px;
	padding: 10px;
	clear: both;
}
#logo {
	float: left;
	width: 118px;
	height: 90px;
	margin-left: 8px;
	margin-top: 2px;
}
#ready_to_record {
	float: right;
	width: 150px;
	height: 95px;
	margin-right: 6px;
	margin-top: 0px;
}
#header_title {
	width: 420px;
	height: 70px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 142px;
	text-align: left;
	vertical-align: bottom;
}
#footer {
	width: 738px;
	padding: 0px 0px 15px;
	clear: both;
}
.testimonial_box {
    background: #dee9f9;
    float: right;
	height: auto;
	width: 536px;
}
.testimonial_t div {
   background: url(../images/roundedcornr_973769_tl.png) no-repeat top left;
}
.testimonial_t {
   background: url(../images/roundedcornr_973769_tr.png) no-repeat top right;
}
.testimonial_b div {
   background: url(../images/roundedcornr_973769_bl.png) no-repeat bottom left;
}
.testimonial_b {
   background: url(../images/roundedcornr_973769_br.png) no-repeat bottom right;
}

.testimonial_t div, .testimonial_t, 
.testimonial_b div, .testimonial_b {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.testimonial_content { margin: 0px 8px; }

.audio_box {
	background: #dee9f9;
	height: auto;
	width: 716px;
	margin-top: 8px;
}
.audio_t div {
   background: url(../images/roundedcornr_973769_tl.png) no-repeat top left;
}
.audio_t {
   background: url(../images/roundedcornr_973769_tr.png) no-repeat top right;
}
.audio_b div {
   background: url(../images/roundedcornr_973769_bl.png) no-repeat bottom left;
}
.audio_b {
   background: url(../images/roundedcornr_973769_br.png) no-repeat bottom right;
}

.audio_t div, .audio_t, 
.audio_b div, .audio_b {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.audio_content { 
	margin: 0px 0px; 
}
#payment_box_container {
	height: auto;
	width: 171px;
	padding-left: 7px;
	padding-bottom: 10px;
}
.payment_box {
	background: url(../images/roundedcornr_465340_tl.png) no-repeat top left;
}
.payment_box_top {
	background: url(../images/roundedcornr_465340_tr.png) no-repeat top right;
}
.payment_box_bottom {
	background: url(../images/roundedcornr_465340_bl.png) no-repeat bottom left;
}
.payment_box_bottom div {
	background: url(../images/roundedcornr_465340_br.png) no-repeat bottom right;
}
.payment_box_content {
	background: url(../images/roundedcornr_465340_r.png) top right repeat-y;
}

.payment_box_top div,.payment_box_top,
.payment_box_bottom div, .payment_box_bottom {
	width: 100%;
	height: 5px;
	font-size: 1px;
}
.payment_box_content, .payment_box_bottom {
	margin-top: 0px;
}
.payment_box_content { 
	padding: 0px 5px; 
}
#song_preview {
	clear: both;
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	height: 210px;
	width: 171px;
}


