@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'DroidSansRegular';
    src: url('font/DroidSans-webfont.eot');
    src: url('font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-webfont.woff') format('woff'),
         url('font/DroidSans-webfont.ttf') format('truetype'),
         url('font/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('font/DroidSans-Bold-webfont.eot');
    src: url('font/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-Bold-webfont.woff') format('woff'),
         url('font/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('font/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'CantarellRegular';
    src: url('cant/Cantarell-Regular-webfont.eot');
    src: url('cant/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-Regular-webfont.woff') format('woff'),
         url('cant/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('cant/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellOblique';
    src: url('cant/Cantarell-Oblique-webfont.eot');
    src: url('cant/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-Oblique-webfont.woff') format('woff'),
         url('cant/Cantarell-Oblique-webfont.ttf') format('truetype'),
         url('cant/Cantarell-Oblique-webfont.svg#CantarellOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBold';
    src: url('cant/Cantarell-Bold-webfont.eot');
    src: url('cant/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-Bold-webfont.woff') format('woff'),
         url('cant/Cantarell-Bold-webfont.ttf') format('truetype'),
         url('cant/Cantarell-Bold-webfont.svg#CantarellBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('cant/Cantarell-BoldOblique-webfont.eot');
    src: url('cant/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-BoldOblique-webfont.woff') format('woff'),
         url('cant/Cantarell-BoldOblique-webfont.ttf') format('truetype'),
         url('cant/Cantarell-BoldOblique-webfont.svg#CantarellBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
	/** background:url('../img/bg_head.jpg') repeat-x top center, url('../img/bg_vert.jpg') repeat-x; 
	background-image: url("../agaciro.jpg");
	background-repeat: no-repeat;
	font:10px/1 'Segoe UI',Arial, sans-serif;
	
	background-image: url(../../agaciro.jpg);
	background-repeat: no-repeat;
		background-color: #1e150c;
	
	background-color: #082448;*/
	color:#000000;
	font: 13px/21px 'CantarellRegular','DroidSansRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-color: #0b66b3;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#f0f0f0), color-stop(0.5,#fefefe), color-stop(1, #f0f0f0));
	background-image: -moz-linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);
	background-image: -o-linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);
	background-image: linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fefefe'); /* for IE */
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: right top;

}



body, td, tr{
	/** background:url('../img/bg_head.jpg') repeat-x top center, url('../img/bg_vert.jpg') repeat-x; 
	background-image: url("../agaciro.jpg");
	background-repeat: no-repeat;
	font:10px/1 'Segoe UI',Arial, sans-serif;*/
	
	color:#000000;
	font: 14px/21px  'CantarellRegular', 'DroidSansRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
 font-family: 'CantarellBold';
	text-decoration: none;
	color:#666666;

}
a:visited {
 font-family: 'CantarellBold';
	text-decoration: none;
	color:#666666;

}
a:hover {
 font-family: 'CantarellBold';
	text-decoration: none;
	color: #008aff;
}
a:active {
	 font-family: 'CantarellBold';
	text-decoration: none;
	color:#666666;
}


.footer {
	font-size:12px;
	list-style-type:none;
	color: #FFFFFF;


}

a.footer:link, a.footer:visited, a.footer:active  {
	color: #FFFFFF;
	font-size:11px;
}


a.toplink:link, a.toplink:visited, a.toplink:active  {
	color: #333333;
	font-size:11px;
}

a.toplink:hover {
	text-decoration: underline overline;
	color: #333333;
	font-size:11px;
}


#nav {
	margin: 0;
	padding: 3px 6px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

background: #468ec8;
	line-height: 100%;
	width:950px;


	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	z-index:10;
	background: url(img/gradient.png) no-repeat right -110px;
    padding-right: 5px;

}


#nav li:first-child {
	background: url(img/gradient.png) no-repeat right -110px;
	z-index:1000;
}
#nav li:last-child {
	background: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 10px;
	margin: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	text-transform: uppercase;
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	/*border-top: solid 1px #f8f8f8;
*/



	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;

	
	
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd;
	border: solid 1px #b4b4b4;

 

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #f2f0f0;
 
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

img {
border:none;
}



.bar, .boxbtm {
	background-image: url(images/srvbg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	color: #333333;
	height:30px;
}

.bgcell{
	background-image: url(bgcell.jpg);
	background-repeat: repeat-x;
	background-position: top;
}




.lines {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		behavior: url(border-radius.htc);
}


.linest {

	border: 1px solid #c7e8db;
	background-color: #fefefe;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		behavior: url(border-radius.htc);
	
}

.linest1 {

	border: 1px solid #c7e8db;
	background-color: #ffffff;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		behavior: url(border-radius.htc);
	
}



.linest a, .linest1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.box {

	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);

	
}

.box:hover{
	border: 1px solid #E6E6E6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	background-image: url(hombg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
	


.lineshome {

	border: 1px solid #c7e8db; /* E6E6E6*/
	background-color: #FFFFFF;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	behavior: url(border-radius.htc);
	padding:5px;
}

.lineshome:hover, .lines:hover, .linest:hover, .linest1:hover {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	background-image: url(hombg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
	
	
	
	.list {
	list-style-type: none;
}


.boxes {
	border-radius:12px;
	border: 1px dotted #CCC;
}


 