/* 
Title:		Circuitech	
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	Deeember 15, 2007
Updated:	
*/

/* Design Notes:

*/


/*--[Global]----------*/
html, body, form, fieldset, legend, input, select, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, address, img {
	margin:0;
	padding:0;
}
ul, li {
	list-style-type: none;
}
body {
	color: #FFF;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto margining. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
	font: small/1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
a:link, a:visited, a:hover {
	text-decoration: none;
}

/*--[Body Tags]---------*/
#front  {
	background: #313131 url(../images/bg_body_front.jpg) repeat-x 0 0;
}
#inside {
	background: #313131 url(../images/bg_body_inside.jpg) repeat-x 0 0;	
}

/*--[Float Clearing]--------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Sonspring's Clearall */
.clear {
	 border: 0;
	 clear: both;
	 display: block;
	 float: none;
	 margin: 0;
	 overflow: hidden;
	 visibility: hidden;
	 width: 0;
	 height: 0;
}

/*--[Generic Link Rules]---------*/
a:link, a:visited {
	color:#ffc30d;;
	text-decoration: none;	
}
a:hover {
	color: #FFF;
}

/*--[Images]-------*/
img.l_inset {
	float: left;
	border: 2px solid #CCC;
	margin: 0 10px 5px 0;
}
img.r_inset {
	float: right;
	border: 2px solid #CCC;
	margin: 0 0 5px 10px;
}

/*--[Global Lists]-------*/
ul.std {
	padding: 10px 0;
}
	ul.std li {
		background: url(../images/bullet_red.gif) no-repeat 0 50%;
		padding: 5px 5px 5px 18px;
		margin-left: 8px;
		font-size: 85%;
	}

/*--[Wrappers and Such]---------*/
.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*--[Content Buttons]----------*/
p.more {
	text-align: right;
}
	p.more a:link, p.more a:visited {
		background: url(../images/btn_shad_go.jpg) no-repeat center left;
		font: bold 95%/38px Arial, Helvetica, sans-serif;
		color: #ffc30d;
		padding: 0 35px 0 0;
		margin: 0;
		text-transform: uppercase;	
		}
	p.more a:hover {
		color: #FFF;
	}

/*--[Headlines]--------*/
#inside h2 {
	background: #000 url(../images/bg_titleinside.jpg) repeat-x 0 0;
	font: 230%/64px Verdana, Arial, Helvetica, sans-serif;
	color: #ffc30d;
	padding: 0 0 0 15px;
}
h3.redsectop {
	font: normal 220%/2.0em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #e30303;
}
#inside h3 {
	font: normal 140%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #e30303;
	padding: 15px 0;
}
h4.yellowbreak {
	font: normal 128%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	background:transparent url(../images/bg_dottedline.gif) repeat-x scroll 0pt 10px;
	color: #ffc30d;
	padding: 20px 0 10px 0;
}

/*--[Header Elements]--------*/
#header {
	background: transparent url(../images/bg_header.jpg) no-repeat 0 0;
	position: relative;
	height: 152px;
}
	#header h1 {
		background: url(../images/bg_logo_circuitech.jpg) no-repeat;
		text-indent: -9926px;
		width: 304px;
		height: 77px;
		position: absolute;	
		top: 15px;
		left: 17px;
	}
	#header h1 a {
		display: block;	
		background: url(../images/bg_logo_circuitech.jpg) no-repeat;
		height: 77px;
	}
	
/*Top Search Area*/
#header fieldset {
	border: none;
	position: absolute;
	top: 72px;
	right: 28px;
	width: 235px;

}
#header legend {
	text-indent: -9926px;
}		
p.searchitem {
	float: left;
	padding: 0;
}
	p.searchitem select, p.searchitem input {
		font: 75% Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
	}
	p.searchitem input {
		width: 185px;
		padding: 2px 0;
	}
p.searchsubmit {
	float: right;
	padding: 0;
}
#searchgo {
  width: 40px;
  height: 23px;
  border: 0;
  background: transparent url(../images/btn_searchgo.gif) no-repeat center top;
  text-indent: -9926px;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  display: block;
}

/*--[Navigation]--------*/
/*Top Navigation*/
ul#nav_top {
	position: absolute;
	top: 38px;
	right: 29px;
}	
	ul#nav_top li {
		float: left;
		background: url(../images/bg_masthead_nav_divider.gif) no-repeat 0 50%;
		padding: 0 10px;
	}

		ul#nav_top li a:link, ul#nav_top li a:visited {
			font: 80%/19px Verdana, Arial, Helvetica, sans-serif;
			float: left;
			color: #CCC;	
		}
		ul#nav_top li a:hover {
			color: #B12804;
		}
		
/*Main Navigation*/
.nav_main
{
	position: absolute;
	top: 119px;
	left: 19px;
	float: left;
	height: 34px;	
}

ul#nav_main {
	position: absolute;
	top: 117px;
	left: 19px;
	float: left;
	height: 34px;
}
	ul#nav_main li {
		float: left;	
	}
		ul#nav_main li a:link, ul#nav_main li a:visited {	 
			float: left;
			display: block;
			font: bold 100%/34px "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
			color: #FFF;
			background: url(../images/bg_mainnav_divider.gif) no-repeat 0 0;
			padding: 0 12px;		
		}
		ul#nav_main li.first a:link, ul#nav_main li.first a:visited {	
			background-image:  none;
			padding-left: 7px;
		}		
		ul#nav_main li a:hover, ul#nav_main li.first a:hover {
			background: url(../images/bg_mainnav_ro.jpg) repeat-x;
		}
			
/*Side Bar Navigation*/
.sidenav {
	background: url(../images/bg_sidenav_bottom.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	
}
.sidenav h4 {
	background: url(../images/bg_sidebar_navheader.jpg) repeat-x 0 0;
	font: normal 125%/62px "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 0 3px;
}
.sidenav ul {
	width: 200px;
	margin: 0 auto;
	background:url(../images/bg_sidenav.jpg) repeat-y 0 100%;
	padding: 0;
	line-height: 1.0em;
}
	.sidenav ul li {
		margin: 0 10px;	
		padding: 6px 0;	
		border-bottom: 1px solid #353535;
		border-top: 1px solid #393939;
	}
		.sidenav ul li.first {
			border-top: none;
		}
		.sidenav ul li a:link, .sidenav ul li a:visited {
			display: block;
			background: url(../images/bullet_listarrow.gif) no-repeat 2% 50%;
			padding: 0 0 0 15px;
			color: #FFF;
			font-size: 80%;
		}	
		.sidenav ul li a:hover {
			color: #ffc30d;
		}	

/*--[Content Area]-------*/
#content {
	background: #000 url(../images/bg_content_glow.jpg) no-repeat 0 0;
	padding: 0 0 15px;
}
	#content p {
		font-size: 85%;
		padding: 0 5px;
	}

/*Front Pic*/
#frontpic {
	background: #1F1F1F url(../images/bg_frontpic.jpg) no-repeat top right; 
	width: 970px;
	height: 295px;
	margin: 0 auto;
	position: relative;
}
	#frontpic img {
		float: left;
	}
	#frontpic h2 {
		font: normal 130%/1.5em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		position: absolute;
		width: 260px;
		top: 15px;
		right: 15px;
	}
		#frontpic h2 span.yellow {
			color: #ffc30d;
		}
		#frontpic h2 span.red {
			color: #FF0000;
		}
		#frontpic a.learnmore {
			position: absolute;
			bottom: 15px;
			right: 48px;
			width: 209px;
			height: 28px;
			text-indent: -9926px;
			background: url(../images/btn_learnmore_big.gif) no-repeat 0 0;
		}
		
/*Front Doors*/
ul.frontdoors {
	background: url(../images/bg_frontdoors_topper.gif) no-repeat top center;
	padding-top: 23px;
}
	ul.frontdoors li {		
		float: left;
		padding: 0 11px 15px 11px;		
	}

		ul.frontdoors a {
			display: block;
			height: 229px;
			width: 172px;
			float: left;
			text-indent: -9926px;									
		}
		/* - Front Door Images - */
		.fdoor_1 {
			background: url(../images/bg_dr_atmrepair.jpg) no-repeat 0 0;
		}
		.fdoor_2 {
			background: url(../images/bg_dr_kioskrepair.jpg) no-repeat 0 0;
		}	
		.fdoor_3 {
			background: url(../images/bg_dr_selfcheckout.jpg) no-repeat 0 0;
		}	
		.fdoor_4 {
			background: url(../images/bg_dr_tellerrepair.jpg) no-repeat 0 0;
		}
		.fdoor_5 {
			background: url(../images/bg_dr_assetmanage.jpg) no-repeat 0 0;
		}		
	
/*Three 300 Columns*/
.threecol {
	width: 301px;
	float: left;
	margin: 35px 11px;
	background: url(../images/bg_threecol.jpg) no-repeat; 
}
	.threecol h3 {
		font: normal 175%/1.1em Arial, Helvetica, sans-serif;
		color: #ffc30d;
		padding: 12px 10px 6px 10px;
	}
	.content .threecol p {
		padding: 3px 10px;
	}
	.threecol li {
		background: url(../images/bullet_red.gif) no-repeat 0 50%;
		padding: 5px 5px 5px 18px;
		margin-left: 8px;
		font-size: 95%;
		}

/*Left Column*/
.leftcol {
	float: left;
	width: 750px;
	width: 958px;
	margin-left: 6px;
	text-align: justify;
}


/*Right Column*/
.rightcol {
	float: right;
	width: 200px;
	display: none;
}

/*--[Footer]-------*/
#footer {
	clear: both;
	background: url(../images/bg_footer.jpg) no-repeat 0 0;
	padding-bottom: 15px;
	height: 127px;
}
	#footer ul {
		padding: 50px 10px 0 10px;
	}
		#footer ul li {
			display: inline;
			padding: 0 8px;
			border-left: 1px solid #acacac;
			font: 80% Arial, Helvetica, sans-serif;
		}
		#footer	ul li.first {
			background-image: none;
			border-left: none;
		}		
			#footer ul li a:link, #footer ul li a:visited {	
				color: #acacac;
			}
			#footer ul li a:hover {
				color: ##ffc30d;;
			}
	a.fpsalogo {
		padding: 20px 0 0 20px;
		border: none;
		float: left;  
		
	}
	a.webdesign
	{
		margin: 75px 75px 5px 25px;
		float: right;
	}
	#footer p {
		float: right;
		padding: 20px 20px 15px 0;
		font: 80% Arial, Helvetica, sans-serif;
		color: #acacac;
	}		
/*--[Overwrites]--------*/


/*--[Bitwise Additions]--*/

/* News */

.NewsListItem
{
	margin: 0px 8px 12px 8px;
	border: solid 1px #666;
	padding: 8px;
	background: #222;
}

.NewsListItem h3
{
	font-size: 18px;
	margin-bottom: 4px;
}

.NewsListItemDate
{
	color: #bbb;
}

/* Events */

.EventListItem
{
	margin: 0px 8px 12px 8px;
	border: solid 1px #666;
	padding: 8px;
	background: #222;
}

.EventListItem h3
{
	font-size: 18px;
	margin-bottom: 4px;
}

.EventListItemDate
{
	color: #bbb;
}

/* Page Numbers */

.pages {
padding: 1em;
margin: 1em 0;
clear: right;
font-size: 85%;
margin-top: -11px;
}

.pages a, .pages span {
display: block;
float: left;
padding: 0.2em 0.5em;
margin-right: 0.1em;
border: 1px solid #6B6B6B;
background: Black;
}

.pages span.current {
border: 1px solid #6B6B6B;
font-weight: bold;
background: #9A0000;
color: #eee;
font-size: 8pt;
padding: 5px;
}

.pages a 
{
background-color: #212121;
border: 1px solid #9A0000;
text-decoration: none;
padding: 5px;
}

.pages a:hover {
border-color: #555;
background-color: #E0564E;
color: #eee;
text-decoration: none;
}

.pages a.nextprev {
font-weight: bold;
}

.pages span.nextprev {
color: #666;
}

.pages span.nextprev {
border: 1px solid #6B6B6B;
color: #999;
font-size: 8pt;
padding: 5px;
}

.RSSButton
{
	float: right;
	border: none;
	font-size: 20px;
}

.RSSButton img
{
	border: none;
}

/*--[Recent News]--------*/
ul.recentnews {
	background: url(../images/bg_recentnews.gif) no-repeat;
	width: 270px;
	margin: 15px auto 5px auto;
	padding: 28px 0 0 10px;
}
	ul.recentnews li {
		background: url(../images/icon_newspaper.gif) no-repeat 0 0;
		padding: 0 0 15px 24px;
	}
		ul.recentnews li h4 {
			font: normal 118%/1.1em Arial, Helvetica, sans-serif;
		}
		.content ul.recentnews li p.tinysubtext {
				font: 85% Verdana, Arial, Helvetica, sans-serif;
				color: #787F6F;
				padding: 0;
			}
		ul.recentnews li a:link, ul.recentnews li a:visited {
			color: #CBA63C;
		}
		ul.recentnews li a:hover {
			color: #FFF;
			text-decoration: none;
		}

/*--[Upcoming Events]--------*/
ul.upcomingevents {
	background: url(../images/bg_upcomingevents.gif) no-repeat;
	width: 270px;
	margin: 15px auto 5px auto;
	padding: 28px 0 0 10px;
}
	ul.upcomingevents li {
		background: url(../images/icon_date.gif) no-repeat 3px 50%;
		padding: 4px 0 4px 27px;
		margin: 3px 0;
	}
	ul.upcomingevents li.odd {
		background-color: #343434;
	}

/*-- IE has a problem with covering menu dropdowns - this fixes that */
*html .UnderMenuDropdowns
{
	z-index: -10;
}

#PanelAttachedFiles
{
	margin: 12px 20px 0px 12px;
	float: left;
}

#PanelAttachedFiles img
{
	clear: left;
	border: solid 2px #bbb;
}

.OtherAttachments img
{
	border: solid 2px #bbb;
	margin-right: 3px;
}

.info_block li
{
	float: left;
	margin-left: 12px;
}