
/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
html {overflow-y: scroll;} /* force vertical scrollbar */
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}

/*************************************************/

body {	
	background: #00213e url(/_media/bg_top.jpg) center 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 12px;
	color: #707070;
	text-align: center;
}

#wrap {
	width: 966px;
	padding: 25px 17px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #00213e;
	margin-bottom: .5em;
	margin-left: 15px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00213e;
	margin-bottom: 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: .5em;
	color: #333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: .5em;
	color: #333;
}

h5 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: .5em;
	color: #666;
}

p {
	margin-bottom: 1em; 
	line-height: 1.4;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}
ol {margin-left: 2em;}
li {margin-bottom: 5px;}

/* links */

a:link, a:visited {
	color: #087DC1;
	text-decoration: underline;
}

a:hover {
	color: #003d5c;
	text-decoration: underline;
}

#content h3 a, #content h4 a, #content a.icon {
	text-decoration: none;
}

#quote {
	background: url(/_media/bg_quote.gif) repeat-x;
	width: 249px;
	padding: 28px 30px 32px 30px;
	margin-bottom: 20px;
	text-align: center;
}

#quotehome {
	background: url(/_media/bg_quote.gif) repeat-x;
	width: 458px;
	padding: 7px 7px 7px 7px;
	margin-bottom: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #636363;
	line-height: 1.3;
}

#quoteoracleforms {
	background: url(/_media/bg_quote.gif) repeat-x;
	width: 90%;
	padding: 28px 30px 32px 30px;
	margin-bottom: 20px;
	text-align: center;
}

#quotequotes {
	background: url(/_media/bg_quote.gif) repeat-x;
	width: 80%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}

blockquote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #636363;
	line-height: 1.3;
}

cite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #012c50;
	margin-top: 15px;
}

citequotes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #012c50;
	margin-top: 5px;
}

/*
*************** HEADER ********************/
#header {
	background: url(/_media/logo_wavemaker.gif) 18px 10px no-repeat;
	height: 50px;
	position: relative;
	margin-bottom: 20px;
	xxoverflow: hidden;
}

#headerRight {
	float: right;
	text-align: right;
	width: 310px;
	margin-right: 7px;
}

#headerRight p {
	color: #999;
	font-size: 11px;
}

#headerRight p a {
	color: #999;
}

#headerRight form#search {
	float: right;
	width: auto;
}

#headerRight #search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	float: right;
	margin-left: 5px;
	background: #f6f6f6;
	width: 200px;
	padding: 5px;
}

#headerRight #search input#searchButton {
	float: right;
	width: auto;
	text-align: center;
	color: #333;
	font-weight: bold;
	border: 1px solid #333;
	cursor: pointer;
	padding: 2px;
	margin-top: 2px;
}

input.searchArrow {
	vertical-align: middle;
	padding-bottom: 5px;
}

#header #mainLogo {
	float: left;
	margin-top: 10px;
}

#header #mainLogo a {
	display: block;
	width: 225px;
	height: 36px;
	text-decoration: none;
}

#header #mainLogo a span {
	display: none;
}

/**************** TOPNAV ********************/
#topNav {
	clear: both;
	height: 43px;
	margin-bottom: 10px;
}

#topNav li {
	float: left;
	width: 137px;
}

#topNav li a {
	display: block;
	float: left;
	width: 137px;
	height: 43px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;	
}

#topNav a#aProduct {
	background-image: url(/_media/nav_product.gif);
}

#topNav a#aSolutions {
	background-image: url(/_media/nav_solutions.gif);
}
#topNav a#aCustomers {
	background-image: url(/_media/nav_customers.gif);
}
#topNav a#aPartners {
	background-image: url(/_media/nav_partners.gif);
}
#topNav a#aCompany {
	background-image: url(/_media/nav_company.gif);
}
#topNav a#aNews {
	background-image: url(/_media/nav_news.gif);
}
#topNav a#aCommunity {
	background-image: url(/_media/nav_community.gif);
	width: 139px;
}

#topNav li a span {
	display: none;
}

/* Hover States */
#topNav a:hover {
	background-position: 0 -43px;
	background-repeat: no-repeat;	
	text-decoration: none;
}

/* Active States */
body.pProduct #topNav a#aProduct,
body.pCustomers #topNav a#aCustomers,
body.pPartners #topNav a#aPartners,
body.pNews #topNav a#aNews,
body.pSolutions #topNav a#aSolutions,
body.pCompany #topNav a#aCompany {
	background-position: 0 -86px;
	background-repeat: no-repeat;	
}

body.pProduct #topNav a#aProduct {
	background-image: url(/_media/nav_product.gif);
}
body.pCustomers #topNav a#aCustomers {
	background-image: url(/_media/nav_customers.gif);
}
body.pPartners #topNav a#aPartners {
	background-image: url(/_media/nav_partners.gif);
}
body.pAbout #topNav a#aAbout {
	background-image: url(/_media/nav_about.gif);
}
body.pNews #topNav a#aNews {
	background-image: url(/_media/nav_news.gif);
}

/*
*************** SUBNAV ********************/
#subnav {
	margin-bottom: 15px;
	margin-left: 15px;
}

body.pvalprop #subnav {
	margin-bottom: 10px;
}

#subnav a {
	font-size: 12px;
	color: #087dc1;
	text-decoration: none;
	padding: 0 5px;
}

#subnav a:hover {
	color: #010101;
	text-decoration: none;
}
/* About Us */
body.ppTeam a#sTeam,
body.ppInvestors a#sInvestors,
body.ppBlogs a#sBlogs,
body.ppJobs a#sJobs,
body.ppQuotes a#sQuotes,
body.ppContact a#sContact  {
	color: #010101;
}
/* Products */
body.ppDemos a#sDemos,
body.ppScreencasts a#sScreencasts,
body.ppResources a#sResources,
body.ppHow a#sHow,
body.ppVs a#sVs,
body.ppProSvcs a#sProSvcs,
body.ppCloud a#sCloud,
body.ppDownload a#sDownload  {
	color: #010101;
}
/* Customers */
body.ppWebAjax a#sWebAjax,
body.ppJavaSOA a#sJavaSOA,
body.ppTechMgmt a#sTechMgmt,
body.ppGovernment a#sGovernment,
body.ppBusTeam a#sBusTeam  {
	color: #010101;
}
/* Solutions */
body.ppOracleforms a#sOracleforms,
body.ppMsftaccess a#sMsftaccess,
body.ppMsftnet a#sMsftnet,  
body.ppLotusnotes a#sLotusnotes{
	color: #010101;
}
/* Partners */
body.ppPartnerProgram a#sPartnerProgram {
	color: #010101;
}

/*
*************** CONTENT ********************/
#contentWrap {
	clear: both;
	padding: 0 0 15px 0;
}

body.home #contentWrap {
	padding: 15px;
}

body.pvalProp #contentWrap {
	padding: 0;
}

#contentWrap ul li {
	background: url(/_media/bullet.gif) 0 3px no-repeat;
	padding-left: 15px;
}

#heading {
	background: url(/_media/bg_landing.jpg) no-repeat;
	height: 128px;
	margin-bottom: 30px;
	position: relative;
}

#clickImg {
	position: absolute;
	top: 0;
	left: 0;
}
#prodImg {
	position: absolute;
	top: 24px;
}
#heading .tabs {
	width: 523px;
	height: 253px;
	position: relative;
}
#heading .tabs .copy {
	/* position: absolute; */
}
#heading .tabs h1 {
	padding: 80px 40px 0 50px;
	text-align: center;
}

#heading h1 {
	float: left;
	width: 313px;
	margin-top: 50px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
}

p.subhead {
	margin: -15px 0 10px 15px;
	font-style: italic;
}

body.pHome #heading {
	background: url(/_media/bg_landing_home_waves.png) no-repeat;
	height: 261px;
	padding: 0 15px 15px 437px;
	margin-bottom: 7px;
}

body.pHome #heading h1 {
	float: none;
	width: auto;
	margin: 0;
	margin-bottom: 5px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #fff;
}
body.pHome #heading h1 .percentage{
	color: #f2f6c9;
}
body.pHome #heading p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #b3d5f0;
	line-height: 1.2;
}

body.pHome #heading p.callAction {
	background: url(/_media/icon_green_arrow.gif) 100% 50% no-repeat;
	width: 82px;
	xxpadding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

body.pProduct #heading {
	position: relative;
	background: url(/_media/bg_landing_product_6.jpg) no-repeat;
	height: 167px;
	margin-bottom: 0px;
	padding: 50px 0 0 15px;
}

body.pProduct #heading h1 {
	float: none;
	width: auto;
	margin: 0;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
}

body.pProduct #heading p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #b3d5f0;
	line-height: 1.2;
}

#imgLink {
	position: absolute;
	bottom: 45px;
	right: 125px;
}

#imgLink a {
	display: block;
}

#heading blockquote {
	padding: 0;
	margin: 0;
	width: 485px;
	margin-left: 323px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fff;
	background: none;
	line-height: 1.3;
}

#heading cite {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 10px;
	display: block;
	background: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #b3d5f0;
}

#content {
	width: auto;
	overflow: hidden;
	padding-left: 15px;
}

body.pHome #content {
	padding-left: 0;
}

p.intro {
	font-size: 14px;
	color: #666;
}

.pSub {
	font-size: 11px;
}

.pSub span {
	color: #B7B7B7;
}

.caption {
	font-size: 11px;
	color: #B7B7B7;
}

body.pHome .caption {
	font-size: 11px;
}

body.pHome .caption a {
	font-size: 12px;
	text-decoration: none;
}

.caption2 {
	font-size: 11px;
	font-weight: bold;
	color: #a1a1a1;
}

.icon {
	padding-right: 20px;
	margin-top: 10px;
	width: auto;
}

.iArrow {
	background: url(/_media/green_arrow.gif) 100% 4px no-repeat;
	padding-right: 15px;
}

.imgBorder img {
	border: 5px solid #e1e1e1;
}

.teamImage {
	float: left;
	width: 150px;
	padding: 5px;
	border: 1px solid #ececec;
	margin: 5px 10px 0 0;
	display: inline;
}

.teamBio {
	float: left;
	width: 760px;
}

.hiring {
	border: 1px solid #ccc;
	width: 110px;
	text-align: center;
}

.hiring a {
	display: block;
	padding: 5px;
	font-weight: bold;
	background: #a63300;
	color: #fff;
}

.hiring a {
	text-decoration: none;
}

.graybox {
	background: #f7f7f7;
	padding: 25px;
	padding-bottom: 10px;
}

.grayHead {
	background: #ebebeb;
	padding: 10px 15px;
	color: #707070;
	margin-top: 20px;
	margin-bottom: 15px;
}

.grayHeadnarrow {
	background: #ebebeb;
	padding: 5px 5px;
	color: #707070;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.rss-feed {
	background:url(/_media/logo_rss.gif) no-repeat;
	padding-left: 20px;
}

a.facebook {
	background:url(/_media/logo_facebook_16.gif) no-repeat;
	padding-left: 20px;
}

a.twitter {
	background:url(/_media/logo_twitter_16.gif) no-repeat;
	padding-left: 20px;
}

/*
*************** COLUMN STYLES ********************/

.colHalf {
	overflow: hidden;
}

.colHalf div {
	float: left;
	width: 470px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	xxbackground: #999;
}

.colHalf div.colLast {
	width: 455px;
}

div.colLast {
	padding-right: 0;
	padding-left: 15px;
	background: url(/_media/dots_vert.gif) repeat-y;
}

/* 2/3 thirds - 1/3 third */
.col2thirds {
	float: left;
	width: 540px;
	padding-right: 30px;
}

.col1third {
	float: right;
	width: 360px;
}

.col1third img {
	text-align: right;
	margin-bottom: 10px;
}

/* equal thirds */
.col3Wrap div {
	width: 290px;
	padding-left: 15px;
	padding-bottom: 15px;
}

body.home .col3Wrap div {
	height: 155px;
}

div.colLeft {
	float: left;
	margin-right: 15px;
	display: inline;
	padding-left: 0;
}

.colRight {
	background: url(../_media/dots_vert.gif) 0 0 repeat-y;
	float: left;
}

.colHalf .colIcon {
	float: left;
	width: 40px;
	margin-right: 15px;
	display: inline;
}

.colHalf .colIndent {
	float: left;
	width: 200px;
}

.colLast .colDemoTN, #content .colDemoTN {
	float: left;
	width: 100px;
}

#content .colDemo {
	margin-left: 110px;
	width: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .colLast .colDemo {
	margin-left: 0;
	width: 320px;
}

.colCustomerTN {
	float: left;
	width: 160px;
	text-align: center;
	display: inline;
}

.colCustomer {
	margin-left: 175px;
}

/*
*************** HOME VALPROP ********************/
body.pHome #subnav {
	display: none;
}

#valProp {
	position: relative;
	padding: 30px 15px;
	margin-bottom: 35px;
}

body.pHome #valProp {
	background: #01355d url(/_media/valprop_home.gif) 100% 0 no-repeat;
	margin-bottom: 0;
}

#overlay {
	position: absolute;
	bottom: 21px;
	right: 103px;
}

#overlay h3 a {
	display: block;
	width: 230px;
	height: 50px;

}

#overlay h3 a span {
	display: none;
}

#callouts {
	xxmargin-bottom: 25px;
}

#callouts div {
	float: left;
	width: 234px;
	margin-right: 8px;
}

#callouts div a {
	display: block;
	width: 234px;
	height: 132px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

#callouts div h2 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

#callouts div p {
	line-height: 1;
	font-size: 11px;
	color: #f2f6c9;
}

#coDownload {
	background: url(/_media/home_cta_download.gif) no-repeat;
}
#coWatch {
	background: url(/_media/home_cta_watch.gif) no-repeat;
}
#coExplore {
	background: url(/_media/home_cta_explore.gif) no-repeat;
}
#coJoin {
	background: url(/_media/home_cta_join.gif) no-repeat;
	margin-right: 0;
}

#homeLeft {
	float: left;
	width: 476px;
	padding-right: 8px;
	margin-top: 25px;
}

#homeLeft .grayHead {margin-top: 0;}

#homeRight {
	float: left;
	width: 478px;
	xxpadding-top: 8px;
	margin-top: 25px;
}

#homeRight #quote {
	width: auto;
}

#homeRight blockquote {
	xxfont-style: normal;
}

#homeRight cite {
	xxfont-weight: bold;
}

.eventTop {
	background: url(/_media/bg_promo_event_top.gif) no-repeat;
	padding: 30px 25px 20px 25px;
}

.eventTop img {
	float: left;
	xxpadding-right: 30px;
	display: inline;
}

.eventBottom {
	background: url(/_media/bg_promo_event_bot.gif) 0 100% no-repeat;
	padding-bottom: 7px;
}

.eventTop p {
	font-size: 11px;
	color: #555;
	line-height: 1.2;
	margin-bottom: 5px;
}

.eventTop p.promoHead {
	xxmargin-top: 20px;
	font-size: 14px;
	color: #087dc1;
}

.eventTop p.promoHead a {
	text-decoration: none;
}

#homePromoWrap {
	xxbackground: #f4f4f4;
	background: #000;
	padding: 1px;
	margin: 0;
	xxpadding-bottom: 1px;
}
#homePromo {
	background: #fff;
	padding: 1px;
}


/**************** HOME VALPROP NAV ********************/
#navWrap {
	background: #fff url(/_media/bg_valprop_nav.gif) repeat-x;
	height: 39px;
	margin-bottom: 25px;
	margin-left: 0;
}

#contentWrap #navWrap ul#nav {
	height: 39px;
}

#contentWrap ul#nav li {
	background: none;
	float: left;
	width: 244px;
	padding-left: 10px;
	display: inline;
}

#nav a {
	float: left;
	display: block;
	width: 244px;
	height: 39px;
	background: url(/_media/valprop_nav_down.gif) 0 100% repeat-x;
}

#nav li a span {
	display: block;
	float: left;
	width: 244px;
	height: 39px;
	background-position: 5px 13px;
	background-repeat: no-repeat;
}

#nav li a span#nWhat {
	background-image: url(/_media/valprop_nav_what.gif);
}
#nav li a span#nWhy {
	background-image: url(/_media/valprop_nav_why.gif);
}

#nav li a span strong {
	display: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
}

#nav a:hover {
	background:url(/_media/valprop_nav_up.gif) repeat-x;
	text-decoration: none;
}

#nav li a:hover span#nWhat {
	background-image: url(/_media/valprop_nav_what_up.gif);
}
#nav li a:hover span#nWhy {
	background-image: url(/_media/valprop_nav_why_up.gif);
}

body.pHome #nav a#aWhat {
	background: url(/_media/valprop_nav_up.gif) 0 100% repeat-x;
}

body.pHome #nav li a span#nWhat {
	background-image: url(/_media/valprop_nav_what_up.gif);
}

/*
*************** PRODUCT LANDING PAGE ********************/
body.pProduct #valProp {
	background: url(/_media/bg_products_landing.gif) repeat-y;
}

#productTop {
	background:url(/_media/download_wavemaker_top.gif) no-repeat;
	padding-top: 21px;
	width: 952px;
	margin-left: 2px;
}

#valProp #downloadImage {
	float: right;
	width: 277px;
	margin: -51px 58px 0 50px;
	display: inline;
}

#prodValprop {
	width: 890px;
	margin: 0 auto;
}

#valProp .colHalf div {
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-left: 0;
	width: 410px;
}

#valProp .colHalf div h2 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
}

#valProp .colHalf div p {
	color: #b3d5f0;
}

#valProp .colRight {
	float: right;
	text-align: right;
	background: none;
}

.indent {
	margin-left: 15px;
}

/*
*************** SIDEBAR ********************/
#sidebar {
	float: right;
	width: 309px;
	margin-left: 10px;
	display: inline;
}

#sidebar .graybox {
	padding-top: 15px;
	margin-bottom: 20px;
}

#sidebar .graybox hr.ruleThin {
	margin-bottom: 10px;
}

body.sidebar #content {
	width: 610px;
}

.infoBoxTop {
	background: url(../_media/sidebar_top.gif) no-repeat;
	padding-top: 5px;
	margin-bottom: 20px;
}

.infoBox {
	width: 271px;
	background: #f6f6f6;
	padding: 5px 10px;
}

.infoBoxBot {
	background: url(../_media/sidebar_bottom.gif) 0 100% no-repeat;
	padding-bottom: 5px;
}

#sidebar h2 {
	font-size: 15px;
	background:url(../_media/dots.gif) 0 100% repeat-x;
	padding-bottom: 5px;
}

#sidebar h5 {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}

#sidebar ul {
	background: none;
	padding: 0;
}

#sidebar ul li {
	background: none;
	padding: 0;
}
.resourceImage {
	float: left;
	width: 75px;
	margin-right: 10px;
	display: inline;
}

.promoTop {
	background: url(/_media/bg_promo_top.gif) no-repeat;
	padding: 20px 15px 0 15px;
	padding-bottom: 0;
	margin: 0;
	overflow: hidden;
	height: auto;
}

.promoBottom {
	background: url(/_media/bg_promo_bot.gif) 0 100% no-repeat;
	xxpadding-bottom: 10px;
	margin: 0;
	margin-bottom: 13px;
}

.promoBody {
	padding-left: 70px;
	padding-top: 10px;
	vertical-align: middle;
	margin: 0;
}

.iconPromo {
	background: url(/_media/icon_promo.gif) no-repeat;
}

.iconWM {
	background: url(/_media/icon_wavemaker.gif) no-repeat;
}

.promoTop {
	background: url(/_media/bg_promo_top.gif) no-repeat;
	padding: 20px 15px 0 15px;
	overflow: hidden;
}

.promoBottom {
	background: url(/_media/bg_promo_bot.gif) 0 100% no-repeat;
	padding-bottom: 50px;
	margin: 0;
	margin-bottom: 13px;
}

.promo4xTop {
	background: url(/_media/bg_4xpromo_top.gif) no-repeat;
	padding: 20px 15px 5px 15px;
	margin-bottom: 0;
	overflow: hidden;
	height: auto;
}

.promo4xBottom {
	background: url(/_media/bg_4xpromo_bot.gif) 0 100% no-repeat;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

#sidebar ul.promo4x {
	height: 36px;
	xxoverflow: hidden;
	clear: left;
	margin: 0;	
}
#sidebar ul.borderTop {
	background: url(/_media/dots_horiz.gif) repeat-x;
}
#sidebar ul.borderTop li {
	padding-top: 10px;
}

#sidebar ul.promo4x li {
	float: left;
	width: 138px;
	margin-bottom: 0;
}

#sidebar ul.promo4x li a {
	display: block;
	height: 36px;
	width: 104px;
	padding-left: 35px;
	font-size: 11px;
	text-decoration: none;	
}

#sidebar ul.promo4x li p {
	color: #acacac;
	font-size: 10px;	
	line-height: 1.2;
	margin: 0;
}
#sidebar ul.promo4x li p span {
	color: #087dc1;
	font-size: 11px;	
	font-weight: bold;
}

#sidebar ul.promo4x li a:hover span {
	color: #087dc1;
}

#sidebar ul.promo4x li.borderLt {
	background: url(/_media/dots_vert.gif) repeat-y;
	padding-left: 10px;
	width: 128px;
}
#sidebar ul.promo4x li.borderLt a {
	width: 94px;
}

#sidebar ul.promo4x li a.iconDownload2 {
	background: url(/_media/icon_download.gif) no-repeat;
}
#sidebar ul.promo4x li a.iconExplore {
	background: url(/_media/icon_explore.gif) no-repeat;
}
#sidebar ul.promo4x li a.iconWatch {
	background: url(/_media/icon_watch.gif) no-repeat;
}
#sidebar ul.promo4x li a.iconJoin {
	background: url(/_media/icon_join.gif) no-repeat;
}

/*
*************** FORMS ********************/
form.contactForm {
	xxmargin-left: 100px;
}

form.contactForm td {	
	padding: 5px;
}

input, textarea, select {
	padding: 3px;
	border: 1px solid #ccc;
}

form.contactForm select {	
	width: 99%;
}

.submit {
	border: 1px solid #000;
	background: url(/_media/bg_topnav_up.gif) repeat-x;
	width: 70px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
	cursor: pointer;
}
.downloadbutton {
	border: 0px;
	
}

form#signUp input {
	float: left;
	margin-left: 5px;
	height: 15px;
	padding: 2px;
	border: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
}

form#signUp input.submitButton {
	border: 1px solid #959595;
	cursor: pointer;
	height: 19px;
	padding: 0;
	margin-right: 20px;
}

form#becomePartner table td {
	padding: 3px;
}

form#becomePartner input {
	float: left;
	margin-left: 5px;
	height: 15px;
	padding: 2px;
	border: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
}

form#becomePartner input.submitButton {
	border: 1px solid #959595;
	cursor: pointer;
	height: 20px;
	color: #000;
	padding: 5px;
	padding-top: 2px;
}

input.error, textarea.error, select.error {
	border: 1px solid #087DC1;
}

div.error, div.confirm {
	border: 1px solid #087DC1;
	color: #087DC1;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

/*
*************** SUPER FOOTER ********************/
#superFooter {
	border-top: 1px solid #d4d4d4;
	padding: 30px 0;
	margin-top: 50px;
	height: 1%;
} 

#superFooter p {
	float: left;
	width: 130px;
	margin: 0;
	line-height: 1.2;
}

#superFooter p a {
	color: #636363;
	font-size: 11px;
	text-decoration: none;
}

#superFooter p a.darkLink {
	color: #252525;
	font-weight: bold;
}

#superFooter p a:hover {
	text-decoration: underline;
}

#superFooter .download {
	float: left;
	width: 155px;
}

a.iconDownload {
	background: url(/_media/download_arrow.gif) 100% 0 no-repeat;
	padding-right: 20px;
	padding-bottom: 5px;
	width: auto;
	font-size: 11px;
	text-decoration: none;
}

.download img {
	padding-right: 10px;
	margin-top: 0px;
	display: inline;
}



/*
*************** FOOTER ********************/
#footer{
	clear: both;
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
	padding-bottom: 12px;
} 

body.pHome #footer {
	margin-top: 25px;
}

#footerLt {
	float: left;
	width: 75%;
	color: #959595;
	font-size: 10px;
}

#footerLt h5 {
	float: left;
	padding-top: 3px;
}

#footerLt p {
	padding-top: 3px;
	color: #959595;
}

#footerLt a {
	color: #959595;
	font-size: 10px;
	text-decoration: none;
}

#footerLt a:hover {
	text-decoration: none;
}

#footerRt {
	float: right;	
	color: #959595;
	font-size: 10px;
	padding-top: 3px;
}

#footerRt a {
	color: #959595;
	font-size: 10px;
	text-decoration: none;
}

#footerRt a:hover {
	color: #959595;
	text-decoration: none;
}

/*
*************** TABLES ********************/
.std {
	xxwidth: 100%;
}

.std th, .std td {
	padding: 12px 10px;
}

div.grayHead table.std tr th {
	padding: 0 10px;
	text-align: left;
}

.std td {
	border-bottom: 1px solid #ebebeb;
}

.even {
	background: #f6f9fb;
}

/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr { 
	display: none;
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
}

hr.ruleThin {
	clear: both;
	display: block;
	height: auto;
    border-top:1px solid #ccc;
	margin: 30px 0;
}

#sidebar hr.ruleThin {
	margin: 5px 0;
}

.ruleThick {
	clear: both;
	display: block;
	height: auto;
    border-top:7px solid #555;
	margin: 30px 0;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}