* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	outline: none;
}

body {
	background-image: url(../images/web_bk.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#wrapper {
	margin: auto;
	width: 930px;
}
/* Navigation */
#top {
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding: 10px 5px 12px;
}
	#logo {
		margin-left: 5px;
	}
	#tnav {
		float: right;
		font-size: 12px;
	}
	#tnav a {
		color: #333333;
		padding: 3px 5px;
		text-decoration: none;
	}
	#tnav a:hover {
		background-color:#FF0000;
		color: #FFFFFF;
		padding: 3px 5px;
		text-decoration: none;
	}

#mainnav {
	clear: both;
	height: 25px;
	padding-top: 3px;
}
	#mainnav li {
		float:left;	
		margin-right: 1.85em;
		padding: 5px 0;
		border: 3px solid #fff;
	}	
	#mainnav a {
		text-decoration:none;
		color:#333333;
		padding: 5px;
	}
	#mainnav a:hover {
		text-decoration:none;
		color:#FF0000;
	}
	#mainnav .active a {
		color:#FF0000;
	}
	#mainnav .active2 {
		border: 3px solid #ff0000;
		border-bottom: none;
	}
	#mainnav .active2 a {
		color:#FF0000;
	}
	.inactive {
		border: 3px solid #FFF;
		border-bottom: none;
	}
	
#nav2 {
	display: none;
	background-color: #ffffff;
	border: 3px #ff0000 solid;
	float: left;
	clear: left;
	width: 200px;
	margin-top: 5px;
	position:absolute;
	border-top: none;
	z-index: 500;
	margin-left: 5.5em;
}
	#nav2 li {
		margin: 5px;
	}
	#nav2 .nav2active {
		background-color: #ff0000;
	}
	#nav2 a {
		text-decoration:none;
		color:#333333;
		padding: 0 5px;
	}
	#nav2 a:hover {
		text-decoration:none;
		color:#FFFFFF;
		background-color: #ff0000;
	}
	#nav2 .magicborder{
		background-color: #FF0000;
		height:1px;
		border: 1px solid #FF0000;
		float:right;
		width:79px;
		margin: -3px -3px 0 0;
		line-height: 1px;
		font-size: 3px;
	}

/*\*/
html*#nav2 .magicborder {
	width: 75px;
}/**/

/*\*/
* html #nav2 {
	margin-top: -5px;
}
/**/

#IEfix {
	margin-top: -5px;
}

	.IEmagicborder{
		background-color: #FF0000;
		border: 1px solid #FF0000;
		height: 1px;
		float:right;
		width:5px;
		margin-top: -3px;
		line-height: 1px;
		font-size: 3px;
	}


/* ----------
Middle Section (slider & bottom features) 
-----------*/

#bigtext {
	color:#FFFFFF;
	float:left;
	font-family:Palatino,Times New Roman;
	font-size:60px;
	margin:5px 15px 0 10px;
}

#middle {
	margin-bottom: 25px;
	height: 350px;
	width: 930px;
}

.plainbox {
	margin-bottom: 25px;
}
.simplebox {
	margin-bottom: 25px;
	background-color: #ffffff;
	padding: 15px;
	text-align:justify;
}
	.simplebox ul {
		margin-bottom:15px;
	}
	.simplebox label{
		cursor: pointer;
		width:250px;
		float:left;
		text-align:right;
		padding:5px;
	}
	.simplebox li{
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.simplebox input {
		margin-left: 10px;
	}
	.simplebox select {
		margin-left: 10px;
	}
	.simplebox p {
		color: #666;
		margin: 5px 0 10px;
	}
	.simplebox textarea {
		margin-left: 10px;
		width: 450px;
		height: 200px;
	}

.iama {
	margin-bottom: 25px;
	background-color: #ffffff;
	padding: 15px;
	text-align:justify;
}

#content {
	background-color: #FFFFFF;
	margin-bottom: 25px;
	background-image: url(../images/contentback.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 930px;
}
#whatsnew {
	float: left;
	width: 280px;
	padding: 30px 20px 0 20px;
}
	.entry {
		height: 70px;
		padding-top:1px;
		text-align: left;
	}
		.entry:hover {
			background-color:#eeeeee;
			cursor: pointer;
		}
		.entry a {
			color: #777;
			text-decoration: none;
			}
		
		.blurbdate {
			font-weight: bold;
			font-size: 18px;
			margin: 25px 0 0 10px;
		}
		.blurb {
			float: right;
			font-size: 10px;
			width: 190px;
			margin: 5px 0 0;
		}

.featurefix {
	width: 270px;
	height: 145px;
	float: left;
	position: relative;
	overflow: hidden;
	line-height: 16px;
	font-size: 14px;
	padding: 30px 20px 0px;
}

#feature h1 {
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	font-size: 24px;
	color: #999;
	padding: 10px 0 5px;
}
#feature h4 {
	padding: 5px 0;
	color: #666;
}
#feature p {
	color: #666;
	font-size: 12px;
}
#feature a {
	text-decoration: underline;
}

.jcarousel-container {
    position: relative;
    float: left;
	width: 275px;
	line-height: 16px;
	font-size: 14px;
	
	text-align: justify;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 140px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	color: #999;
    float: left;
    list-style: none;
    width: 275px;
    height: 140px;
}

.jcarousel-list li,
.jcarousel-item a {
    color: #666666;
	text-decoration: none;
}

	
#start {
	width: 290px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:right;
	margin: 22px 5px 0 0;
	display: inline;
}

a.srollover {
	display: block;
	width: 290px;
	height: 76px;
	background: url("../images/getstartedroll_1.png") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.srollover {
		background-position: right;
	}
	
	a.arollover {
	display: block;
	width: 290px;
	height: 124px;
	background: url("../images/download_wwe.png") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.arollover {
		background-position: right;
	}
	
a.prollover {
	display: block;
	width: 290px;
	height: 76px;
	background: url("../images/liveviewroll.png") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.prollover {
		background-position: right;
	}

a.getrollover {
	display: block;
	width: 205px;
	height: 49px;
	background: url("../images/ad-getstartedroll3.png") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.getrollover {
		background-position: right;
	}
a.wgetrollover {
	display: block;
	width: 205px;
	height: 49px;
	background: url("../images/ad-getstartedroll2.jpg") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.wgetrollover {
		background-position: right;
	}
	
.submitrollover {
	display: block;
	width: 224px;
	height: 47px;
	background: url("../images/submitroll.jpg") 0 0 no-repeat;
	text-decoration: none;
	cursor: pointer;
}
	.submitrollover:hover {
		background-position: right;
	}
	
.submitrolloversm {
	display: block;
	width: 120px;
	height: 48px;
	background: url("../images/submitrollsmall.png") 0 0 no-repeat;
	text-decoration: none;
	cursor: pointer;
}
	.submitrolloversm:hover {
		background-position: right;
	}

.contactrollover {
	display: block;
	width: 224px;
	height: 48px;
	background: url("../images/submitroll.jpg") 0 0 no-repeat;
	text-decoration: none;
	cursor: pointer;
}
	.contactrollover:hover {
		background-position: right;
	}

#quote{
	width: 240px;
	padding-left:30px;
}
.quote {
	color: #FFFFFF;
	font-size: 14px;
}
.quoter {
	color: #CCCCCC;
	font-size: 12px;
	margin: 15px 0;
}
#tbc {
	background-image: url(../images/tbcmain.jpg);
	height: 356px;
	margin: -25px 0 25px 0;
}
#adnetwork {
	background-image: url(../images/adnetworkmain.jpg);
	height: 356px;
	margin: -25px 0 25px 0;
}
	.adinfobox {
		float:left;
		height:120px;
		margin:10px 25px;
		text-align:justify;
		width:250px;
		display: inline;
	}
	.adinfobox h4 {
		color: red;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.adinfobox p {
		color: #000000;
		line-height: 16px;
		font-size: 12px;	
	}

#publishers {
	background-image: url(../images/pub-main.jpg);
	height: 403px;
	margin: -25px 0 25px 0;
}
	.pubinfobox {
		float:left;
		margin:0 26px;
		text-align:justify;
		width:245px;
		height: 160px;
		display: inline;
		clear: right;
	}
	.pubinfobox2 {
		float:left;
		margin:10px 26px;
		text-align:justify;
		width:245px;
		height: 60px;
		display: inline;
		clear: right;
	}
	.pubinfobox2 h4, .pubinfobox h4 {
		color: red;
		font-weight: normal;
		margin-bottom: 2px;
		font-size: 14px;
	}
	.pubinfobox2 p, .pubinfobox p {
		color: #000000;
		line-height: 16px;
		font-size: 12px;	
	}
	.pubinfobox2 img .pubinfobox img {
		margin-bottom: 5px;
	}

#livesample {
	background: #000 url(../images/livesamplemain.png) no-repeat;
	height: 300px;
	margin: -25px 0 0 0;	
}	
	#sampslider {
		clear: left;
		height: 160px;
		padding: 20px 0;
		text-align: center;
	}
		#sampslider img {
			cursor: pointer;
		}
		#sampslider h3 {
			color: #ccc;
			font-weight: normal;
			border: none;
			text-align: center;
		}
	.bottomscroll2 {
		position: relative;
		bottom: -23px;
		text-align: right;
		padding: 5px 15px;
		color: #666;
		width: 900px;
	}
	.bottomscroll {
		position: relative;
		bottom: -5px;
		text-align: right;
		padding: 5px 15px;
		color: #666;
		width: 900px;
		float: right;
	}
		.bottomscroll h1, .bottomscroll2 h1 {
			font-weight: normal;
			float: left;
			font-size: 20px;
			margin: -5px 0;
		}
		.bottomscroll img {
			float: left;
		}
		#sampmain{
			padding: 20px 0;
			position: relative;
		}
		#sampmain h1 {
			margin-left: 20px;
		}
		.backtomain {
			cursor: pointer;
			position: relative;
			z-index: 5;
			padding: 3px 5px;
		}
			.backtomain:hover {
				color: #fff;
				background-color: #ff0000;
			}	
						
		#samptile, #sampproj, #samppill, #sampcurs {
			display: none;
		}
		#sampmain h1 {
			color: #e1e1e1;
			font-weight: normal;
			font-size: 24px;
		}
			.sampwrap {
				background: transparent url(../images/sample-back.png) no-repeat scroll 0% 0%;
				margin: 0 auto;
				position: relative;
				width: 875px;
				height: 185px;
				text-align: center;
				padding: 45px 10px 0;
			}
				.sampwrap h1 {
					font-size: 20px;
				}
				.sampwrap img {
					margin: 0  10px;
					cursor: pointer;
				}
		.navleft {
			position: absolute;
			margin-left:20px;
			top: 104px;
			z-index: 5;
			left: 0;
		}
		.navright {
			position: absolute;
			margin-right: 20px;
			top: 104px;
			z-index: 5;
			right: 0;
		}
		
		#livepagewrap {
			margin:0pt auto;
			width:900px;
		}
			#leaderboard, #fauxleaderboard, #mozcursor {
				width: 728px;
				height:90px;
				margin: 10px auto;
			}
			
			#livepage {
				background-color: #fff;
				width: 820px;
				margin: 25px auto;
			}
				#livepageover {
					background: #000 url(../images/web_bk.gif) repeat;
					background-color: #000;
					position: absolute;
					float: left;
					width: 820px;
					height: 1170px;
					z-index: 2;
				}
				#livepagecol1 {
					width: 460px;
					margin: 5px 0;
					float: left;
				}
				#livepagecol2 {
					width:360px;
					float: left;
				}
					.col2box {
						margin: 5px 0;
					}
					#fauxad {
						display: none;
						width:300px;
						height: 250px;
						margin: 5px auto;
						position: relative;
						z-index: 5;
					}
					#livepagead {
						background-color: #000;
						width: 300px;
						height: 250px;
						padding: 5px;
						margin: 5px auto;
						position: relative;
						z-index: 5;
						border: 1px solid #330000;
					}
						#livepagead p {
							font-size: 12px;
						}
						#livepagead .samplecode {
							color: #fff;
							background-color: #666;
							padding: 3px 5px;
							border: 1px solid #fff;
							width: 285px;
							overflow: hidden;
							font-family: Arial;
							font-size: 12px;
							margin: 5px 0;
						}

#overview {
	background-image: url(../images/overviewmain.jpg);
	height: 67px;
	margin: -25px 0 0 0;
}
	.overviewbox {
		float:left;
		height:220px;
		margin:10px;
		text-align:center;
		width:204px;
	}
	.overviewbox h4 {
		color: red;
		margin:10px 0pt 5px;
	}
	.overviewbox p {
		color: #000000;
		line-height: 16px;
		font-size: 12px;	
	}

#application {
	width: 670px;
	margin-right: 250px;
}
	#submitbtn {
		float: right;
	}

#quotebox {
	background-image: url(../images/quoteboxback2.jpg);
	width: 219px;
	height: 124px;
	padding: 15px 10px;
	float: right;
	font-size:14px;
}
	#quotebox p{
		color:#FFFFFF;
		margin:15px 7px;
	}
	#quotebox .byline {
		color:#FFFFFF;
		font-size:12px;
		margin-top: 5px;
	}
	
#aboutbox {
	background-color:#FFFFFF;
	width: 215px;
	padding: 15px 10px;
	float: right;
	font-size:14px;
	display: inline;
}
	
#aboutnav {
	margin: 2px;
}
	#aboutnav li {
		height: 15px;
		padding: 5px 15px;
	}
	#aboutnav li:hover {
		background-color: #FF3333;
	}
	#aboutnav li:hover a {
		color: #FFFFFF;
	}
	#aboutnav a {
		color: #666666;
		text-decoration:none;
	}
	#aboutnav a:hover {
		color: #FFFFFF;
		background-color:#FF3333;
	}
	#aboutnav .active {
		background-color: #e1e1e1;
	}
	#aboutnav .active a {
		color: #333333;
	}

#aboutlist {
	}
	#aboutlist li {
		color: #666;
		margin: 5px 25px;
		list-style-image:url(../images/redbullet.jpg);
	}
	
#getstarted {float: right;margin: -55px 0;}

#contactform {margin-top: 30px;}

.btngreen {
	background-color:#99cc33;
	font-size:18px;
	color:#FFFFFF;
	border-left: 2px solid #eee;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 3px 5px;
	margin: 3px 0;	
	font-weight: bold;
	letter-spacing: 2px;
}
	.btngreen:active{
		background-color:#669933;
		font-size:18px;
		color:#FFFFFF;
		border-left: 2px solid #666;
		border-top: 2px solid #666;
		border-bottom: 2px solid #eee;
		border-right: 2px solid #eee;
		padding: 3px 5px;
		margin: 3px 0;	
		font-weight: bold;
		letter-spacing: 2px;
	}


.btngray {
	background-color:#008C00;
	font-size:18px;
	color:#FFFFFF;
	border: 2px solid #00A500;
	padding: 3px 5px;
	margin:3px -52px 0 0;
	font-weight: bold;
	letter-spacing: 2px;
	float: right;
}
	.btngray:active{
		background-color:#046c04;
		border: 2px solid #008C00;
	}
	
.whitebox {
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom: 25px;
}
	.whitebox ul {
		margin-bottom:15px;
	}
	.whitebox label{
		cursor: pointer;
		width:150px;
		float:left;
		text-align:right;
		padding:5px;
	}
	.whitebox li{
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.whitebox input {
		margin-left: 10px;
	}
	.whitebox textarea {
		margin-left: 10px;
		width: 450px;
		height: 200px;
	}

#pagenav {float: right;margin: 23px 0;}
	#pagenav a{color: #333333;text-decoration:none;}
	#pagenav a:hover{color: #FFFFFF;}
	#pagenav li{float: left;margin-right:20px;font-size:14px;letter-spacing:1px;}
	#pagenav .active a{color: #FFFFFF;}
	
#timer {
	float:right;
	clear: right;
	display: inline;
	margin:70px;
}
	#timer input {
	color: #FFFFFF;
	font-size: 100px;
	background-color: #000000;
	width: 300px;
	}

.helpbox {
	float: right;
	width: 380px;
	background-color:#FFFFFF;
	color: #666666;
	border: 3px #000 solid;
	padding: 10px;
}
	.helpbox p{margin: 10px 5px;}
	
.bigbox{
	padding:5px;
	width:250px;
	font-size:20px;
	border: 1px #999999 solid;
	background-color:#eee;
}

.login {text-align:right;font-size: 14px;}
	.login p{margin-bottom:10px;}
	.login a{color:#999999;}
	.login a:hover{color:#333333;}
	.login label{float:none;}

.bigapp {
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}

.tinytxt	{font-size:10px;}
.smalltxt	{font-size:14px;}
.white		{color:#FFFFFF;}
.bold		{font-weight:bold;}
.floatr		{float:right;}
.floatl		{float:left;}
.red 		{color:#FF0000;}
.black 		{color:#000000;}
.clearbox 	{clear:both;line-height: 1px;}
.highlight	{color:#543232; background-color: #ffffcc;}
.times 		{font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal;}
.bigtime	{font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal; color: #333; font-size: 40px;}
.bigblack	{font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal; color: #000; font-size: 40px;}
.bigwhite	{font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal; color: #fff; font-size: 50px; font-weight: bold;line-height: 50px;}

#error {
	background-color:#ffffcc;
	border-bottom:1px solid #FFCC66;
	border-top:1px solid #FFCC66;
	font-size:16px;
	margin:25px auto;
	padding:15px;
	width:600px;
}
	.errormsg {
		color: #ff6633;
		font-size: 24px;
	}
	#error li {
		color:#000000;
		margin-left: 20px;
	}
	.closeimg {
		float: right;
		position: relative;
		right: -5px;
		top: -8px;
	}

#footer {
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 50px;
	clear:both;
}

/* Slider Live Samples */

/*\*/
* html .sliderGallery {
	margin-left: 8px;
}
/**/

	.sliderGallery {
	float:left;
	height:165px;
	margin:13px 15px;
	overflow:hidden;
	position:relative;
	width:898px;
	}
	.sliderGallery ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	position:absolute;
	white-space:nowrap;
	}
	.sliderGallery ul li {
	display:inline;
	cursor: pointer;
	margin: 0 5px;
	}
	.slider {
	background:transparent url(../images/scrollbar2.png) no-repeat scroll 0% 0%;
	height:17px;
	margin: 145px 10px 0 10px;
	padding:1px;
	position:absolute;
	width:880px;
	}
	.handle {
	background:transparent url(../images/scroller2.png) no-repeat scroll 0% 0%;
	cursor:pointer;
	height:17px;
	position:absolute;
	top:0pt;
	width:185px;
	z-index:100;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 3px 0 0 0;
	text-decoration: none;
	}
	.slider a{
		text-decoration: none;
	}
	.slider span {
	color:#BBBBBB;
	cursor:pointer;
	font-size:80%;
	position:absolute;
	top:3px;
	z-index:110;
	}
	.slider .slider-lbl1 {left:50px;}
	.slider .slider-lbl2 {left:107px;}
	.slider .slider-lbl3 {left:156px;}
	.slider .slider-lbl4 {left:280px;}
	.slider .slider-lbl5 {left:455px;}

/* Slideshow */

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 25px 0;
			position: relative;
			width: 100%;
			overflow: hidden;
			height: 350px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; padding: 400px 0 300px 0; background: #fff url(../images/loader.gif) no-repeat 52% 15%; overflow: hidden;}
		.csw .loading {text-align: center}

		#icons {	
			float: right;
			margin-top:325px;
			margin-left: 830px;
			position:absolute;
			z-index:2;
		}
		#icons li {
			display:inline
		}

		.stripViewer { /* This is the viewing window */
			position: relative; 
			overflow: hidden; 
			margin: auto;
			width: 930px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 350px;
			background: #fff;
			z-index:0;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			overflow: hidden;
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 350px;
			position: relative;
			width: 930px; /* Also specified in  .stripViewer  above */
			overflow: hidden;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 20px 55px; 
			font-weight:normal; 
			color: #fff; 
			font-size: 24px;
			overflow: hidden;
			font-family: Georgia, "Times New Roman", serif;
		}
		
		.stripViewer .panelContainer .panel .wrapper h1 {
			 
		}
		
		.stripViewer .panelContainer .panel .wrapper ul {
			margin: 44px 0 0;
		}
		
		.stripViewer .panelContainer .panel .wrapper li {
			margin: 5px 0;
			font-weight:normal;font-size: 26px;
			margin-left: 25px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f; }
		.stripNav li.tab2 a { background: #60c; }
		.stripNav li.tab3 a { background: #63f; }
		.stripNav li.tab4 a { background: #63c; }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 76px;
		}
		
		.stripNavL {
			z-index:2;
			left: 0;
			background: url("../images/arrowleft.png") no-repeat right;
			width: 24px;
			margin: 5px;
		}
			.stripNavL:hover {
				background-position: left;
			}
		.stripNavR {
			right: 0;
			background: url("../images/arrowright.png") no-repeat right;
			width: 24px;
			margin: 5px;
		}
			.stripNavR:hover {
				background-position: left;
			}
		
.appcolumn {float: left;width: 210px;margin: 0 20px;}
	.slideapp {background-color: #666;color: #ffffff;font-size: 20px;float: left;margin: 5px 0;border: 1px solid #333;width: 210px;}
	.appcolumn input {padding: 5px;}
	.appcolumn textarea {width: 250px;padding: 5px;height: 75px;margin-bottom: 10px;}
	.appcolumn select {width: 220px;padding: 4px;}
	.sendsentbox {display: none;text-align: center;padding: 50px 0;}
	
	#slide1 h1{font-weight:normal; color: #666; font-size: 52px;margin: 10px 25px 0;font-family: Georgia, "Times New Roman", serif;}
	#slide1 h2{margin: 0 25px;font-size: 32px;font-family: Georgia, "Times New Roman", serif;}
	
	#slide2 h1, #slide3 h1, #slide4 h1 {font-size: 50px;font-weight: normal;text-align: center;margin-top: 6px;margin-left:-15px;}
	#slide2 li{list-style-image: url("../images/slides/x.gif");}
	#slide3 li{list-style-image: url("../images/slides/star.gif");margin-bottom: 15px;}
	#slide4 li{list-style-image: url("../images/slides/check.gif");}

/* Modal Windows */
.screenshot {
		float: right;
		width: 425px;
		clear: right;
	}
	.screenclose {
		margin:-25px -25px 0 0;
		float: right;
	}
	.screendesc {
		float: left;
		padding: 5px;
		width: 280px;
		background-color: #EEEEEE;
		margin: 5px 10px;
		text-align: justify;
		margin-top: 5px;
	}
	.screennav {
		padding: 5px;
		float: left;
		clear: left;
		color: #333333;
		width: 300px;
	}
		.screennav a{
			color: #999999;
			text-decoration: none;
		}
		.screennav a:hover {
			color: #333333;
		}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -390px;
    width: 760px;
	height:445px;
    
    background-color: #FFFFFF;
    color: #000;
    border: 3px solid #CCCCCC;
    padding: 10px;
}

.jqmOverlay { background-color: #0099cc;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 Star selector used to hide definition from browsers other than IE6 For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}