@charset "utf-8";
/* CSS Document */
p {
    color: #444444;
    font-size: 1.3em;
    line-height: 21px;
}
h1,h2,h3,ul{ margin:0;}

body{ background: url(images/40original.gif) repeat; font-family: 'Lucida-gande',Verdana,Sans-serif; margin:0; padding:0;}
a {
    color: #F68220;
    text-decoration: none;
}
a:hover{ color:#666; text-decoration:none;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body{font-size:62.5%;}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
	padding:0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { vertical-align:middle; }
img { display:block; }


#wrap {
    margin: 0 auto;
    overflow: auto;
    width: 915px;
}
header {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    height: 155px;
    position: relative;
    top: 0;
    width: 100%;
}
#logo {
    background: url(images/logo_biztech.png) repeat ;
    display: block;
    height: 92px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 40px;
    width: 300px;
}
#logo a {
    display: block;
    height: 45px;
    width: 195px;
}
.skype {
    color: #999999;
    position: absolute;
    right: 0;
    top: 54px;
}
#sec_banners {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 285px;
    overflow: hidden;
    width: 100%;
}
.banner {
    height: 285px;
    position: relative;
    width: 100%;
}
h2.banner_txt {
    color: #666666;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 3.4em;
    left: 0;
    line-height: 42px;
    position: absolute;
    top: 115px;
    width: 100%;
    z-index: 1;
}
span{ color:#F00;}
img.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
#sec_aboutus,#sec_hire, #sec_contact {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
#sec_contact {
    border-bottom: 0 none;
}
.section_title {
    border-bottom: 1px solid #CCCCCC;
    height: 65px;
    width: 100%;
}
.section_title h2 {
    color: #f68220;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    line-height: 68px;
}
#aboutus_title {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0;
    width: 100%;
}
#aboutus_title h2 {
    color: #444444;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2.5em;
    line-height: 34px;
	margin-bottom:0;
}
#aboutus_wrap {
    float: left;
    padding-bottom: 30px;
    padding-top: 7px;
    width: 100%;
}
.col_1, .col_2 {
    float: left;
    width: 450px;
}
.col_2 {
    float: right;
}
.col_1 h3, .col_2 h3 {
    color: #444444;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin-bottom: 5px;
    margin-top: 30px;
}
h3 {
    color: #444444;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin-bottom: 5px;
    margin-top: 30px;
}
h2 {
    color: #939598;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2.5em;
    line-height: 70px;
	margin-bottom:50px;
}
h2.followus {
    color: #939598;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2.5em;
    line-height: 70px;
	margin-bottom:0px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:915px;
		height:285px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		/*display:block;*/
		width:30px;
		height:77px;
		position:absolute;
		left:145px;
		top:260px;
		z-index:1000;
		display:none;
		}	
	#nextBtn, #slider1next{ 
		left:1090px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#mail {
    border-bottom: 1px solid #CCCCCC;
    height: 70px;
}
#mail h2 {
    color: #444444;
    font-family: 'DollyRegular',Georgia,Times New Roman;
    font-size: 2.5em;
    line-height: 70px;
}
#mail a {
    color: #444444;
    margin-left: 5px;
}
#mail a:hover {
    color: #222;
}

#quick_contact {
    float: left;
    padding: 30px 0;
    width: 915px;
}
#quick_contact dl {
    float: left;
    width: 600px;
}
#quick_contact dt {
    color: #444444;
    float: left;
    font-size: 1.3em;
    line-height: 21px;
    width: 200px;
}
#quick_contact dd {
    color: #444444;
    float: left;
    font-size: 1.3em;
    line-height: 21px;
    width: 380px;
	margin:0;
}
#quick_contact dd a {
    color: #F68220;
    margin-left: 50px;
    text-decoration: none;
}
#quick_contact dd a:hover{ color:#666; text-decoration:none;}
#social {
    float: right;
    width: 220px;
}
#social ul {
    margin: 0;
    padding: 0;
}
#social li {
    height: 70px;
    margin-right: 15px;
    width: 56px;
}
#social .twitter {
    background: url(images/twitter.jpg) repeat scroll 0 0 transparent;
}
#social .facebook {
    background: url(images/facebook.jpg) repeat scroll 0 0 transparent;
}
#social .linkedin {
    background: url(images/linkedin.jpg) repeat scroll 0 0 transparent;
}
#social a {
    -moz-transition: all 0.2s ease 0s;
    border-bottom: 0 none;
    height: 70px;
    opacity: 0.97;
    width: 56px;
}
.ir {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.block {
    display: block;
    float: left;
}

