@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.wrapper {
	margin: 0 auto;
	width: 908px;
	background-image: url(images/inner-wrapper-bg.gif);
	background-repeat: repeat-y;
}

.inner-wrapper {
	background-image: url(images/wrapper-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.header {
	height: 114px;	
}

.header .logo {
	width: 162px;
	height: 102px;
	margin-left: 28px;
	margin-top: 12px;
	float: left;
}

.header .contact-us {
	background-image: url(images/header-contact-us.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 12px;
	float: right;
	margin-top: 82px;
	margin-right: 30px;
}

.navigation {
	height: 34px;
	padding-left: 170px;
	z-index: 1000;
}

.navigation ul {
	z-index: 1000;
}

.navigation ul li {
	float: left;
	position: relative;
	margin: 0 25px 0 20px;
	z-index: 1000;
}

.navigation ul li a {
	padding: 8px 15px;
	height: 18px;
	line-height: 18px;
	background-position: 0 8px;
	float: left;
	z-index: 1000;
}

.navigation ul li.last {
	margin-right: 0;
}

.navigation ul li.last a {
	padding-right: 0;
	background-position: 13px 8px;
}

.navigation ul li .magicyad {
	background-image: url(images/nav-magicyad.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 18px;
}

.navigation ul li:hover .magicyad, .navigation ul li.selected .magicyad {
	background-image: url(images/nav-magicyad-hover.gif);
}

.navigation ul li .store {
	background-image: url(images/nav-store.gif);
	background-repeat: no-repeat;
	width: 50px;
}

.navigation ul li:hover .store, .navigation ul li.selected .store {
	background-image: url(images/nav-store-hover.gif);
}

.navigation ul li .resources {
	background-image: url(images/nav-resources.gif);
	background-repeat: no-repeat;
	width: 80px;
}

.navigation ul li:hover .resources, .navigation ul li.selected .resources {
	background-image: url(images/nav-resources-hover.gif);
}

.navigation ul li .community {
	background-image: url(images/nav-community.gif);
	background-repeat: no-repeat;
	width: 90px;
}

.navigation ul li:hover .community, .navigation ul li.selected .community {
	background-image: url(images/nav-community-hover.gif);	
}

.navigation ul li .company {
	background-image: url(images/nav-company.gif);
	background-repeat: no-repeat;
	width: 80px;
}

.navigation ul li:hover .company, .navigation ul li.selected .company {
	background-image: url(images/nav-company-hover.gif);
}

.navigation ul span.dropdown {
	display: none;
	width: 185px;
	position: absolute;
	top: 34px;
	right: -14px;
	z-index: 1000;
}

.navigation ul li:hover span.dropdown {
	display: block;
}

.navigation ul span.dropdown ul {
	background-image: url(images/nav-dropdown.png);
	background-repeat: repeat-y;
}

.navigation ul span.dropdown-bottom {
	background-image: url(images/nav-dropdown-bottom.png);
	background-repeat: no-repeat;
	display: block;
	width: 185px;
	height: 9px;
	clear: both;
}

.navigation ul span.dropdown ul {
	display: block;
	width: 185px;
}

.navigation ul ul {
	padding: 5px 0px;
}

.navigation ul ul li {
	float: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 3px 0;
}

.navigation ul ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	line-height: 18px;
	padding: 3px 10px 3px 15px;
}

.navigation ul ul li a:hover {
	background-color: #00299f;
	text-decoration: none;
}

.main {
	overflow: hidden;
	clear: both;
	padding: 0 4px 18px 4px;
}

.intro {
	background-image: url(images/intro-bg.jpg);
	background-repeat: no-repeat;
	height: 124px;
	padding-right: 55px;
	padding-top: 242px;
}

.intro img.rapidly {
	float: right;
	padding-bottom: 10px;
}

.intro .see-how {
	background-image: url(images/intro-see-how.gif);
	background-repeat: no-repeat;
	width: 279px;
	height: 27px;
	float: right;
	clear: both;
}

.intro .see-how:hover {
	background-image: url(images/intro-see-how-hover.gif);
	background-repeat: no-repeat;	
}

.boxes {
	float: left;
	margin-bottom: 20px;
}

.boxes .box {
	width: 195px;
	float: left;
	padding-left: 24px;
}

.boxes .box a {
	width: 195px;
	height: 167px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

.boxes .box img {
	float: left;	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	color: #666;
}

.footer .wrapper {
	background: none;	
}

.footer .top {
	height: 45px;
}

.footer .top a {
	color: #666;
	padding: 0 8px;
}

.footer .top .left {
	float: left;	
}

.footer .top .right {
	float: right;	
}

.footer .copyright {
	text-align: center;	
}

.footer .copyright a {
	color: #666;	
}

.footer .copyright .design-by {
	text-transform: uppercase;
	font-size: 10px;
	color: #878787;
}

.footer .copyright .design-by a {
	color: #878787;	
}

.content {
	padding: 25px 0 25px 24px;
	float: left;
	width: 554px;
	min-height: 300px; 
}

.content ul, .content ol {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: ##191919;
}

.content.fullpage {
	padding: 25px;
	width: auto !important;
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #191919;
	line-height: 37px;
	padding-bottom: 15px;
}

.content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #191919;
}

.content a {
	color: #1D4BF0;	
}

.content img {
	margin-bottom: 20px;	
}

.sidebar {
	float: right;
	margin-right: 24px;
	display: inline;
	background-image: url(images/block-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 77px;
}

.sidebar .sidebar-content {
	width: 225px;
	background-image: url(images/sidebar-bottom-bg.gif);
	background-repeat: no-repeat;
	padding: 97px 24px 30px 24px;
	background-position: bottom left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #191919;
}


.sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #191919;
	line-height: 24px;
	padding-bottom: 15px;
	font-weight: normal;
}

.sidebar a {
	color: #1D4BF0;	
}

.footer .footer-nav li {
	float: left;
	padding: 0 8px;
	height: 15px;
	line-height: 13px;
	border-left: 1px solid #7C7C7C;
}


.footer .footer-nav li a {
	margin: 0;
	padding: 0;
}

.footer .footer-nav li.first {
	padding-left: 0;
	border: none;
}

.alignleft {
	float: left;
	margin: 0 7px 7px 0;
}

.alignright {
	float: right;
	margin: 0 0 7px 7px;
}

.top-head {
	overflow: hidden;
	margin-bottom: 0px;
	color: #874fcc;
	padding-top: 10px;
	font-size: 16px;
}

.top-head strong {
	font-size: 18px;
}

.content h2.audiotitle {
	padding: 0;
	margin: 0;
	line-height: normal;
	height: auto;
	height: 22px;
}

.top-head .left-part {
	float: left;
	width: 260px;
	padding-right: 30px;
}

.top-head .left-part img {
	float: right;
	margin-top: -10px;
	position: relative;
}

.top-head .right-part {
	float: left;
	width: 230px;
}

.top-head .right-part img {
	float: right;
	margin: 0 10px;
}

.audio-box {
	background-image: url(images/audio-box-bg.gif);
	background-repeat: no-repeat;
	width: 554px;
	height: 150px;
	margin-bottom: 25px;
}

.audio-box img {
	margin-left: 2px;
	margin-top: 2px;
}