/* Top Elements */
body {
	height:100%;
}
strong {
	font-weight: bold
}
.clear {
	clear:both;
	height:50px;
}
/*-------------------------------------------
   Begin Klanten Inlog
--------------------------------------------*/ 
div#errorCenter {
  width:500px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 25px;
}

div#errorMessage {
  text-align:left;
  color:red;
}

div#contentCenter {
  width:350px;
  margin-left:auto;
  margin-right:auto;
}

#loginTable table {
  width:310px;
}
  #loginTable th {
    height:23px;
    padding:2px;
    font-size:14px;
    text-align:left;
    vertical-align:top;
  }
  #loginTable td {
    text-align:left;
    padding:2px;
  }
  #loginTable td#left {
    width:130px;
  }
  #loginTable td#right {
    width:220px;
  }
 
 /*-------------------------------------------
   Einde Klanten Inlog
--------------------------------------------*/

.webhosting h2{
	color:#0099ff;
	font-size:18px;
	font-weight:bold;
}

.webhosting h4 a:link{
	color:#ff9900;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.webhosting h4 a:hover{
	color:#ff9900;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.webhosting h5{
	color:#0099ff;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

.tabel_hosting {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-top:10px;
	border-bottom:#ccc solid 1px;
	}
	
.tabel_hosting	h2 {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
	padding-bottom:7px;
}

.tabel_hosting	h2 a:link{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #0099FF;
	font-weight: bold;
}
	
.tabel_hosting	h3 a:link{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}

.tabel_hosting	h3{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}

.laatstenieuws	h4{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}


 /*-------------------------------------------
   Begin Bestelsysteem
--------------------------------------------*/
.small {
	font-size: 9px;
}
.grey {
	color: #999999;
}
#formulier {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -350px;
	
	width: 480px;
	padding: 10px;
	
	border: 1px solid #CCCCCC;
}
#stappen {
	position: absolute;
	right: 5px;
	top: 5px;
	
	width: 200px;
	height: 15px;
	line-height: 15px;

	text-align: right;
	font-weight: bold;
}
.stappen {
	float: left;
	margin-right: 10px;
}
.bullet_done,
.bullet_todo {
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	
	font-size: 0px;
	
	border: 1px solid #B83D00;
}
.bullet_done {
	background-color: #B83D00;
}

#fout {
	display: block;

	padding: 5px;
	margin-bottom: 8px;

	color: #FF0000;
	border: 1px dotted #FF0000;
}
.whois {
	color: #B83D00;
}

#commentaar {
	border-top: 1px solid #B83D00;
	border-bottom: 1px solid #B83D00;
	width: 670px;
	padding: 10px;
}
#authcode {
	border: 1px solid #B83D00;
	width: 650px;
	padding: 10px;	
	
	font-size: 10px;
}

#voorwaarden {
	border-top: 1px solid #B83D00;
	border-bottom: 1px solid #B83D00;
	width: 670px;
	height: 150px;
	
	overflow: auto;
	background-color: #FDF2DF;
	padding: 10px;
}

#table_cart,
#table_customer,
#table_payment_method {
	border: 0px;
	width: 670px;
}
#table_cart td,
#table_customer td,
#table_payment_method td {
	vertical-align: top;
}
#table_cart th,
#table_customer th{
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
	border-bottom: 1px solid #B83D00;
}
#table_auth {
	border: 0px;
	width: 550px;
}
#table_auth th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
}
#table_auth_payment,
#table_auth_payment td {
	border: 0px;
}

.table_border_top td{
	border-top: 1px solid #B83D00;
}
.table_right {
	text-align: right;
	padding-right: 10px;
}
.table_extra_info td{
	font-size: 10px;
	padding-left: 10px;
}
.customer_form input {
	width: 165px;
	margin-right: 20px;
}
.customer_form select {
	width: 171px;
}

#form_new_customer {
	float: left;
}
#form_existing_customer {
	float: left;
	display: none;
}
#form_invoice_customer {
	float: left;
	display: none;
}

.button,
.lbutton {
	float: right;
	margin-right: 30px;
	
	width: 104px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('button.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}
.lbutton {
	float: left;
}
.button_large {
	float: right;
	margin-right: 30px;
	
	width: 200px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('button_large.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

 /*-------------------------------------------
   Einde bestelsysteem
--------------------------------------------*/
  

#wrapperHome {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(_img/bg-home.jpg);

}
#wrapperInner {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(_img/bg-inner.jpg);
	margin: auto;
}

#contentWrapper {
	width:960px;
	margin: 0 auto;
}
#spotInner {
	width:960px;
	height:126px;
	background-image: url(_img/sprite.png);
	background-position: 0px -1016px;
	background-repeat: no-repeat;
	margin: 0 auto;
	
}

.box {
	width:250px;
	float:left;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: 80px;
}
.box2 {
	width:550px;
	float:left;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 40px;

}
.signTestimonials {
	color:#6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*>>>>>>>>> HEADER >>>>>>>>>>>>>>*/

#header {
	width:960px;
	height:91px;
	background-image: url(_img/sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#header h1 a {
	width:280px;
	height:38px;
	display:block;
	position:relative;
	top:25px;
	text-indent:-99999px;
}
#spotHeader {
	height: 91px;
	width: 480px;
	float: left;
	margin: 0 auto;
}

/*>>>>>>>>> NAVIGATION >>>>>>>>>>>>>>*/

.menuTab {
	width:960px;
	height:53px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -163px;
	margin-left: 10px;
	margin: 0 auto;
}
.menuTab li {
	float:left;
	display:block;
}
.menuTab a {
	display:block;
	float: left;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: 23px -101px;
}

.menu_home a {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -8px -163px;
	text-indent: -9999px;
	}
.menu_about a {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -124px -163px;
	text-indent: -9999px;
}
.menu_services a {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -240px -163px;
	text-indent: -9999px;
}
.menu_products a {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -356px -163px;
	text-indent: -9999px;
}
.menu_clients a {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -472px -163px;
	text-indent: -9999px;
}
.menu_contact a {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -588px -163px;
	text-indent: -9999px;
}

.menu_home a:hover {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -8px -225px;
	text-indent: -9999px;
}
.menu_about a:hover{
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -124px -225px;
	text-indent: -9999px;
}
.menu_services a:hover {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -240px -225px;
	text-indent: -9999px;
}
.menu_products a:hover {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -356px -225px;
	text-indent: -9999px;
}
.menu_clients a:hover {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -472px -225px;
	text-indent: -9999px;
}
.menu_contact a:hover {
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -588px -225px;
	text-indent: -9999px;
}

.menu_home a.active {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -8px -101px;
	text-indent: -9999px;
	}
.menu_about a.active {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -124px -101px;
	text-indent: -9999px;
	}
.menu_services a.active {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -240px -101px;
	text-indent: -9999px;
	}
.menu_products a.active {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -356px -101px;
	text-indent: -9999px;
	}
.menu_clients a.active {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -472px -101px;
	text-indent: -9999px;
	}
.menu_contact a.active {	
	display: block;
	width:116px;
	height: 53px;
	background-image: url(_img/sprite.png);
	background-position: -588px -101px;
	text-indent: -9999px;
	}
.btnMore {
	display: block;
	float:left;
	background-image: url(_img/sprite.png);
	background-position: -487px -1458px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 101px;
	position: relative;
}
.btnMore:hover {
	text-decoration:none;
	display: block;
	float:left;
	background-image: url(_img/sprite.png);
	background-position: -601px -1458px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 101px;
}

.btnBestel {
	display: block;
	margin-right: 20px;
	float:right;
	position: relative;
}

/*>>>>>>>>> Normal Content veld >>>>>>>>>>>>>>*/
/* CONTENT - NORMAL */

.normal{
	width: 617px;
	background: url(_img/content/normal_bg.jpg) repeat-y;
	margin-top:150px;
	margin-left: 15px;
	margin-bottom: 0px;
	float:left;
}

.normal .hr{
	background: url(img/content/hr_bg.jpg) no-repeat;
	width: 590px;
	height: 28px;
	border: 0;
	overflow: hidden;
}

.sidebar .hr{
	background: transparent url(img/sidebar/sidebar_hr_bg.jpg) no-repeat;
	width: 265px;
	height: 24px;
	border: 0;
	margin-left: -16px;
        overflow: hidden;
}




.normal .top{
	width: 617px;
	height: 13px;
	background: url(_img/content/normal_top.jpg) no-repeat;
}

.normal .bottom{
	width: 617px;
	height: 20px;
	background: url(_img/content/normal_bottom.jpg) no-repeat;
}

.normal_bottom{
	width: 617px;
	height: 30px;
	background: url(_img/content/normal_normal_bottom.jpg) no-repeat;
}


/* CONTENT - STRUCTURE */
.normal .txt,
.wide .txt{
	padding: 10px;
}

.main-text ul{
	margin-left: 40px;
}

.main-text ul li{
	background: url(_img/bullet.png) no-repeat left;
	padding-left: 20px;
}

.normal .txt p,
.wide .txt p{
	margin-bottom: 10px;
	margin-top: 0px;
}

/* HOMEPAGE BLOCK STYLES */
.normal ul.newsList{
	margin-bottom: 15px;
}

.normal ul.newsList li{
	float: left;
	width: 580px;
	margin: 0 10px 0 15px;
}

.normal .lt{margin-right: 28px;}
.normal .rt{margin-right: 0px;}

.normal ul.newsList li img{
	display: block;
	margin-bottom: 20px;
        border: none; padding: 0;
}

.normal ul.newsList li .avatar{
	float:left;
	width: 270px;
}

.normal ul.newsList li div{
	margin: 10px 5px 0 0;
}

.normal ul.newsList li p{
	line-height: 20px;
	color: #666666;
	padding: 0;
	margin: 0;
}



/* RIGHT - SIDEBAR */
.right{
	width: 303px;
	float: left;
	margin-top:150px;
	margin-left: 22px;
	margin-bottom: 20px;
}

/* SIDEBAR */
.sidebar{
	width: 303px;
	background: url(_img/sidebar/sidebar_bg.jpg) repeat-y;
}

.sidebar_top{
	width: 303px;
	height: 14px;
	background: url(_img/sidebar/sidebar_top.jpg) no-repeat;
}

.sidebar_bottom{
	width: 303px;
	height: 20px;
	background: url(_img/sidebar/sidebar_bottom.jpg) no-repeat;
}

.sidebar .txt{
	padding: 2px 20px 10px;
}

.sidebar .txt p{
	line-height: 18px;
}

.sidebar .txt p .contact{line-height: 24px;}

.widgetcontainer {margin-bottom: 25px;}
.simpleimage{margin-left: -4px;}

.sidebar ul p{margin-left: 0px;}
.sidebar ul {margin-top: 10px; padding-right: 10px}
.sidebar ul li{
	display: block;
	padding-left: 14px;
	color: #666;
	margin-bottom: 23px;
	line-height: 20px;
}

.sidebar_normal_bottom{
	width: 303px;
	height: 30px;
	background: url(_img/sidebar/sidebar_normal_bottom.jpg) no-repeat;
}


/* END SIDEBAR SUBPAGE STYLE */

/*>>>>>>>>> FOOTER >>>>>>>>>>>>>>*/

#footerWrap {
	background-image: url(_img/bg-footer.jpg);
	display: block;
	height: 100px;
	background-color: #D3D3D3;
	background-repeat: repeat-x;
	position: relative;
}
#footerContent {
	width: 960px;
	display: block;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#footerNews1, #footerNews2, #footerNews3 {
	width:900px;
	height: 50px;
	float:left;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 40px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#titleNews {
	display: block;
	width:157px;
	height: 25px;
	background-image: url(_img/sprite.png);
	background-position: -10px -1420px;
	text-indent: -9999px;
	position: relative;
	margin-bottom: 5px;
	}
#titleEmpty {
	display: block;
	width:157px;
	height: 25px;
	background-image: url(_img/sprite.png);
	background-position: -239px -1454px;
	text-indent: -9999px;
	position: relative;
	margin-bottom: 5px;
	}
#titleOffices {
	display: block;
	width:157px;
	height: 25px;
	background-image: url(_img/sprite.png);
	background-position: -248px -1420px;
	text-indent: -9999px;
	position: relative;
	margin-bottom: 5px;
	}	


.laatstenieuws a:link, a:visited, a:active {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}


.laatstenieuws a:hover {
color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
}

.laatstenieuws {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	}
	
.laatstenieuws	h2 {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}

.laatstenieuws	h2 a:link{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #0099FF;
	font-weight: bold;
}
	
.laatstenieuws	h3 a:link{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}

.laatstenieuws	h3{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}

.laatstenieuws	h4{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FC7F2C;
	font-weight: bold;
}

h4{	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FC7F2C;
	font-weight: bold;
}

.tabelPrijzen{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	}

/*>>>>>>>>> TEXT LINKS >>>>>>>>>>>>>>*/

a:link, a:visited, a:active {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
}

/*>>>>>>>>> GLOBAL TXTS >>>>>>>>>>>>>>*/

p {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-bottom: 10px;
	}
	
.title {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
}

.items li {
padding-bottom: 20px;
}


/*-------------------------------------------
   PAGES
--------------------------------------------*/ 
/*>>>>>>>>> HOME >>>>>>>>>>>>>>*/

#spotHome {
	width:960px;
	height:246px;
	background-image: url(_img/sprite.png);
	background-position: 0px -765px;
	margin: 0 auto;
}
#spotHome h3 {
	display:none;
	text-indent:-99999px;
}
#featured {
	float:right;
	width:490px;
	height:180px;
	margin-top: 32px;
}
#featured h4 {
	width:1px;
	height:1px;
	text-indent:-99999px;
	display: block;
}
#featured a#prev {
	width: 26px;
	height: 165px;
	display:block;
	text-indent:-99999px;
	float:left;
	margin-right: 10px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	background-position: -699px -1153px;
}
#featured a:hover#prev {
	background: url(_img/sprite.png) no-repeat -748px -1153px;
}
#featured a#next {
	width: 26px;
	height: 165px;
	text-indent:-99999px;
	display:block;
	float: right;
	background-image: url(_img/sprite.png);
	background-position: -862px -1153px;
}
#featured a:hover#next {
	background: url(_img/sprite.png) no-repeat -913px -1153px;
}
#featured .works {
	float:left;
	width: 395px;
	height: 190px;
}
.container {
	width:420px;
	height:180px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.slides {
	position:absolute;
	top:0;
	left:0;
}
.slides div {
	position:absolute;
	top:0;
	width:420px;
	display:none;
}

/* subContent */

#tabHome {
	width:960px;
	height:60px;
	background-image: url(_img/sprite.png);
	background-position: 0px -288px;
	margin: 0 auto;
	display: block;
}
#tabHome h2 {
	width:1px;
	display: block;
	text-indent:-99999px;
	float:left;
}
#subHome {
	width:960px;
	height:150px;
	margin: 0 auto;
}

#bulletlist {
	line-height: 21px;
	list-style-image: url(_img/home/bullets.png);
	list-style-type: circle;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

/*>>>>>>>>> ABOUT >>>>>>>>>>>>>>*/

#tabAbout {
	width:960px;
	height:75px;
	background-image: url(_img/sprite.png);
	background-position: 0px -366px;
	margin: 0 auto;
	display: block;
}
#tabAbout h2 {
	width:1px;
	display: block;
	text-indent:-99999px;
	float:left;
}
#titleAbout {
	width:400px;
	height:35px;
	text-indent:-99999px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	background-position: -8px -1155px;
	margin-top: 46px;
	margin-left: 7px;
}

#subAbout {
	width:960px;
	height:255px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#subAbout h4 {
	width:1px;
	height:1px;
	text-indent:-99999px;
}

/*>>>>>>>>> SERVICES >>>>>>>>>>>>>>*/

#tabServices {
	width:960px;
	height:75px;
	background-image: url(_img/sprite.png);
	background-position: 0px -444px;
	margin: 0 auto;
	display: block;
}
#tabServices h2 {
	width:1px;
	display: block;
	text-indent:-99999px;
	float:left;
}
#titleServices {
	width:600px;
	height:35px;
	text-indent:-99999px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	background-position: -8px -1197px;
	margin-top: 48px;
	margin-left: 7px;
}

#subServices {
	width:960px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#ServTitle01 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -10px -1357px;
	margin-right: 10px;
	margin-bottom: 3px;
}
#ServTitle02 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -247px -1357px;
	margin-right: 10px;
	margin-top: 3px;
}
#ServTitle03 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -484px -1357px;
	margin-right: 10px;
	margin-top: 3px;
}
#ServTitle04 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -722px -1357px;
	margin-right: 10px;
	margin-top: 3px;
}

/*>>>>>>>>> PRODUCTS >>>>>>>>>>>>>>*/

#tabProducts {
	width:960px;
	height:75px;
	background-image: url(_img/sprite.png);
	background-position: 0px -522px;
	margin: 0 auto;
	display: block;
}
#tabProducts h2 {
	width:1px;
	display: block;
	text-indent:-99999px;
	float:left;
}
#titleProducts {
	width:600px;
	height:35px;
	text-indent:-99999px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	background-position: -8px -1236px;
	margin-top: 48px;
	margin-left: 7px;
}

#subProducts {
	width:960px;
	height:500px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#ProdTitle01 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -10px -1384px;
	margin-right: 10px;
	margin-bottom: 3px;
}
#ProdTitle02 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -247px -1384px;
	margin-right: 10px;
	margin-top: 3px;
}
#ProdTitle03 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -484px -1384px;
	margin-right: 10px;
	margin-top: 3px;
}
#ProdTitle04 {
	display: block;
	width:230px;
	height:25px;
	text-indent: -9999px;
	background-image: url(_img/sprite.png);
	background-position: -722px -1384px;
	margin-right: 10px;
	margin-top: 3px;
}
/*>>>>>>>>> CLIENTS >>>>>>>>>>>>>>*/

#tabClients {
	width:960px;
	height:75px;
	background-image: url(_img/sprite.png);
	background-position: 0px -600px;
	margin: 0 auto;
	display: block;
}
#tabClients h2 {
	width:1px;
	display: block;
	text-indent:-99999px;
	float:left;
}
#titleClients {
	width:600px;
	height:35px;
	text-indent:-99999px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	background-position: -8px -1314px;
	margin-top: 46px;
	margin-left: 7px;
}

#subClients {
	width:960px;
	height:283px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#subClients h4 {
	width:1px;
	height:1px;
	text-indent:-99999px;
}

/*>>>>>>>>> CONTACT >>>>>>>>>>>>>>*/

#tabContact {
	width:960px;
	height:75px;
	background-image: url(_img/sprite.png);
	background-position: 0px -678px;
	margin: 0 auto;
	display: block;
}
#tabContact h2 {
	width:1px;
	display: block;
	text-indent:-99999px;
	float:left;
}
#titleContact {
	width:600px;
	height:35px;
	text-indent:-99999px;
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	background-position: -8px -1316px;
	margin-top: 46px;
	margin-left: 7px;
}

#subContact {
	width:960px;
	height:250px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


/*>>>>>>>>> SEARCH >>>>>>>>>>>>>>*/

#spotSearch {
	height: 91px;
	width: 480px;
	float: right;
}
#btnSearch {
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	background-position: -900px -26px;
	height: 41px;
	width: 41px;
	float: right;
	margin-top: 26px;
	margin-right: 19px;
	cursor: pointer;
	border: none;
}
#btnSearch:hover {
	background-image: url(_img/sprite.png);
	background-repeat: no-repeat;
	background-position: -900px -106px;
	height: 41px;
	width: 41px;
	float: right;
	margin-top: 126px;
	margin-right: 19px;
	cursor: pointer;
	border: none;
}
#boxSearch {
	float:left;
	width: 120px;
	margin-left: 280px;
	margin-top: 33px;
	height: 25px;
}

