


/*
	 uroomtech.com
	 by Upper Room Technologies
	 http://www.uroomtech.com
	 
	 COLOR KEY:
	 	Gray: #2c2c2c;
		Yellow: #d1a31c
		Purple:#6e2e65

*/




/*
	RESET AND BASICS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	background-color: #fff;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*end reset*/


body{ 
font-size: 14px;
line-height: 21px;
color: #2c2c2c;
background: url(../images/header-back.png) repeat-x;
background-color: #fff;
font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/*
	Some Basic, reusable styles
*/

a, a:visited						{ text-decoration: none; outline: none; color: #6e2e65; border-bottom: 1px solid #6e2e65;}
a:hover								{ color: #2c2c2c; border-bottom: 1px solid #2c2c2c;}
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }
fieldset							{ border: none; }
::selection                         { background: #ffffff; color: white; /* Safari */ }
::-moz-selection                    { background: #ffffff; color: white; /* Firefox */ }
.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }



/*
	Sticky Footer
*/



#wrapper {
	position: relative;
	
}


#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 88px;
	background: #fec342 url(../images/footer-back.png) repeat-x;
	width: 100%;
	color: #fff;
	} 
	
#footer p, {
	padding: 10px;
	font-size: 11px;
	} 
	
#footer a {
	font-size: 11px;
}

#footer-bottom {
	min-height:100%;
	overflow: auto;
	background-color: #3c3c3c;
	position: relative;
}


/*
	MAIN STRUCTURE
*/

#wrapper {
	background: url(../images/body-back.png) repeat-y;
}


#main-content {
	width: 960px;
	position: relative;
	margin-top: -20px;
	padding: 15px;
	z-index: 2;
	min-height: 100%;

}

#header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100px;
	z-index: 0;
	background: url(../images/header-front-back.png) repeat-x;
}



.form {
	border: 3px solid #dedede;
}

#gradient-back {
	width: 940px;
	position: absolute;
	height: 385px;
	z-index: 0;
	top: 80px;
	left: 10px;
	background: url(../images/main-content-back.png) repeat-x;
}



#logo {
position: absolute;
top: 30px;
z-index: 99;
left: 15px;
}

#logo a {
	border-bottom: none;
}

#col-pic {
	background: #dedede;
}


#nav {
	position: absolute;
	width: 548px;
z-index: 99;
top: 55px;
	left: 400px;

}

#nav ul {
	display: inline;
}

#nav ul li {
	float: left;
	display: block;
	width: 182px;
	height: 45px;
	padding: 0 0px;
	background: url(../images/main-nav-btn.png) no-repeat;
	text-align: center;
	padding-top: 6px;
}

#nav ul li:hover, div.button:hover{
	background-image: url(../images/main-nav-btn-over.png);
}

#nav ul li a, div.button a{
	color:#fff;
	font: 21px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.button {
	position: relative;
	display: block;
	width: 182px;
	height: 45px;
	background: url(../images/main-nav-btn.png) no-repeat;
	text-align: center;
	padding-top: 6px;

}

#nav ul li a:hover, div.button a:hover{
color: #eeeeee;
}

#nav ul li:hover a, div.button:hover a{
color: #eeeeee;
}

#main-pitch p{
	font-size: 17px;
	line-height: 24px;
}





/*text styles*/

h1 {
	font: 48px/64px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h2 {
	font: 36px/48px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h3 {
	font: 30px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h4 {
	font: normal 24px/32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h5 {
	font: bold 18px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h6 {
	font: bold 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

ul.features li.main-feature {
	font-size: 16px;
	line-height: 22px;

	list-style-image: none;
	list-style-type: none;
}

ul.features li{
	font-size: 14px;
	line-height: 19px;
	list-style-position: inside;
	list-style-type: disc;
}

p {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 22px;
}

em {
	color: #d1a31c;
	font-style: italic;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.orange {
	color: #fec342;
}

.yellow {
	color: #d1a31c;
}

.gray{
	color: #2c2c2c;
}


/*padding styles*/

.pad-left {
	padding-left: 15px;
}

.pad-right {
	padding-right: 15px;
}

.pad-top {
	padding-top: 15px;
}

.pad-bottom {
	padding-bottom: 15px;
}

.pad-all {
	padding: 15px;
}

.pad-top-bottom {
	padding: 15px 0px;
}

.pad-left-right {
	padding: 0px 15px;
}

.go-up-30 {
	position: relative;
	margin-top: -30px;
}

.margin-down {
	margin-top: 15px;
}

/* Subpage */

div.subpage-header {
	position: relative;
	left: -33px;
	background: url(../images/subpage-header.png) no-repeat;
	width: 377px;
	height: 53px;
	padding-bottom: 20px;
}

div.subpage-header h1 {
	font: 32px/42px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #fff;
	
}

div#price-box {
	border: 1px solid #fec342;
	overflow: auto;
	padding: 15px;
	background-color: #fefefe;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div#price-box h4 {
	padding-bottom: 0;
}

td.product {
	width: 260px;
}

tr.media-row td {
	padding-bottom: 20px;
}

img.arrow {
	position: relative;
	vertical-align: top;
	margin-left: 0px;
	padding-top: 8px;
}

#wrapper .border-bottom {
	border-bottom: 1px solid #fec342;
		padding-bottom: 0px;
	margin-bottom: 10px;
}

ul.song-list {
	margin-bottom: 15px;
	width: 350px;
	background-color: #dedede;
	padding-right:15px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 3px solid #d1a31c;
	overflow: auto;
}

ul.song-list li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
		overflow: auto;
}

ul.song-list li div.sample {
	position: relative;
	font-style: italic;
	font-size: 11px;
	float: right;
	display: block;
}

ul.song-list li div.song-name {
	position: relative;
display: block;
float: left;
	font-size: 13px;
}

ul.song-list li div a{
border-bottom: 0px;
}




