/* CSS Document */

body {
	text-align:center;
	vertical-align:top;
	background-color:white;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover, a:active {
	color:#FF6600;
	text-decoration:none;
}

#pagewrap {
	text-align:center;
	margin: 0 auto;
}

#pagelayout {
	width: 896px;
	margin: 0 auto;
	border:0;
}

td img {
	border: 0;
}


/* -------HEADER stuff ------------*/

.headcell {
	vertical-align: bottom;
	text-align: right;
	background-color: white;
}

#logocell {
	padding-top: 6px;
	text-align: right;
	background-color: white;
	border-top: 1px solid #20D42F;
}



/* --------- LIST style ------------- */


.listcell {
	vertical-align: top;
	text-align:left;
	background: #C4FD2A url(/img/bg_noline.gif) repeat-x;
	
}

.listcell2col {
	vertical-align: top;
	text-align:left;
	background: #C4FD2A url(/img/bg_vline.gif) repeat-y;
	
}




#list {
	height:370px;
	margin: 0;
	padding: 20px 0;
	position: relative;
}

#list2col {
	height:100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	background: url(/img/bg_list.gif) no-repeat;
}


#list li, #list2col li {
	margin: 0;
	width:384px;
}

#list ul, #list2col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.client { 
	position: absolute;
	width: 182px;
	height: 12px;
	left: 194px;
	padding-left: 8px;
	font-weight: normal;
	overflow:hidden;
}


#list a, #list2col a {
	text-decoration:none;
	color:#333;
	display: block;
	width: 376px;
	padding-left: 8px;
}

#list a:hover {
	background: #B3FF99 url(img/bg_link.gif) repeat-y;
	color: #333;
}

#list2col a:hover {
	background: #B3FF99 url(img/bg_link2col.gif) repeat-y;
	color: #333;
}



/* --------- PLAYER style ------------- */

.playercol {
	width:500px;
	vertical-align: top;
	text-align: center;
	background: #C4FD2A url(/img/bg_noline.gif) repeat-x top;
}

#player {
	width: 368px;
	height: 276px;
	margin: 30px auto;
}

#creadit {
	width:315px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align:left;
}

h1 {
	display: inline;
	font-size: 14px;
	font-weight:100;
	margin-right: 20px;
}


/* --------CLIENT LIST ------------*/

.clientlist {
	float:left;
	width:380px;
	padding: 20px 20px 40px 30px;
	text-align:left;
}






/* --------- FOOTER stuff ------------- */

.footernote {
	text-align:left;
	font-size:10px;
	color:#333;
	padding-left:10px;
}

.footerreel a:link, .footerreel a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.footerreel a:hover, .footerreel a:active {
	color: #FF6600;
	text-decoration:none;
}

.footercell, .footernote, footerreel {
	background: #FFFFFF url(/img/bg_footer.gif) repeat-x top;
}
