@import url("reset.css");

		body {	
			color:#333;
			font-family: "Arial", sans-serif;
			font-size: 12px;
			line-height: 22px;
			text-align: center;
			margin: 0px;
			background: #fff url(../images/candt-flag.jpg) right 70px no-repeat;
		}


		p{
			margin-bottom: 15px;
			font-size: 13px;
			color: #555;
		}
		
		h1{
			font-weight: bolder;
			font-size: 18px;
			margin-bottom: 20px;
			margin-top: 16px;
		}

		h2{
			font-weight: bolder;
			font-size: 14px;
			color: #AF04D2;
			margin-top: 20px;
		}
		
		strong{
			font-weight: bolder;
		}
		
		a:link, a:visited{
			color: #AF04D2;
			text-decoration: none;
		}

		a:hover{
			color: #AF04D2;
			text-decoration: underline;
		}
		
		ol{
			list-style: decimal;
			list-style-position: inside;
			color: #555;
		}
		

		.stars{
			background: #fff url(../images/bg-stars.jpg) center top repeat;
			width: 100%;
			height: 70px;
			overflow: hidden;
		}

		.stars2{
			background: #fff url(../images/bg-stars2.jpg) center top repeat;
			width: 100%;
			height: 87px;
			overflow: hidden;
			float: left;
		}


		.container {
			margin:0 auto;
			text-align:left;
			width: 740px;
			background: #fff;
		}


		h1.vlex-logo{
			background: #fff url(../images/logo-vlex.jpg) no-repeat;	
			width: 233px;
			height: 100px;
			border: 0px solid red;
			float: left;
			text-indent: -5000px;
			overflow: hidden;
			margin: 40px 0 0 0;
		}
		
		p.site-intro{
			background: #fff url(../images/intro-para.gif) no-repeat;	
			width: 424px;
			height: 72px;
			border: 0px solid red;
			float: left;
			text-indent: -5000px;
			overflow: hidden;
			margin: 40px 0 0 30px;	
			z-index: -2;
		}
		
		
		#mainmenu{
			width: 180px;
			float: left;
			clear: left;
			margin: 20px 0 30px 0;
		}
		
		#mainmenu li a{
			height: 51px;
			width: 180px;
			display: block;
			text-indent: -5000px;
		}
			
		a.mm-what-is-vlex{background: #fff url(../images/mm-whatis.jpg) -182px top no-repeat;}
		a.mm-how-to-play{background: #fff url(../images/mm-howto.jpg) -182px top no-repeat;}
		a.mm-background{background: #fff url(../images/mm-background.jpg) -182px top no-repeat;}
		a.mm-contact{background: #fff url(../images/mm-contact.jpg) -182px top no-repeat;}
	
		#mainmenu li a:hover{background-position: 0px;}
		#mainmenu li a.current{background-position: -362px;}
		

		#mainmenu li a.mm-download{
			background: #fff url(../images/mm-download.jpg) left top no-repeat;
			height: 110px;
			border: 0px solid red;
		}

		#mainmenu li a.mm-download:hover{
			background-position: left -94px;
		}

		#mainmenu li.download a.current{
			background-position: left -189px;
		}




		.body-area{
			display: block;
			width: 510px;
			margin: 20px 0 0 10px;
			float: left;
		}
		
		.divider-top{
			width: 100%;
			float: left;
			height: 20px;
			background: #fff url(../images/bg-shadow-top.jpg) no-repeat;
		}

		.divider-bottom{
			width: 100%;
			float: left;
			height: 20px;
			background: #fff url(../images/bg-shadow-bottom.jpg) no-repeat;
		}
		
		h2.h2-screenshots{
			width: 79px;
			height: 12px;
			background: #fff url(../images/title-screenshots.gif) no-repeat;
			text-indent: -5000px;
			margin: 20px 0 10px 40px;
			float: left;
		}
				
		ul#platforms{
			float: left;
			clear: left;
		}
		
		ul#platforms li{
			display: inline;}

		ul#platforms li a{
			display: block;
			float: left;
			height: 54px;
			text-indent: -5000px;
			background: #fff url(../images/platform-logos.jpg) no-repeat;
			margin: 0 0 20px 10px;
		}
		
		ul#platforms li a.pf-mac{ width: 55px; background-position: 0 0;}
		ul#platforms li a.pf-windows{width: 60px; background-position: -58px 0;}
		ul#platforms li a.pf-linux{width: 60px; background-position: -115px 0;}
		
		a.download-btn{
			float: left;
			width: 200px;
			height: 60px;
			overflow: hidden;
			background: #fff url(../images/download-btn.jpg) no-repeat;
			text-indent: -5000px;
			margin: 10px 0 30px 0;
		}
		
			a.download-btn:hover{
				background-position: 0px -63px;
			}
		

			float: left;
			clear: left;
			margin-left: 10px;
		}

		ul#footer2{
			float: right;
			margin-right: 10px;
			clear: right;
		}
		
				ul#footer1 li,ul#footer2 li{display: inline;}
		
		ul#footer1 li a,
		ul#footer2 li a{
			color: #999;
			padding: 5px;
			text-decoration: none;
			float: left;			
			display: block;
		}
		
			ul#footer1 li a:hover,
			ul#footer2 li a:hover{
				color: #444;
			}
		
		
			ul#footer3{
				margin:0 auto;
				text-align:left;
				width: 200px;
				padding-left: 540px;
				height: 90px;
				overflow: hidde;
			}
			
				ul#footer3 li{float: left;}
				
				ul#footer3 li a{
					color: #999;
					padding: 5px;
					text-decoration: none;
					float: left;			
					display: block;
					background: url(../images/footer-logo.jpg) no-repeat;
					text-indent: -5000px;
					height: 120px;
					padding-bottom: 20px;
					margin-top: 5px;
				}
		
				ul#footer3 li a.foot3-candt{background-position: 0 0; width: 90px;}
				ul#footer3 li a.foot3-ace{background-position: -100px 0; width: 90px;}		
		
		
		
/*SCREENSHOT GALLERY*/

	ul#screenshots{
		width: 680px;
		margin: 0 0 20px 40px;
		float: left;
		overflow: hidden;
	}

	#screenshots li{
		width: 135px;
		height: 100px;
		display: block;
		float: left;
		text-align: center;
		color: #777;
		font-size: 10px;
		text-transform: uppercase;
	}

	#screenshots li a{
		display: block;
		height: 80px;
		overflow: hidden;
	}
	
	#screenshots li img{
		margin-left: 10px;
	}

	.slider-nav{
		background: #fff;
		width: 50px;
		display: block;
		height: 30px;
		overflow: hidden;
		float: right;
		margin-top: -300px;
	}
	
	.slider-nav li{display: inline;}


	
 li.prev a.back{
		display: block;
		float: left;
		width: 18px;
		overflow: hidden;
		height: 18px;
		background: url(../images/tab-arrows.gif) no-repeat;
		text-indent: -5000px;
		margin-right: 10px;
	}

	li.prev a.back:hover{background-position: left -18px;}

 li.next a.forward{
		display: block;
		float: right;
		width: 18px;
		overflow: hidden;
		height: 18px;
		background: url(../images/tab-arrows.gif) right top no-repeat;
		text-indent: -5000px;
	}

	li.next a.forward:hover{background-position: right -18px;}


	#sliders{
		display: block;
		width: 520px;
		height: 300px;
		overflow: hidden;
	}

	#sliders ul li{
		float: left;
		width: 520px;
		height: ;
		}

		.demo-image{
			width: 513px;
			height: 483px;
			float: left;
			display: block;
		}

		.flash{
			position: relative;
			left: 290px;
			top: 290px;
		}