
* {

	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:100%;
	background:url(../images/bg.png) center top repeat-x #1F13B3;
}



#BgContainer {
	width:1000px;
	margin:0 auto;
	border-left:dotted 1px #CCC;
	border-right:dotted 1px #CCC;
}

#Container {
}
.Wrapper { display:block;}
/* Start Header
-------------------------------------------- */
#Header-Wrapper{ 
	margin:0;
	height:540px; 
	background:url(../images/header_bg.png) center top no-repeat;
}
#Header {
	width:980px;
	height:450px;
	margin: 0 auto;
	position: relative;
}

#Header .Logo-Wrapper {
	width:300px;
	height:340px;
	float:left;
}
#Header a.Logo {
	float:left;
	width : 100%;
	height: 100%;
}
#Header .NivoSlider {
	width:600px;
	height:450px;
	float:right;
	border: dotted 0.4px #ccc;
}
/* PageTitile + Breadcrumbs 
-------------------------------------------- */
#Header .PageTitle {
	width:450px;
	float:left;
	margin: 0px 0 0px 5px;
	position: absolute;
	bottom: 0px;
	left:120px;
}
#Header .PageTitle h1 {
	font-size:22px;
	font-weight:bold;
	color:#9BAD4A;
	padding-bottom:5px;
}
#Header .PageTitle .Breadcrumbs {
	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin: 0px 5px 10px 0;
		position: absolute;
}
#Header.PageTitle .Breadcrumbs p {
	margin: 0;
}
/* Start Navigation
-------------------------------------------- */
#Navigation-Wrapper{ height:75px; }
#Navigation {
	width:960px;
	margin: 0 auto 10px auto;
	padding:20px 0px 0 20px;
	overflow: hidden;
}
#Navigation ul {
	float: left;
}
#Navigation ul ,
#Navigation ul li ,
#Navigation ul ol {
	list-style: none;
	
}
/* Navigation .Level1
-------------------------------------------- */
#Navigation ul.Level1 {
	padding: 0 0 10px 0;
}
#Navigation ul.Level1 li {
	list-style: none;
	margin: 4px 4px;
	float: left;
	display: block;
	height:30px;


}
#Navigation ul.Level1 li a {
	float: left;
	text-decoration: none;
	display: block;	height: 100%;
	padding: 0 0 0 30px;
	color: #fff;
	background:url(../images/button_arrow.png) left center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
#Navigation ul.Level1 li a span {
	text-align: center;
	float: left;
	padding: 5px 10px 0 0;
	
	font-size: 14px;
	
}
#Navigation ul.Level1 li a:hover {
	color: #9BAD4A;
	cursor: pointer;
}
#Navigation ul.Level1 li a:hover span {
	cursor: pointer;
}
#Navigation ul.Level1 li a.current,
#Navigation ul.Level1 li a.section,
#Navigation ul.Level1 li a.section:hover,
#Navigation ul.Level1 li a.current:hover {
	color: #9BAD4A;
	text-decoration:none;
}
#Navigation ul.Level1 li a.current span,
#Navigation ul.Level1 li a.section span,
#Navigation ul.Level1 li a.section:hover span,
#Navigation ul.Level1 li a.current:hover span {
	color: #9BAD4A;
		text-decoration:none;
}
/* Navigation .Level2
-------------------------------------------- */
#Navigation ul.Level2 li {
	list-style: none;
	margin: 0 2px;
	float: left;
	display: block;
	height:30px;
}
#Navigation ul..Leve2 li a {
	float: left;
	text-decoration: none;
	display: block;	height: 100%;
	padding: 0 0 0 10px;
	color: #fff;
	
}
#Navigation ul..Leve2 li a span {
	text-align: center;
	float: left;
	padding: 5px 10px 0 0;
	
	font-size: 14px;
	
}
#Navigation ul..Leve2 li a:hover {
	background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top;
	color: #fff;
	cursor: pointer;
}
#Navigation ul..Leve2 li a:hover span {
	background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
	cursor: pointer;
}
#Navigation ul..Leve2 li a.current,
#Navigation ul..Leve2 li a.section,
#Navigation ul..Leve2 li a.section:hover,
#Navigation ul..Leve2 li a.current:hover {
	background: #fff url(../images/activeTabLeft.png) no-repeat left top;
	color: #444;
}
#Navigation ul..Leve2 li a.current span,
#Navigation ul..Leve2 li a.section span,
#Navigation ul..Leve2 li a.section:hover span,
#Navigation ul..Leve2 li a.current:hover span {
	background: #fff url(../images/activeTabRight.png) no-repeat right top;
	color: #444;
}
/* Layout
-------------------------------------------- */

#Layout {
	width: 990px;
	padding: 0px;
	margin: 0 auto;
	position:relative;
}
/* Content Div is available IF Sliderbar is True
-------------------------------------------- */
#Content-Wrapper  {
	margin:0;
	width:990px;

	float:left;
	
	

}
#Content_bg {
	background: url(../images/content_bg.png) center bottom repeat-y #0C085F;
	float:left;


	}
	
#Content_bottom {
	background: url(../images/content_bottom.png) center bottom no-repeat  ;
	margin: 0 auto;
	padding-bottom: 40px;
	float:left;

	}
#Content {
	width: 730px;
	margin: 0 auto ;
	padding: 0 130px;
	background: url(../images/content_top.png) center top no-repeat  ;
	position:relative;
	float:left;

}

#Content li ,
ul.List li {
	list-style:circle;
	list-style-type:circle;

}

/* Start SideBar 
-------------------------------------------- */
#SideBar {
	width: 240px;
	float:left;
	padding: 10px 2px 10px 5px;
	margin-right: 20px;
	background:#E5E5E5;
}
/* 
#SideBar ol,
#SideBar ul { list-style:none; list-style-type:non; }
#SideBar ul li ul li ul li {margin-left: 10px;  list-style:circle;  }
*/
/* Start SideBar Menu
-------------------------------------------- */
#SideBar #Menu2 {
	margin-left:10px;
}
#SideBar #Menu2 ,
#SideBar #Menu2  li { list-style:none; list-style-type:non; }
#SideBar #Menu2  .section   {margin-left: 5px;  list-style:square; list-style-type:square;  color: #666666;}
#SideBar #Menu2  .link,
#SideBar #Menu2  .current  {margin-left: 5px;  list-style:circle;  list-style-type:circle; }



#SideBar #Menu2  li a.section,
#SideBar #Menu2  li a.section:hover{

}

#SideBar #Menu2 ul li a.section span,
#SideBar #Menu2 ul li a.section:hover span {

}

#SideBar #Menu2  li a.current,
#SideBar #Menu2  li a.current:hover {
	
	color: #666666;
}
#SideBar #Menu2 ul li a.current span,
#SideBar #Menu2 ul li a.current:hover span {
	

}

/* Start Footer
-------------------------------------------- */
#Footer {
	width:790px;
	color:#FFF;
	margin: 0  auto;
	padding: 10px 100px;
	background:#0C085F;
	font:11px Tahoma,Arial,Helvetica,sans-serif;
}
#Footer ul,
#Footer li,
#Footer ol {
	list-style:none;
	list-style-type:none;
}
#Footer a {
	color:#9BAD4A;
	text-decoration:none;
}
#Footer a:hover {
	color:#94F565 ;
}
#Footer ul.FooterMenu1 {
	width:880px;
	margin:0px auto;
}
#Footer ul.FooterMenu1 li {
	float:left;
	margin-right:10px;
}
#Footer ul.FooterMenu1 h1 {
	font-size:12px;
	border-bottom: dotted 1px #CCC;
	padding: 0 0 2px 0;
	margin-bottom:2px;
}
#Footer ul.FooterMenu2 {
}
#Footer ul.FooterMenu2 li {
	float:left;
	margin-right:10px;
	margin-left:2px;
	clear:both;
}
#Footer ul.FooterMenu2 h2 {
	font-size:10px;
}
#Footer .FooterBottom {
	margin: 10px 0 0 0;
	text-align:center;
}
/* PageImages
-------------------------------------------- */
div.PageImages img {
	float:left;
	margin: 0 10px 10px 0px;
	padding:3px;
	background:#1f13b2;
	border:solid 0.5px #333;
}

/* Home Page Port
-------------------------------------------- */


.Home-Wrapper   {
	width:990px;
	float:left;
	color:#FFF;
	margin: 0 auto;
	background:#0C085F;
}

.Home   {
	width:800px;
	margin: 0 auto;
	
}

.Home .Port-Wrapper   {
	float:left;
	width:400px;
	height:200px;
	margin-left:-5px;
	background:url(../images/home_1.png) no-repeat center #0C085F;
	
}

.Home .Port-Wrapper .Port{
	width:300px;
	margin:40PX auto 0px auto;
	padding-left:10px;
}

.Home .Port-Wrapper .Port img{
	float:left;
	margin-right:10px;
	padding:3px;
}

.Home .Port-Wrapper .Port ul.List  {
	margin:0px;
	float:left;
}

.Home .Port-Wrapper .Port .List li {
	padding-top:4px;
}
/* Contact us page
-------------------------------------------- */
.RightColumn{
	width: 280px; 
	float: right ; 
}
.RightColumn .Row{
	clear:both;
	display:block;
	padding-bottom:5px;
	margin-bottom:15px;
}	
.RightColumn .Row .LeftCell{
	float: left ;
	width:50px;
}

/* Products Services Holder
-------------------------------------------- */
.ProductsServicesHolder{
	width:100%;
	float:left;
}
.ProductsServicesHolder .Port {
	width:350px;
	margin: 0 5px;
	padding-top:20px;
	float:left;

}
.ProductsServicesHolder .Port h2 {
	padding-bottom:5px;
	border-bottom:dotted 0.5px #fff;
}

.ProductsServicesHolder .Port img {
	float:left;
	margin: 0 10px 10px 0 ;
	padding:3px;
	background:#1F13B3;
	border:solid 0.5px #333;

}



/* TestimonialsPage
-------------------------------------------- */
.TestimonialsPage{

}
.TestimonialsPage .Testimonial {
	width:320px;
	height:100px;
	margin: 0 20px 10px 5px;
	float:left;
}
.TestimonialsPage .Testimonial .TestimonialBottom{
	font: inherit Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 5px 10px;
	margin-top:5px;
	border-top: dotted 0.5px #CCC;
	clear:both;
}


.TestimonialsPage .Testimonial img {
	float:left;
	margin: 0 10px 10px 0 ;
	padding:3px;
	background:#1F13B3;
	border:solid 0.5px #333;

}
.TestimonialsPage .Testimonial img:hover {
	float:left;
	margin: 0 10px 10px 0 ;
	padding:3px;
	background:#9BAD4A;
	border:solid 0.5px #333;

}
.addthis_position {
	float: right;
	margin:5px 20px 0 0 ;

}