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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #262626;
	background: #262626 url(images/mainbg.gif) left repeat-y;
	margin: 0 0 20px 0;
	}

#container {
	width: 887px;
	}

#col1 {
	width: 315px;
	height: auto;
	float: left;
	margin: 30px 0 0 0;
	}
	
#col2 {
	width: 572px;
	height: 346px;
	float: left;
	margin: 105px 0 0 0;
	overflow: auto;
	}

/*	--------------------------------------------
		COL2 STYLE		
	--------------------------------------------   */

.holder {
	margin:0;
	padding:0;
	}

.imagecol {
	width: 180px;
	height: auto;
	display: inline;
	float: left;
	margin: 0 0 0 0;
	}
	
.textcol {
	width: 302px;
	height: auto;
	display: inline;
	float: left;
	margin: 0 35px 0 35px;
	border-top: dashed #262626 1px;
	}
	
.textcolwrap {
	background-color: #ccc;
	width: 375px;
	height: auto;
	display: inline;
	float: left;

	}

/*	--------------------------------------------
		COL1 STYLE		
	--------------------------------------------   */

#logo {
	display: block;
	margin: 0;
	padding: 0;
	}
	
#introtext {
	margin: 30px 20px 0 40px;
	width: 245px;
	height: 199px;
	background-image: url(images/introtext.gif)
	}
	
#introtext span {
	display: none;
	}
	
#credit {
	margin: 60px 20px 0 40px;
	width: 176px;
	height: 10px;
	background-image: url(images/credit.gif)
	}
	
#credit span {
	display: none;
	}
#col a:hover {
    text-decoration: none;
	color: #ffffff;	
	}
/*	--------------------------------------------
		GENERAL		
	--------------------------------------------   */

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.1em
	}
	
.clear {
	clear: both;
	}
	
	
.list {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: disc;
	}
	
.list li { 
	padding: 0;
	margin: 5px 0 0 20px;
	}
	
#social{
	margin-left:40px;
	margin-top:30px;
}
	
	
/*	--------------------------------------------
		HEADINGS		
	--------------------------------------------   */
h3 {
	color: #E1007A;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}


h2 {
	color: #E1007A;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0;
	}

/*	--------------------------------------------
		LINKS		
	--------------------------------------------   */

a:link {
    text-decoration: none;
	color: #E1007A;	
	}

a:hover {
    text-decoration: none;
	color: #262626;	
	}

a:active {
    text-decoration: none;
	color: #E1007A;	
	}

a:visited {
    text-decoration: none;
	color: #E1007A;	
	}
	
/*	--------------------------------------------
		BUTTONS		
	--------------------------------------------   */

#mainlinks {
	margin: 10px 20px 0 40px ;
	padding: 0
	}

#mainlinks li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
	display: inline;
	}

a#butemail {
	display: block;
	width: 95px;
	height: 9px;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	background-image: url(images/butemail.gif)
	}
   
a#butemail:hover {
	background-position: 0 9px;
	}

a#butemail.active {
	background-position: 0 9px;
	}

a#butemail span {
	display: none;
	}
	
a#butshowreel {
	display: block;
	width: 125px;
	height: 9px;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
	background-image: url(images/butshowreel.gif)
	}
   
a#butshowreel:hover {
	background-position: 0 9px;
	}

a#butshowreel.active {
	background-position: 0 9px;
	}

a#butshowreel span {
	display: none;
	}
	
a#butenter {
	display: block;
	width: 202px;
	height: 16px;
	margin: 25px 0 0 0;
	padding: 0;
	text-decoration: none;
	background-image: url(images/butenter.gif)
	}
   
a#butenter:hover {
	background-position: 0 16px;
	}

a#butenter.active {
	background-position: 0 16px;
	}

a#butenter span {
	display: none;
	}