@charset "UTF-8";
/* CSS Document */

/*

Black #0c151a
Blue #1790d2
White #efefef

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 5px 5px 5px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 5px 5px 5px rgba(50, 50, 50, 0.2);
box-shadow:         0px 5px 5px 5px rgba(50, 50, 50, 0.2);
*/

body {
	background: url(images/background.png);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #1790d2;	
	margin: 20px 0 20px 0;
}

#headerOuter {
	float: left;
	width: 100%;	
	background-color: #0c151a;
	height: 80px;
}

header {
	margin: 0 auto;
	width: 940px;	
	padding: 5px 10px 5px 10px;
}

#logo { 
	position: absolute;
	top: -25px;
	margin-left: -10px;
}

#logo:hover {
	cursor: pointer;	
}

#wrapperOuter {
	margin: 0 auto;
	width: 960px;	
}

#wrapper {
	float: left;
	width: 960px;
	background-color: #efefef;	
	-webkit-box-shadow: 0px 5px 5px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 5px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 5px 5px rgba(50, 50, 50, 0.2);
}


/*										Nav								*/

nav {
	float: right;
	margin: 0;
	padding: 10px 0 10px 0;
}

nav ul {
	list-style-type: none;
	float: right;
	padding-left: 0;
	margin-top: 10px;
}

nav li {
	display: inline;
	color: white;
	font-size: 120%;
	text-transform: uppercase;
	margin-left: 40px;
}

nav li.homeNav {
	margin-left: 0;
}

nav li.navImage {
	float: right;
	margin-left: 5px;
}


nav li img {
	float: right;	
	margin-top: -4px;
}

nav li a {
	color: white;
	text-decoration: none;
}

nav li a:hover {
	color: #1790d2;
	text-decoration: none;
}

nav li a.active {
	color: #1790d2;
	text-decoration: none;
}

nav ul.imageUL {
	float: right;	
	margin-left: 10px;
}

/*										Footer								*/

footer {
	width: 940px;
	background-color: #0c151a;
	float: left;
	text-transform: uppercase;
	padding: 10px;
}

#footerLeft {
	width: 650px;
	float: left;	
}

footer ul {
	float: left;
	list-style-type: none;	
	padding-left: 0;
	margin-top: 0;
}

footer li {
	display: inline;
	color: white;
	font-size: 75%;
	margin-right: 10px;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer p {
	color: white;
	float: left;
	font-size: 75%;
	margin: 0;
}

#copyright {
	float: left;
	width: 940px;
	color: white;
	margin: 0;
}

#copyright a {
	color: white;	
	text-decoration: none;
}

#copyright a:hover {
	color: white;	
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
}

p.copyRight {
	float: right;	
}

footer img {
	float: right;	
}

/*									Banner   */

#banner {
	float: left;
	width: 960px;	
}
/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 680px;
	margin-bottom: 10px;
	margin-top: 40px;
}

#mainBody {
	margin: 0 auto;
	width: 940px;	
}

#mainBody h1 {
	font-size: 120%;
	color: #1790d2;	
	text-transform: uppercase;
	font-weight: normal;
}

#mainBody h2 {
	font-size: 100%;
	color: #1790d2;	
}

#mainBody p {
	font-size: 85%;
	line-height: 25px;
	color: #0c151a;
}

#mainBody p a {
	color: #1790d2;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #1790d2;
	text-decoration: none;
}

#mainBody li {
	font-size: 85%;
	line-height: 30px;
	color: #0c151a;
}

#mainBody li a {
	color: #1790d2;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #1790d2;
	text-decoration: underline;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 470px;
	margin: 30px 0 20px 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 160px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 470px;
	margin-bottom: 20px;
}

#contactFormArea .submitField {
	float: left;
	width: 470px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 75px;
	height: 35px;	
	background-color: #1790d2;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-transform: uppercase;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #0c151a;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #0c151a;
	font-weight: normal;
}	

#contactFormArea input {
	color: #0c151a;
	border: none;
	float: right;
	height: 35px;
	width: 300px;
	background-color: white;
	border: 1px solid #0c151a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contactFormArea textarea {
	border: none;	
	float: right;
	height: 120px;
	width: 298px;
	color: #0c151a;
	background-color: white;
	border: 1px solid #0c151a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#contactFormArea  p {
	float: left;
}	

#contactFormArea  #submitMessage {
	float: left;	
}

#contactFormArea  #submitMessage p {
	margin-right: 5px;
}


.musicBox {
	float: left;
	width: 275px;
	height: 300px;
	background-color: #560A3F;
	margin: 30px 0 0 120px;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 5px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 5px 5px rgba(50, 50, 50, 0.2);
}

.musicBox.midMusicBox {
	background-color: #FEA10A;
	margin: 30px 0 0 120px;
}

.musicBox.lastMusicBox {
	float: right;
	margin-left: 0;
	background-color: #1B78C2;
}

.musicBox h3 {
	color: white;
	text-align: center;	
	font-size: 170%;
	margin: 0 0 10px 0;
}

.musicBox h4 {
	color: white;
	text-align: center;	
	font-size: 140%;
	margin: 0;
}

#mainBodyOuter .musicBox p {
	color: black;
	text-align: center;	
	font-size: 90%;
	line-height: 22px;
	margin: 40px 0 0 0;
}

#buyNow {
	float: left;
	width: 100%;
	text-align: center;	
	color: white;
	margin-top: 90px;
}

#buyNow h2 a {
	background-color: #0c151a;
	color: white;
	text-decoration: none;
	margin: 0;
	font-size: 140%;
	text-transform: uppercase;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 5px 5px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 5px 5px 5px rgba(50, 50, 50, 0.2);
}

#buyNow h2 a:hover {
	background-color: #1790d2;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 20px;
}