@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		/*background: #e2e2e2;*/
		background: #fff url(/images/bg_dtk.jpg) repeat-x top left;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: 0 auto 0 auto;
		height: 10px;
		font-size:0.1em;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 902px;
		margin: 0 auto 0 auto;
		background: #3F4460;
		padding-bottom:20px;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.2em;
		text-transform: uppercase;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #3F4460;
		height: 20px;
		width: 861px;
		margin: 0 auto 0 auto;
	}
	#navigation{
		float: left;
		padding-left:0;
		height: 37px;
	}
	#navigation li{
		float: left;
	}

      	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #fff;
	}
	#navigation li a:hover{
		color: #b1b3ab;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
	}
	.search{
		background: #3F4460;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
		border:none;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
		width: 874px;
		overflow: hidden;
		padding:30px 0 0 28px;
	}
	.banner{
		float: left;
		width: 245px;
		float: left;
		background: #3F4460 url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 38px;
		background: url(../images/banner_top.gif) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 0 0 17px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 245px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #3F4460 url(../images/banner_bottom.gif) bottom no-repeat;
	}
	
/* =SERVICES */
	#services{
		width: 838px;
		margin:26px auto 0 auto;
		position: relative;
		border: 10px solid #7CBDD8;		
	}
	#servicescontent{
		width: 838px;
		margin: 0 auto;
		overflow: hidden;
		background: #fff url(/images/pointing.jpg) no-repeat bottom right;
		padding: 30px 0 20px 0;
	}
	/* sevices header */
	#services h1{
		background: #f2f2f2;
		font-size:2em;
		color: #3F4460;
		padding: 10px;
		font-weight:bold;
	}
	

	/* top rounded image */
	#services h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: #fff;
		margin: -2px;
	}
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: #3F4460;
	}
	/* list of services */
	#description{
                background:#f2f2f2;
                margin-left:20px;
          	padding: 10px;
          	width: 540px;
		float: left;
		font-size:1.3em;
		line-height:1em;
         }

	.serviceslist{
		padding-left: 30px;
		float: left;
		font-size:1.3em;
		line-height:1em;
	}
	
	#description h1{                 
          padding-left:0;
          }

	#description h2{
                font-size:1.8em;
                margin:-10px;
                background:#3F4460;
                color:#fff;
                padding:15px;
        }

	#description h3{
                font-size:1.2em;
                margin:-10px;
                background:#3F4460;
                color:#fff;
                padding:15px;
        }

	#description p{
                      font-size:14px;
                      line-height:18px;
                      padding-left:0;
                      padding-top:10px;
        }

        #description p.subnote {
                       font-size:11px;
                       line-height:12px;
                      padding:2px;
                      padding-left:0;
        }

    #description a{line-height:25px;}
    
    #description ol{ list-style-type:decimal; list-style-position:inside;}
    #description ol li{padding:10px;line-height:18px;}
    
    #description table {table-layout:auto;margin:15px;}
    #description table td {padding:10px;border:solid 1px #e2e2e2;}
	.serviceslist li a{
		display: block;
		padding: 10px;
		width: 197px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing:-.03em;
		color: #3F4460;
		background: #fff url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslist li a:hover{
		color: #fff;
		background: #3F4460;
	}

       	.serviceslist li.active a{
		color: #fff;
		background: #3F4460;
	}
	
	input.mail {padding:5px;font-size:1.6em;color:#7CBDD8;vertical-align:middle;line-height:1em;}
	
	#numbers {padding:10px;}
	#numbers table {background:#3F4460;border:solid 10px #3F4460;}
	#numbers table th {padding:10px;color:#fff;font-family:Arial, Helvetica, Sans-Serif;font-size:2.2em;font-weight:bold;border-bottom:solid 5px #7CBDD8;vertical-align:text-top;background:#4E5370;}
	#numbers table td {padding:10px;color:#fff;font-family:Arial, Helvetica, Sans-Serif;font-size:2em;font-weight:bold;border-bottom:solid 5px #7CBDD8;vertical-align:text-top;}

	#alts {padding:10px;}
	#alts table {background:#3F4460;border:solid 10px #3F4460;}
	#alts table th {padding:10px;color:#fff;font-family:Arial, Helvetica, Sans-Serif;font-size:2.2em;font-weight:bold;border-bottom:solid 5px #7CBDD8;vertical-align:text-top;background:#4E5370;}
	#alts table td {padding:10px;color:#fff;font-family:Arial, Helvetica, Sans-Serif;font-size:2em;font-weight:bold;border-bottom:solid 5px #7CBDD8;vertical-align:text-top;}

/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		font-size: 1.2em;
		background: #3F4460;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #3F4460;
	}
	#footer .logo{
		padding: 34px 0 0 0;
		width: 300px;
		float: left;
		background: #3F4460;
	}

	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}

	#footer a{
		color: #fff;
	}
	#footer li a:hover{
		color: #fff;
	}