/* Theme title: Bailey Audio Systems [fresh]
 * Theme version : 2.0
 * Author: Chris Bailey
 */

 /* HTML AND BODY */
html {
	padding:0;
	margin:0;
	height:100%;
}
body {
	padding:0;
	margin:0;
	background:#F7FFEB url('../images/bg.png');
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#0B0B61;
}
hr {
	border:0;
	border-bottom:1px dotted #B8BABE; 
}

/* INDEX LAYOUT */
#header {
	padding:0px;
	margin:0;
	height:250px;
	background:url('../images/header_sides.png') repeat-x;
}
#header2 {
	padding:0px;
	margin:auto;
	width:850px;
	height:250px;
	background:url('../images/header.png') no-repeat;
}
#content {
	width:990px;
	padding:0px;
	margin:auto;
	position:relative;
	left:70px;
}
#content_left {
	width:570px;
	padding:10px;
	border:1px dashed #B8BABE;
	float:left;
	background:#FAF8F6;
}
#content_right {
	width:210px;
	padding:10px;
	border:1px dashed #B8BABE;
	float:left;
	background:#DAE5EA;
	margin-left:20px;
	text-align:left;
	font-size:10pt;
}
#ads{
	width:120px;
	height:240px;
	float:left;
	margin-left:20px;
}
#footer {
	height:115px;
	width:100%;
	background:url('../images/footer.png') repeat-x #6A94B0;
	border-top:1px solid #637D90;
	border-bottom:2px dashed #637D90;
}
#footer_wrapper {
	width:772px;
	margin:auto;
}
.footer_column {
	height:100px;
	padding: 10px;
	float:left;
	
}
#left {
	border-right:1px dotted #637D90;
	padding-right:40px;
	width:190px;
	text-align:right;
}
#middle {
	text-align:center;
	width:190px;
	padding:10px 50px 10px 50px;
}
#right {
	border-left:1px dotted #637D90;
	width:190px;
	padding-left:40px;
	text-align:left;
}

#bottom {
	height:14px;
	width:100%;
	background:#637D90 url('../images/page_menu_title.png') repeat-x;
	font-size:7pt;
	padding-top:3px;
	color:#34414A;
}

/*SEARCH BOX*/
#search_box {
	width:225px;
	height:57px;
	background:#FAF8F6;
	border:1px dashed #B8BABE;
	float:right;
	position:relative;
	top:133px;
	font-size:9pt;
	padding:5px 10px 5px 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#83868D;
	font-weight:bold;
}
#search_box span {
	font-size:6pt;
	font-style:italic;
	position:relative;
	top:1px;
	left:2px;
	font-weight:normal;
}
#search_box input {
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #B8BABE;
	background:url('../images/contact_input.png');
	padding:4px;
	font-size:10pt;
	position:relative;
	top:5px;
}
#search_box .btn {
	width:60px;
	border:1px solid #B8BABE;
	font-weight:bold;
}

/*MAIN MENU*/
#main_menu {
	position:relative;
	top:128px;
	right:0px;
	height:37px;
	font-family: "Arial";
	text-transform:uppercase;
}
#main_menu .btn {
	width:100px;
	height:24px;
	text-align:center;
	background:url('../images/button.png');
	float:right;
	padding-top:8px;
	font-size:9pt;
}
#main_menu .selected {
	width:100px;
	height:29px;
	text-align:center;
	background:url('../images/button_selected.png');
	float:right;
	padding-top:8px;
	font-size:10pt;
}

/*PAGE MENU*/
#page_menu {
	width:590px;
	background:#DAE5EA;
	border-top:1px dashed #B8BABE;
	border-bottom:1px dashed #B8BABE;
	position:relative;
	left:-10px;
}
#page_menu .btn{
	padding:5px 20px 5px 20px;
	font-weight:bold;
	text-align:center;
	float:left;
}
#page_menu .title {
	width:570px;
	height:15px;
	font-weight:bolder;
	background:#637D90 url('../images/page_menu_title.png') repeat-x;
	padding: 1px 10px 1px 10px;
	color:#DAE5EA;
}
#page_menu .btn:hover {
	background: #F7FFEB;
}

/*LINKS*/
#main_menu a {
	font-weight:bold;
	text-decoration:none;
	color:#FF8E00;
}
#main_menu a .btn:hover{
	color:#FFBC00;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#4F6270;
	font-weight:normal;
}
a:hover {
	color:#000000;
}
#top_links {
	position:absolute;
	top:10px;
	right:10px;
	font-size:8pt;
	color:#4F6270;
}
.hire-links {
	text-align:center;
	font-size:8.5pt;
	word-spacing:-1px
}

/*INFO BOXES*/
#content #info_box p {
	border:none;
	width:400px;
	text-align:justify;
}
#content #info_box img {
	max-height:100px;
	border:1px dotted #637D90;
	float:right;
	margin:8px;
}
#content #info_box .info {
	font-size:9pt;
	color:#FFBD01;
	line-height:25px;
	font-style:italic;
}
#info_box_title {
	width:400px;
	height:34px;
	font-weight:bolder;
	background:#637D90 url('../images/page_title.png') repeat-x;
	padding: 3px 10px 3px 10px;
	color:#DAE5EA;
	position:relative;
	left:-10px;
	top:-10px;
	text-align:center;
}
#blanket {
	z-index:20;
	width:100%;
	height:100%;
	background:black;
	position:fixed;
	top:0; left:0;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
#info_box {
	width:400px;
	margin:auto;
	padding:10px;
	border:1px dashed #B8BABE;
	z-index:21;
	background:#FAF8F6;
	position:fixed;
	top:150px;
}
#info_box2 {
	width:570px;
	margin:auto;
	padding:10px;
	border:1px dashed #B8BABE;
	z-index:21;
	background:#FAF8F6;
	position:fixed;
	top:100px;
}
.x_btn {
	border:none;
	font-weight:bold;
	font-family:'Trebuchet MS';
	font-size:10pt;
	padding:0 10px 21px 10px;
	width:55px;
	height:20px;
	background:none;
}
#info_box .x_btn a, #info_box .x_btn a:link, #info_box .x_btn a:visited, #info_box .x_btn a:hover {
	position:relative; top:-5px;
	font-weight:bold;
	color:black;
}
#info_box2 .x_btn a, #info_box2 .x_btn a:link, #info_box2 .x_btn a:visited, #info_box2 .x_btn a:hover {
	position:relative; top:-5px;
	font-weight:bold;
	color:black;
}
#info_box_2_title {
	width:570px;
	height:34px;
	font-weight:bolder;
	background:#637D90 url('../images/page_title.png') repeat-x;
	padding: 3px 10px 3px 10px;
	color:#DAE5EA;
	position:relative;
	left:-10px;
	top:-10px;
	text-align:center;
}

/*CONTACT FORM*/
.contact_form {
	background:#FFFCFA;
	border:1px dotted #B8BABE;
	padding:5px 15px 5px 15px;
	margin:5px;
	width:530px;
}	
.contact_form table {
	border:0;
}
.contact_form td {
	border:0;
	vertical-align:top;
	font-weight:bold;
	
}
.contact_form input, .contact_form textarea {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #B8BABE;
	background:url('../images/contact_input.png');
	padding:4px;
	font-size:10pt;
	position:relative;
	top:-5px;
	height:15px;
}
.contact_form .btn {
	width:110px;
	height:25px;
	font-weight:bold;
	border:1px solid #B8BABE;
}
.contact_form textarea {
	height:90px;
	background:url('../images/contact_text.png');
}

/*PAGE LAYOUT */
.gallery_column {
	width:275px;
	margin:0px;
	float:left;
	padding:5px;
}
.gallery_column img {
	margin:0;
	margin-bottom:10px;
}
.package {
	width:530px;
	border:1px dotted #B8BABE;
	padding:5px 15px 5px 15px;
	margin:5px;
	text-align:justify;
	background:#FFFCFA;
	
}
.category {
	width:530px;
	border:1px dotted #B8BABE;
	padding:5px 15px 5px 15px;
	margin:5px;
	text-align:justify;
	background:#FFFCFA;
	font-size:9pt;
	
}

/*IMAGE STYLES*/
img {
	border:1px dotted #637D90;
	margin:8px;
}
.package img {
	width:200px;
	margin-left:5px;
	float:right;
	position:relative;
	top:-40px;
}
.category img {
	margin-left:10px;
	float:right;
	position:relative;
	top:-25px;
	border:0;
}
.image {
	border:3px solid white;
	margin:10px;
}
.package .network {
	width:50px;
	height:50px;
	position:relative;
	top:0px;
	left:-10px;
	border:none;
	float:left;
}
#logo_top {
	margin-top:10px;
}
#content_left .crew img {
	width:90px;
	height:90px;
	margin:0;
}

#content_right img.gallery {
	border:none;
	width:200px;
	margin:10px 0 -15px 5px;
}

/*HEADINGS*/
h1 {
	font-family:Old English, Georgia,serif;
	color:#465866;
	font-weight:bolder;
	letter-spacing:0px;
	position:relative;
	line-height:8px;
	text-shadow:1px -1px 1px #8AA3B5;	
}

#side_title h1, #info_box_title h1, #info_box_2_title h1 {
	font-size:14pt;
}

#page_title h1 {
	font-size:16pt;
	text-transform:uppercase;
}
h2 {
	font-size:13pt;
	font-weight:bold;
	font-family:"Trebuchet MS";
	color:#637D90;
}
h3 {
	font-size:11pt;
	font-weight:bold;
	font-family:"Trebuchet MS";
	color:#637D90;
	text-transform:capitalize;
}
h4 {
	color:#8AA3B5;
	font-style:italic;
	margin-bottom: -13px;
	padding-bottom: -13px;
	font-size:10pt;
}
#content_right h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content_right h4 {
	line-height:2px;
}
h5 {
	font-size:10pt;
	line-height:1pt;
	color:#FFB05B;
}
h6 {
	font-size:11pt;
	color:#465866;
	line-height:0px;
	
}

/*GENERIC TABLE*/
table {
	border:1px dotted #76B7E2;
}
th {
	color:#FFBD01;
	font-size:9pt;
	font-family:Trebuchet MS;
	border:1px dotted #76B7E2;
	padding:4px;
}
td {
	font-size:9pt;
	border:1px dotted #76B7E2;
	padding:4px;
}

/*HIRE STOCK TABLE*/
.pic {
	width:25px;
	height:25px;
	float:left;
	border:1px dotted #637D90;
	margin:3px 12px 0 0;
}
.sales_pic {
	width:40px;
	height:40px;
	float:left;
	border:1px dotted #637D90;
	margin:3px 12px 0 0;
	position:relative;

}
.title {
	width:295px;
	padding-top:7px;
	float:left;
	font-size:9pt;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;
}
.title2 {
	width:390px;
	float:left;
	font-size:10pt;
	font-weight:bolder;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;

}
.title3 {
	width:430px;
	float:left;
	font-size:10pt;
	font-weight:bolder;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;

}
.sales_title {
	width:320px;
	padding-top:0px;
	float:left;
	font-size:9pt;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;
}
.price, .stock {
	width:55px;
	padding-top:10px;
	float:left;
	font-size:9pt;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;
	
}

.price {
	text-align:left;
}
.stock {
	text-align:center;
}
.price2 {
	width:90px;
	float:left;
	font-size:9pt;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;

}
.studio_list{
	list-style:none;
}
.headings {
	font-size:9pt;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;
	width:460px;
	margin-left:40px;
	color:#FFB05B;
	font-weight:bold;
	height:10px;
}

/*TITLE BARS*/
#page_title {
	width:570px;
	height:34px;
	font-weight:bolder;
	background:#637D90 url('../images/page_title.png') repeat-x;
	padding: 3px 10px 3px 10px;
	color:#DAE5EA;
	position:relative;
	left:-10px;
	top:-10px;
	text-align:left;
}
#side_title {
	width:210px;
	height:34px;
	font-weight:bolder;
	background:#637D90 url('../images/page_title.png') repeat-x;
	padding: 3px 10px 3px 10px;
	color:#DAE5EA;
	position:relative;
	left:-10px;
	top:-10px;
	text-align:center;
}

/*OTHER TEXT STYLES*/
#content {
	color:#83868D;
	font-size:10pt;
	line-height:18px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;
	padding-bottom:20px;
	text-align:justify;
}
#footer p {
	font-size:9pt;
	position:relative;
	top:-25px;
}
#content_right span.customer {
	font-size:8pt;
	font-style:italic;
}
 #content_left .customer {
	font-size:8pt;
	font-style:italic;
	position:relative;
	top:-8px;
}
#content_right p {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
span.first {
	float: left;
	 font-family: Old English, Georgia,serif;
	 font-size: 300%;
	 line-height: 0.85em;
	 margin-right: 0.03em;
	 margin-bottom:-0.25em;
	 color:#637D90;
}
.list {
	font-size:9pt;
	line-height:14px;
}
.list a {
	font-weight:bold;
}

/*QUOTES*/

span.quote:before {
	padding-right: 5px;
	content: url('../images/open_quote.png');
	float:left;
	position:relative;
	top:4px;
}
span.quote:after {
	font-style: italic;
	content: url('../images/close_quote.png');
	position:relative;
	left:4px;
}

/*OTHER STYLES*/
#content_left .crew {
	float:left;
	padding: 2px 10px 2px 10px;
	text-align:center;
}

#content_left .column .customer {
	position:relative;
	top:-8px;
	font-size:8pt;
	font-style:italic;
}
.column {
	width:50%;
	float:left;
	font-size:10pt;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6;
	
}

.client {
	width:190px;
}
