/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||          Stealth Creative Styles          |||
|||                                           |||
|||            Created Sept 3, 2009           |||
|||                                           |||
|||         Last Modified Sept 9, 2009        |||
|||                                           |||
|||         J Duffin, Stealth Creative        |||
|||                                           |||
|||          www.stealthcreative.com          |||
|||                                           |||
|||||||||||||||||||||||||||||||||||||||||||||| */





/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||               COMMON STYLES               |||
|||                                           |||
||||||||||||||||||||||||||||||||||||||||||||||*/

html {
	height: 100%;
	background: #fff url(../images/bkg.jpg) repeat;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 10px/18px Helvetica, Arial, sans-serif;
	color: #94a69d;
}
p { margin: 0; padding: 4px 0; }

a, a:link, a:visited { 
	color: #333; 
	text-decoration: underline; 
}

a:hover { 
	color:#000000; 
	text-decoration:underline; 
}





/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||              LAYOUT ELEMENTS              |||
|||                                           |||
||||||||||||||||||||||||||||||||||||||||||||||*/

#mainDiv {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 100%;
}

#tspace {
	margin: 0;
	padding: 0;
	width: 950px;
}





/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||                  TOP BAR                  |||
|||                                           |||
||||||||||||||||||||||||||||||||||||||||||||||*/

#topBar {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 91px;
	background: url(../images/topBG.jpg) repeat;
}

.toplogo {
	margin: 18px 0 0 24px;
	padding: 0;
	float: left;
}





/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||              SLIDE SHOW PRO               |||
|||                                           |||
||||||||||||||||||||||||||||||||||||||||||||||*/

#ssp {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 458px;
	background: #fff;
}





/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||              CALLOUTS / NAV               |||
|||                                           |||
||||||||||||||||||||||||||||||||||||||||||||||*/

#hire {
	float:right;
	padding-top:25px;
	padding-right:20px;
	text-align:right;
	color:#333333;
	font-size:12px;
	}


#content { 
	padding: 20px 20px 20px 20px;
	width:900px;
	text-align:left;
	font-size:12px;
	color:
	}
		

#clientholder {
	height: 130px;
	text-align: left;
}

#clients {
	margin: 0;
	padding: 0;
	width: 955px;
	text-align: left;
	position: absolute;
	z-index: 2;
}

#clients ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}

#clients ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 186px;
	height: 189px;
	float: left;
}

#clients ul li a {
	display: block;
	cursor: pointer;
	background-color: #95a69d;
	width: 186px;
	height: 189px;
	background-repeat: no-repeat;
}


/* classes for logos, rollovers, on-states */

#clients li a#knology { 
	background-image: url(../images/logo_knology.gif);
	background-position: top;
}

#clients li a#knology:hover { 
	background-image: url(../images/logo_knology.gif);
	background-position: center;
}

#clients li a#knology.current { 
	background-image: url(../images/logo_knology.gif);
	background-position: bottom;
}

#clients li a#agco { 
	background-image: url(../images/logo_agco.gif);
	background-position: top;
}

#clients li a#agco:hover { 
	background-image: url(../images/logo_agco.gif);
	background-position: center;
}

#clients li a#agco.current { 
	background-image: url(../images/logo_agco.gif);
	background-position: bottom;
}

#clients li a#slada { 
	background-image: url(../images/logo_slada.gif);
	background-position: top;
}

#clients li a#slada:hover { 
	background-image: url(../images/logo_slada.gif);
	background-position: center;
}

#clients li a#slada.current { 
	background-image: url(../images/logo_slada.gif);
	background-position: bottom;
}

#clients li a#tri { 
	background-image: url(../images/logo_tri.gif);
	background-position: top;
}

#clients li a#tri:hover { 
	background-image: url(../images/logo_tri.gif);
	background-position: center;
}

#clients li a#tri.current { 
	background-image: url(../images/logo_tri.gif);
	background-position: bottom;
}

#clients li a#comt { 
	background-image: url(../images/logo_com.gif);
	background-position: top;
}

#clients li a#comt:hover { 
	background-image: url(../images/logo_com.gif);
	background-position: center;
}

#clients li a#comt.current { 
	background-image: url(../images/logo_com.gif);
	background-position: bottom;
}





/* ||||||||||||||||||||||||||||||||||||||||||||||
|||                                           |||
|||                  FOOTER                   |||
|||                                           |||
||||||||||||||||||||||||||||||||||||||||||||||*/

#foot {
	margin: 0;
	padding: 150px 0 0 0;
	width: 950px;
	height: 170px;
	background: url(../images/stealth-btm.jpg) bottom right no-repeat;
}

.lefty { float: left; padding-right: 70px; text-align:left; }









