/* color.css */

html { 
background-color : #000; }

body { 
padding-top : 30px; }

div#branding {
position : relative;
z-index : 10;
height : 120px;
background : transparent url(images/branding.png) no-repeat 0 0;  }

div#home {
position : absolute;
top : 160px;
left: 900px;
bottom: 50px;
z-index : 11;
height : 50px;	
	}

div#nav_main { 
position : relative;
z-index : 1;
height : 50px;
/*background : #edc025 url(images/nav_main.png) no-repeat 0 0; */}

div#content { 
background-color : #fff; }

div#content_sub {
	/*	background-color : #D9CFB6; */
	width: 350px;
	top: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-left: 250px;
	left: 342px;
}

div#re_range {
	position : absolute;
	width : 100%;
	margin-top: 500px;
}

div#site_info {
	position : relative;
	width : 100%;
	height : 120px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/pactuk_footer.png);
	background-color: transparent;
}

h1 { 
position : absolute;
top : -60px; 
left : -80px;
width : 550px; 
height : 180px; 
background : transparent url(h1.png) no-repeat;
text-indent : -9999px; }

div#branding blockquote {
	position : absolute;
	top : 95px;
	left: -10px;
	bottom: 50px;
	color: #000;
	width: 461px;
}

ul#prod_range {
	position : absolute;
	top : 11px;
	left : 15px;
	margin : 0;
	width : 740px;
	height : 112px;
}

ul#prod_range li {
display : inline;  }

ul#pe_range li{
display : inline;
margin: 10px;
}
ul#cr_range li{
display : inline;

}

li#nav_color_defence, li#nav_pure_elements, li#nav_sibel, li#nav_fransen {
	position : absolute;
	display : block;
	height : 112px;
	width : 177px;
	top: 2px;
}
span.right {
	float: right;
}
span.left {
	float: left;
}

li#nav_color_defence {
left : 0px;
}

li#nav_pure_elements {
left : 192px; }

li#nav_sibel {
left : 376px;
}

li#nav_fransen  {
left: 568px;
}

li#nav_color_defence a, li#nav_pure_elements a, li#nav_sibel a, li#nav_fransen a {
display : block;
height : 112px; 
width : 177px; 
text-indent : -9999px; }

ul#nav_tools {
position : absolute;
top : 0px;
left : 393px;
margin : 0;
width : 400px;
height: 19px;
}

ul#nav_tools li {
display : inline; }
ul#nav_tools li a {
margin-right : 10px;
padding-right : 10px;
 }

li#nav_3 a, li#nav_4 a {
margin-right : 0;
padding-right : 0; }

li#nav_4 {
position : absolute;
right : 0;
width : 120px;
height : 25px; }

li#nav_4 a { 
display : block;
width : 120px; 
height : 25px; 
text-indent: -9999px;}

div#nav_main p { 
position : absolute;
top : 45px;
left : 35px;
margin : 0; }

div#nav_main h2 { 
position : absolute;
top : -9999px; }

div#site_info h5 { 
position : absolute;
right : 10px; 
bottom : 10px;
width : 150px; 
height : 70px; 
background : transparent url(h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

div#footer p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

div#site_info h5 + p { 
text-indent : -9999px; } 

div#tel {
	position : absolute;
	left : 520px;
	width: 200px;
	top : 10px;
	margin : 0;
}
div#tel h2 {
color : #FFF;
}


/* testing area */

#box_test .fold
{
  position: relative;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  background-color: #22b3d7;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0px 8px 3px -5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 100% 32px;
  border-top-right-radius: 100% 32px;
  border-bottom-right-radius: 100% 32px;
  border-bottom-left-radius: 100% 32px;
}

/* Line 1294 */
#box_test .fold.rounded
{
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
