/*
--------------------
*/


* {
	}
/*html {height: 100%; margin-bottom: 1px;}*/
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
		}
		


h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin:  0;
    padding: 0;
	}
	
.welcome {
	font-family: "Trebuchet MS";
	color: #333333;
	
}	

.welcomepink {
	font-family: "Trebuchet MS";
	color: #e9297a;
	
}	


h1{
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	padding-bottom: 3px;
	color: #666;
	margin-top: 0px;
}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	font-size: small;
	letter-spacing: -1px;
	padding-bottom: 3px;
	margin-top: 0px;
	color: #003366;
/* 	border-bottom: 1px solid #eee;*/
	
	}

h1 {font-size: 160%;}
h2 { font-size: 120%; }
h3 {font-size: 110%;
	border-width: 1px;
}
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

/* Layout
-------------------------- */

#container {
	width: 770px;
	margin: 0 auto;
}

#masthead {
	margin: 0px;
	position: relative;
	background-image: url(retail-tv-advertising-img/header.gif);
	width: 770px;
	height: 142px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#flash {
	font-family: "Trebuchet MS";
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	width: 770px;
	height: 240px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
	
#navlist li {
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 14px;
	list-style-type: none;
	padding-right: 15px;
	padding-top: 30px;
	float: right; 
}

#navlist2 li {
	display: inline;
	font-family: Tahoma;
	font-size: 10px;
	list-style-type: none;
	padding-right: 15px;
	float: none; 
}
	
#content {
	background-color: #FFFFFF;
	position: relative;
	width: 770px;
	float: left;
	background-image: url(retail-tv-advertising-img/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#leftcolumn {
	font-family: "Trebuchet MS";
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	width: 415px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
}

#righttcolumn {
	font-family: "Trebuchet MS";
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	width: 335px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 80px 5px 10px 5px;
}
	
#footer {
	font-family: "Trebuchet MS";
	text-align: center;
	width: 760px;
	margin: 0 auto;
	float: left;
	padding: 10px 5px 10px 5px;
	position: relative;
}
	

a, a:link, a:active {
	color: #e9297a;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

/* Lists
-------------------------- */
ul, ol {
	margin-left: 0px;
	background-attachment: fixed;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
	
hr {
  border: 0;
  width: 80%;
  color: #FF6600;
  height: 1px;
}
