
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; text-decoration: none; }
.clearFloat { clear: both; }
.hidden { display: none; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}

/* PIE's "How To Clear Floats Without Structural Markup"
http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden;
}

.clearfix {display : inline-block;}

/* Hides from IE-mac \*/
.clearfix {display : block;}
/* End hide from IE-mac */


/* PIE's hack to stop IE adding 3px to width when using italics
http://www.positioniseverything.net/explorer/italicbug-ie.html */
/* \*/
* html .clearfix {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */


/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 1.625em;
	color: #6a747d;
	font-weight: bold;
	padding: 0 0 3px 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
}
h1.bannerHeader {
	font-size: 1.4375em;
	color: #ececec;
	background: #333;
	padding: 20px 0;
	text-align: center;
	margin: 0 0 19px 0;
}
h1.home {
	color: #000;
	border: 0;
	margin-top: 20px;
}
h2 {
	font-size: 1.125em;
	color: #6a747d;
	font-weight: bold;
	margin: 0 0 1.2em 0;
	padding: 0 0 1px 15px;
	border-bottom: 2px #dedede solid;
}
.featureContent h2 {
	color: #000;
	font-size: 1em;
	border-bottom: 1px #dedede solid;
	margin: 0 0 .5em 0;
	padding-left: 0;
}
#footer h2 {
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: .9375em;
	color: #6a747d;
	font-weight: bold;
	margin: 6px 0 6px 0;
}
p {
	font-size: .8125em;
	color: #6a747d;
	margin: 0 0 1em 15px;
	line-height: 140%;
}
.featureContent p {
	margin: 0 0 .2em 0;
	font-size: .8125em;
	line-height: 120%;
}
a {

}
.bodyList li {
	font-size: .8125em;
	color: #6a747d;
	margin: 0 0 1em 45px;
	line-height: 140%;
	list-style-type: disc;
}

/**********************************************  HEADER  **********************************************/

#header {
	width: 630px;
	margin: 0px auto 16px;
	border-bottom: 24px #333 solid;
	overflow: hidden;
	position: relative;
	padding: 80px 0 0 170px;
}

#header ul li { 
	float:right; 
}	
#header ul li a { 
	color:#6a747e;
	display:block; 
	float:left; 
	width:auto; 
	text-align:center; 
	text-transform: uppercase;
	height:25px;
	font-weight:bold; 
	margin:0 0 0 16px; 
	text-decoration:none; 
	font-size: .6875em; 
	background: url('../images/menu/nav.gif') no-repeat center; 
}
#header ul li a:hover { 
	color:#000000; 
	background: url('../images/menu/nav-over.gif') no-repeat center; 
}


.apps #miApps a,
.tech #miTech a,
.publisher #miPublisher a,
.advertiser #miAdvertiser a,
.company #miCompany a{
	background: url('../images/menu/nav-current.gif') no-repeat center bottom;
}
#header .homeLink {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header.home {
	border-bottom: 0;
	margin-bottom: 0;
}


/**********************************************  FOOTER  **********************************************/

#footerWrapper {
	border-top: 3px #939393 solid;
	background: #1c2222;
	padding: 20px 0 0 0;
}
#footerWrapper ul {
	background: #232728 url('../images/footer/footer-menu-bg.gif') repeat-x;
	padding: 25px 0 25px;
	text-align: center;
}
#footerWrapper ul li {
	display: inline;
	border-left: 1px #fff solid;
	padding: 0 7px 0 11px;
	font-size: .6875em;
}
#footerWrapper ul li.first {
	border: none;
}
#footerWrapper ul a {
	color: #fff;
}
#footerWrapper ul a:hover {
	text-decoration: underline;
}
#footer {
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0 0 50px 0;
}
.contactDetails {
	float: left;
}
.contactDetails address {
	color: #fff;
	margin: 15px 0 15px 0;
	font-size: .9375em;
}
.contactDetails a {
	color: #fff;
	font-size: .9375em;
}
.contactDetails a:hover {
	text-decoration: underline;
}
#footer .register {
	margin: 0 34px 0 0;
	float: right;
	display: inline;
	width: auto !important;
	width: 333px;
}
#footer fieldset {
	position: relative;
	margin: 0 0 5px 0;
}
#footer legend {
	color: #fff;
	font-size: 1.375em;
}
#footer legend span {
	position: absolute !important;
	left: 0;
	top: 0;
	font-weight: bold;
}
#footer label {
	font-family: verdana, sans-serif;
	color: #bebebe;
	font-size: .75em;
	display: -moz-inline-box;
	display: inline-block;
	width: 6em;
	line-height: 140%;
}
#footer ol {
	padding: 2em 0 0 0;
	overflow: hidden;
}
#footer ol input {
	border: 1px #bebebe solid;
	padding: 2px 0 2px 4px;
	width: 251px;
	font-size: .8125em;
}
#footer ol li {
	clear: both;
	margin: 0 0 5px 0;
}
.regSubmitBtn {
	background: none;
	border: 0;
	color: #f78427;
	font-weight: bold;
	cursor: pointer;
	padding: 0px;
	vertical-align: top;
	position: relative;
	font-size: .8125em;
	bottom: 2px;
	left: 10px;
	overflow: visible;
	width: auto;
}
.cancelBtn {
	color: #f78427;
	font-weight: bold;
	font-size: .8125em;
	margin: 0 0 0 224px;
	vertical-align: top;
	line-height: 100%;
}
.cancelBtn:hover, .regSubmitBtn:hover {
}
.regStatusMsg
{
	background: none;
	border: 0;
	color: #f78427;
	font-weight: bold;
	font-size: 1.2em;
}



/***********************************************  MENU  ***********************************************/

#menu {

}

/***********************************************  NAV  ************************************************/

#nav {

}


/***********************************************  BODY  ***********************************************/

body {
	border-top: 4px #333333 solid;
	font-family: arial;
}
#content {
	width: 800px;
	margin: 0px auto;
	padding: 0 0 35px 0;
}


/*******************************************  PAGE LAYOUT  ********************************************/




/********************************************  HOME PAGE  *********************************************/


/*******************************************  SAMPLE APPS  ********************************************/

.sampleApps {
	padding: 22px 0 0 0;
	overflow: hidden;
}
.sampleApps li {
	width: 245px;
	border-bottom: 3px #dedede solid;
	float: left;
}
.sampleApps li.center {
	margin: 0 32px;
	width: 246px;
}
.sampleApps li.hover {
	border-bottom: 3px #f78429 solid;
}
.sampleApps div {
	border: 1px #e9e9e9 solid;
	border-bottom: none;
	margin: 0 0 3px 0;
	background: url('../images/sample-apps-bg.gif') repeat-x bottom;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	min-height: 125px;
	height: auto !important;
	height: 125px;
}
.sampleApps img {
	float: left;
	margin: 0 10px 0 0;
}
.sampleApps p {
	color: #000;
	font-size: .6875em;
	line-height: 120%;
	margin: 0;
}
.sampleApps .txtLink {
	font-size: .6875em;
	color: #f68326;
	float: right;
	padding-right:10px;
	margin: 4px 0 0 0;
	background: url('../images/icons/arw-org.jpg') no-repeat right; 
}
.sampleAppsHeading {
	clear: both;
	margin: 50px 0 0 0;
}
.sampleAppsHeading.home {
	margin: 20px 0 0 0;
}


/**********************************************  COMMON  **********************************************/

.banner {
	padding: 4px 5px 7px 5px;
	border: 1px #ccc solid;
	margin: 0 0 17px 0;
}
.blockBorder {
	border: 8px #eee solid;
	padding: 3px;
}
.blockBorderInner {
	padding:15px;
	background: #eee;
}
.blockBorderInner p {
	margin-left:0px;
}

.homeFeature {
	float: right;
	width: 282px;
	margin: 52px 0 0 40px;
}
.featureContent {
	background: #eee;
	padding: 12px 3px 3px 12px;
}
.blockBorder {
	margin: 0 0 16px 0;
}
.sideFeature {
	float: right;
	width: 400px;
	margin: 0 0 0 40px;
}
.sideFeature .featureContent {
	margin:10px;
	padding:8px;
	border: 1px #ccc solid;
	background: #eee;
}
.sideFeature .featureContent sup {
	font-size:8px;
}
.feature {
	float: right;
	margin: 0 0 20px 40px;
	width: 412px;
}
.feature p {
	font-size: .6875em;
	margin: 8px 11px;
}
.featureHack {
	float: right;
	margin: 0 0 20px 40px;
	width: 470px;
}
.featureHack p {
	font-size: .6875em;
	margin: 8px 11px;
}
.featureContent .txtLink {
	text-align: right;
}
.featureContent .txtLink a {
	font-size: .6875em;
	color: #f68326;
}
.featureContent .txtLink a:hover {
	text-decoration: underline;
}
#flashcontent {
	border: 1px #ccc solid;
	text-align: center;
	padding: 12px 0;
	margin: 0 0 12px 0;
	background: url('../images/flash-cover.jpg') no-repeat center;
}
#flashcontent img {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rightImage {
	float: right;
	margin:10px 0 10px 10px;
}
.leftImage {
	float: left;
	margin:0 10px 10px 10px;
}
.bioBox {
	background: #eee;	
	height: 137px;
	margin: 0 0 20px 0;		
	padding: 20px;		
	font-size: .8125em;
	color: #6a747d;
	line-height: 140%;	
}
.bioBox .bioImage {
	border: 3px #dfdfdf solid;	
	float: left;
	width: 103px;
	margin: 0 20px 0 0;			
}	
p a {
	color: #f68326;
}
p a:hover {
	text-decoration: underline;
}

/**********************************************  SHADOW BOX  **********************************************/

#adslotPressContainer
{
    margin: 15px;
    padding-bottom: 15px;
}

#adslotPressContainer h1,
#adslotPressContainer h2,
#adslotPressContainer p
{
    color:#ddd;
}

#adslotPressContainer a,
#adslotPressContainer a:visited
{
    color: #F68326;
}

#webfirm {
	width: 800px;
	margin: -55px auto;
	overflow: hidden;
	text-align: right;
	font-size: .6875em;
}

#webfirm a 
{
    color: #797979;
}