﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.style1 {
	text-align: left;
}
.style2 {
	font-family: Arial;
	font-size: 9pt;
	color: #000;
}
.style16a {
	background-image: url('../images/headers/SignUpBack.gif');
}
.style17 {
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}
.style4 {
	text-align: left;
}
.style18 {
	color: #4C6487;
	font-family: Arial;
	font-size: 13pt;
}
.style19 {
	text-align: right;
}
.style20 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}
.style21 {
	font-family: Arial;
	font-size: 9pt;
	color: #C00;
	text-align: right;
}
.style22 {
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}
.style23 {
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.style25 {
	font-family: Arial;
	font-size: 8pt;
	color: #C00;
	text-align: right;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #0461A6;
}
a:active {
	text-decoration: none;
	color: #0461A6;
}
.layout #container { 
	width: 1000px;
	margin: 0 auto;
	text-align: left;
} 
.layout #header {
	height: 108px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.layout #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.layout #logo {
	height: 108px;
	width: 247px;
}
.layout #nav {
	height: 30px;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
}
.layout #banner {
	height: 282px;
}
.layout #mainContent {
	height: 290px;
} 
.layout #MusicSample {
	height: 290px;
	width: 295px;
} 
.layout #FeaturedClient {
	height: 290px;
	width: 410px;
	background-image: url(../images/fc_bg.gif);
} 
.layout #DesignTestDrive {
	height: 290px;
	width: 295px;
} 
.layout #footer {
	text-align: center;
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #666;
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
