/* General
----------------------------------------------------------------- */
* { padding:0; margin:0; }
a { color:#df007a; }
a:hover { text-decoration:none }
img { border:0; }
ul { list-style:none; }

/* Body and Wrapper
----------------------------------------------------------------- */
body
{
	background-color:#fff;
	text-align:center;
	font-family: Tahoma, sans-serif;
	font-size:11px;
	color:#000;
}

#wrapper
{
	width:954px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	overflow:hidden;
}

/* Header
----------------------------------------------------------------- */
#header
{
	width:954px;
	height:180px;
	overflow:hidden;
}

#logos
{
	width:954px;
	height:70px;
}

#logos .getty
{
	float:left;
	width:180px;
	height:70px;
}

#logos .ideal
{
	float:right;
	width:70px;
	height:70px;
	text-align:right;
}

/* Top Menu
----------------------------------------------------------------- */
#h_menu
{
	margin:0;
	padding:0;
}

#h_menu ul
{
	float:left;
	padding:0;
	margin:0;
	width:954px;
	height:36px;
	background:url(images/m_bg.gif) repeat-x;
}

#h_menu ul li { display:inline; }

#h_menu .home a { float:left; width:45px; height:36px; background:url(images/m_home.gif) no-repeat; }
#h_menu .home a:hover { background:url(images/m_home_hover.gif) no-repeat; }
#h_menu .home_on { float:left; background:url(images/m_home_on.gif) no-repeat; }

#h_menu .images a { float:left; background:url(images/m_images.gif) no-repeat; }
#h_menu .images a:hover { background:url(images/m_images_hover.gif) no-repeat; }
#h_menu .images_on { background:url(images/m_images_on.gif) no-repeat; }

#h_menu .footage a { float:left; background:url(images/m_footage.gif) no-repeat; }
#h_menu .footage a:hover { background:url(images/m_footage_hover.gif) no-repeat; }
#h_menu .footage_on { background:url(images/m_footage_on.gif) no-repeat; }

#h_menu .music a { float:left; background:url(images/m_music.gif) no-repeat; }
#h_menu .music a:hover { background:url(images/m_music_hover.gif) no-repeat; }
#h_menu .music_on { background:url(images/m_music_on.gif) no-repeat; }

#h_menu .resources a { float:left; background:url(images/m_resources.gif) no-repeat; }
#h_menu .resources a:hover { background:url(images/m_resources_hover.gif) no-repeat; }
#h_menu .resources_on { background:url(images/m_resources_on.gif) no-repeat; }

#h_menu .last { float:right; background:url(images/m_bg_right.gif) no-repeat;}

/* Content and Left and Right
----------------------------------------------------------------- */
#content { width:954px; }

#left
{
	float:left;
	width:245px;
	padding-right:14px;
}

.mv_container
{
	clear:right;
	width:225px;
	/*padding:50px 10px 20px 10px;*/
	padding:40px 10px 5px 10px;
}

.mv_creative_bg { background:url(images/mv_creative_bg.gif) no-repeat; }
.mv_catalyst_bg { background:url(images/mv_catalyst_bg.gif) no-repeat; }
.mv_new_bg { background:url(images/mv_new_bg.gif) no-repeat; }
.mv_newsletter_bg { background:url(images/mv_newsletter_bg2.gif) no-repeat; padding-top:50px; padding-bottom:10px; }

.mv_newsletter_bg ul { padding-top:5px; }

.mv_newsletter_bg ul li
{
	display:block;
	padding-top:5px;
}

#right
{
	float:left;
	width:690px;
	padding-right:5px;
}

.big_photo
{
	clear:both;
	width:690px;
	height:450px;
	padding-bottom:25px;
}

.ed_container
{
	float:left;
	width:223px;
	overflow:hidden;
}

.ed_divider
{
	float:left;
	width:10px;
}

.ed01_bg, .ed02_bg, .ed03_bg { background-repeat:no-repeat;
	overflow:hidden; }

.ed_txt { padding-top:125px; padding-bottom:25px;
	overflow:hidden; }

/* Form
----------------------------------------------------------------- */	
#form
{
	clear:both;
	height:68px;
	padding-top:25px;
}

#form .input
{
	height:15px;
	background-color:#fff;
	font:normal 10px Verdana, sans-serif;
	color:#000;
	padding-top:3px;
	border:1px solid #98988d;
}

#form input.form-submit-button
{
	width:70px;
	height:22px;
	font-size:12px;
	font-family: Verdana, sans-serif;
	color:#000;
}
/*
#form textarea
{
	width:300px;
	height:60px;
	border:#2a576d 1px solid;
	background-color:#dcdddf;
	font-size:1em;
	padding:1px;
	font-family: Helvetica, Arial, sans-serif;
}

#form select
{
	width:304px;
	border:#2a576d 1px solid;
	background-color:#dcdddf;
	font-size:1em;
	padding:1px;
	font-family: Helvetica, Arial, sans-serif;
}
*/

/* Footer
----------------------------------------------------------------- */
#footer
{
	float:left;
	width:954px;
	padding-top:43px;
	padding-bottom:3px;
	background:url(images/bg_footer.gif) repeat-x;
	font:normal 10px Verdana, sans-serif;
    color:#3b3a26;
	line-height:15px;
}

#footer b { padding:0px 5px 0px 5px; }

#footer span { color:#caccbf; }

#footer a
{
	color:#3b3a26;
	padding:0px 5px 0px 5px;
	text-decoration:none;
}

#footer a:hover
{
	color:#3b3a26;
	text-decoration:underline;
}

#footer ul
{
	width:100%;
	margin:0;
	padding-bottom:8px;
}

#footer ul li
{
	display:inline;
	padding:0px;
	margin:0;
	/*border-left:1px solid #3b3a26;*/
}

/*
#footer-atcom {
	float:right;
}

.atcom, #atcomProductionFlash {
	float:left;
}

#footer-atcom .atcom a {
	font-family:tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #8A837D;
	}

#footer-atcom .atcom a:hover {
	font-family:tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #625C57;
	}
*/
