 /* Don't kacau this part */
html, body {
/* Setting the padding and margin to 0px for the DOM */
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
 
/* Setting the height and width of the DOM to 100% */
	height: 100%;
	width: 100%;
 
/* Setting the scrollbars to hidden */
	overflow:hidden;
}

#background {
/* Setting the image stack to the back of all other elements */
	z-index:-1000;
 
/* Defining minimum Height and width for the image */
	min-height: 100%;
	min-width: 1024px;
 
/* Keeping the width and height to 100% and auto respectively */
	width: 100%;
	height: auto;
 
/* Keeping the Image Fixed */
	position: fixed;
	top: 0px;
	left: 0px;
}
/* End of don't kacau this part*/



#wrapper {
	width:100%;
}

#content {
	margin:0 auto;
	width:960px;
	position: relative;
}

#footer {
	margin: 5px auto 0 auto;
	width:960px;
	position: relative;
	bottom: 780px;
	font-size: 9px;
	text-align: center;
	color: #636363;
}

#inner-footer {
	font-size: 9px;
	line-height: 12px;
	color: #6e6e6e;
	position: absolute;
	top: 680px;
	right: 379px;
	z-index: 2;
	text-align: center;
}

#logo-section {
	position: relative;
	z-index: 3;
	margin: 45px 15px;
}

#inner-logo {
	position: relative;
	z-index: 3;
	padding-top: 25px;
}

/* The box box part */
#item-holder {
	width: 160px;
	height: 160px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top: 51px;
  	left: 46px;
}

#item-holder2 {
	width: 160px;
	height: 160px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top: 6px;
  	left:164px;
}

#item-holder3 {
	width: 160px;
	height: 160px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top:-38px;
  	left:281px;
}

#item-holder4 {
	width: 160px;
	height: 160px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top:-430px;
  	left:280px;
}

#item-holder5 {
	width: 160px;
	height: 160px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top:-474px;
  	left:397px;
}

#item-holder6 {
	width: 160px;
	height: 160px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top:-518px;
  	left:513px;
}

#item-holder7 {
	width: 330px;
	height: 330px;
  	-ms-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	overflow: hidden;
  	position:relative;
  	background-color:#44c7f4;
  	top:-999px;
  	left:544px;
}

/* End of box box part*/

/* Box box hover effect */
#item-holder2:hover > .item-text, #item-holder4:hover > .item-text, #item-holder5:hover > .item-text {
	display:block;
}
.item-text {
	display:none;
	position:relative;
	padding:15px;
	top:-185px;
	left:10px;
	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
	
#item2:hover {
	background-image: url(../images/home/box2_hover.png);
    zoom: 1;
}

#item3:hover {
	background-image: url(../images/home/box3_hover.png);
    zoom: 1;
}

#item4:hover {
	background-image: url(../images/home/box4_hover.png);
    zoom: 1;
}

#item5:hover {
	background-image: url(../images/home/box5_hover.png);
    zoom: 1;
}

#item6:hover {
	background-image: url(../images/home/box6_hover.png);
    zoom: 1;
}
	
#item7:hover {
	background-image: url(../images/home/box7_hover.png);
    zoom: 1;
}

/* End of box box hover effect */

/* The box box content*/
#site-title {
  	width: 150px;
  	height: 150px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position:relative;
  	top:50px;
  	right: 32px;
  	color:#ffffff;
  	font-size:33px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#site-des {
  	width: 160px;
  	height: 150px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position:relative;
	top: 51px;
	right: 41px;
	color:#009;
  	font-size:13px;
	line-height: 18px;
	text-align: center;
	font-weight:bold;
}

#item2{
	background-image: url(../images/home/box2.png);
  	width: 240px;
  	height: 240px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
	position:relative;
	top:-40px;
	right:40px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#item3{
	background-image: url(../images/home/box3.png);
  	width: 240px;
  	height: 240px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
	position:relative;
	top:-40px;
	right:40px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#item4{
	background-image: url(../images/home/box4.png);
  	width: 240px;
  	height: 240px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
	position:relative;
	top:-40px;
	right:40px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#item5{
  	width: 240px;
  	height: 240px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
	position:relative;
	top:-40px;
	right:40px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#item6{
	background-image: url(../images/home/box6.png);
  	width: 240px;
  	height: 240px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
	position:relative;
	top:-40px;
	right:40px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#item7{
	background-image: url(../images/home/box7.png);
  	width: 495px;
  	height: 495px;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
	position:relative;
	top:-100px;/* original -80px change to -100px due to image size */
	right:80px;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* End of box box content*/

/* Navigation */
#navigation {
	position:absolute;
	top: 95px;
	left: 0;
	text-transform:uppercase;
	line-height: 18px;
	font-size: 10px;
	color:#727272;
	z-index: 3;
	margin-left: 15px;
}

#navigation ul li {
	list-style-type: none;
}

#navigation li a { color: #727272; }

#navigation li.highlight{ color:#439cbb;}
#navigation li.highlight a, ul#navigation li.highlight a:hover { 
	color:#439cbb; 
}
/* End of navigation */

/* Start of page content */
.line { border-bottom: 1px solid #eee;}

#info {
	position: absolute;
	right: 260px;
	top: 0;
	width: 420px;
	height: 600px;
	background: #ffffff;
}

#info:after,
#info:before {
  	position: absolute;
  	content: "";
  	z-index: 1;
  	top: 0;  
 	width: 0px;
  	border-top: 365px transparent solid; 
 	border-bottom: 235px transparent solid;
}

#info:before {
    left: -280px;
    border-right: 280px #ffffff solid; 
}

#info:after {
    right: -255px;
    border-left: 255px #ffffff solid; 
}

#info-down {
  	position: absolute;
  	z-index: 1;
	width: 0; 
	height: 0; 
	border-left: 217px solid transparent;
	border-right: 200px solid transparent;
	border-top: 200px solid #fff;
	bottom: -199px;
}

.page-title {
	color:#44c7f4;
	font-size: 25px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align:center;
	padding:30px 0 20px 0;
}

#page-image {
	position: absolute;
	right: -172px;
	z-index: 2;
}

#page-content {
	width: 650px;
	color:#555555;
	text-align: center;
	position: absolute;
	z-index: 2;
	line-height: 17px;
	top: 260px;
	left: -130px;	
}

#page-content li {
	list-style-type: none;
	list-style-image: url(../images/arrow.png);
	list-style-position: inside;
	margin-left: 15px;
}

.team-list {
	margin:30px 0 0 120px; 
	width: 470px;
}

.team-list li {
	list-style-type: none;
	list-style-image: url(images/arrow.png);
	float: left;
}

#product2 li {
	display: block;

}
#product li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 25px 40px 20px;
}

.leftimg {
	float: left;
	margin-left: 35px;
}

.righttxt {
	float: left;
	width: 390px;
	margin-left: 15px;
	text-align: justify;
}

.smalltr {
	font-size: 11px;
	font-style: italic; 
}
