/* color definitions

#efefef - light gray (background, navigation)
#378bb3 - corporate blue
#faa35e - orange heading
#828282 - dark gray (navigation)

*/

/* Style Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, strong, 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%;
	background: transparent;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
Layout Styles
*/

html 
{
    background: #efefef url(../images/background_fade.gif) repeat-x left top;
}

.clear 
{
    clear: both;
}

a {
	color: #378bb3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img 
{
    text-decoration: none;
}

a.button 
{
    display: block;
    padding: .5em;
    background-color: #faa35e;
    color: #000;
    margin: .5em 0;
    text-align: center;
}

a.button:hover 
{
    background-color: #efefef;
}

a.btn_gray  {
	padding: .8em 1em;
	color: #000;
	text-decoration: underline;
	background-color: #efefef;
	/* background: #efefef url(../images/icons/arrow.gif) no-repeat 1em center; */
	font-weight: bold;
	width: 40%;
	font-size: 1.5em;
	margin: 1.5em auto;
	text-align: center;
	display: block;
}

a.btn_gray:hover {
	color: #fff;
	background-color: #828282;
	text-decoration: none;
}

a.pdf { 
   padding: 1px 20px 1px 1px;
   background: transparent url('../images/icons/page_white_acrobat.png') no-repeat center right;
}

a.html { 
   padding: 1px 20px 1px 1px;
   background: transparent url('../images/icons/page_white_world.png') no-repeat center right;
}

a.twitter { 
   padding: 1px 20px 1px 1px;
   background: transparent url('../images/icons/twitter.png') no-repeat center right;
}

h1 {
	background-color: #378bb3;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 1.5em;
	padding: 1em 0 0 1.9em;
}

h1.feature_b 
{
    *padding-top: .5em; /* IE */
}

.caption 
{
    color: #828282;
    font-size: 90%;
}

.white {
	color: #fff;
	clear: left;
}
    .white a 
    {
        color: #fff;
        text-decoration: underline;
    }
    .white a:hover 
    {
        text-decoration: none;
    }

img.bio 
{
    border: .3em solid #efefef;
    float: left;
    margin-right: 1em !important;
}

img.right 
{
    float: right;
    margin-right: 1em !important;
}

h2 {
	color: #faa35e;
	font-size: 1.5em;
	padding: 1em 0 0 1.9em;
}

	h2 a {
		color: #faa35e;
		text-decoration: none;
	}

		h2 a:hover {
			text-decoration: underline;
		}

#content #leftcol h3 {
	font-weight: bold;
	font-size: 1.3em;
	padding: .8em 0 0 2.2em;
}

#content #rightcol h3 
{
    font-weight: bold;
	font-size: 1.3em;
	padding: .8em 1.9em .5em .8em;
}

.center {
	text-align: center;
	margin: 0 auto;
}

img#left_3d {
	position: absolute;
	left: 0;
	top: -10px;
}

img.orangeleft_3d {
	position: absolute;
	left: 0;
	top: -6px;
}

img#right_3d {
	position: absolute;
	right: 0;
	top: -10px;
}

body {
	background: transparent url(../images/bg_white.gif) repeat-y center;
}

#wrap {
	width: 990px;
	margin: 0 auto;
	font-size: 1.2em;
}

	#hd {
		position: relative;
		z-index: 1;
	}
        
        #hd #social 
        {
            position: absolute;
            top: 2px;
            right: 35px;
            height: 20px;
            line-height: 25px;
        }
            
            #hd #social a img 
            {
                margin: 0 0 0 10px;
                vertical-align: text-bottom;
            }
                
		#hd a img {
			margin: 1.5em 0 1em 2.8em;
		}
	
		#hd form#searchform {
			position: absolute;
			right: 2.9em;
			top: 4.3em;
		}
			
			#hd form#searchform input#search {
				width: 15em;
				border: 1px solid #828282;
				padding: .2em;
			}
		
			#hd form#searchform input#btn {
				border: none;
				background-color: #efefef;
				color: #000;
				font-size: 1em;
				padding: .2em .5em;
				margin-top: -3px;
				*margin-top: -7px;
			}
				
				#hd form#searchform input#search:focus {
					outline: 1px;
					border: 1px solid #378bb3;
				}
		#hd .hd_mobileapp 
		{
			position: absolute;
			top: 46px;
			right: 36px;
			padding: 20px 0 14px 84px;
			background: url(../Images/ico_mobilenew.gif) no-repeat;
		}

	#nav {
		margin: 0 2.9em 2em 2.9em;
		background-color: #efefef;
	}

		#nav ul, #nav ul ul {
			overflow: auto;
			padding: 0;
			margin: 0;
		}
	
				#nav ul a {
					display: block;
					padding: 1em 1em;
					background-color: #efefef;
					color: #000;
					text-decoration: none;
				}
			
				#nav ul a:hover {
					background-color: #828282;
					color: #fff;
				}
				
				#nav ul li {
					float: left;
				}
				
				#nav ul li ul {
					position: absolute;
					left: -9999em;
				}
				
				#nav ul li:hover ul, #nav ul li.sfHover ul {
					left: auto;
					z-index: 50;
				}
				
				#nav ul li ul a {
					width: 13em;
					border-left: 2px solid #828282;
				}
				
				#nav ul li ul li {
					clear: left;
				}
				
				#nav ul li.active a {
					background: #828282 url(../images/nav_marker.gif) no-repeat bottom right;
					color: #fff;
				}
				
				#nav ul li.active ul a {
					background-image: none;
					background-color: #efefef;
					color: #000;
				}
				
				#nav ul li.active ul a:hover {
					color: #fff;
					background-color: #828282;
				}

	#content {
		overflow: auto;
	}
	
	#content #leftcol {
		width: 630px;
		float: left;
		padding-top: 1em;
	}

	#content #rightcol {
		width: 330px;
		float: right;
		padding-top: 1em;
	}
	
		#content #leftcol h1 {
			padding: .5em .5em .5em 1.9em;
			position: relative;
		}
		
		#content #leftcol h1 img {
			position: absolute;
			left: 0;
			top: -10px;
			*top: -8px; /* IE */
			margin: 0;
		}

		#content #rightcol h1 {
			padding: .5em 1.9em .5em .6em;
			position: relative;
		}
		
		#content #rightcol h1 img {
			position: absolute;
			right: 0;
			top: -10px;
			margin: 0;
			*top: -8px; /* IE */
		}
	
	#content #leftcol p {
		margin: 1em 0 1em 2.9em;
		line-height: 1.5em;
	}
	
	#content #leftcol #process 
	{
	    margin: 1em 0 2em 2.9em;
	}
	
	#content #leftcol form
	{
	    line-height: 2.5em;
	    margin: 0 0 0 2.9em;
	}
    
        #content #leftcol form fieldset 
        {
            padding: 0 20px 20px;
            margin: 0 0 0 .8em;
        }
        
            #content #leftcol form fieldset p 
            {
                padding: 0;
                margin: 0;
            }
        
        #content #leftcol form label 
        {
            display: block;
            float: left;
            clear: left;
            text-align: right;
            width: 30%;
            margin: 6px 5px 0 0;
        }
        
        #content #leftcol form input, #content #leftcol form select
        {
            margin: 1em 0 0 0;
            width: 40%;
        }
        
    	#content #leftcol form select 
    	{
    	    width: 39%;
    	    _width: 41%;
    	}
    	
    	#content #leftcol form span.confirmation 
    	{
    	    display: none; 	    
    	}
    	
    	#content #leftcol form span.success 
    	{
    	    border: 2px solid #afbc21;
    	    padding: .5em;
    	    display: block;
    	    text-align: center; 
    	    background: #e2e2e2; 
    	    font-weight: bold;
    	}
    	
    	#content #leftcol form span.fail 
    	{
    	    border: 2px solid #ff0000;
    	    padding: .5em;
    	    display: block;
    	    text-align: center; 
    	    background: #e2e2e2; 
    	    font-weight: bold;
    	}
    	
    	#content #leftcol form fieldset#section2 label, #content #leftcol form fieldset#section2 input
        {
            padding: 0;
            margin: 0;
            float: none;
            display: inline;
            clear: left;
            width: auto;
        }
        
        #content #leftcol form fieldset#section2 input,  #content #leftcol form fieldset#section2 select, #content #leftcol form fieldset#section2 textarea
        {
            margin-left: 170px;
        }
        
        #content #leftcol form fieldset#section2 textarea 
        {
            *margin-left: 126px; /* IE */
        }
        
        #content #leftcol form fieldset#section2 input 
        {
            *margin-left: 165px; /* IE */
        }
 
     		#content #leftcol form .uploadcomfix label, #content #leftcol form .uploadcomfix input
			{
				display: inline;
				float: none;
				clear: none;
				text-align: left;
				width: auto;
				margin: 0;
			}
     		#content #leftcol form .uploadcomfix fieldset#section2 input
			{
				padding: 0;
				margin: 0;
				float: none;
				display: inline;
				clear: none;
				width: auto;
			}
	        
			#content #leftcol form .uploadcomfix select, #content #leftcol form .uploadcomfix fieldset#section2 textarea
			{
				margin-left: 0px;
			}
	        
			#content #leftcol form .uploadcomfix fieldset#section2 textarea 
			{
				*margin-left: 0px; /* IE */
			}
	        
			#content #leftcol form .uploadcomfix input 
			{
				*margin-left: 0px; /* IE */
			}

			.uploadcomfix 
			{
				padding: 12px 0 20px 0;
			}
			.uploadcomfix .uploadcom-label 
			{
				float: left;
				width: 140px;
				text-align: right;
			}
			.uploadcomfix .uploadcom-field, .uploadcomfix .uploadcom-field-check, .uploadcomfix .uploadcom-field-textarea 
			{
				float: left;
				width: 220px;
				padding: 4px 0 0 12px;
			}
			.uploadcomfix .uploadcom-field-check 
			{
				padding: 6px 0 0 12px;
			}
			.uploadcomfix .uploadcom-field-textarea 
			{
				width: 320px;
				padding: 4px 0 0 12px;
			} 
			.uploadcomfix .uploadcom-validator 
			{
				float: right;
				width: 170px;
				font-size: 11px;
			}

        #content #leftcol form input#ctl00_LeftColumn_Submit1
        {
            width: auto;
            margin-left: 197px;
            font-size: 1em;
        }
        
	#content #leftcol img {
		margin: 1em 0 1em 2.9em;
	}

	#content #leftcol .image_container, #content #rightcol .image_container 
	{
	    float: left;
	    text-align: center;
	    width: 120px;
	    margin: 0 0 1.6em 2.9em;
	    color: #828282;
	}
	#content #rightcol .image_container 
	{
	    margin: 0 0 1.6em 1.6em;
	}

	    #content #leftcol .image_container img, #content #rightcol .image_container img
	    {
	        margin: 0 0 1em 0;
	    }

	#content #leftcol .bio
	{
	    margin: 1em 0 2em 2.9em;
	    overflow: auto;
	}
	    
	    #content #leftcol .bio a img 
	    {
	        margin: 0 .5em 0 0;
	        border: .4em solid #efefef;
	        float: left;
	    }
	    
	    #content #leftcol .bio p 
	    {
	        margin: 0;
	    }
	    
	    #content #leftcol .bio h3 
	    {
	        padding: 0 0 .5em 0;
	    }
	
	#content #leftcol ul {
		list-style-type: square;
		margin: 1em 0 1em 6em;
		list-style-position: outside;
		line-height: 1.5em;
	}
		
		#content #leftcol ul li {
			margin: 0 0 1em 0;
		}
		
		    #content #leftcol ul li ul 
		    {
		        list-style-type: circle;
		        margin-left: 3em;
		    }
		
		#content #leftcol ul li img.right
		{
		    float: right;
		}
	
	#content #leftcol ul.target 
	{
	    list-style-type: none;
	    margin-left: 3em;
	}
		
	    #content #leftcol ul.target li {
		    background: transparent url(../images/icons/target.png) no-repeat left top;
		    padding-left: 5em;
	    }
	
	#content #leftcol ul.custom 
	{
	    list-style-type: none;
	    margin-left: 3em;
	}
	
	    #content #leftcol ul.custom li {
		    padding-left: 5em;
	    }
	
	    #content #leftcol ul.custom li.money {
		    background: transparent url(../images/icons/money.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.apps {
		    background: transparent url(../images/icons/apps.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.seal {
		    background: transparent url(../images/icons/seal.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.analytics {
		    background: transparent url(../images/icons/analytics.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.distribute {
		    background: transparent url(../images/icons/distribute.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.user {
		    background: transparent url(../images/icons/user.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.tech {
		    background: transparent url(../images/icons/tech.png) no-repeat left top;
	    }
	
	#content #leftcol ol {
		list-style-type: decimal;
		margin: 1em 0 1em 6em;
		list-style-position: outside;
		line-height: 1.5em;
	}
	
		#content #leftcol ol li {
			margin: 0 0 1em 0;
		}
	
	#content #leftcol blockquote {
		margin: 1em 0 1em 5em;
		line-height: 1.5em;
	}
	#content #leftcol #blogfeed 
	{
        padding: 1.5em 2.9em 2.9em 0;
	}
	#content #leftcol #blogfeed img 
	{
	    float: left;
	    margin-right: 2em;
	}
	
	#content #leftcol p#customersupport label
	{
	    font-weight: bold;
	}
	
	#content #leftcol p#customersupport input.text,  #content #leftcol p#customersupport textarea
	{
	    margin: 0 0 15px 0;
	    width: 200px;
	}
	#content #leftcol p#customersupport .error 
	{
	    color: #ff0000;
	    vertical-align: top;
	}
	
	#content #leftcol p#customersupport span#submitmsg 
	{
	    border-left: 5px solid green;
	    display: none;
	    margin: 10px 0 0 0;
	    padding: 0 0 0 15px;
	}
	
	#content #rightcol p {
		margin: 1em 2.9em 1em 1em;
		line-height: 1.5em;
	}
	        #content #rightcol .whitepaper 
	        {
	            padding: .5em;
	        }
	        
	        #content #rightcol .whitepaper span#header 
	        {
	            color: #faa35e;
	            font-size: 1.5em;
	            font-weight: bold;
	        }
	        
	        #content #rightcol .whitepaper img 
	        {
	            float: right;
	        }
	        
	        #content #rightcol p.contact img
	        {
	            float: left;
	            margin: 0 1em 0 0;
	        }
	        
	        #content #rightcol p.contact strong 
	        {
	            font-size: 1.6em;
	            color: #378bb3;
	        }
	    
	        #content #rightcol p.testimonials
	        {
	            background-color: #efefef;
	            padding: 1em;
	            position: relative;
	        }
	        
	            #content #rightcol p.testimonials img 
	            {
	                position: absolute;
	                bottom: -8px;
	                *bottom: -6px; /* IE */
	                right: 0;
	            }
	        
	        #content #rightcol p.author
	        {
	            text-align: right;
	            color: #828282;
	        }
	        
	        #content #rightcol a#demo_link 
	        {
	            display: block;
	            width: 270px;
	            height: 198px;
	            background: url(../images/demo/jenkat_demo_preview.png) no-repeat left;
	        }
	        
	            #content #rightcol a#demo_link:hover 
	            {
	                background-position: right;
	            }
	
	#content #rightcol img.promo {
		margin: 1em 2.9em 1em 1em;
	}
	
	#content #feature {
		height: 300px;
		background-color: #378bb3;
		margin: 2.5em 0 2em;
		position: relative;
	}
	
		#content #feature #byline {
			position: absolute;
			font-size: 1.5em;
			right: 2em;
			top: -1.6em;
			background-color: #efefef;
			padding: .3em .5em;
			z-index: 20;
		}
			
			#content #feature #byline img {
				position: absolute;
				right: 0;
				bottom: -8px;
			}
			
			#content #feature .pod, #content #feature .podlast, #content #feature .podfirst {
				width: 260px;
				height: 200px;
				background-color: #fff;
				float: left;
				margin: 1em 4.5em 0 0;
				position: relative;
			}
			
			#content #feature .podlast {
				margin-right: 0;
			}
			
			#content #feature .podfirst {
				margin-left: 4.2em;
			}
			
				#content #feature .pod h1, #content #feature .podlast h1, #content #feature .podfirst h1 {
					color: #000;
					padding: .5em 1em 0 0;
					text-align: right;
					background-color: #fff;
				}
				
				#content #feature .pod p, #content #feature .podlast p, #content #feature .podfirst p {
					line-height: 1.5em;
					text-align: right;
					padding: .5em 1.5em 0 .5em;
				}
				
				#content #feature a.orangebtn {
					position: absolute;
					bottom: 1em;
					left: -10px;
					padding: 1em 1em 1em 5em;
					color: #000;
					background-color: #faa35e;
				}
				
				#content #feature .money {
					background: #fff url(../images/feature_money.gif) no-repeat bottom right;
				}
				
				#content #feature .distribute {
					background: #fff url(../images/feature_distribution.gif) no-repeat bottom right;
				}
				
				#content #feature .engage {
					background: #fff url(../images/feature_engagement.gif) no-repeat bottom right;
				}
			
		#content #feature img#feat_arrowdown {
			position: absolute;
			bottom: -10px;
			left: 490px;
		}

	#ft {
		margin: 1em 2.9em;
		background-color: #efefef;
		padding: 1em 0;
		overflow: auto;
		position: relative;
		line-height: 1.5em;
		clear: both;
	}
	    
	    #ft ul 
	    {
	        float: left;
	        margin: 0 5em 0 0;
	    }
	    
		#ft a {
			color: #000;
			text-decoration: none;
			margin: 0 1em;
		}
		
		#ft a:hover {
			text-decoration: underline;
		}
		
		#ft p.legal 
		{
		    position: absolute;
		    top: 1em;
		    right: 1em;
			float: right;
			text-align: right;
		}
		    
		    #ft p.legal img 
		    {
		        margin: 0 0 .5em 0;
		    }

.home_mobileapp 
{
	float: left;
	width: 295px;
}
	.home_mobile_sweepstakes {
		margin: 20px 0 0 36px;
		padding: 61px 14px 16px 14px;
		background: url(../images/bg_mobile_sweepstakes.gif) no-repeat;
		line-height: 1.5em;
	}
.home_blogfeed 
{
	float: left;
	width: 330px;
}
	#content #leftcol .home_blogfeed h1 img 
	{
		display: none;
	}

.getdistro_windows 
{
	margin: 16px 0 0 0;
}

.contactus_getdistro 
{
}
	.getdistrotitle 
	{
		margin-left: 170px;
	}
	#content #leftcol form fieldset#section2 .contactus_getdistro input 
	{
		margin-left: 200px;
	}
#content #leftcol ul.affiliateIconList li {margin-bottom: 0.25em;}