@charset "UTF-8";
/* CSS Document */


body {
	background-color:#000;
	color:#3a3123;
}

/* p {
	color:#3a3123;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
 */



#wrapper {
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	width: 950px;
	height: 2000px;
	position: relative;
	display: block;
}
#floatContainer {
    position: relative;
	zoom: 1;
}
#floatContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainNav {
	/* text-decoration: none;*/
	display: block;
	height: 13px;
}


/* Nav items */

#mainNav a {
	float:left;
	position: relative;
}

.recentWork {
	display:block;
	width: 90px;
	background-image: url(../images/txt_recent.gif);
	background-repeat: no-repeat;	
	text-decoration: none;	
	text-indent:-5000px;
	border: 0 none;
	outline: none;
	
}
.news {
	display:block;
	width:53px;
	background-image: url(../images/txt_news.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 25px;
	text-indent:-5000px;
	outline: none;
}
.about {
	display:block;
	width:53px;
	background-image: url(../images/txt_about.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 20px;
	text-indent:-5000px;
	outline: none;	
}
.contact {
	display:block;
	width:73px;
	background-image: url(../images/txt_contact.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	text-indent:-5000px;
	outline: none;
}
.swag {
	display:block;
	width:45px;
	background-image: url(../images/txt_swag.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	text-indent:-5000px;
	outline: none;
}
.client {
	display:block;
	width:110px;
	background-image: url(../images/txt_client.gif);
	background-repeat: no-repeat;
	margin-left: 200px;
	text-indent:-5000px;
	outline: none;
}

/* @group archiveNav */

#archiveNav {
	display: block;
	height: 13px;
	padding-top: 8px;
	padding-left: 35px;
	position: relative;
}

.archive {
	display:block;
	width: 60px;
	background-image: url(../images/txt_archive.gif);
	background-repeat: no-repeat;		
	text-indent:-5000px;
	outline: none;
}

/* Rollovers */

a.recentWork:hover {
	background: url(../images/txt_over_recent.gif) no-repeat;
	border: 0 none;
}

a.recentWork:active {
	background: url(../images/txt_over_recent.gif) no-repeat;
	border: 0 none;
}


a.news:hover {
	background: url(../images/txt_over_news.gif) no-repeat;
	/*width:53px;
	height:13px;*/
	text-indent:-5000px;
}

a.news:active {
	background: url(../images/txt_over_news.gif) no-repeat;
	/*width:53px;
	height:13px;*/
	text-indent:-5000px;
}


a.about:hover {
	background: url(../images/txt_over_about.gif) no-repeat;
	/*width:53px;
	height:13px;*/
	text-indent:-5000px;
}
a.contact:hover {
	background:url(../images/txt_over_contact.gif) no-repeat;
	width:73px;
	height:13px;
}
a.swag:hover {
	background: url(../images/txt_over_swag.gif) no-repeat;
	width:45px;
	height:13px;
}
a.client:hover {
	background: url(../images/txt_over_client.gif) no-repeat;
	width:120px;
	height:13px;
}

.email:hover {
	display:block;
	background-image: url(../images/txt_over_email.gif);
	width: 210px;	
	
}
.archive:hover {
	display:block;
	background-image: url(../images/txt_over_archive.gif);
	width: 210px;
}
/* Active states */

.about #mainNav li.about a {
	background:url(../images/txt_recent.gif);
}

#logo {
	float: left;
	margin-top: 300px;
	padding-right: 50px;
}
#logo img {
	border: none;
}
#logo a {
	outline: none;
	text-decoration: none;
}
/** float containers **/
#mainContent {
	float: left;
	padding-top: 10px;
    position: relative;
	width: 605px;
	overflow: hidden;
}
#player {
    float: right;
}
#montageLabel {
    float:right;
	padding-top: 3px;
}

/** end float containers **/

#archiveplayer {
	padding-top: 70px;
}
#address {
	float: left;
	clear: left;

}

#contentWrapper {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;	
}


/*#clientlogin {
	color:#3A3123;
	float:left;
	margin-left: 298px;
}*/
#footerLine {
	padding-top: 0px;
	left: 0px;
}

/* Footer */

#footer {
	border-top: 1px solid #777777;
	width: 450px;
	padding-top: 5px;
    font-family: helvetica, verdana, san-serif;
	font-size: 12px;
	margin-top: 45px;
	overflow: hidden;
	position: relative;
	display: block;
}

.quickcontact {
	display:block;
	background-image: url(../images/txt_quickContact.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 90px;
	text-indent:-5000px;
	outline: none;
	float:left;
	margin-right: 10px;
}
.phone {
	display:block;
	background-image: url(../images/txt_phone.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent:-5000px;
	width: 80px;
	text-indent:-5000px;
	float:left;
	margin-right: 10px;
}
.email {
	display:block;
	background-image: url(../images/txt_email.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	width: 210px;	
	text-indent:-5000px;
	outline: none;
	float:left;
	
}

body, td, th {
}

/* @group Contact Content */

#mainContentcontact {
	text-decoration: none;
	
}
#mainContentcontact #left {
	display: block;
	float: left;
	position: relative;
	margin-left: -160px;
}

#mainContentcontact #right {
	float: left;
	position: relative;
	display: block;
	left: 140px;
    margin-top: -58px;
}



/* #mainContentcontact ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0px;
	text-decoration: none;
	border: 0 none;
} */
.contactAddress {
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	display:block;
	width: 550px;
	height: 100px;
	margin-left: 0px;
	margin-top: 65px;
	text-indent:-5000px;
	outline: none;
}


.contactProducer {
	background-image: url(../images/address_ep.gif);
	background-repeat: no-repeat;
	display:block;
	width: 550px;
	height: 60px;
	margin-left: 0px;
	margin-top: 25px;
	text-indent:-5000px;
	outline: none;
} 


.contactProducer:hover {
	background-image: url(../images/address_over_ep.gif);
	display:block;
	width: 550px;
	height: 60px;
	outline: none;
	
}

.contactEast {
	background-image: url(../images/address_flint.gif);
	background-repeat: no-repeat;
	display:block;
	width: 202px;
	height: 75px;
	text-indent:-5000px;
	outline: none;
}
.contactEast:hover {
	background-image: url(../images/address_flint_over.gif);
	display:block;
	width: 202px;
	height: 75px;
	outline: none;
	
}
.contactMid {
	background-image: url(../images/address_dakich.gif);
	background-repeat: no-repeat;
	display:block;
	width: 202px;
	height: 76px;
	margin-top: 20px;
	text-indent:-5000px;
	outline: none;
}
.contactMid:hover {
	background-image: url(../images/address_dakich_over.gif);
	display:block;
	width: 202px;
	height: 76px;
	outline: none;
	
}
.contactWest {
	background-image: url(../images/address_west.gif);
	background-repeat: no-repeat;
	display:block;
	width: 214px;
	height: 75px;
	margin-top: 25px;
	text-indent:-5000px;
	outline: none;
}
.contactWest:hover {
	background-image: url(../images/address_over_west.gif);
	display:block;
	width: 214px;
	height: 75px;
	outline: none;
	
}
/*.contactWest {
	background-image: url(../images/address_sherin.gif);
	background-repeat: no-repeat;
	display:block;
	width: 214px;
	height: 75px;
	margin-top: 25px;
	text-indent:-5000px;
	outline: none;
}
.contactWest:hover {
	background-image: url(../images/address_sherin_over.gif);
	display:block;
	width: 214px;
	height: 75px;
	outline: none;
	
}
.contactWest2 {
	background-image: url(../images/address_griswold.gif);
	background-repeat: no-repeat;
	display:block;
	width: 214px;
	height: 47px;
	margin-top: 0px;
	text-indent:-5000px;
	outline: none;
}
.contactWest2:hover {
	background-image: url(../images/address_griswold_over.gif);
	display:block;
	width: 214px;
	height: 47px;
	outline: none;
	
}*/
.contactAsia {
	background-image: url(../images/address_page.gif);
	background-repeat: no-repeat;
	display:block;
	width: 215px;
	height: 75px;
	margin-top: 25px;
	text-indent:-5000px;
	outline: none;
}
.contactAsia:hover {
	background-image: url(../images/address_page_over.gif);
	display:block;
	width: 215px;
	height: 75px;
	outline: none;
	
}

.contactEmploy {
	background-image: url(../images/address_employ.gif);
	background-repeat: no-repeat;
	display:block;
	width: 330px;
	height: 75px;
	margin-top: -50px;
	margin-left: 250px;
	text-indent:-5000px;
	outline: none;
}
.contactEmploy:hover {
	background-image: url(../images/address_over_employ.gif);
	display:block;
	width: 330px;
	height: 75px;
	outline: none;
}

/* @end */


/* @group About Content */



#aboutThis{
	list-style-type: none;
	margin: 50px 0 0 0px;
	padding: 0;
	text-decoration: none;
	border: 0 none;
	float:left;
	position: relative;
	width: 350px;
	margin-left: -175px;
}

/* @group Mail Form */
#mailWrapper {
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	width: 430px;
	position: relative;
	display: block;
    overflow: hidden;
}

#mailForm {
	margin-left: 30px;
	color: #000;
}

#mailForm .mailField{
	display: block;
	height: 35px;
}

#mailForm .mailField span {
	font-variant: small-caps;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #e7e7e7;
	display: inline-block;
	width: 70px;
	margin-right: 20px;
	position: relative;
	bottom: 1px;
}

#mailForm .mailField.last {
	height: 25px;	
}

#mailForm textarea {
	width: 300px;
}

#mailForm input {
	width: 205px;
}

#mailForm textarea, #mailForm input {
	background-color: #cccccc;
	border: 1px solid #999999;
}

#submit{
	font-variant: small-caps;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: silver; 
	border: 1px solid silver;
	width: 90px;
	height: 21px;
	margin-top: 10px;
}

#submit span{
	margin: auto;
	display: block;
	width: 70px;
	font-size: 16px;
}

/* @end */


#aboutThis .aboutState {
	background-image: url(../images/statement_big.gif);
	background-repeat: no-repeat;
	display:block;
	width: 350px;
	height: 200px;
	text-indent:-5000px;
}

#mainContentAbout {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border: 0 none;
	position: relative;
	width: 550px;
}

.bioRoss {
	background-image: url(../images/bio_ross_big.gif);
	background-repeat: no-repeat;
	display:block;
	width: 550px;
	height: 175px;
	text-indent:-5000px;
	margin: 10px 0 0 0;
}
.bioSevrin {
	background-image: url(../images/bio_sevrin_big.gif);
	background-repeat: no-repeat;
	display:block;
	width: 550px;
	height: 140px;
	margin-top: 20px;
	text-indent:-5000px;
}
.bioBobby {
	background-image: url(../images/bio_bobby_big.gif);
	background-repeat: no-repeat;
	display:block;
	width: 550px;
	height: 120px;
	margin-top: 20px;
	text-indent:-5000px;
}


/* @end */

/* @group News Content */

#mainContentNews {
	text-decoration: none;
	display: inline;
	float: left;
	position: relative;
	left: 60px;
}

#mainContentNews p {
	width: 575px;
	color: #ccc;
	font: normal 12px/21px Georgia, "Times New Roman", Times, serif;
	white-space: normal;
	padding: 0;
	margin: 0;
}

#mainContentNews H1 {
	width: 600px;
	color: #979797;
	font: italic small-caps 18px Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
	margin:0;
	padding:20px 0 0 0;
}
#mainContentNews H2 {
	padding-top: 1px;
	width: 600px;
	color: #979797;
	font: small-caps 14px Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
	margin:0;
	padding:1px 0 0 0;
}

#mainContentNews a {
	padding-top: 1px;
	width: 600px;
	color: #979797;
	font: small-caps 14px/0 Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
}
/* @end */

/* @group Work */


/* @end */

/* @group Preloaders */


	
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* @end */
