
a img {border: none;}


:focus {outline: none;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background:#060606 url(images/bg.gif);
	background-repeat: repeat-x;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 940px;
}

#header { 
	margin:0 auto;
	height:316px;
	padding-top:13px;
	width:900px;
	background:url(images/hometopbg.png) no-repeat center;
}

.headerleft {
	margin:20px 0 0 20px;
	float:left;
	color:#fff;
	font-size:13px;
	width:360px;
	border:0px solid #222;
	text-shadow: #08193a 1px 1px 0px;
}

.headerright {margin:0px 50px 10px 0px;float:right;}

#logo { 
	float: left;
	padding:0px;
	margin:0px;
}

.clear { clear: both; }



a { text-decoration: none; color:#05184c;font-weight:bold; }
a:hover{ text-decoration: underline; }

h1, h1 a { 
	font-size: 22px; 
	color: #05184c;
	font-weight:normal;
	text-shadow: #fff 1px 1px 0px;
}


h2, h2 a { 
	font-size: 28px; 
	color: #fff;
	font-weight:normal;
	line-height:110%;
	margin:0 0 20px 0;
	text-shadow: #010c24 1px 1px 3px;
}

p, h1 { margin-bottom: 20px; }

.column-3 {
	width: 920px;
	margin-left:10px;
}


.column-3 .column {
	width: 280px;
	float: left;
	margin-left: 30px;
	text-align:justify;
}
.column-3 .column:first-child { margin-left: 0; }
.column-2 .column {
	float: left;
	width: 200px;
	margin-left: 30px;
}
.column-2 .column:first-child {
	margin-left: 0;
	width: 630px;
}

.align-right { text-align: right; }
.right { float: right; }
.left { float: left; }



#features { margin:5px 20px; }


#services {
	margin-left:20px;
}
#services li {
	padding:2px;
}

.more {	
	margin:10px;
}

#nav {
	float: right;
	list-style: none;
	margin-top:10px;
}
#nav li {
	float: left;
	display: inline;

}
#nav li a {
	color: #adadf7;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	padding: 12px 16px 12px 16px;
	text-shadow: #08193a 1px 1px 2px;
}
#nav li.active a, #nav li a:hover {
	color: #fff;
	background:url(images/menu2.png) center top no-repeat;
}


#maincontainer {
	padding-top: 30px;
	min-height: 10px;
	background: #f4f4f4;
	min-width:900px;
	
}

.column {
	width: 300px;
	float: left;
	position:  relative;
}

#footer {
	background:url(images/footerbg.gif) repeat-x #060606;
	color: #ddd;
	font-size:11px;
	width:100%;
}
#footer .container {
	background: url(images/footerbg.gif) repeat-x top ;
	padding: 20px 0 20px 0;
}

#footerright {
	float:right;
}

#footerleft {
	float:left;
}


#footer a { color: #666;font-weight:bold; }

.infiniteCarousel {
  width: 457px;
  height:240px;
  position: relative;
  background: url(images/slidebg.png) no-repeat 26px 5px;
}

.infiniteCarousel .wrapper {
  width: 395px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 215px;
  margin: 0 30px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 11px 5px 0 3px;
  height: 207px;
  width: 392px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 58px;
  width: 28px;
  text-indent: -999px;
  position: absolute;
  top: 87px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background: url(images/arrow2.png) no-repeat 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background: url(images/arrow.png) no-repeat 0 0;
  left: 0;
}

