/* egotripp theme x */

html, body {
	margin:0; 
	padding:0;
	height:90%;
}

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight: bold;
	background-color:#111;
}

a{
	text-decoration: none;
	color: #FFF;
}
#pusher{
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-250px;/*was -334px*/
	width:1px;
}
#wrapper{
	margin: 0 auto;
	text-align:left;
}
#header{
	background-color:#000;
	height:130px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cb0c0c;
	background-image:url(../images/egotripp_logo.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
}
#centre{
	position:relative; 
	clear:left;
	height:668px;
	width:100%;
	max-width:100%;
	min-width:500px;
}
#main{
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	height:418px;
}
#content{
	width: 700px;
	height: 418px;
	margin: 0 auto;
}

/*WORK PAGE*/
#work{
	background-color: #000;
}
#work ul.jobsList {
	padding-top: 40px;
	margin-left: 80px; /*80 for left align, 200 for centered */
	width: 600px;
	text-transform: uppercase;
}
#work ul.jobsList li{
	margin-right: 40px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
	line-height: 10px;
	float: left;
	width: 23em;
}
#work ul.jobsList li span{
	color: #cb0c0c;
	font-weight: normal;
}
#work ul.jobsList li:hover{
	background-color: #222;
}
#work ul.jobsList li:active{
	background-color: #888;
}
.selectedWorks{
	background-repeat: no-repeat;
	background-image:url(../images/selected.gif);
	margin: 0 auto;
	margin-top: 20px;
	width: 400px;
	height: 19px;
}
#jobTitle{
	background-color: #b2b3b7;
	width: 700px;
	height: 20px;
	margin-bottom: 10px;
}
#footer{
	background-color:#000;
	height:115px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cb0c0c;
	background-image:url(../images/dfa.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

/*ARROWS*/

#arrow_1{
	height: 15px;
	width: 48px;
	margin: 0 auto;
	background-image:url(../images/arrowTop.gif);
	background-repeat:no-repeat;
}
#arrow_2{
	margin: 0 auto;
	bottom: 14px;
	height: 15px;
	width: 48px;
	position: relative;
	background-image:url(../images/arrowBot.gif);
	background-repeat:no-repeat;
}
/*
#pull{
	width: 200px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: 102px;
	background-image:url(../images/pull.jpg);
	background-repeat:no-repeat;
}*/

/*NAV*/

#nav{
	width: 700px;
	height: 20px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 14px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#nav ul li {
   display:block;
   float:left;
   list-style-type:none;
}
#nav ul li a{
	display:block;
	height:20px;
	width: 154px; 
	text-indent:-9009px;
    background:transparent url(../images/nav.png);
    background-repeat: no-repeat;   
}
#nav ul li.showreel a:hover {   
	background-position: 0 -20px;
}
#nav ul li.work a {   
	width: 99px;
	background-position: -158px 0px;
}
#nav ul li.work a:hover {   
	background-position: -158px -20px;
}
#nav ul li.contact a {   
	background-position: -257px 0px;
}
#nav ul li.contact a:hover {   
	background-position: -257px -20px;
}
#showreel #nav ul li.showreel a {   
	background-position: 0 -40px;
}
#work #nav ul li.work a {   
	background-position: -158px -40px;
}
#contact #nav ul li.contact a {   
	background-position: -257px -40px;
}

/*CONTACT PAGE*/
#contactBox{
	background-color: #000;
}
#contactBox ul {
	padding-top: 30px;
	margin-left: -50px;
	text-transform: uppercase;
}
#contactBox ul li{
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	line-height: 10px;
	text-align: center;
}
#contactBox ul li span{
	color: #cb0c0c;
	font-weight: normal;
}
#contactBox ul li:hover{
	background-color: #222;
}
#contactBox ul li:active{
	background-color: #888;
}
.availability{
	background-repeat: no-repeat;
	background-image:url(../images/availability.gif);
	margin: 0 auto;
	margin-top: 20px;
	width: 331px;
	height: 19px;
}
.dates{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}



