@charset "utf-8";
/* CSS Document */

body{
    background: #FFFFFF url(back.jpg) no-repeat fixed center top;
	padding:0px;
	margin: auto;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', Helvetica, Arial, sans-serif;
	}
.h2{
	display:inline;
	}
.h3b{
	font-size:24px;
	color:#09C;
	font-weight:bold;
	letter-spacing:-1px;
	display:inline;
	}
.h3r{
	font-size:24px;
	color:#fe4726;
	font-weight:bold;
	letter-spacing:-1px;
	display:inline;
	}
.h4{
	font-size:24px;
	color:#000;
	letter-spacing:-1px;
	display:inline;
	}
.h5b{
	font-size:18px;
	color:#09C;
	font-weight:bold;
	letter-spacing:-1px;
	display:inline;
	}
.h5{
	font-size:18px;
	color:#000;
	letter-spacing:-1px;
	display:inline;
	}
a{font-weight:bolder;} 
a:link {color:#09c;}      /* unvisited link */
a:visited {color:#09c;}  /* visited link */
a:hover {color:#02007a; text-decoration:none;}  /* mouse over link */
a:active {color:#02007a;}  /* selected link */

.page{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}
.left{
	width:69%;
	padding-right:30px;
	float:left;
	background-image:url(../img/sepup.png);
	background-position: right top;
 	background-repeat: repeat-y;
	}
.right{
	width:24%;
	float:left;
	margin-left:20px;
	}
.footer{
	background:url(../img/footer.png);
	font-size:12px;
	font-weight:bolder;
	position:relative;
	width:980px;
	height:85px;
	margin-left: auto;
	margin-right: auto;
	}
.txt{
	color:#000;
	font-size:15px;
	font-style:italic;
	line-height:150%;
	text-align:justify;
	}
.txtr{
	color:#000;
	font-size:13px;
	text-align:justify;
	}
.txtwhite{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
.txtblack{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
.shaddow{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.95);
-moz-box-shadow:    0px 1px 10px rgba(0, 0, 0, 0.95);
box-shadow:         0px 1px 10px rgba(0, 0, 0, 0.95);
	}
.header{
	position:relative;
	width:980px;
	margin-left: auto;
	margin-right: auto;	
	}
	
.slider{
	position:relative;
	width:1020px;
	margin-left: auto;
	margin-right: auto;	
	}

/*.frames{
	width:960px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;	
	overflow:hidden;
	background-color:white;
	-moz-box-shadow: 0 0 5px 0px #999;
	-webkit-box-shadow: 0 0 5px 0px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	}
	
.portfolio{
	width:960px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;	
	background-color: #c8c8c8;
	background-image: linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -o-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(230,230,230)),
		color-stop(0.5, rgb(200,200,200))
	);
	}
	
.headline{
	font-size:30px;
	color:white;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4),
				 0px 2px 1px rgba(0,0,0,0.1),
				 0px 2px 4px rgba(0,0,0,0.1);
	letter-spacing:-1px;
	margin-bottom: 5px;
	}*/

border-style:dotted;

td{	
	text-decoration: none;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip span
{
visibility: hidden;
position: absolute;
bottom:228px;
left: 50%;
z-index: 100;
width: 200px;
margin-left: -127px;
padding: 5px;
border: 2px solid #ccc;
opacity: .7;
background-color: #ddd;
background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
text-shadow: 0 1px 2 rgba(255,255,255,.4);
font: strong  arial, helvetica, sans-serif;
text-align: center;
}

.tooltip:hover
{
border: 0; /* IE6 fix */
}

.tooltip:hover span
{
visibility: visible;

}