
/***************************************************************
*		TMP
*/

#jigsaw {
	position:fixed;
	top:20px;
	right:20px;
	visibility:hidden;
	display:none;
}

#jigsaw a, #jigsaw a:visited {
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#CCC;
}

/***************************************************************
*		GLOBAL LAYOUT
*/


body, div, p, img, ul, li, table, td, form, input, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:url(../pix/tile.jpg) repeat;
	background-color:#000;
}

#logo {
	position:absolute;
	left:15px;
	top:14px;
}

#container {
	position:relative;
	width:802px;
	margin:0 0 0 74px;
}

#nav {
	position:relative;
	height:25px;
	margin:25px 0 0 96px;
}

#nav ul {
	height:25px;
}
#nav li {
	float:left;
	list-style:none;
	margin-left:15px;
}



#teaser-phat {
	position:relative;
	width:801px;
	margin-top:119px;
}

#phat-flash {
	width:799px;
	height:250px;
	border:1px solid #FFF;
}

#content-container {
	margin-top: 30px;
}

#footer {
	margin:40px 0;
	text-align:center;
}

div.clear-left {
	clear: left;
	height:10px;
	margin-top:-10px;
}
div.clear-right {
	clear:right;
	height:10px;
	margin-top:-10px;
}
div.clear-both {
	clear:both;
	height:10px;
	margin-top:-10px;
}

/***************************************************************
*		SMALL VIDEO TEASER
*/

#teaser-small-container {
	position:relative;
	border-top:1px solid #fff;
	width:801px;
}

.teaser {
	float:left;
	width:200px;
	height:auto;
}

.smallvid {
	height:101px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

.teaser p {
	margin-top:4px;
	padding:0 6px 0 3px;
	line-height:14px;
}


#teasme {
	float:left;
	height:102px;
	width:1px;
	background-color:#fff;
}


/***************************************************************
*		TXT, PARAGRAPHS, LINK STYLES
*/

p, div, input, span, a {
	font:11px verdana, Helvetica, Arial, sans-serif;
	color:#FFF;
}

h1, h2, h3, h4, h5, h6 { font-family:Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size:15px; margin-bottom:10px; }
h2 { font-size:14px; margin-bottom:10px; }
h3 { font-size:13px; margin-bottom:10px; }
h4 { font-size:12px; margin-bottom:10px; }
h5 { font-size:11px; margin-bottom:10px; }
h6 { font-size:10px; margin-bottom:10px; }

a, a:visited {
	text-decoration:underline;
	color:#fff;
}

a:hover, a:visited:hover {
	text-decoration:underline;
	color:#CCC;
}

#teaser-phat p {
	margin-top:3px;
}

#content-container p {
	margin-bottom:10px;
	line-height:15px;
}

/*************************************************************
**			FLV PLAYER
*/

.tx-flvplayer-pi1 {
	position:relative;
	width:100%;
	background-color:#00FF00;
	margin-bottom:10px;
}

div#singlevideo {
	border:1px solid #fff;
	width:380px;
}
/*************************************************************
**			FORMS
*/

input {
	border:1px solid #fff; 
	color:#FFF;
	padding:1px 3px;
	background:none;
}

