@charset "UTF-8";
/* CSS Document *//* CSS common for all pages */

* {margin:0px;padding:0px} /* reset all browser defaults */
a {outline:none;outline-width:none;} /* fixes firefox bug */

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/til_1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#promoter_page #main_text p a {
	color:#AC6C08;
	text-decoration:underline;
}

#promoter_page #main_text p a:hover {
	text-decoration:none;
}

#wrapper {
	width:719px;
	margin:0px auto;
	position:relative;
}

#masthead {
	width:719px;
	position:relative;
	margin:0px auto;
}

#content_1, #flash_2 {
	width:684px;
	position:relative;
	margin:0px auto;
}

#masthead {
	margin:25px 0px 10px 0px;
}

#masthead h1 {
	background-image:url(../images/main-logo.jpg);
	width:250px;
	height:56px;
	text-indent:-4000px;
}

#masthead p {
	width:50%;
	position:absolute;
	top:20px;
	right:0px;
	text-align:right;
	color: #bac3cc;
}

#masthead p a {
	color: #69839A;
	text-decoration:none;
	padding:0px 10px;
	position:relative;
	top:1px;
}

#masthead p a:hover {
	text-decoration:underline;
}

#content_wrapper {
	width:719px;
	position:relative;
	background-image:url(../images/promoter_background.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#content_1 {
	position:relative;
	top:10px;
}

#main_text {
	width:375px;
	position:absolute;
	top:20px;
	right:0px;
}

#main_text p {
	margin-bottom:15px;
	line-height:14px;
}

#flash_1 {
	position:relative;
	top:7px;
	padding-bottom:5px;
}


#flash_2 {
	position:relative;
	top:40px;
}

#flash_2 img {margin-bottom:24px;position:relative;border:none;}
#flash_2 img.left {float:left;left:10px;}
#flash_2 img.right {float:right;right:10px;}
#watch_now {
	clear:both;
	border:1px solid #CCCCCC;
	color:#999999;
	width:618px;
	padding:4px;
	margin:0px auto 0px auto;
}

#watch_now p {text-align:right;padding:0px;margin:0px;}
#watch_now p span {font-size:14px;}

#watch_now img {float:none;margin:0px;display:block;}

#footer {
	margin-top:55px;
	background-image:url(../images/bottom_1.jpg);
	background-repeat:no-repeat;
	width:719px;
	height:52px;
}

#footer p {
	text-align:left;
	color: #828080;
	line-height:60px;
}

#footer p a {
	padding:0px 7px;
	color: #828080;
	text-decoration:none;
}

#footer p span {
	padding:0px 7px;
}

#footer p a:hover {
	text-decoration:underline;
}	


