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

/*formatting*/
/*///////////////////////////////////////////////////////////////////////////////////////// */
.text_grey-large {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #676767;
}
.text_grey-large a {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #19B0E8; /*#676767; */
	text-decoration:none;
}
.text_grey-large a:hover{
	color:#000000;
	text-decoration: none;
}

.text_grey-norm {	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12.8px;
	line-height: 23px;
	color: #676767;
}
.text_grey-norm a {
	text-decoration: none;
	color: #19B0E8; /*#676767*/
}
.text_grey-norm a:hover{
	color:#000000;
	text-decoration: none;
}

.text_black-norm {	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12.8px;
	color:#000000;
}
.text_black-large {	
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #000000;
}
.text_black-small {	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text_white-norm {	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12.8px;
	line-height: 20px;
	color:#FFFFFF;
}
.text_white-large {	
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #FFFFFF;
}
/*///////////////////////////////////////////////////////////////////////////////////////// */


/*elements*/
/*///////////////////////////////////////////////////////////////////////////////////////// */
.box {
	padding-top: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ebedee;
}
.boarder {
	border: 1px solid #999999;
}
div.visible { 
	display: visible; 
} 
div.hidden { 
	display: none; 
} 
.up {
	background: url(../images/up_bknd.gif);
	background-repeat:no-repeat;
	height: 60px;
}
.client {
	background: url(../images/up_bknd.gif);
	background-repeat:no-repeat;
}
/*///////////////////////////////////////////////////////////////////////////////////////// */


/*contact*/
/*///////////////////////////////////////////////////////////////////////////////////////// */
input.contact-form {
	background: none;
	border: 0;
	width: 250px;
	margin: 18px 0 0 18px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}	
input.contact-form-active {
	background: none;
	border: 0;
	width: 250px;
	margin: 18px 0 0 18px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
input.contact-form-error {
	background: none;
	border: 0;
	width: 250px;
	margin: 18px 0 0 18px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #19B0E8;
}
textarea.contact-textarea{
	background: none;
	border: 0;
	width: 250px;
	height: 80px;
	margin: 18px 0 0 18px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	overflow: auto;
}
textarea.contact-textarea-active {
	background: none;
	border: 0;
	width: 250px;
	height: 80px;
	margin: 18px 0 0 18px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}
textarea.contact-textarea-error {
	background: none;
	border: 0;
	width: 250px;
	height: 80px;
	margin: 18px 0 0 18px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #19B0E8;
	overflow: auto;
}
/*///////////////////////////////////////////////////////////////////////////////////////// */
.divider {
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
}

#blanket {
background-color:#FFFFFF;
opacity: 0.60;
filter:alpha(opacity=60);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
top: 100px;
width:300px;
z-index: 9002;
}
