body {
	background-image: url(../img/BG_4.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e7f5ff;
	background-repeat: no-repeat;
}

.homeBG {
	background-image: url(../img/BG.jpg);
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
}

.news_bg_btm {
	background-image: url(../img/News_btm.png);
	background-repeat: no-repeat;
}

.news_bg  {
	background-image: url(../img/News_bg.png);
	background-repeat: repeat-y;
}


object{
	line-height:0;
	outline:none;
}

a:hover {
	color: #0066cc;
	text-decoration:underline;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration:none;
}

.content_main{
	font-family:Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000000;
}

.all_training{
	font-size:13px;
}


.testimonials{
	font-family:Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}

.newsletter{
	font-family:Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#000000;
}

.newsletter #name{
	margin-bottom:5px;
}

.sitemap{
	font-family:Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
}

.sitemap a, .sitemap a:active, .sitemap a:visited {
	font-size:13px;
	text-decoration : none;
	color : #808080;
}

.sitemap a:hover{
	font-size:13px;
	text-decoration : underline;
	color : #808080;
}


/*popup for training*/

#window {
width: 175px;
/*height: 300px;*/
margin: 0 auto;
position: absolute;
top: 450px;
left: 30%;
}






/*Start jQuery login styles*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#fff;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(img/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(img/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(img/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
/*End jQuery login styles*/











/*Start navigation styles*/
.menu_spacer{
	height:47px;
	width:20px;
}


*{outline: none;}
img {border: 0;}
.container {
	margin-top:12px;
	width: 960px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
}
ul#topnav {
	margin-top:12px;
	 padding: 0;
	/*float:left;*/
	width: 100%;
	list-style: none;
	font-size:13px;
	text-align:left;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	margin-bottom:5px;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 47px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.home, ul#topnav a.home:hover {
	width: 102px;
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-position: 0px 1.5px;
}

ul#topnav a.about {
background :url(../img/about.gif) no-repeat;
width: 133px;
}

ul#topnav a.products {
	background: url(../img/products.gif) no-repeat;
	width: 237px; 
}
ul#topnav a.support {
	background: url(../img/support.gif) no-repeat;
	width: 98px; 
}
ul#topnav a.contact {
	background: url(../img/contact.gif) no-repeat;
	width: 100px; 
}
ul#topnav a.partners {
	background: url(../img/partners.gif) no-repeat;
	width: 115px; 
}


ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	background: #eff5fb /*url(../img/sub_bg.png) repeat*/;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #075f91;
	border-right-color: #075f91;
	border-bottom-color: #075f91;
	border-left-color: #075f91;
}
ul#topnav li .row {clear: both; float: left; width: 640px; margin-bottom: 8px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size:13px;
	font-weight: bold;
	line-height:15px;
}
ul#topnav .sub ul li h2 a {
	font-size:13px;
	padding: 2px 0;
	background-image: none;
	color: #0b649c;
	text-decoration:none;
}
ul#topnav .sub ul li h2 a:hover {
	color: #0066cc;
	text-decoration:underline;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #6a6a6a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#topnav .sub ul li a:hover {
	color: #0066cc; 
	text-decoration:underline;
}

/*End navigation styles*/.trainingC_bg1 {
	background-image: url(../img/train_bg.png);
	background-repeat: repeat-y;
}
