@charset "utf-8";
/* CSS Document */

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
font:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
font-weight:normal;
}
 
/***** Common Formatting *****/
 
p, ul, ol, li {	
margin:0px;
padding:0px;
list-style:none;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a{
text-decoration:none;
outline:none;
}
 
/***** Forms *****/
 

 

 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

a {
	text-decoration:none;
}
/***** Wrapper *****/
.clear {
	clear:both;
} 
#wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.overflow {
	overflow:hidden
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0px!important;
}
.nopadright {
	padding-right:0px !important;
}
.nopadleft {
	padding-left:0px !important;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.noborder {
	border:none !important;
}
.nomaright {
	margin:0 !important;
}
.check {
	outline:1px solid #F0F
}
label {
	width:150px;
	font:normal 13px/17px Tahoma, Geneva, sans-serif; color:#666;
	margin-left:10px;
}
/* my css */
h1 {
	margin-top:10px;
	clear:both;
	font:normal 24px/24px Arial, Helvetica, sans-serif;
	color:#333;
}
body {
margin:0;
padding:0;	
	margin-top:10px;
	background-color:#f1f1f1;
}
form{clear:both;}
.wrapper {
	width:898px;
	margin:0 auto;
	position:relative;
}
#header {
	background:url(images/topBG.gif) no-repeat;
	overflow:hidden;
	height:330px;
}
.logo {
	margin-top:12px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999px;
	width:281px;
	height:81px;
	margin-left:12px;
}
.starting {
	margin-top:28px;
	float:left;
	margin-left:12px;
}
.butondownload {
	position:relative;
	top:8px;
	left:12px;
}
.video {
	position:relative;
	top:51px;
	right:20px;
}
#bodyContent {
	height:375px;
	background:#FFF;
}
#bodyContent .float-right {
	background:url(images/sidebarBG.gif) no-repeat;
	width:391px;
	height:356px;
	position:relative;
	margin-right:14px;
}
#bodyContent .float-left {
	width:454px;
}
.ul-li { margin-left:12px; margin-top:12px;}
.ul-li li { font:normal 18px/18px Arial, Helvetica, sans-serif; color:#333; margin-bottom:18px;}
.ul-li li p { display:block; font:normal 13px/17px Tahoma, Geneva, sans-serif; color:#666;}
#footer {
	background:url(images/footerbg.gif) no-repeat;
	height:92px;
	width:898px;
}
#footer .float-left {
	width:500px;
	font:normal 11px/12px Tahoma, Geneva, sans-serif; color:#666;
}
#footer .float-left p {
	clear:both;
	margin-left:12PX;
	margin-top:5px;
}
#footer .float-left p span{
	color:#FFF !important;
}
#footer .float-left img {
	margin-top:10px;
	display:block;
	margin-left:12px;
}

#footer .float-left-1 {
	padding-top:6px;
	float:left;
	font:normal 11px/14px Tahoma, Geneva, sans-serif; color:#666;	
}
#footer .float-left-1 a {
	color:#fff;
}
#footer .float-left-1 a:hover {
	text-decoration:underline;
}
#error_msg {
	color:#F00;
	font:normal 12px Arial, Helvetica, sans-serif;
}