@charset "utf-8";

/* CSS Reset */


body {
	text-align: center;
	background: #031018 url(images/bg_base.jpg) no-repeat bottom;
	font: 11px/1 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 0 60px;
}
p, ul, li, h1, h2, h3, h4, h5, h6, a, span   {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul, li{
	margin: 0 12px;
}


/* Universal Style*/

p {
	margin-bottom: 1.2em;
}


a {
	color: #D28821;
	text-decoration: none;
}
a:visited {
	color: #D28821;
}
a:hover {
	color: #e9cb87;
}
a img {
	border: none;
}

.LinkE	a {
	color: #2457B5;
	text-decoration: underline;
}
.LinkE	a:visited {
	color: #2457B5;
}
.LinkE	a:hover {
	color: #2457B5;
}
.LinkE	a img {
	border: none;
}

ul  {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 1.25em;
}


/* MAIN STYLE */

#container {
	width: 930px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF url(images/bg_content.jpg) repeat-x bottom;
	line-height: 1.5;
}
#top {
	height: 22px;
	background: #FBF5E5 url(images/bg_top_a.jpg) no-repeat bottom;
	padding: 12px 15px;
	color: #585858;
}
#intro {
	width: 930px;
	height: 273px;
	background: url(images/bg_top.jpg);
}
#logo {
	width: 248px;
	height: 123px;
	float: left;
}
#nav {
	width: 671px;
	background: url(images/bg_nav.jpg) no-repeat right bottom;
	height: 62px;
	padding-top: 211px;
	padding-left: 260px;
}
#nav img {
	margin-right: 19px;
}


#main {
	width: 930px;
	background: url(images/bg_main.jpg) no-repeat top;
	min-height: 411px;
}

#main2 {
	width: 930px;
	background: url(images/bg_main2.jpg) no-repeat top;
	min-height: 411px;
}

#main3 {
	width: 930px;
	background: url(images/bg_main3.jpg) no-repeat top;
	min-height: 411px;
}

#paypal  {
	width: 600px;
	float: left;
	margin-left: 500px;
	padding-top: 35px;
	pad
}

#content  {
	width: 600px;
	float: left;
	margin-left: 398px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#content2  {
	width: 600px;
	float: left;
	margin-left: 300px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#content3  {
	width: 890px;
	float: left;
	margin-left: 10px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#bottom {
	background: url(images/bg_bottom.jpg) no-repeat;
	color: #585858;
	font-size: 11px;
	padding-top: 40px;
	width: 930px;
}
#bottom #bottom_contact {
	width: 211px;
	height: 129px;
	margin-left: 21px;
	float: left;
}


#bottom #services {
	width: 300px;
	float: left;
	margin-left: 40px;
}

#bottom #studioequipment {
	width: 300px;
	float: left;
	margin-left: 25px;
}

#bottom li {
	list-style: inside;
	line-height: 1.5;
}
.credit {
	font-weight: bold;
	color: #2457B5;
	display: block;
	clear: both;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 15px;
	vertical-align: bottom;
	width: 905px;
	height: 20px;
	padding-right: 25px;
}

.sitemap {
	font-weight: normal;
	color: #FCF6EA;
	display: block;
	clear: both;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 905px;
	height: 10px;
}


/* Clearing Element & Float*/

.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;
}



.floatleft {
	float: left;
}

.bullet {
	FONT-WEIGHT: bold;
	FONT-SIZE: 7pt;
	COLOR: #FCF6EA;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
