@charset "utf-8";
/* CSS Document */


a {	color:#525988;}
a:hover {color:#f47d15;}



#banner{
	background:#95bef0;
	height:210px;
	margin:0px 0px 2px 0px;
	background: url(/mediakit/images/gomex/gomex_banner.jpg) top left no-repeat; 
	border:1px solid #3b3940;
	
	
	}

#bannerInner{
	height:94px;
	margin:0px 0px 2px 0px;
	background: url(/mediakit/images/gomex/gomex_banner_inner.jpg) top left no-repeat; 
	border:1px solid #3b3940;
	
	
	}

#siteTitle {
	margin: 0px 0px 20px 0px;
	}

/* --------------------------------------------  NAV  ----------------------------------------*/

#nav{

	height:34px;
	margin:0px 0px 0px 0px;
	background:#fff url(/mediakit/images/nav_bg_off.gif) top left repeat-x;

}



#nav li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-size:11pt;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	width:124px;
	text-align:center;


}

#nav li.sep{
	width:2px;
	height:34px;
	background:url(/mediakit/images/nav_sep.gif) top left no-repeat;

}
#nav li.right{
	width:7px;
	height:34px;
	background:url(/mediakit/images/nav_right.gif) top right no-repeat;
	float:right;

}


#nav li.left{
	background: url(/mediakit/images/nav_left_off.gif) top left no-repeat;

}

#nav li.left div a{
	color:#fff;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:9px 15px 8px 15px;
	display:block;

	

}

#nav li.left div a.select{
	color:#fff;
	background: url(/mediakit/images/gomex/nav_gomex_left_on.gif) top left no-repeat;
	}

#nav li.left div a:hover{
	color:#fff;
	background: url(/mediakit/images/gomex/nav_gomex_left_on.gif) top left no-repeat;
	}



#nav li.download{
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px 15px 0px 15px;
	font-size:8pt;
	text-align:right;
	width:200px;

}


#nav li.download a{
	color:#fff;
	text-transform:none;
	font-weight:normal;	
	background: url(/images/icon_pdf.gif) no-repeat center left;
	padding-left:18px;
	margin-left:5px;
}

#nav li img{
	margin-bottom:5px;
}


#nav li div{

}

#nav li div a{
	color:#fff;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:9px 15px 8px 15px;
	display:block;

}

#nav li div a:hover{
	color:#fff;
	background: url(/mediakit/images/gomex/nav_gomex_bg_on.gif);
	}
	
#nav li div a.select{
	color:#fff;
	background: url(/mediakit/images/gomex/nav_gomex_bg_on.gif);
	}
/* --------------------------------------------  BUTTONS ----------------------------------------*/

.btnPurchaseNow{
	width:120px;
	background: #62bb38 url(/mediakit/images/bg_btn_greenGradient.gif) left top repeat-x;
	text-align:center;
	display:block;
	padding:9px 0px 9px 0px;
	float:right;
	}
.btnPurchaseNow:hover{
	background:#62bb38;
	}
