html, body { margin: 0; padding: 0; }



/*body { 

	background: #FFF url(images/body-bg.gif);
	background-repeat:repeat-x;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size: 12px;
	color:#424242;

	text-align: center;

}*/



body * {margin: 0px; padding: 0px;}



.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }



/*********************************************

		Link Styles

*********************************************/

a {

	color: #3a82af;

	text-decoration:none;

}

a:hover { color: #547aae; text-decoration: underline; }



/*********************************************

		Text Elements

*********************************************/

p, ul, ol, blockquote {color: #333; text-align:left; line-height:19px;}

ol, ul {

	margin: 5px 35px;
	margin-bottom:20px;

}

ul li{
	list-style:url(images/bullet.gif);
	line-height:22px;
	text-decoration:none;
	}
	
	

ul .none{
	list-style:none;
	line-height:22px;
	text-decoration:none;
	}
	
#green ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

#green li {
	background-image: url(images/i-tick-green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}


blockquote {

	margin: 5px 0px 5px 10px;

	padding: 0px 0px 0px 10px;

	border-left: 1px solid #999;

}

img { border: 0px; background: none; }

p {

	padding: 10px 0px;

	margin: 0px;
	text-decoration:none;

}

/*********************************************

		Header Styles

*********************************************/

h1 { /* This style used as title on single posts and pages */

	/* font-family: Helvetica, Arial, Sans-Serif; */
	font-size: 30px;
	margin: 0px; padding: 7px 0px 0px 0px;
	color: #ffffff;
	font-weight:300;
	text-decoration: none;
}

h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #666;
	text-decoration: none;
}

h2 { /* This style used as header in the sidebars */

	font-size: 22px;
	color:#0a5f94;
	font-weight:normal;
	margin: 25px 0px 0px 0px;
	text-shadow:#ccc 0px 0px 0px;
	padding:15px 0px -5px 0px;
	/*float: left; */
}

h3 { /* This style used as the post titles on homepage/archive */

	/* font-family: Helvetica, Arial, Sans-Serif; */

	font-size: 20px;

	margin: 0px; padding: 10px 0px 5px 0px;

	color: #545454;

	text-decoration: none;

}

h3 a {

	color: #545454;

	text-decoration: none;

}

h3 a:hover {

	color: #666;

	text-decoration: none;

}

h4 { /* This style used as title for comments and as the identifying header on archive page  */

	/* font-family: Helvetica, Arial, Sans-Serif; */

	font-size: 15px;

	padding: 10px 0px 5px 0px;

	margin: 0px;

	color: #000;

	text-decoration: none;

}



/*********************************************

		Container Div

*********************************************/

#container {

	background:none;

	text-align: left;

    margin: 0px auto;

    width: 930px;

    padding: 0px 8px;

}

.have_sidebar { /* insert a new bg image to give a sidebar bg */

	background: url(images/inner-bg.gif) top center repeat-y;

}



/*********************************************

		Header Styles

*********************************************/

#header {

	background: url(images/header.jpg) no-repeat;

	width: 930px; height: 117px;

	margin: 0px; padding: 0px;

	display: block;

	position: relative;

}

#header #title {

	display: block;

	width: 600px;

	float: left;
	/*border:1px solid red;*/

	color: #FFF;

	font-size: 45px;

	font-family: "Times New Roman", Georgia, Serif;

	font-weight: normal;

	font-variant: small-caps;

	margin: 0px;
	
	padding: 10px 0px 0px 30px;

	letter-spacing: 0px;

}

#header #title a {

	color: #FFF;

	text-decoration: none;

}

#header #title a:hover {

	color: #FFF;

	text-decoration: none;

}

#header #desc {

	clear: both;

	display: block;

	width: 740px;

	float: left;

	color: #FFF;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal;

	margin: 0px; padding: 0px 0px 0px 33px;

	letter-spacing: 0px;

}

#header #search {

	display: block;
	width: 211px;
	float: right;
	text-align: right;
	margin: 0px; padding: 0px 20px 0px 0px;
}

#header #search a{
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:14px;
	color:#408dba;
	text-decoration:none;
}

#header #search a:hover{
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
}



#header #search span{
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:12px;
	color:#408dba;
	text-decoration:none;
}

#search form {

	display: block;

	margin: 10px; padding: 0px 0px 0px 0px;

}

#search input {

	margin: 0px; padding: 3px;
	margin-top:30px;
	padding-left:30px;
	width:178px;
	font-size:15px;
	color:#999999;
	height:27px;
	background:url(images/bg_search.png);
	background-repeat:no-repeat;
	border:0px;
}



/*********************************************

		Horizontal Navigaion Styles

*********************************************/

#menu {

	background: #494949 url(images/menu-bg.gif) repeat-x;
	color: #FFF;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: bold;
	text-align: left;	
	padding: 0px 0px;
	margin: 0px;
	height: 40px;
	display: block;
	clear: both;
	border-left:1px solid #4f92cf;
}

#menu ul {
	margin: 0px; padding: 0px;
	height: 40px;
	z-index: 100;
}

#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px; padding: 0px;
	margin-bottom:1px;
}

#menu ul li a {
	display: block;
	color: #FFF;
	margin: 0px; padding: 9px 29px;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	border-right: 1px solid #4f92cf;
	}
	
	
	
	
#menu ul li ul li a {

	display: block;
	color: #FFF;
	margin: 0px; padding: 9px 29px;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	border-right: 1px solid #4f92cf;
	}



#menu ul li.home a {

	border-left: 0px;

}

/* if you want to set a "current page item" style, do it here */

#menu ul li.current_page_item a {

	background: #494949 url(images/menu-bg.gif) 0px -40px repeat-x;

	color: #FFF;

	margin: 0px; padding: 9px 29px;

	text-decoration: none;

	font-weight: bold;

	line-height: 22px;

}

#menu ul li:hover,

#menu ul li.sfhover {

	background: #494949 url(images/menu-bg.gif) 0px -40px repeat-x;

}

#menu ul li a:hover {

	color: #FFF;

	margin: 0px; padding:9px 29px;

	text-decoration: none;

	line-height: 22px;

	}

	

/*********************************************

		Content Div

*********************************************/

#content {

	float: left;

	margin: 0px; 

	width: 885px;
	padding:30px;
	padding-right:20px;
	margin-top:20px;
	padding-top:40px;
	background-image:url(images/bg_home.png);
	background-repeat:no-repeat;
	background-position:center top;
	display: block;
	border: 0px solid black;
}


.title{ font-family:calibri, Arial, Helvetica, sans-serif; font-size:30px; color:#FFFFFF; text-decoration:none; margin-bottom:20px;}

#content img {

	margin: 0px 10px 5px 0px;

}

.post-more { /* Use this class to style the "more" tag */

}

.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */

}



/*********************************************

		If is Homepage

*********************************************/

#home 

{

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

padding-top: 0px;

padding-right: 0px;

padding-bottom: 0px;

padding-left: 0px;

width: 630px;

display: block;


background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

}


.h_content{
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size: 12px;
	color:#424242;
	line-height:18px;

	}

.h_content h2{
	font-family:SquareSerif;
	font-size:20px;
	color:#3a83b0;
}


#home #feature {

	float: left;

	margin: 0px; padding: 15px 15px 15px 15px;

	width: 276px; height: 231px;

	overflow: hidden;

	display: block;

	background: #242424 no-repeat;

	color: #FFF;

}

#home #feature a {

	color: #9ffffc;

	text-decoration: none;

}

#home #feature a:hover { color: #9ffffc; text-decoration: underline; }



#home #feature img {

	float: left;

	margin: 0px 12px 0px 0px;

}

#home #feature h3 {

	font-size: 30px;

	color: #FFF;

}



#home #feature p {

	color: #FFF;



}

#home #boxes {
	clear: both;
	overflow: hidden;
	margin: 15px 0px; padding: 0px;
	width: 630px;
}

#home #boxes p,

#home #boxes img {
	margin: 0px; padding: 0px;
}

#home #boxes img {
	margin: 0px 0px 10px 0px;
}

#home #boxes h2 {

	font-size: 25px;
	color: #042a58;
	border: none;
	margin: 10px 0px 5px 0px; padding: 0px;

}

#home #boxes p {

	text-align:left;
	font-size:10px;

}

#home #boxleft {

	margin: 0px; padding: 10px 10px;
	background-image:url(images/bg_cate.png);
	background-repeat:no-repeat;
	float: left;
	width: 180px;
	margin-right:15px;

}


#home #boxleft p{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size:12px;
	text-decoration:none;
}

#home #boxmiddle {

	display: block;
	margin: 0px; padding: 10px 10px;
	float: left;
	width: 180px;
	background-image:url(images/bg_cate.png);
	background-repeat:no-repeat;
	margin-right:15px;
}

#home #boxmiddle p{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size:12px;
}

#home #boxright {

	display: block;
	margin: 0px; padding: 10px 10px;
	float: left;
	width: 180px;
	background-image:url(images/bg_cate.png);
	background-repeat:no-repeat;


}

#home #boxright p{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size:12px;}


.boxright2{
	display: block;
	margin: 0px; padding: 10px 10px;
	float: left;
	width: 229px;
	background-image:url(images/bg_cate_1.png);
	background-repeat:no-repeat;
	margin-top:12px;
	}
	
	
.boxright2 h2{	
	font-size:20px;
	margin:0px;
	padding-top:7px;
	}


.boxright2 p{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size:12px;
	}

/*********************************************

		If is NOT Homepage

*********************************************/

.inner {

}

#inner {
	display: block;
	float: left;
	width: 630px;
	margin: 0px; padding: 0px 0px;

}


#inner h1{
	font-family:SquareSerif;
}


#inner h4{
	font-family:SquareSerif;
	color:#3a83b0;
}



/*********************************************

		Post Meta Styles

*********************************************/

.meta-top {

	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 5px 10px 5px;
	margin: 10px 0px 10px 0px;
	color: #3a83b0;
	font-size:12px;
	font-weight:bold;
}

.meta-top a {

	color: #333;
	text-decoration: none;
}

.meta-top a:hover {

	color: #AAA;
	text-decoration: underline;
}

.meta-bottom {

	clear: both; /* we need this so floats in the post are cleared */

	padding: 10px 0px;

	margin: 0px 0px 15px 0px;

	border-top: 1px solid #bbb;

	font-size: 12px;

	font-weight: normal;

	text-transform: uppercase;

}

.meta-bottom a {

	color: #333;

	text-decoration: none;

}

.meta-bottom a:hover {

	color: #333;

	text-decoration: none;

}

.meta-date {

	margin: 0px; padding: 0px 0px 0px 0px;

}

.meta-author {

	margin: 0px 0px;

}

.meta-comments {

	margin: 0px; padding: 0px 8px 0px 18px;

	background: url(images/comments.png) left 2px no-repeat;

}

.meta-category {

	margin: 0px; padding: 0px 8px 0px 18px;

	background: url(images/folder.png) left 0px no-repeat;

}

.meta-more {

	margin: 0px; padding: 0px 8px 0px 18px;

	background: url(images/continue_reading.png) left 0px no-repeat;

}



/*********************************************

		Previous/Next Page Navigation

*********************************************/

.page-nav {

	clear: both; /* To clear any floats */

	margin: 0px; padding: 10px 0px;

}

.nav-previous {

	width: 249px; 

	float: left; 

	text-align: left;

}

.nav-next {

	width: 249px; 

	float: right; 

	text-align: right;

}



/*********************************************

		Right Sidebar

*********************************************/

#r_sidebar {

	display: inline;

	float: right;

	width: 170px;

	margin: 0px; padding: 10px;

	display: block; /* floats are handled as block elements, this is to fix 

							   a margin collapsing bug in IE */

}

#r_sidebar h2 {

	font-size: 14px;

	color: #333;

	/* font-family: Helvetica, Arial, Sans-Serif; */

	font-weight: bold;

	text-align: left;

	text-transform: uppercase;

	margin: 0px 0px 10px 0px; padding: 5px;

	border-bottom: 1px solid #333;

}

#r_sidebar h2.archives {

	padding: 5px 5px 5px 20px;

	background: url(images/calendar.png) left 2px no-repeat;

}

#r_sidebar h2.categories {

	padding: 5px 5px 5px 20px;

	background: url(images/folder.png) left 2px no-repeat;

}

#r_sidebar h2.links {

	padding: 5px 5px 5px 20px;

	background: url(images/display.png) left 2px no-repeat;

}

#r_sidebar h2.posts {

	padding: 5px 5px 5px 20px;

	background: url(images/tab_document.png) left 2px no-repeat;

}

#r_sidebar h2.feeds {

	padding: 5px 5px 5px 20px;

	background: url(images/rss.png) left 2px no-repeat;

}

#r_sidebar p {

	padding: 5px;

}

#r_sidebar img {

	text-align: center;

}

#r_sidebar form {

	padding: 0px;

	margin: 5px;

}

#r_sidebar ul {

	list-style-type: none;

	padding: 0px;

	margin: 0px;

	text-align: left;

}

#r_sidebar ul li {

	padding: 0px 0px 10px 0px;

}

#r_sidebar ul li ul {

	padding: 0px 0px 0px 0px;

}

#r_sidebar ul li ul li {

	padding: 0px;

	margin: 0px;

}

#r_sidebar ul li ul li a {

	color: #888;

	text-decoration: none;

}

#r_sidebar ul li ul li a:hover {

	color: #666666;

	text-decoration: underline;

}

#r_sidebar ul li ul li ul {

	padding: 0px;

	margin: 0px;

}

#r_sidebar ul li ul li ul li {

	padding: 0px;

	margin: 5px 10px 5px 5px;

}





/*********************************************

		Tabber Lower Sidebar Styles

*********************************************/



#tabber_sidebar {

	padding: 0px;

	margin: 0px 0px 10px 0px;

	position:relative;

	clear:right;

}

#tabber_sidebar #iconlinks {

	

}

#tabber_sidebar #iconlinks a {

	color: #000;

	text-transform: uppercase;

	text-decoration: none;

	font-size: 11px;

	font-weight: bold;

	margin: 0px 0px 10px 0px; padding: 0px 0px 0px 50px;

}

a#schedule {
	display: block;
	height: 66px;
	background: url(images/security.jpg) 0px 0px no-repeat;
	cursor:pointer;
}

a#checklocal {
	display: block;
	height: 66px;
	background: url(images/btn_scanning_benifit.jpg) 0px 0px no-repeat;
}

a#download {
	display: block;
	height: 66px; line-height: 66px;
	background: url(images/tellafrnd.jpg) 0px 0px no-repeat;
}

a#subscribe {
	display: block;
	height: 66px; line-height: 66px;
	background: url(images/btn_outsourcing_scanning_process.jpg) 0px 0px no-repeat;

}
a#testimoni {
	display: block;
	height: 66px; line-height: 66px;
	background: url(images/btn_testimonials.jpg) 0px 0px no-repeat;
	cursor:pointer;

}

#tabber_sidebar #iconlinks a:hover {

	text-decoration: underline;

}

#tabber_sidebar h2 {

	font-size: 14px;

	color: #333;

	/* font-family: Helvetica, Arial, Sans-Serif;*/

	font-weight: bold;

	text-align: left;

	text-transform: uppercase;

	margin: 0px 0px 10px 0px; padding: 5px;

	border-bottom: 1px solid #333;

	list-style-type: none;

}

#tabber_sidebar ul {

	padding: 0px;

	margin: 0px;

	text-align: right;

}

#tabber_sidebar ul li {

	list-style-type: none;

	padding: 0px 0px 10px 0px;

}

#tabber_sidebar ul li ul {

	padding: 0px 0px 0px 0px;

}

#tabber_sidebar ul li ul li {

	padding: 0px;

	margin: 0px;

}

#tabber_sidebar ul li ul li a {

	color: #888;

	text-decoration: none;

}

#tabber_sidebar ul li ul li a:hover {

	color: #666666;

	text-decoration: underline;

}

#tabber_sidebar ul li ul li ul {

	padding: 0px;

	margin: 0px;

}

#tabber_sidebar ul li ul li ul li {

	padding: 0px;

	margin: 5px 10px 5px 5px;

}



/*********************************************

		Comment Styles

*********************************************/

#comments {

	padding: 8px;

}

#comments .even {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	background: #FFFFFF;

	overflow: hidden;

	border-bottom: 1px dotted #B7B7B7;

}

#comments .odd {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	background: #FFFFFF;

	overflow: hidden;

	border-bottom: 1px dotted #B7B7B7;

}



/*********************************************

		Footer Styles

*********************************************/

/*

#footer {

	margin: 0px 0px 0px 0px;

	padding: 20px;

	clear: both;

	background: #000;

	color: #AAA;

	text-align: left;

	font-size: 11px;

}

#footer a {

	color: #AAA;

	text-decoration: none;

}

#footer a:hover {

	color: #FFF;

	text-decoration: none;

}

#footer #footernav ul {

	list-style-type: none;

	margin: 0px; padding: 0px 0px 8px 0px;

}

#footer #footernav li {

	display: inline;

	border-left: 1px solid #DDD;

	margin: 0px; padding: 0px 10px 0px 10px;

}

#footer #footernav li.home {

	border: none;

	margin: 0px; padding: 0px 10px 0px 0px;

}

#footer #footernav li a {

	color: #FFF;

	text-decoration: none;

	margin: 0px; padding: 0px;

}

#footer #footernav li a:hover {

	color: #FFF;

	text-decoration: underline;

}

*/

/*********************************************

		The Obligatory WP Stuff

*********************************************/

.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}

.alignleft {

   float: left;

}

.alignright {

   float: right;

}

.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

}

.wp-caption img {

   margin: 0;

   padding: 0;

   border: 0 none;

}

.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px;

   margin: 0;

}





#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
}

#footer strong{
	color: #FFFFFF;
	font-weight: bold;
}

#footer em{
	color: #666666;
}
#footer p{
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	line-height: 18px;
	background-image: url(images/tile-company.gif);
	background-repeat: repeat;
	color: #CCCCCC;
	text-indent: 10px;
}

#footer a{
	color: #999999;
}

#footer a:hover{

	color: #FFFFFF;
	text-decoration: none;
}

/* SECTORS

----------------------------------------------- */

div.footer-col {
	text-align: left;
	width: 220px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 4px;
	display: inline;
	float: left;
	padding-top: 35px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 4px;
	border-right:1px solid #5a5a5a;
	height:175px;
}


div.footer-col h5{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-weight: bold;
	text-align: left;	
	font-size:12px;
}


div.footer-col h5 a{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-weight: bold;
	text-align: left;	
	font-size:12px;
}

div.footer-col h5 a:hover{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-weight: bold;
	text-align: left;	
	font-size:12px;
	color:#408dba;
}

div.footer-col ul li{ list-style:none; list-style-image:none;}



#project-sectors {
	color: #999999;
	clear: both;
	font-size: 12px;
	text-align: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 10px;
	background-position: 0px 0px;

}

#project-sectors ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

#project-sectors li {
	background-image: url(images/i-tick-green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}



#project-sectors h5{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
}





#project-sectors a{

	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	background-color: transparent;
	padding: 0px;
	line-height:normal;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size:11px;
}

#project-sectors a:hover{

	color: #3DAFD9;

	margin: 0px;

	text-decoration: none;

	border-bottom-style: none;

	border-top-style: none;

	border-right-style: none;

	border-left-style: none;

	background-color: transparent;

	padding: 0px;

}





/* SIGN OFF

----------------------------------------------- */



#sign-off {

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	color: #FFFFFF;

	font-size: 12px;

	margin-top: 0px;

	width: 875px;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 0px;

}

#sign-off ul {

	background-repeat: no-repeat;

	padding-top: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	margin-left: 0px;

}

#sign-off li {

	display: inline;	

}



#sign-off a{

	padding-top: 4px;

	padding-right: 3px;

	padding-bottom: 4px;

	padding-left: 3px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

#sign-off a:hover{

	padding-top: 4px;

	padding-right: 3px;

	padding-bottom: 4px;

	padding-left: 3px;

	color: #FFFFFF;

}



#compliancy a{

	background-image: url(images/i-tick-compliancy.gif);

	background-repeat: no-repeat;

	background-position: 1px 0px;

	color: #79baee;

	background-color: transparent;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 4px;

	padding-left: 20px;

}

#compliancy a:hover{

	background-image: url(images/i-tick-compliancy.gif);

	background-repeat: no-repeat;

	background-position: 1px 0px;

	color: #79baee;

	background-color: transparent;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 4px;

	padding-left: 20px;

	text-decoration: none;

}

#copyright {
	color: #999999;
	clear: both;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	width: 920px;
	padding-top:8px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	line-height:normal;
}



.working_process {
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	margin: 15px 0px 7px 0px;
	text-shadow: #e4f2fd 0px 1px 0px;
	padding:5px 0px;
	padding-left: 12px;
	background-image:url(images/bg_working_process.png);
	background-repeat:repeat-y;
	display:block;
	height:30px;
}

/*.text_field{ font-size:15px; color:#999; font-weight:bold;}
.text_field p{ width:200px; display:block; float:left; clear:right;}
.text_field_1 input{ font-size:15px; color:#fff; background-image:url(images/btn.png); width:86px; height:34px; border:0px; cursor:pointer;  }
.text_field span input{ border:2px #DDD solid; padding:5px; width:300px; font-family:calibri, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; letter-spacing:0.5px; margin-top:3px; float:left; clear:none;}
.text_field span textarea{ border:2px #DDD solid; padding:5px; width:300px; font-family:calibri, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; letter-spacing:0.5px; margin-top:3px; float:left;}*/

/*.color_scanning{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_color_scanning.png); background-repeat:no-repeat; display:block; height:33px;}
.pdf_document{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_pdf_document.png); background-repeat:no-repeat; display:block; height:33px;}
.family_pictures{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_family_pictures.png); background-repeat:no-repeat; display:block; height:33px;}
.photos_and_slide_scanning{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_photos_and_slide_scanning.png); background-repeat:no-repeat; display:block; height:33px;}
.digital_ice{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_digital_ice.png); background-repeat:no-repeat; display:block; height:33px;}
.high_quantity_scanning{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_high_quantity_scanning.png); background-repeat:no-repeat; display:block; height:33px;}
.color_scanning_of_large_images{padding:7px 0px; padding-left: 0px; background-image:url(images/bg_color_scanning_of_large_images.png); background-repeat:no-repeat; display:block; height:33px;}
*/


.side_bar_link{ font-size:15px; color:#000; text-decoration:none; display:block; padding:4px 0px 4px 10px; border-bottom:1px solid #DDD;}
.side_bar_link:hover{ font-size:15px; color:#28679c; text-decoration:none;}

.news_field {
	margin: 0px; padding: 0px;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
	padding-right:8px;
	width:141px;
	font-size:12px;
	color:#989898;
	height:23px;
	background:url(images/bg_news_field.png);
	background-repeat:no-repeat;
	border:0px;
}

.btn_submit{
	background-image:url(images/btn_submit.png);
	background-repeat:no-repeat;
	height:24px;
	width:56px;
	cursor:pointer;
	border:0px;
	}
	
	
.testimonials1{
	background-image:url(images/img_quote.png);
	background-repeat:no-repeat;
	background-color:#f1f1f1;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	padding:20px 30px 15px 83px;
	margin-bottom:20px;
	text-align:justify;
	}
	
.testimonials2{
	background-image:url(images/img_quote.png);
	background-repeat:no-repeat;
	background-color:none;
	padding:20px 30px 35px 83px;
	text-align:justify;
	}
	
.text_field{ background-image:url(images/text_field.png);
	width:340px;
	height:32px;
	border:0px;
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	font-size:12px; color:#999; font-weight:bold;
	padding:3px 5px;}
	
.text_area{
	background-image:url(images/text_area.png);
	width:334px;
	height:154px;
	border:0px;
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,sans-serif;
	padding:8px;
	font-size:12px; color:#999; font-weight:bold;}
	
.btn_comment{ background-image:url(images/btn_comment.png); background-repeat:no-repeat; width:155px; height:31px; border:0px; cursor:pointer;}



#sidebar_blog ul{ 

	margin: 5px 0px 5px 25px;
	margin-bottom:20px;

}

#sidebar_blog ul li{
	list-style:none;
	line-height:22px;
	text-decoration:none;
	}
	
	
	
#sidebar_blog ul li ul li{
	list-style:url(images/bullet.gif);
	line-height:22px;
	text-decoration:none;
	font-size:12px;
	}
	
	
