/* structure
--------------------------------- */
body {
  margin:0;
  padding:0;
  background-color:#57718c;
  color: #fff;
  text-align: center;
  font:x-small Verdana,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
   } html>body {font-size:small;}


/* Home Page
--------------------------------- */
h1{
  margin-top: -150px;
  height: 366px;
  background:url("images/images/newbie.gif") no-repeat center top;
  }
h1 span, h2 span, h3 span{display:none;}

.stripe{
	background-color:#57718c;
	}
  
/* tainer
--------------------------------- */
#main {
  margin:0;
  border:1px solid #d9d9d9;
  border-width:0 1px;
  padding-bottom:8px;
  background-color: #57718c;
  width: 700px;
  text-align: left;
  }
#main p {
  margin:.75em 0 .95em 0;
  line-height:1.5em;
  font-size: 11px;
  padding:0 13px;
  color: #fff;
  }
#main h3 {
  height: 51px;
  margin:20px 13px 0 13px;
  background-color: transparent;
  border-bottom:1px dashed #d9d9d9;
  }

#main h3.about{
 	 background:url("images/images/abou.gif") no-repeat top left;
  }
 
#main h3.serv{
 	 background:url("images/images/serv.gif") no-repeat top left;
  }

#main h3.cont{
 	 background:url("images/images/cont.gif") no-repeat top left;
  }
 
#main h3.cli{
 	 background:url("images/images/cli.gif") no-repeat top left;
  }
 
#main div.clients{
 	 background:url("images/images/clilist2.gif") no-repeat top left;
	 height: 73px;
	 margin: 0 13px 0 13px;
  } 
 
#main h4 {
 
  /*border-top:1px solid #A79355;*/
  border-width:1px 0;
  margin:25px 0 .5em 13px;
  background-color: transparent;
  font-size: 17px;
  color: #fff;
  /*background-image:url("images/images/about3.gif");*/
  } 

#main h5{
 
  /*border-top:1px solid #A79355;*/
  border-width:1px 0;
  margin:20px 25px 0px 13px;
  background-color: transparent;
  font-size: 12px;
  color: #86add8;
  /*background-image:url("images/images/about3.gif");*/
  }   

#main p.sub{
	margin-top: 0px;
	color: #d9d9d9;
	}

#main ol,ul {
	font-size: 11px;
	padding: 0;
	margin: 15px 0 15px 80px;
	}
#main li{
	padding: 3px;
	}
 
#main h3 span {display: none;}

/* footer
--------------------------------- */
#footer {
  /*background:#D9D98B url("bg_pattern.gif");*/
  color:#d9d9d9;
  margin:0 9px 0 9px;
  padding:19px 20px;
  border-top:1px solid #d9d9d9;
  border-width:1px 0;
  font:85% Verdana,Arial,Sans-serif;
  text-align:center;
   }
#footer a:link, #footer a:visited {
  padding:12px 5px;
  font-weight:normal;
  color: #d9d9d9;
  }


/* links
--------------------------------- */
a:link, a:visited {
  color:#d9cca6;
  background-color:transparent;
  font-weight:bold;
  text-decoration:none;
  }
a:hover {
  color:#86add8;
  background-color:transparent;
  text-decoration:underline;
  }


/* misc
--------------------------------- */
acronym {border-width:0;}


/* Mini Tabs */

#nav {
	padding: 0px;
	margin:-145px 0 0 0;
	}

.minitabs {
	margin: 0;
	padding: 22px 0 0px 0px;
	/*border-bottom: 1px solid #f2b200;*/
	background-color: transparent;
	}

.minitabs ul, .minitabs li {
	margin: 0; 
	background-color: transparent;
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}
	
.minitabs a:link, .minitabs a:visited {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 13px 0px 0px;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	}

.minitabs a:link.active, .minitabs a:visited.active, .minitabs a:hover {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 2px;
	background-color: transparent;
	color: #363;
	}

.minitabs a:hover {
	color: #d9d9d9;
	background-color: transparent;
	}

.sele{
	color: #86add8;
	padding-bottom: 2px;
	border-bottom: 1px solid #86add8;
	}
	

/*---------Child Minidtabs--------------*/
#navchild {
	padding: 0px;
	margin:0 13px 0 13px;
	background:url("images/images/home.gif") no-repeat top right;
	height: 54px;
	width: 680px;
	text-align: left;	
	}

#navsub {
	padding: 0px;
	margin:2px 13px 0 13px;
	text-align: left;	
	}
	
#navsub .minitabs{
	padding: 0;
	margin: 0;
	}

	
