box_left_blue{
	background: url("../images/blue_box.gif") no-repeat scroll center center transparent;
	border: medium none;
	color: #000000;
	display: block;	
	font: bold 12px arial;
	margin: 0 0 0 20px;
	padding: 10px;
	width: 220px;
	height:392px;

}
.search{
	background: url('../images/search_bg.gif');
	width:404px;
	height:29px;
	border:0px;
	padding:0px;
	padding-top:5px;
	background-repeat:repeat-x;
	vertical-align:bottom;

}
.go{
	background: url('../images/go.gif');
	width:59px;
	height:31px;
	border:0px;
	background-repeat:repeat-x;
}

.content{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	letter-spacing:.5px;
	text-decoration:none;
	text-transform:none;
}
.blackbold{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	line-height:18px;
	letter-spacing:.2;
	text-decoration:none;
}
.heading{
		font-family:Arial, Helvetica, sans-serif;
		color:#636363;
		text-transform:uppercase;
		font-size:18px;
		text-decoration:none;
	}

.blueheading {
	font-family:Arial, Helvetica, sans-serif;
	color:#DE2513;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	
}	


.leftmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
.leftmenu_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.left_heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C4F51;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.welcome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636363;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.clients{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#DE2513;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.clients_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.box-title {
font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-transform:none;
	font-size:40px;
	height:50px;
	text-decoration:none;
	vertical-align:middle;
	
}

.orange-box {

	width:290px;
	height:355px;
	background-color:#FF3300;
	line-height:22px;
	letter-spacing: .5px;
	
}

.green-box {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	width:290px;
	height:355px;
	background-color:#7CBB00;
	
}

.blue-box {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	width:290px;
	height:355px;
	background-color:#00A1F1;
	
}

.yellow-box {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	width:290px;
	height:355px;
	background-color:#FFBB00;
	
}
.move-arrow {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	width:41px;
	height:41px;
	background-image:url(../images/more-arrow.png);
	background-repeat:no-repeat;
	
}

.box-data {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	line-height:21px;
	
}

.black-title {
font-family:"Times New Roman", Times, serif;
	color:#000;
	text-transform:none;
	font-size:40px;
	height:50px;
	text-decoration:none;
	vertical-align:middle;
	
}

.submit-text {
font-family:"Times New Roman", Times, serif;
	color:#14120F;
	text-transform:none;
	font-size:25px;
	height:50px;
	text-decoration:none;
	vertical-align:middle;
	padding-left:20px;
	
}



.product-range {
font-family:"Times New Roman", Times, serif;
	color:#000;
	text-transform:none;
	font-size:20px;
	text-decoration:none;
	vertical-align:middle;
	padding-left:5px;
	
}


.product-range-title {
font-family:"Times New Roman", Times, serif;
	color:#000;
	text-transform:none;
	font-size:24px;
	text-decoration:none;
	vertical-align:middle;
	font-weight:bold;
	padding-left:5px;
	
}

.right-header {
	width:336px;
	height:456px;
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;

}

.devider {
	width:2px;
	height:5px;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
	
}

@keyframes slidy {
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  font-size: 0;
  animation: 30s slidy infinite; 
}
