﻿/*
// tags styles
*/
body {
	margin-top: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
}

input, select, option, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	border: 1px solid #D1D1D1;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	color: #0033CC;
	margin-bottom: 3px;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 3px;
}
h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	margin-bottom: 3px;
}

a {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
}

hr {
	color: #CCCCCC;
	height: 1px;
}
hr .light {
	color: #dddddd;
	height: 1px;
}
/*
// custom styles
*/
.content {
	padding: 6px;
}

.content-dotted-line {
	padding: 6px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}


.header-news {
	background: #FFFFFF url('../images/swf2go_header_bottom.gif') no-repeat;
	font-family: "Lucida Sans";
	font-size: medium;
	color: #FFFFFF;
	height: 36px;
	vertical-align: top;
	padding: 6px 6px 8px 6px;
}

.featured-clients {
	background: #FFFFFF url('../images/featured-clients-bg-bar.png') no-repeat;
	font-family: "Lucida Sans";
	font-size: medium;
	color: #FFFFFF;
	height: 72px;
	vertical-align: top;
	padding: 0;
}

.nav-menu-bottom {
	font-family: "Lucida Sans";
	font-size: 15px;
	color: #FFFFFF;
	height: 36px;
	vertical-align: middle;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(../images/orange_bar_bg.gif);
	background-repeat: repeat-x;
	padding-right: 12px;
	padding-left: 6px;
}

.nav-menu-bottom a {
	color: white;
	text-decoration: none;
}

.nav-menu-bottom a:focus, .nav-menu-bottom a:hover {
	text-decoration: underline;
}

.home-infolink {
	font-family: "Century Gothic";
	font-size: x-large;
	color: #3366FF;
}

.MenuItem {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	cursor: hand;
}
.Navigation {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #CC0000;
}

.NormalText {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
}

.WhatsNew {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.ImageCaption
{
	font-size: 11px;
	color: #999999;
}

.HighlightsPurchase
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}
.HighlightsPurchasePersonal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
}
.HighlightsPurchaseProfessional
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}
.HighlightsPurchaseBuyNow
{
	color: #CC0000;
}
.HighlightsPurchasePrice
{
	color: #000000;
}


.FooterText {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #F0F0F0;
}
.FooterTextBlack {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #666666;
}


