@charset "utf-8";
/* John Miller */

body, html {
	position: relative;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;	
}

#header {
	position: relative;
	float:left;
	width: 100%;
	height: 141px;
	background-image:url(../exportmedia/header_bg.gif);
	background-repeat: repeat-x;
	overflow: visible;
	z-index: 2;
}
#header_right {
	position: relative;
	float: left;
	width: 342px;
	height: 141px;
}	
#header_left {
	position: relative;
	float: left;
	overflow:visible;

}

#navigation {
	position: relative;
	float: left;
	width: 700px;	
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#slide_show {
	position: relative;
	float: left;
	width: 100%;
	height: 288px;
	background-color: #b5b5b5;
	z-index: 1;
}
			 
#body{
	position: relative;
	float: left;
	width: 100%;
	height:auto;
	margin-top: 15px;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	height:80px;
	font-family: Arial;
	font-size:11px;
	margin-top: 20px;
}


h1, h2, h3, h4, h5, h6 {
	position: relative;
	float: left;
	width: 98%;
	margin:1%;
}

h1 {
	font-size: 28px;
	font-family: Arial;
	color: white;
}

#body h1 {
	color: #063;
	margin-top: 15px;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
	color:#36C;
	font-family: Arial;
}
h3 {
	font-size: 23px;
	font-family: Arial;
	color: #06C;
}



p {
	position: relative;
	float: left;
	width: 98%;
	margin:1%;
	color: #30405a;
	font-family: Arial;
}



ul {

	color: #30405a;
}

li {
	margin: 9px;	
}

#products_button ul {
    list-style-image: none;
}

#home_button,
#products_button,
#clients_button,
#contact_button,
#about_button {
	position: relative;
	float: left;
	width: 107px; /* 132 */
	height:142px;

}

/*#home_button {
	width: 107px; 
}
#products_button {
	width: 134px; 
}

#clients_button {
	width: 133px; 
}

#contact_button {
	width: 145px; 
}

#about_button{
	width: 133px; 
} */





#home_button a {
	background-image: url(../exportmedia/home_button.gif);
}
#products_button a {
	background-image: url(../exportmedia/products_button.gif);
}
#clients_button a {
	background-image: url(../exportmedia/clients_button.gif);
}
#contact_button a {
	background-image: url(../exportmedia/contact_button.gif);
}
#about_button a{
	background-image: url(../exportmedia/about_button.gif);
}


#home_button a,
#products_button a,
#clients_button a,
#contact_button a,
#about_button a {
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 100%;
	height: 100%;
}

#home_button ul li a,
#products_button ul li a,
#clients_button ul li a,
#contact_button ul li a,
#about_button ul li a{
	background-image: none;	
}

.floatleft {
	float: left;
	margin-top: 6px;
	margin-right: 30px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.floatright{
	float: right;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 30px;
}


.row {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.twoColumn {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}

.oneThirdColumn {
	position: relative;
	float: left;
	width: 28%;
	height: auto;
	margin: 1%;
	margin-top: 25px;
	
}
.twoThirdsColumn {
	position: relative;
	float: left;
	width: 68%;
	height: auto;
	margin: 1%;
	margin-top: 25px;
}

.marginAuto {
	position: relative;
	margin: auto;
    width: 1000px;
}


.iconColumn {
	position: relative;	
	float: left;
	width: 111px;
	height: auto;
}

.iconMain{
	position: relative;
	float: left;
	width: 380px;
	height: auto;
}





#big_planet {
	position: absolute;
	width: 347px;
	height: 346px;
	left: 726px;
	top: -89px;
	
}




.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0 0 0;
			z-index: 1;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 200px; background: #B5B5B5; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 288px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 900px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 ;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 100px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 82px;
			width: 82px;
		}
		
		.stripNavL {
			left: -30px;
		}
		
		.stripNavR {
			right: -30px;
		}
		
		.stripNavL {
			background: url("../exportmedia/left_arrow.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../exportmedia/right_arrow.png") no-repeat center;
		}
		

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:300px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}

#success {
			display: none;	
}
