body
{
	margin:0;
	background: #fff url('../assets/images/bg6.jpg') repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	
}

h1 
{
	color:#7DA6D0;
	font-size:20px;
}

h2
{
	color:#7DA6D0;
	font-size:18px;
}

p,li,blockquote
{
	font-size:90%;
	line-height:130%;
}

a,a:visited
{
	color:#333;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}





#container
{
	width:980px;
	margin:0 auto;	
	
}

.subPage
{
	background:#FFF;
	padding:15px 20px 20px 20px;
	/*
 filter:alpha(opacity=75);  IE's opacity

     opacity: 0.75;*/
}

.subPageNoBG
{
	
	padding:30px 20px 20px 20px;
	
}

#header
{
	width:auto;
	height:100px;
	
}


#mainBody
{
	width:auto;
	
	
	
}

#logo
{
	padding:25px 0 0 20px;
}

#showcase1
{
	width:auto;
	height:520px;
	padding:10px 10px 20px 10px;
}

#showcase_leftCol
{
	width:375px;
	height:450px;
	
	float:left;
	padding:30px 0 20px 0;
}


#showcase_rightCol
{
	width:535px;
	height:450px;
	
	float:left;
	text-align:center;
	padding:50px 0 20px 50px;

}


#showcase2
{
	width:auto;
	
	padding:20px 20px 20px 20px;
	

}

#showcase2_leftCol
{
	width:290px;
	
	padding:0 35px 0 0;
	float:left;
	
}

#showcase2_middleCol
{	
	width:290px;
	
	padding:0 35px 0 0;
	float:left;
}

#showcase2_rightCol
{	
	width:290px;
	
	
	float:left;
}


.clearFloat
{
	width:0px;
	height:0px;
	margin:0;
	padding:0;
	clear:both;
}



#footer
{
	width:auto;
	height:150px;
	text-align:center;
	font-size:11px;
	padding-top:20px;
/*	background:#F7F7F7;*/
	
}


#mediaIcons
{
	width:auto;
	
	padding:30px 0 30px 0;
}


.superHeading1
{ 
	
	 font-size:96px;
	 font-weight:bold;
	 color:#99CCFF;
	 width:auto;
	 padding:0 0 20px 0;
	
}

.superHeading2
{ 
	
	 font-size:64px;
	 font-weight:bold;
	 color:#99CCFF;
	 width:auto;
	 padding:0 0 20px 0;
	
}

.superHeading3
{ 
	
	 font-size:20px;
	 font-weight:normal;
	 color:#fff;
	 width:auto;
	 padding:0 0 5px 0;
	
}

.promoText1
{
	color:#000000;
	font-size:24px;
	line-height:120%;
	padding:15px;
}

.promoText2
{
	color:#E1EAFF;
	font-size:18px;
	padding:0 0 0 0;
	line-height:130%;
	
}

.promoText3
{
	color:#E1EAFF;
	font-size:18px;
	padding:0 0 0 0;
	line-height:130%;
	font-weight:normal;
	width:80%;
	
}




img { border:0; }


#mainNav
{
	width:980px;
	text-align:right;
	height:25px;
	
	padding:7px 0 3px 0;
	text-align:right;

}

#mainNav ul
{
	display:inline;
}

#mainNav li
{
	float:left;
	
	padding:3px 20px 0 20px;
	list-style:none;
	text-align:center;
	font-size:16px;

}

#mainNav li a,#mainNavLinks li a:visited
{
	color:#ddd;
	
	text-decoration:none;
}

#mainNav li a:hover
{
	text-decoration:underline;
}

#home #homeTab, .overviewSection #overviewHomeTab, #who #whoTab, #demo #demoTab, #pricing #pricingTab, #start #startTab
{
	background: #444;
	
}




#overviewMenu
{
	margin:0 auto 30px auto;
	
	
}
#overviewMenu ul
{
	display:inline;
}

#overviewMenu li
{
	float:left;
	height:83px;
	width:155px;
	
	background: url('../assets/images/overviewMenu/menuBG.png') repeat-x;
	border:1px solid #999;
	margin-right:10px;
	padding:10px 3px 0 3px;	
	
	
	list-style:none;
	text-align:center;
	font-size:14px;

}

#overview #overviewTab, #createManage #createTab, #promoteSell #promoteTab, #publishDeliver #publishTab, #keyFeatures #featuresTab
{
	background: url('../assets/images/overviewMenu/menuBG_selected.png') repeat-x;
}

#overviewMenu  a,#mainNavLinks  a:visited, #overviewMenu a:hover
{
	color:#333;
	text-decoration:none;
}





#overviewMenu p
{
	line-height:110%;
}


.overviewMenuHeading
{
	
	font-size:16px;
	font-weight:bold;
}



#slideshow {
    position:relative;
    height:440px;
	width:520px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 440px;
	width:520px;
 /*   background: url('../assets/images/slideshow/slideshowBG1.jpg') repeat-x;*/
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 400px;
	width:500px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}






#planGrid
	{
		width:900px;
		background:#fff;
		
	
	}
	
	#planGrid td
	{
		width:auto;
		border-top:1px dashed #ccc;
		border-bottom:1px dashed #ccc;
		padding:5px;
		text-align:center;
		font-size:14px;
	
	}
	
	#planGrid th
	{
		width:auto;
		
		padding:10px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
	
	}
	
	#planGrid .featureCell
	{
		text-align:left;
		width:410px;
		padding-left:10px;
	
	}
	
	#planGrid .featureCell p
	{
		font-weight:bold;
	
	}
	
	#planGrid .headingCell
	{
		font-size:18px;
		padding:15px;
		background:#7DA6D0;
		color:#eee;
	
	}
	
	.planGrid_levelCol
	{
		width:160px;
	}
	
	#startLeftCol
	{
		width:420px;
		float:left;
		height:600px;
		border: none;
		background: #fff url(../css/custom-theme/images/ui-bg-contentCustom.png) repeat-x; color: #000;
		padding:15px 25px 0 15px;
		
		
	}
	
	#startRightCol
	{
		width:420px;
		float:left;
		height:600px;
		background:#FFFFCC;
		padding:15px 15px 0 25px;
		border: none; background: #fff url(../css/custom-theme/images/ui-bg-contentCustom.png) repeat-x; color: #000;
		
	}
	
	

