body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: verdana;
	font-size: 12px;
	color: #eee;
	
}


b {
	
	
	font-size: 14px;
	color: #B48D0B;
}


a{
	
	text-decoration: none;
	color: #258dc8;
}

a img {
 border: none;
}


a.tooltip {outline:none; }
a.tooltip strong {line-height:15px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { font-size: 11px; font-family: Calibri; text-align: center;
    z-index:10;display:none; padding:2px 5px;
    margin-top:-39px; margin-left:-17px;
    width:110px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#666;
    border:1px solid #ccc; background:#f9f9f9;}
.callout {z-index:20;position:absolute;bottom:-16px;border:0;left: 12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}



.menu{
	position: relative;
	font-family: Verdana;
	font-size: 13px;
	top: 8px;
	
}

.menu a:link	{
	
	
	text-decoration: none;
	color: #fff;
	padding:10px;
}

.menu a:visited {
	
	text-decoration: none;
	color: #fff;
	
	}
.menu a:hover {
	

	text-decoration: none;
	color: #fff;
	left: 0px;
	position: relative;
	background: #E3B10C;
	padding:10px;
}
.menu a:active {
	
	text-decoration: none;
	color: #fff;
}




#curpage {
	
	border-bottom: 3px solid #E3B10C;
}





.core_pro_heading{
	
	font-family: Century Gothic;
	width: 160px;
	height: 40px;
	padding: 5px;
	text-shadow: 1px 1px 1px #777;
	
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	

}


.core_pro{
	
	list-style:none;

	text-decoration: none;
	font-family: Calibri;
	width: 170px;
	text-shadow: 1px 1px 1px #000;
	margin: 0 auto;
	text-align: right;

	
}

.core_pro ul{
	
margin:0; padding:0;

	
}


.core_pro li{
	

list-style: none;
	
}

ul.top-level { background:#000; }
ul.top-level li {
 border-bottom: #333 solid;
 border-width: 1px;

padding: 5px;
}
 
.core_pro a {
 color: #aaa;
 cursor: pointer;
 display:block;
 
 line-height: 18px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
 
.core_pro a:hover{
 
}
 
.core_pro li:hover {
 
position: relative;
 
background: url('../images/arrow-right-circle.png') no-repeat left #444;
 
      -webkit-transition: background 300ms ease-in;
     -moz-transition: background 300ms ease-in;
     -o-transition: background 300ms ease-in;
     -ms-transition: background 300ms ease-in;
     transition: background 300ms ease-in;
}






#box {
	
	width: 960px;
	height:100%;
	border: 0px solid #fff;
	margin: 0 auto;
	
}


#header {
	position: relative;
	width: 950px;
	height: 85px;
	border: 0px solid #fff;
	


/*
	
-moz-box-shadow: 0px 8px 5px #999 ;
-webkit-box-shadow: 0px 8px 5px #999 ;
box-shadow: 0px 8px 15px #eee;



border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
-khtml-border-radius: 0px 0px 0px 0px;

*/
	
}

#logo{
	position: relative;
	float: left;
	margin-top: 15px;
	left: 0px;
	
}

#leftnav{

	margin-top: 35px;
	float: right;
}



#menu-panel {
	position: relative;
	top: 0px;
	width: 950px;
	height: 35px;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;


/*	
-moz-box-shadow: 0px 5px 10px #666 ;
-webkit-box-shadow: 0px 5px 10px #666 ;
box-shadow: 0px 5px 10px #ddd;



border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
-khtml-border-radius: 0px 0px 8px 8px;

*/
	
	
}


#content {
	position: relative;
	width: 950px;
	height: 100%;
	border: 1px solid #666;	
	background: #000;
	margin-top: 0px;
	padding-bottom: 10px;
	
-moz-box-shadow: 0px 0px 5px #666 ;
-webkit-box-shadow: 0px 0px 5px #666 ;
box-shadow: 0px 0px 5px #666;


border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;

	
}



#content2 {
	position: relative;
	width: 950px;
	height: 100%;
	
	border: 1px solid #666;	
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	
	


-moz-box-shadow: 0px 0px 5px #666 ;
-webkit-box-shadow: 0px 0px 5px #666 ;
box-shadow: 0px 0px 5px #666;


border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;

	
}



#promo {
	position: relative;
	width: 900px;
	height: 330px;
	border: 0px solid #999;	
	
	overflow: hidden;
	bottom: 0px;
	

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;

}

	
#databoxright {
	position: relative;
	width: 690px;
	height: 100%;
	float: right;
	border: 0px solid #333;	
	
	
	bottom: 0px;

	
}

#databoxleft {
	position: relative;
	display: inline-block;
	
	width: 230px;
	height: 100%;
	left: 0px;
	top: 0px;
	
	border-right: 1px solid #333;	
	


-moz-box-shadow: 3px 0px 3px #333 ;
-webkit-box-shadow: 3px 0px 5px #333 ;
box-shadow: 3px 0px 5px #333;

	bottom: 0px;
	

border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
	
}


#databoxleft ul{
	
	padding-left: 22px;
	
	
}

#databoxleft ul li{
	
	padding-bottom: 15px;
	
	
}



#datalefthead {
	
	position: relative;
	background: #333;
	text-align: left;
	margin-top: 25px;
	color: #B48D0B;
	font-size: 13px;
	padding: 5px;
}


#dataright {
	position: relative;
	width: 98%;
	height: 100%;
	text-align: left;
	margin-left: 0px;
	
	color: #999;
	
	
	border: 0px solid #eee;	
	line-height: 25px;
	
	padding-bottom: 10px;

	
}

#dataright ul{padding-left: 15px;}


#dataright strong{
	
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-spacing: -1px;
	
}

#dataright a:hover img {
	
	border: solid 0px #666;
	-moz-box-shadow: 0px 0px 8px #eee;
	-webkit-box-shadow: 0px 0px 8px #eee;
        box-shadow: 0px 0px 8px #eee;
}



#sitenav {
	
	widht: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #333;
	
	
}




#contactdata {
	position: relative;
	width: 99%;
	height: 100%;
	text-align: left;
	margin-left: 0px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	border: 0px solid #eee;	
	
	
	bottom: 0px;

	
}





#gmap {
position: relative;
	width: 360px;
	height: 220px;
	
	float: right;
	
	border: 2px solid #666;	
	
		
}






.drlinks{
	position: relative;
	
	font-size: 12px;
	top: 10px;
}

.drlinks a:link {
	
	text-decoration: none;
	color: #999;
	
}

.drlinks a:visited {
	
	text-decoration: none;
	color: #999;
	
}

.drlinks a:hover {
	
	text-decoration: none;
	display: block;
	color: #fff;
	left: 0px;
	position: relative;
	

 
background: url('../images/sitemap-nav.png') no-repeat right;
 
      -webkit-transition: background 300ms ease-in;
     -moz-transition: background 300ms ease-in;
     -o-transition: background 300ms ease-in;
     -ms-transition: background 300ms ease-in;
     transition: background 300ms ease-in;
}

.drlinks a:active {
	
	text-decoration: none;
	color: #999;
	
}




#dataleft {
	position: relative;
	width: 210px;
	
	text-align: left;
	margin-left: 10px;
	font-size: 12px;
	color: #333;
	line-height: 25px;
	border: 0px solid #eee;	
	
	
	margin-top: 10px;


}





#abouthead{ 

width: 680px;
height: 100px;
border: 0px solid #333;

margin-top:20px;
float: left;
text-align: left;



}

.aboutus{

	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	line-height:22px;
	font-family: Verdana;
	color: #666;
	font-size: 12px;
	text-align: justified;
	
}


#clients {
	position: relative;
	width: 160px;
	height: 125px;
	
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	border: 1px solid #333;
	
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;


}

#clientsbox{

	width: 160px;
	height: 20px;
	
	background: #666;
	color: #000;
	line-height: 20px;

border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;

}




#banners {
	position: relative;
	width: 160px;
	height: 180px;
	
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	border: 1px solid #333;
	
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;

}

#bannersbox{

	width: 160px;
	height: 23px;
	background: #666;
	
	color: #000;
	line-height: 20px;

border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;

}








#footer {
	position: relative; 
	width: 960px;
	height: 30px;
	border-top: 0px solid #666;

	padding-bottom: 20px;
    
	background: rgba(250, 250, 250, 0.1);
	margin: 0 auto;
	
  -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
  -moz-background-clip: content;     /* Firefox 3.6 */
  -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
  background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
	
}



#copyright{

	position: relative;
	float: right;
	text-align: left;
	top: 5px;
	font-size: 11px;
}

#poweredby{

	position: absolute;
	color: #eee;
	float: left;
	left: 20px;
	top: 20px;
	font-size: 11px;
	
}


.flinks{
	position: relative;
	font-family: Verdana;
	font-size: 13px;
	top: 2px;
}

.flinks a:link {
	
	text-decoration: none;
	color: #fff;
	
}

.flinks a:visited {
	
	text-decoration: none;
	color: #fff;
	
}

.flinks a:hover {
	
	text-decoration: none;
	color: #fff;
	left: 0px;
	position: relative;
	border-bottom: 1px dashed #fff;
}

.flinks a:active {
	
	text-decoration: none;
	color: #fff;
	
}




.mail a:link{

	text-decoration: none;
	color: #666;
	

}
.mail a:active {
	
	text-decoration: none;
	color: #666;
}
.mail a:visited {
	
	text-decoration: none;
	color: #666;
	
}

.mail a:hover {
	
	text-decoration: none;
	color: #fff;
	
}


