*{margin: 0px; padding: 0px}

body {
font-size: 12px;
font-family: Helvetica, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:auto;
overflow: auto;



}

a {color: #31427d; text-decoration: none;}
a:visited {color:#31427d;}
a:hover {color: #0000FF;}
a:active { color:#000000;}

#copy h1 {
font-size: 15px;
margin:0px 0px 10px 0px;
font-weight: bold;
color: #31427d;
}

#copy h3 {font-size: 25px;
font-weight: bold;
letter-spacing: -6;
color: #31427d;
text-align: left;
margin: 0px;
padding: 6px 0px 12px 0px;}

#copy h4 {font-size: 20px;
font-weight: bold;
letter-spacing: -6;
color: #31427d;
text-align: left;
margin: 0px;
padding: 6px 0px 8px 0px;
clear: both;}

#header h1 {font-size: 50px;
font-weight: bold;
letter-spacing: -8;
color: #4682B4;
text-align: left;
margin: 0px;
padding: 0px;}

#header p {color: #bbbbbb;}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

p{margin:0px 0px 8px 0px; text-align: justify; line-height: 16px; padding: 5px 0px;}

b{color: #31427d;}

/* ----------container to center the layout---------- */

#tophalf {width: 100%; background-color: #333333; padding: 0px; margin: 0px; border-bottom: 1px #000000 solid;
}

#container {
width: 960px;
padding:0px;
border: 0px;
margin-left: auto;
margin-right: auto;
margin-top: -5px;
} 

#container2 {
width: 960px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
	background: url(imgs/blur.jpg) top no-repeat;

} 



/* ----------banner for logo-------------- */
#banner {
text-align: left;
margin: 5px 0px 5px 0px; 
clear: both;
display: block;
padding: 0px 5px;
	}

#banner img {padding:10px 0px 10px 0px; vertical-align: middle;} 


#menu {
	padding: 0px 5px;
	clear: both;}

#video{ 
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 20px;
	overflow: hidden;
	} 
	
#header{ 
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 20px;
	} 
	
.products{ 
	background: url(imgs/productshead.png) no-repeat;
	background-position:top  right;
	} 

.services{ 
	background: url(imgs/serviceshead.png) no-repeat;
	background-position:top  right;
	} 
	
.examples{ 
	background: url(imgs/exampleshead.png) no-repeat;
	background-position:top  right;
	} 
	
.contact{ 
	background: url(imgs/contacthead.png) no-repeat;
    background-position:top  right;
	} 

.company{ 
	background: url(imgs/companyhead.png) no-repeat;
	background-position:top  right;
	} 
	
.customers{ 
	background: url(imgs/customershead.png) no-repeat;
	background-position:top  right;
	} 

	#customers{ 
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px;	
	position: relative;
	clear: both;
	width: 940px;
	} 
	
	#customers a img {border: 0px}

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }
 
 .slideshow {float: left; clear: none; border: 0px;}
 .techs {border: 0px; padding: 5px 5px; display: block; float: right; display: inline;}

/* -----------------content--------------------- */

#copy{ 
	margin-top: 35px;
	padding: 10px;
	display: block;
	float: left;
	margin-bottom: 15px;
	clear: both;
	width: 940px;
	} 

#quart{width: 420px; float: left; padding: 10px; text-align: justify; display:inline; clear: none; position: relative}

li {line-height: 16px;}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footerl {
padding:10px 0px;
margin:10px 0px;
text-align: left;
color: #333333;
font-size: 8pt;
clear: both;} 


/* --------------------- SLIDER --------------------- */

p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 0px solid #ccc; margin-bottom: 30px; padding-bottom: 0px }
		
		noscript p, noscript ol { color: #31427d; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #31427d; text-decoration: none }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #ffffff; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 920px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			/* height: 1175px; */
			clear: both;
			background: #fff;
		}
		
		.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: 920px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			width: 920px;
			text-align: center;
		}
		
		.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 Script/coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
		
		.stripNav li a { background: #ffffff; color: #31427d; font-size: 12px; 
		-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-bottomleft: 10px;
	 -moz-border-radius-topright: 10px; 
-moz-border-radius-topleft: 10px;
	-webkit-border-radius: 10px;
		}
		
		.stripNav li a:hover {
			background: #b0b0b0;
		}
		
		.stripNav li a.current {
			background: #31427d;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 0px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
/* ----- Copy Images --- */

.centerimg{padding: 10px; text-align: center; clear: both; margin: auto; align: center; display: block;}
.leftimg{float: left; margin: 0px 20px 10px 5px;}
.rightimg{float: right; margin: 0px 5px 10px 20px;}

/* ------ For HomePage Icons ----- */

#sub {width: 280px;
float: left;
position: relative;
display: inline;
background: #ffFfff;
padding: 0px 0px 15px 0px;}

#sub h2{color: #31427d; font-weight: bold; letter-spacing: +3; font-size: 22px; padding: 0px 0px 5px 0px;}

#sub p{padding: 0px; margin-top: 0px; text-align: left;}

#empty {width: 40px; float: left; position: relative; display: block; background: #FFffff;}

#clear {clear: both; width:100%; height: 15px;}

.icon {float: left; border: 0px; padding: 0px 10px 50px 0px;}

/* ---------------- Video Player Content -------------- */

.dragableBox 
{ 
  position:absolute;
}
.flashPlaceHolder
{
  background-color:Green;
}
.playerTable
{
 
}
.flashcontent
{
  z-index:100;
  position:relative;
  background-color:#000000;
  
}
.flashcontentPlayer
{
  z-index:200;
  position:relative;
  background-color:#252525;
  background-repeat:no-repeat;
}
.flashcontentPlayerBackground
{
    z-index: -100; 
    position: absolute; 
 	background-image:url(http://www.castup.com/images/playerHtmlBack.jpg);
    background-repeat:no-repeat;
}
#dvFlashAlternate,#dvFlashAlternate a
{
  color:Gray;
}
#cuPlayerWMVContainer
{
  
}


.custimg{float: left; padding: 10px; vertical-align: middle;}
