html, body {
margin: 0px;
padding: 0px;
position: relative;
z-index: 0;
color: #FFFFFF;
background-color: #1a171b;
font: 14px verdana, arial,sans-serif;
}

a:link {
color: #ffffff;
text-decoration: none;

}

a:visited {
color: #ffffff;
text-decoration: none;

}

a:active , a:hover {
color: #9764a2;
text-decoration: none;

}

.header{
margin: 0px auto;
padding: 275px 0px 0px 0px;
position: relative;
z-index: 0;
width: 960px;
height: 70px;
background-image:url(../images/header_bg.jpg);
background-repeat: no-repeat;


}


.header img{
padding: 0px 0px 0px 3px;
float: right;
}


#page_content{
float: left;
width: 589px;


}
.tagline{
background-image: url(../images/tagline.jpg);
height: 450px
}

.tagline img{
float: left;
}

.info{
background: transparent url(../images/info_bg.gif) repeat-x;
float: right;
padding: 10px 30px 10px 0px;
text-align: right;
margin: 45px 20px 0px 0px;
width: 321px;
height: 240px
}




.box_info , #send_quote , #send_contact{
	margin:50px 30px 0px 30px;

}


#play_info , .service_info ,  .box_info{
display: none;

}

.footer{
margin: 0px auto;
width: 960px;
height: 50px;
background-color: #565658;

}

.footer_info{
float: right;
color: #ebddea;
font-weight: bold;
text-align:center;
background: transparent url(../images/footer_tab.gif) repeat-x;
padding: 0px;
margin: 0px 20px 0px 0px;
height: 50px;
width: 150px;
}



.content{
margin: 0px auto;
position: relative;
z-index: 0;
width: 960px;
border-top: solid 2px #1a171b;
background: #565658 url(../images/content_bg.jpg) repeat-x;
}

.main_nav {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

.main_nav li{
	float: right;
	padding: 0px 0px 0px 0px;

}
.clrBoth{
clear: both;

}
.quote{
text-align: right;
font-size: 10pt;
}

.required {
font-weight: bold;
color: #9764a2;

}

.form_header {
float: left;
width: 140px;
padding-right: 10px;
}

.form_field {
float: left;
width: 250px;
}

.form_field input {
width: 250px;


}

.box_info textarea {
width: 400px;


}
.sub_button {width: 400px; text-align: center;}
