/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;}

body{
	background-color:#000000;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;}

/* main layout */

#container{
	position:relative;
	margin:0 auto;
	width:1200px;
	height:625px;}

#primaryContent{
	position:relative;
	top:25px;
	width:1200px;
	height:640px;
	overflow:scrollyes;
	overflow-y:hidden;}

#header{
	position:relative;
	top:10px;
	height:97px;}

h1{
	font-size:2em;
	position:absolute;
	bottom:0;
	left:0;}
	
#contactDetails{
	height:62px;
	width:335px;
	float:right;
	background-image:url(../images/design/contact_details.jpg);
	background-repeat:no-repeat;}

h1 a{
	position:absolute;
	display:block;
	width:282px;
	height:97px;
	text-decoration:none;
	bottom:0;}

h1{
	position:absolute;
	background-image:url(../images/design/home.jpg);
	background-repeat:no-repeat;
	width:282px;
	height:97px;
	font-size:2em;
	padding-bottom:10px;
	bottom:0;
	left:0;}

h1 span{
	visibility:hidden;}
	
#border{
	width:1186px;
	height:625px;
	padding:5px;
	/*border:1px solid #fff;*/
	overflow:hidden;}
	
#scrollArea{
	position:relative;
	margin:0 auto;
	width:1186px;
	height:623px;}

table#carousel{
	border:0;
	table-layout:auto;}

#carousel img{
	position:relative;
	float:left;
	margin:0;
	padding:0;}
	
.loading{
	background-image:url(../images/design/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:110px;
	height:18px;}

.horizontal{
	overflow:scroll;
	overflow-y:hidden;}
	
.vertical{
	overflow:scroll;
	overflow-x:hidden;}

/* links */

a{
	color:#fff;
	text-decoration:none;}
	
a:visited{
	color:#fff;
	text-decoration:none;}
	
a:active{
	color:#fff;
	text-decoration:none;}
	
a:hover{
	text-decoration:none;
	color:#999999;}

/* text */

p{
	margin-bottom:10px;}

h2, h3{
	font-size:1.5em;
	text-transform:uppercase;
	margin-bottom:10px;}

/* navigation */

#nav{
	position:relative;
	top:10px;
	float:right;
	text-transform:uppercase;}

#nav ul{
	list-style-type:none;
	float:right;
	clear:both;}

#nav ul li{
	float:left;}
	
#nav span{
	visibility:hidden;}

#home{
	display:block;
	background-image:url(../images/design/nav_03.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:28px;}
#music{
	display:block;
	background-image:url(../images/design/nav_04.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:28px;}
#other{
	display:block;
	background-image:url(../images/design/nav_05.jpg);
	background-repeat:no-repeat;
	width:121px;
	height:28px;}
#tearsheets{
	display:block;
	background-image:url(../images/design/nav_06.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:28px;}
#video{
	display:block;
	background-image:url(../images/design/nav_07.jpg);
	background-repeat:no-repeat;
	width:66px;
	height:28px;}

/* clients page */

.imageContainer{
	position:relative;
	width:1120px;
	margin:0 auto;
	text-align:center;}
	
.imageContainer img{
	padding:0 7px;}

/* video page */

.video{
	margin-left:40px;
	margin-top:40px;}
	
.videoCol{
	width:640px;
	height:385px;
	border:1px solid white;
	overflow:hidden;
	float:left;}

.videoDesc{
	width:440px;
	margin-left:20px;
	float:left;}

/* footer */

#footer{
	position:relative;
	/*background-image:url(../images/design/footer.jpg);*/
	background-repeat:repeat-x;
	height:50px;
	width:1200px;
	margin-top:37px;
	font-size:10px;}

#footer p{
	padding:5px 10px;}

/* contact form */

#contactForm{
	position:relative;
	width:600px;
	top:100px;
	margin:0 auto;}

form {
	margin:0 auto;}

.warning{
	color:#6699CC;}

.submit{
	margin-top:7px;
	width:59px;
	height:30px;
	background-image:url(../images/design/send.gif);
	background-repeat:no-repeat;
	text-indent:-1000em;
	cursor:pointer;
	cursor:hand;}
	
/* generic */

hr{
	visibility:hidden;}
		
.floatLeft{
	position:relative;
	float:left;}

.floatRight{
	position:relative;
	float:right;}

.clear{
	clear:both;}

.textRight{
	text-align:right;}

.portal{
	display:block;
	width:450px;
	margin-right:50px;
	height:225px;}
	
#portalHolder{
	width:500px;
	margin-top:40px;
	margin-right:40px;}

.portalContainer{
	height:245px;
	
	text-align:center;}

.portalContainer span{
	visibility:hidden;}

#photoJoiner{
	background-image:url(../images/design/photo-joiner.jpg);
	background-repeat:no-repeat;}

#videoJoiner{
	background-image:url(../images/design/video-joiner.jpg);
	background-repeat:no-repeat;}