/* 
	Disozavr.com 
	Version: 1.0
	Author:	Disozavr.com Team
*/

@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

a:link, a:visited, a:active {
	color: #F68634;
	font-size:18px;
	text-decoration: none;
}

a:hover{
	color: #F68634;
	text-decoration:underline;
}



#container	{
	width:950px;
	margin:15px auto 0 auto;
/*	border:1px dashed #F96;
*/}

#logo	{
	
	margin:0px auto;
	height:280px;	
	text-align:center;
	display:block;
/*	border:1px dashed #FF6;
*/}
.logoMax {
background:url(../images/logo-main.jpg) no-repeat;
width:600px;
height:150px;
margin:0px auto;
padding-top:20px;

}
#coming		{
	float:right;	
	width:400px;
	height:350px;
	cursor:pointer;
	display:none;
}

	.coming_over {
		background:url(images/comingsoon_over.png) center center no-repeat;
	}
	
	.coming_out	{
		background:url(images/comingsoon.png) center center no-repeat;
	}

#subscribecont {
	height:120px;
	background-color:#333;
	border-top:2px dashed #EBEBEB; 
	border-bottom:2px dashed #EBEBEB;
}


#subscribetext	{
	color:#fff;	
	font-size:20px;
	width:406px;
	margin:22px 0 0 20px;
}

#subscribeform	{
	float:right;
	width:490px;
}

	#email	{
		border:1px solid #F68634;
		border-radius: 5px;
		-o-border-radius: 5px;
		-icab-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
		font-family:Arial, Helvetica, sans-serif;
		padding:9px;
		margin:0;
		color:#CCC;
		width:280px;
		font-size:20px;

	}
	
	#loading	{
		width:40px;
		height:40px;
		float:right;
		visibility:hidden;
		opacity: 0.1;
		-moz-opacity: 0.1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	}

		.done {
			background:url(../images/done.png) no-repeat;	
		}
		
		.failed {
			background:url(../images/failed.png) no-repeat;	
		}
			
	#btncont {
		float:right;	
		margin-right:5px
	}

	#sendbtn {
		opacity: 0.7;
		-moz-opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		cursor:pointer;
	}



#timertitle	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#909090;
	text-align:center;
	margin:20px 15px 15px 15px;
}

#timer	{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#00A85A;
	margin-bottom:50px
}



#footercont {

	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#CCC;
	
	margin:25px auto;
	padding-top:7px;

	width:580px;
	border-top:1px dashed #CCC; 
}
h3 { color: green; text-transform:uppercase; font-size:15px;padding:5px;}
.highlight {background-color:#333; color:#fff; font-size:18px; }
.tblSyllabus tr td {border:1px dotted #333;padding:5px; background-color:#f2f2f2;}
.tblSyllabus {  border-collapse:collapse; margin:0px 10px; }