/* CSS sheet for ESP Entertainment */

body {
	background-color:#000000; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #333333;
	margin:0px;
	padding:0px;
}

#header {
	position:relative;
	width: 902px;
	height: 168px;
	margin:0px auto; 		
}

#headerlogo {
	width: 236px;
	height: 168px;
	background: url(../images/logonew.jpg) left no-repeat;
	float:left;
	}

#headerflash {
	cursor: pointer;
	overflow: hidden;
	width: 666px;
	height: 168px;	
	float:left;
}
	
#headerflash img {
	border: 0;
	cursor: pointer;
	width: 666px;
	height: 168px;
}

#nav {
	width:902px;
	margin:0px auto;
	background-color:#696969

}

#content {
	
	width:902px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#contentgal {
	
	width:902px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#gallerydiv {	
	margin:0px 16px 0px 16px;
	}

div.img
{
  margin: 7px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  border: 1px solid #ffffff;
}	
	
div.img a { 
  display: block; 
  width: 160px;
  height: 160px;
  background-position: center; 
  background-repeat: no-repeat;
  text-decoration: none;
}
	
#contact {
	clear:both;
	}	

#content a {
	color:#800000;
	}

#content h2 {
	color:#800000;
	margin:0px 30px;
	font-size:1.875em
	}

#content p {
	margin:0px;
	padding:0px 50px 10px;
	}

#content h3 {
	margin:0px 30px;
	font-size:1.5em
	}

#content ul {
	margin:0px 50px 0px;
	}
	
#content li {
	background: url(../images/fat_arrow.png) left no-repeat;
	padding-left: 20px; 
	}
	
#wtf a {
	text-decoration:none;
	}	
	
#footer {
	margin: 0 auto;
	
	font: bold 13px Arial;
	width: 902px;
	overflow: hidden;
	height:32px;
	background: black url(../images/blockactive1.gif) center center repeat-x;
	color:#FFFFFF
}

#footer p{
	text-align:center;
	margin:0px auto;
	padding:9px 0;
	color:white;
	}
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-300px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:600px;         	/* Left column width + right column width */
            	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:300px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 315px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:270px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:270px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

form {
	margin: 0 15px;
	}

/*Equipment divs*/
#equip {	
	position:relative;
	margin:0px 16px 0px 30px;
	clear:both;
	}

#equip h3 {
	margin:0px;
	font-size:1.5em
	}	
	
#equip p {
	margin:0px;
	padding:0px 10px 10px;
	}	
	
#equippics
{
  margin: 7px;
  height: auto;
  width: auto;
  float: right;
}	

#equiptext 
{
  margin: 7px;
  height: auto;
  width: 850px;
  float: left;
  color: #333333;
}	

#equiptext a
{
text-decoration:none;	
  color: #333333;
}

#equiptext a img 
{
	height: 0; 
	width: 0; 
	border-width: 0;
	}

#equiptext a:hover img 
{
	position:absolute;
	right:30px;
	top:0px;
	height: 250px; 
	width: 250px;
	}
	
#bottomcontact
{
	text-align:center;
	margin:30px 0 0 0;
	padding:9px 0;
	clear:both;
	}

#bottomcontact h2 {
	color:#800000;
	margin:0px 30px;
	font-size:1.875em
	}


#bottomcontact h3 {
	margin:0px 30px;
	font-size:1.5em
	}	
	
#galdiv {
	width:420px;
	position:relative;
	float:left;	
}	
	
#galdiv a
{	
  color: #333333;
}