﻿/**************************************************************************************
English classes
Copyright © 2010 Dot IT All rights reserved
Powered by Dot IT
**************************************************************************************/



/* ################################################ */
/* ################# Default Page ################# */
/* ################################################ */

body{
	font-family:Verdana;
	direction:ltr;
}

/* ################################################ */
/* ############### End Default Page ############### */
/* ################################################ */




/* ================================================ */
/* ==================  Text Style ================= */
/* ================================================ */

h6, h5, h4, h3,h2,h1 {
	font-family:Verdana;
	text-transform:none;
	margin:0;
	padding:0;
	line-height:15px;
}

H6{
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}

H5{
	font-size:11px;
	color:#616161;
	font-weight:normal;
}

H4{
	font-size:11px;
	color:#616161;
	font-weight:bold;
}

H3{
	font-size:13px;
	color:#000000;
	font-weight:normal;
}


H2{
	font-size:14px;
	color:#000000;
	font-weight:normal;
}

H1{
	font-size:15px;
	color:#000000;
	font-weight:normal;
}


/* ================================================ */
/* ================  End Text Style =============== */
/* ================================================ */

.data_normal{
	font-family:Verdana;
	font-size:11px;
	color:#616161;
	font-weight:normal;

}

.data_bold{
	font-family:Verdana;
	font-size:11px;
	color:#616161;
	font-weight:bold;

}

.data_title_b{
	font-family:Verdana;
	font-size:14px;
	color:#0083c5;
	font-weight:normal;
}

.data_title_g{
	font-family:Verdana;
	font-size:14px;
	color:#49aa42;
	font-weight:normal;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~ Menu & Links ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
a:link, A:visited{
	font-family:Verdana;
	font-size:11px;
	color:#004c93;
	text-decoration:none;
}

a:hover, A:active{
	color:#ff0000;
	text-decoration:underline;
}
*/


.mail, .mail:visited{
	font-family:Verdana;
	font-size:11px;
	color:#616161;
	text-decoration:underline;
	margin-top:5px;
}


.mail:active, .mail:hover{
	text-decoration:none;
	color:#ff0000;
}


.s_link_s, .s_link_s:visited{
	font-family:Verdana;
	font-size:10px;
	color:#616161;
	text-decoration:none;
	margin-top:5px;
	clear:left;
	float:left;
}


.s_link_s:active, .s_link_s:hover{
	text-decoration:none;
	color:#ff0000;
}


.s_link, .s_link:visited{
	float:left;
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
	color:#616161;
	text-decoration:none;
}


.s_link:active, .s_link:hover{
	text-decoration:none;
	color:#ff0000;
}



.links, .links:visited{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#004c93;
}

.links:hover,.links:active{
	color:#ff0000;
}



.more:link,.more:visited{
	font-family:Verdana;
	font-size:11px;
	color:#004c93;
	text-decoration:none;
}

.more:hover, .more:active{
	text-decoration:none;
	color:#ff0000;
}




/* services */
.serv_butt {
      display: block;
      width: 290px;
      height: 20px;
      padding-top:135px;
      z-index: 100002;
    }
    
.serv_butt:hover {
      background: url('../images/click_services.png') center bottom no-repeat;
      cursor: pointer;
    }





/* Feedback */
	#feedback_{
	  position:absolute;
      right:0;
      top: 40%;
      z-index: 0;
      width: 32px;
      height: 104px;
      background: url('../images/feedback.jpg') center center no-repeat;
}

body > div#feedback_ { position: fixed; }

    #feedback:link, #feedback:visited {
      display:block;
      width: 32px;
      height: 104px;
    }
    
    #feedback:hover, #feedback:active {
      background: url('../images/feedback_hover.jpg') center center no-repeat;
      cursor: pointer;
    }



/* linkedin */
    #linkedin:link, #linkedin:visited {
    
      display:block;
      width: 25px;
      height: 24px;
    }
    
    #linkedin:hover, #linkedin:active {
      background: url('../images/linkedin_hover.jpg') center center no-repeat;
    }


/*Twitter*/
    #twitter:link, #twitter:visited {
      display: block;
      width: 25px;
      height: 24px;
    }
    
    #twitter:hover,#twitter:active {
      background: url('../images/twitter_hover.jpg') center center no-repeat;
    }


/* Facebook */
    #facebook:link, #facebook:visited {
      display: block;
      width: 25px;
      height: 24px;
    }
    
    #facebook:hover,#facebook:active {
      background: url('../images/facebook_hover.jpg') center center no-repeat;
    }

/* blog */
    #blog:link,#blog:visited {
      display: block;
      width: 25px;
      height: 24px;
      z-index: 100002;
    }
    
    #blog:hover,#blog:active {
      background: url('../images/blog_hover.jpg') 50% 50% no-repeat;
      cursor: pointer;
    }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ End Menu & Links ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

