html {
	width: 100%;
	height: 100%;
}

body {
	background: #ccc;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body, input, select, textarea {
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	color: #000000;
}

select, textarea, input {
	font-size: 100%;
}

img {
	border: none;
}

h1 {
   font-size: 21px;
   font-weight: normal;	
   margin: 0;
   padding: 0;	
}

h2 {
   color: #4e4e4e;
   font-size: 16px;
   font-weight: normal;	
}

.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html>body .canvas {
	height: auto;
}

.break {
	clear: both;
}

.hidden {
	display: none;
}

.bottom {
	position: absolute;
	bottom: -1px;
	margin: 0 0 10px 0;
}

.wrapper {
	position: absolute;
	left: 50%;
	overflow: visible;
}

.box {
	position: absolute;
	left: -450px;
	width: 900px;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.header {
	float: left;
	width: 900px;
	height: 100px;
	overflow: hidden;
	background-color: #fff;
}

.header .padding {
   padding: 20px;	
}

.column {
	float: left;
	width: 900px;
	height: auto;
	overflow: hidden;
	background: url(../../images/padding-bg.png) no-repeat #FFF;
	min-height: 400px;
	border-bottom: 5px solid #d4711a;
}

.transbox {
	background: rgba(0, 0 ,0, 0.35);
	color: #fff;
}

.transbox .prodimg {
	float: left; 
	width: 250px; 
	margin: 0 0 0 10px;
	text-align: center;
}

.column .padding {
   padding: 20px 30px;
   font-size: 12px;
   line-height: 18px;
   color: #000; 
}

.column .padding h1 {
   margin: 0 0 10px 0;
}

.column .padding a {
   color: #000;
   text-decoration: none;
}

.column .padding a:link{
   color: #000;
   text-decoration: none;
}

.column .padding a:visited{
   color: #000;
   text-decoration: none;
}

.column .padding a:hover{
   color: #666;
   text-decoration: none;
}

.column .padding a:active{
   color: #fff;
   text-decoration: none;
}

/* for understanding browsers */
.footer {
	float: left;
	width: 900px;
	min-height: 150px;
	overflow: hidden;
	background-color: #fff;
}

/* for Internet Explorer */
/*\*/
* html .footer {
height: 150px;
}
/**/

.footer .padding {
   padding: 20px;
   font-size: 11px;	
}

.footer .padding img {
   float: left;
   margin: 0 30px 0 0;
}

.footer .padding h2 {
   margin: 0 0 20px 0;
   padding: 0;
}

.footer .padding a:link{
   color: #d4711a;
   text-decoration: none;	
}

.footer .padding a:visited{
   color: #d4711a;
   text-decoration: none;	
}

.footer .padding a:hover{
   color: #56595c;
   text-decoration: none;	
}
.footer .padding a:active{
   color: #d4711a;
   text-decoration: none;	
}

.footer .padding ul {
       float: left;
       margin: 0;
       padding: 0;
}

.footer .padding ul li{
       list-style-type: none;
       border-bottom: 1px solid #ccc;
       font-size: 12px;
       line-height: 15px;
       margin: 0;
       padding: 5px 0;
}

#products {
	float: left;
	width: 190px;
}

#clientshowcase {
	float: left;
}

#clientshowcase img {
   	border: 1px solid #ccc;
   	padding: 10px;
}

.sub_footer{
	font-size: 11px;
	text-align: center;
	color: #929292;
	margin: 0 0 20px 0;
}

.sub_footer img{
	vertical-align: middle;
        margin: 0 20px 0 0;
}

.sub_footer a {
        color: #929292;
        text-decoration: none;
        margin: 0 25px 0 25px;
}

.sub_footer a:link {
        color: #929292;
        text-decoration: none;
}

.sub_footer a:visited {
        color: #929292;
        text-decoration: none;
}

.sub_footer a:hover {
        color: #343434;
        text-decoration: none;
}

.sub_footer a:active {
        color: #929292;
        text-decoration: none;
}

#slider							{ height: 200px; overflow: hidden;
								  position: relative; margin: 0 0; width: 835px;}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 20px; width: 900px; float: left; position: relative; }
.slide h1						{ font-size: 21px; margin: 0; padding: 0; color: #FFF; }
.slide p						{ color: #FFF; font-size: 12px; width: 500px; margin: 0; padding: 0; }
.slide img						{ position: absolute; top: 20px; left: 540px; }
#slider-stopper					{ position: absolute; top: 20px; right: 0px; background: #1d1d1d; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
