@charset "utf-8";
/* =====================
	Stylesheet for ASI
	==================== */

body {
	background:#959595;
	color:#000000;
	font-size:100%;
	margin:0;
	padding:0;
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:12px;
}

#page {
	width: 888px;
	margin:0 auto;
	padding:0;
}

#header {
	float:left;
	height:90px;
	width:100%;
	background:url(../images/css_template/header.png) no-repeat;
}
	#header h1 {
		display:none;
	}

#links {
	clear:left;
	float:left;
	height:32px;
	width:100%;
	background:url(../images/css_template/links-bg.png) repeat-x;
	
}

#blue_bar {
	clear:both;
	float:left;
	height:12px;
	width:100%;
	background:url(../images/css_template/bottom-bg.png) repeat-x;
}

#footer {
	float:left;
	clear:both;
	padding:10px;
	height:15px;
	width:868px;
	background:white;
	color:black;
	font-size:10px; 
	text-align:center;
}


/* =====================
	  Home Page Divs
	==================== */
#flash {
	clear:left;
	float:left;
	height:230px;
	width:100%;
	background:#0752a3;
}

#mid {
	clear:left;
	float:left;
	width:100%;
	height:230px;
}

#content {
	float:left;
	width:550px;
	background:#FFFFFF;
	padding:2px 8px;
	height:100%;
}

	#content ul {
		color:#3366FF;
	}
	
	#content p {
		color:black;
	}

#side {
	float:left;
	width:322px;
	background:#FFFFFF;
	height:100%;
}

#side_mod {
	width:302px;
	margin:10px 0;
	height:180px;
	background:#0093dd url(../images/css_template/side.png) bottom repeat-x;
	color:white;
	font-weight:300;
	padding:10px;
}

/* =====================
	   Sub-Page Divs
	==================== */
	
#mid-content {
clear:both;
float:left;
background:#FFFFFF;
width:100%;
}

#mid-body {
	padding:5px 10px;
}

.style1 {	
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:12px; 
	text-align:left;
	}
	
.content {	
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:12px; 
	text-align:left;
	}

h2 {
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:16px; font-weight:900; 
	margin:10px; 
	color:#3366FF; 
	background:url(../images/h2.png) no-repeat; 
	border-left: 1px solid #dfdfdf; 
	border-bottom: 1px solid #dfdfdf; 
	padding-left:5px; 
	padding-bottom:1px; 
	text-align:left;
	}
	
h3 {
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:14px; font-weight:900; 
	margin:10px; 
	color:#3366FF; 
	background:url(../images/h3.png) no-repeat; 
	border-bottom: 1px solid #dfdfdf; 
	padding-left:5px; 
	padding-bottom:1px; 
	text-align:left;
	}
	
.subtitle {  
	font-family: 'Lucida Grande',Helvetica,Verdana,sans-serif; 
	font-size:13px; 
	font-weight:bold 
}

	
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.s_table tr {
	border-bottom: 1px solid #FB7A31;
}


/* =====================
	 Service Pages Divs
	==================== */

#service_menu {
	float:right;	
}

#service_content {
	padding:10px;
}

.centered-images{
	text-align:left;
}
	.centered-images img {
		margin:0 2px;
	}
	
#edm-top {
	float:right;
	margin:2px;
}

	#edm-top img {
		margin:5px;
	}
	
#multi-top {
	float:right;
	margin:2px;
}

	#multi-top img {
		margin:5px;
	}

#weldText {
	float:left;
	width:710px;
}


#weldBottomPics {
	clear:both;
}

	#weldBottomPics img{
		margin:5px;
	}
	

/* ****************************************
 *          CSS Slding Menu               *
 **************************************** */
 
 
 # ul#sliding-navigation  
 {  
     list-style: none;  
     font-size: .75em;  
     margin: 10px 0; 
 }  

 ul#sliding-navigation li.sliding-element a  
 {  
 	 display: block;  
     width: 100px;  
     padding: 8px 12px;  
     margin: 0;  
     margin-bottom: 0px; 
	 font: 95% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	 
 	text-align: left;
    background: #FFF url(../images/s_menu.png) left bottom no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	color: #3366FF;
    text-decoration: none; 
 }  
   
 ul#sliding-navigation li.sliding-element a:hover { 
 	background: url(../images/menu/menu_hover_sub.png) left center no-repeat;
	color: #555; 
}  



/* ****************************************
 *          Kickass Table CSS             *
 **************************************** */

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px 120px;
	width: 620px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #06F;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #06F;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
 
/* ****************************************
 *              CSS End                   *
 **************************************** */

