
/*******************
* Element Defaults *
********************/

body
{
	background: #08386A;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
}

img
{
	border: none;
}

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

/* Forms */
input, textarea
{
	border: 1px solid #ccc;
}
input[type="image"] { border: none; }

acronym
{
	cursor: help;
}

h1
{
	font: 24px arial, sans-serif;
	color: #666666;
	margin: 25px 0px 10px 10px;
}

h2
{
	margin: 10px 0px 10px 10px;
	font: 18px arial, sans-serif;
	color: #18528D;
}

h3
{
	margin: 5px 0px 5px 10px;
	font: bold italic 16px arial, sans-serif;
	color: #18528D;
}

h4
{
	font: 12px verdana, sans-serif;
	margin-right: 150px;
	margin-bottom: 5px;
	color: #18528D;
}

p
{
	font: 12px verdana, sans-serif;
	margin-right: 60px;
	margin-left: 10px;
	line-height: 18px;
}

td
{
	vertical-align: top;
}

a:link, a:visited
{
	color: #18528D;
	font-weight: bold;
}

a:hover
{
	color: #AABED6;
}

h1 a:link, h1 a:visited
{
	color: #666666;
	font-weight: normal;
}

h1 a:hover
{
	color: #AABED6;
}


/**********
* Classes *
***********/

.footer
{
	font-size: 10px;
}

/* Required form elements */
.required
{
	background: #ffffef;
}

.small-text
{
	font-size: 11px;
	font-weight: normal;
}

.todo
{
	padding: 10px;
	border: 1px dashed red;
	background: #f6ec8c;	
}


/******
* IDs *
******/

#wrap
{
	width: 865px;
	margin: 15px auto 0px auto;
	background: url(/images/layout/repeat-background.gif) right repeat-y;
	text-align: left;
}

#header
{
	background: url(/images/layout/header-back.jpg) no-repeat;
	height: 97px !important;
	height/**/: 98px;
	padding-top: 1px;
}

#logo
{
	margin-top: 14px;
}


#screen
{
	padding-top: 1px;
	background: url(/images/layout/screen-back.jpg) repeat-x;
}

#body
{
	background: url(/images/layout/body-back.jpg) no-repeat white;
	width: 610px !important;
	width/**/: 640px;
	margin: 0px 0px 0px 200px !important;
	margin/**/: 0px 0px 0px 197px;
	padding: 1px 15px 0px 15px;
}

#body-bottom
{
	margin: 0px -15px 0px -15px;
	clear: left;
	display: block;
}

.body-img
{
	margin-left: 30px !important;
	margin-left/**/: 200px;
}

.footer
{
	clear: right;
	color: white;
	margin-top: 10px;
	margin-left: 200px;
	font-size: 10px;
}

.footer a
{
	color: white;
}

#screen-bottom
{
	margin-right/**/: -3px;
	margin-right: 0px !important;
	display: block;
}

/********************
* navigation styles *
********************/

#nav-top
{
	float: right;
	width: 550px;
	margin-right: 0px;
}

#nav-top ul
{
	margin-top: 35px;
	list-style-type: none;
}

#nav-top li
{
	float: right; 
	margin-right: 1px;
}

#nav-default
{
	float: left;
	background: url(/images/layout/nav-back.jpg) no-repeat;
	width: 170px;
	height: 484px !important;
	height/**/: 497px;
	margin: -1px 0px 0px 0px;
}

#nav-default ul
{
	list-style-type: none;
	margin: 0px;
	padding: 28px 0px 0px 0px;
}

#nav-default li
{
	margin: 0px 0px 1px 0px;
	text-align: right;
	font: 12px verdana, sans-serif;

}

#nav-default li a
{
	display: block;
	font-weight: normal;
	padding: 1px 8px 0px 0px;
	width: 162px !important;
	width/**/: 170px;
	height: 17px !important;
	height/**/: 18px;
	color: #2B4662;
	color: #315073;
}

#nav-default li a:hover
{
	background: url(/images/nav/nav-hover.gif);
	color: black;
}

.selected
{
	background: white;
}

/*************
* Top tabs   *
*************/

#home
{
	height: 27px;
	width: 86px;
	background: url(/images/nav/home-ho.gif) no-repeat
}

#media-partners
{
	height: 27px;
	width: 110px;
	background: url(/images/nav/media-partners-ho.gif) no-repeat
}

#retailers
{
	height: 27px;
	width: 110px;
	background: url(/images/nav/retailers-ho.gif) no-repeat
}

#consumers
{
	height: 27px;
	width: 86px;
	background: url(/images/nav/shoppers-ho.gif) no-repeat
}

#about
{
	height: 27px;
	width: 92px;
	background: url(/images/nav/about-ho.gif) no-repeat
}

.rollover {
	display: block;
	float: left;
	display: inline;
}
.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}
.rollover:hover {
	visibility: visible;
}
.rollover:hover img {
	visibility: hidden;
}

.login-link,
.login-link img
{
	display: block;	
}

#movie
{
	width: 623px;
	height: 350px;
	background: url(/images/layout/movie-background.gif) no-repeat;
	padding-top: 8px;
	padding-left: 10px;
	margin: 15px -10px 0px -5px;
}

#corner
{
	position: relative;
	top: 300px;
	left: 535px;
	z-index: 10
}