/* CSS Document */
/* Copyright for Right Track Music School */
/* Created by Realising Designs - www.realisingdesigns.com */

.clr {
	clear: both;
}
.rgt {
	text-align: right;
}
.fleft {
	float: left;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	background-color: #f4f2f0;
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #555;	
}

p, li {
	color: #555;
	text-align: justify;
	line-height: 20px;	
}
p {
	padding-left: 2px;
}
p.small {
	font-size: 9px;
}
p.error {
	color: #FF3333;
}

table {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #202020;
	padding: 0;
	margin: 0;
	background-image: url(../images/logo.jpg);
	height: 62px;
	background-repeat: no-repeat;
	background-position: right top;
}
h1 span {
	display: none;
}

h2 {
	font-size: 13px;
	padding-top: 8px;
	color: #666;
}
#right_col h2 {
	color: #333;
}

h3 {
	font-size: 13px;
	color: #444;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff972a;
	font-weight: bold;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;	
}
a.no_border {
	border-bottom: none;	
}

hr {
	color: #ECECEC;
	background-color: #ECECEC;
	height: 5px;
	border: none;
}

#container {
	margin: 0 auto;
	width: 767px;
	background-color: #FFF;
	background-image: url(../images/con_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	background-color: #FFF;
	background-image: url(../images/head_bgr_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px; /* 96px */
	text-align: right;
	padding: 5px 22px 0 0;
	margin-right: 4px;
}
#header p {
	margin: 2px 0 0 0;
	padding: 0;
	text-align: right;
}

#nav_links {
	background-image: url(../images/nav_links_bgr.jpg);
	height: 56px;
	padding: 0px 25px 0 25px;
	margin: 0;
	font-size: 25px;
	color: #ffab53;
}
#nav_links a {
	height: 36px;
	padding: 20px 10px 0 10px;
	border: none;
	display: block;
	float: left;
}
#nav_links a:hover {
	background-image: url(../images/btn_arrow2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav_links a.current {
	background-image: url(../images/btn_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main_content {
	background-image: url(../images/main_right_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#left_col {
	width: 390px; /* 410px */
	padding: 1px 0 1px 25px;
	margin-top: 13px;
	margin-bottom: 0;
	float: left;
}
#left_col li {
	list-style-image: url(../images/li12.gif);
	list-style-position: outside;
	list-style-type: circle;
	padding: 0 0 5px 4px;
}

#right_col {
	padding: 6px 0 1px 0;
	margin-left: 457px;
	width: 280px;
}

#con_base {
	background-image: url(../images/con_base.jpg);
	height: 50px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 1px 1px 20px 1px;
	width: 767px;
	height: 45px;
	background-image: url(../images/footer_bgr.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	line-height: 150%;
	padding: 3px 0;
	margin: 0;
	color: #888;
	text-align: center;
}
#footer a {
	color: #888;
}

/* Tables */
table {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;	
}
th {
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
	background-color: #ff972a;
	padding: 7px 5px 9px 5px;
	color: #FFF;
	background-image: url(../images/th_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
td {
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
	background-color: #FAFAFA;
	padding: 5px;
	color: #333;
}
tr.even td {
	background-color: #F5F5F5;
}

/* Form */

form {
	margin: 1px 0 1px 30px;
}

span.form {
	display: block;
	float: left;
	width: 75px;
	padding-top: 5px;
}

input, textarea {
	padding: 2px;
	margin-bottom: 3px;
	background-color: #FAFAFA;
	border: 1px solid #DDD;	
}

input.submit {
	background-color: #ff972a;
	border: 1px solid #DDD;	
	color: #FFF;
	padding: 5px;
}

/* Recording Packages */
.package {
	margin: 5px;
	border: 1px solid #ff972a;
	padding: 5px 10px;
	background-color: #f9f9f9;
}
