/************************************

	styles.css
	for Alfamation
	
	created by Kagan Creative 

	last edit by Jim on 4/1/2010
	last edit by Jeff on 4/28/2010

*************************************/

body {
	margin: 0; padding: 0;
	text-align: center;
	background: #f3f4f4;
	font-family: Trebuchet MS, Myriad Pro, Verdana, arial, sans-serif;
}

a img { border: none; }

a { text-decoration: none; outline: none; color: #ee712b; }

a:hover { text-decoration: none; }

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

#container {
	margin: 10px auto 0 auto; 
	padding: 0;
	width: 968px;
	text-align: left;
}

#top_nav {
    margin: 0px 0px 0px 25px; padding: 0;
	width: 938px;
	float: left;
}

#top_nav #logo {

	float: left;
	
}

#top_nav #search {
	
	float: right;
}



/*--- slideshow styles ----*/

#index_image {
 	width:965px; 
 	height: 380px; 
 	z-index: 1;
 	float: left;
}

.picture-slides-container {
 	width: 965px; 
 	height: 380px; 
}

#index_image .picture-slides-image{
	z-index: 1;
	margin: 0px 10px 10px 3px;
	float: left;
}

#index_image #image_text {
	width: 280px;
	height: 200px;
	float: left;
	z-index: 500;
	position: absolute;
	margin: 0 0 0 650px;
	top: 210px;
	line-height: 18px;
}

#index_image #fadeshowtoggler {
	float: left;
	z-index:500;
	position: absolute;
	margin: 0 0 0 700px;
	top: 450px;
	color: #959595;
	font-size: 11px;
	text-align: left;
}


#fadshowtoggler .picture-slides-thumbnails {
	float: left;
	border: solid 1px #000000;
}

.picture-slides-thumbnails {
	float: left;
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px -40px;
	z-index:500;
	text-align: left;
}

.picture-slides-thumbnails li {
	float: left;
	width: 40px;
	width: 40px;
	margin: 0 10px 5px 0;
}

.picture-slides-thumbnails li img {
	margin: 1px 0 0 1px;
	width: 38px;
	height: 38px;
	padding: 1px;	
	border: 1px solid #959595;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 38px;
	padding: 1px;
	border: 1px solid #000;
}

#alfa_r7_c1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#555555;
	margin-left:0px;
	margin-top:0px;
	width:963px;
	height:103px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-color: #F3F4F4;
	overflow:hidden;

}

ol, ul {
	list-style: none;
}

/*---- image blocks ----*/

#image1 {
	margin:0; padding: 0;
	width:242px;
	height:165px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background: url(../images/alfa_r6_c1.png) top left no-repeat;
	overflow:hidden;
	text-align: center;
}

#image2 {
	margin:0; padding: 0;
	width:240px;
	height:165px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background: url(../images/alfa_r6_c2.png) top left no-repeat;
	overflow:hidden;
	text-align: center;
}

#image3 {
	margin:0; padding: 0;
	width:240px;
	height:165px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background: url(../images/alfa_r6_c3.png) top left no-repeat;
	overflow:hidden;
	text-align: center;
}

#image4 {
	margin:0; padding: 0;
	width:241px;
	height:165px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background: url(../images/alfa_r6_c4.png) top left no-repeat;
	overflow:hidden;
	text-align: center;
}

/* new menu ~Jim */
/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:964px;
	height:44px;
	margin-top:0px;
	*margin-left: 162px;
	_margin-left: 0;
	padding:10px 0 0 0;
	border:none;
	}
	
/* dropdown */	
#drops, #drops ul {
	padding:0;
	margin:0;
	*margin: 0 0 0 -162px;
	_margin: 0;
	clear:both;
	float:left;
	width: inherit;
	line-height:10px;
	border:2;
	z-index:1000;
	}
	
#drops ul.drop {
	background:#FFF;
	padding-left:5px;
	width: 242px;
	clear:both;
	float:left;
	margin-top:42px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	border-bottom: solid 1px #cccccc;
	width: 222px !important;
	padding: 10px 0 10px 0;
	margin-left: 10px;
	}

#drops i {
	margin: 0; padding 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:10px;
}

#drops p {
	margin: 5px 0 0 15px; padding: 0;
}
	
#drops a {
	display: block;
	float:left;
	clear:both;
	width:242px;
}
	
#drops ul.drop a {
	color:#555555;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:12px;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 0; 
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;

}

	#drops ul.drop a:hover {
		text-decoration: underline;
	}
	
	#drops ul.drop li.last_drop {
		border: none;
	}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background: #ffffff;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
/*END DROPDOWN*/



/*SPRITE BACKGROUP POSITIONING*/	
#nav a.about, #nav a.products, #nav a.custom, #nav a.industries, #nav a.news, #nav a.contact {
	float:left;
	background:url(../images/navigation-sprite.png) no-repeat;
	height:44px;
	text-indent:-999999px;
	}
	
#nav a.about {	
	background-position:left top;
	width:162px;
	}
	
#nav a.products {	
	background-position:-162px 0;
	width:160px;
	}

#nav a.custom {	
	background-position:-322px 0;
	width:160px;
	}

#nav a.industries {	
	background-position:-482px 0;
	width:160px;
	}	
	
#nav a.news {	
	background-position:-642px 0;
	width:160px;
	}	
	
#nav a.contact {	
	background-position:-802px 0;
	width:162px;
	}	

#nav a.about:hover {	
	background-position:left -44px;
	}
	
#nav a.products:hover {	
	background-position:-162px -44px;
	}

#nav a.custom:hover {	
	background-position:-322px -44px;
	}

#nav a.industries:hover{	
	background-position:-482px -44px;
	}	
	
#nav a.news:hover{	
	background-position:-642px -44px;
	}	
	
#nav a.contact:hover {	
	background-position:-802px -44px;
	}
	
#nav a#active1 {	
	background-position:left -88px;
	}
	
#nav a#active2 {	
	background-position:-162px -88px;
	}

#nav a.#active3 {	
	background-position:-322px -88px;
	}

#nav a#active4{	
	background-position:-482px -88px;
	}	
	
#nav a#active5{	
	background-position:-642px -88px;
	}	
	
#nav a#active6 {	
	background-position:-802px -88px;
	}	
/*END NAVIGATION*/



/*--- footer styles ---*/


#footer {
	margin: 5px 4px 5px 4px; padding: 5px 5px 0 5px;
	width: 950px;
	_width: 940px;
	float: left;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	border-top: solid 1px #cccccc;
}

	#footer p {
		color: #959595;
		font-size: 10px;
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	}

	#footer a {
		color: #555555;
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
		font-size: 12px;
	}

	#footer a:hover {
		text-decoration: underline;
	}

/*---- Search form styles ----*/

#search {
    margin: 10px 0 0 0;
	font-size: 11px;
	width: 240px;
}

#search a {
	color: #959595;
}

#search input.box {
    background: transparent;
    border: none;
    font-size: 10px;
    color: #959595;
    padding: 6px 4px 6px 9px;
    line-height: 14px;
    /* firefox, ie 7, safari */
    height: 14px !important;
    width: 185px !important;
    /* ie 6 */
    height: 22px;
    width: 180px;
    position: relative;
    margin: -4px 0 0 5px;
    
}

#search input.box {
     background: url(../images/text.png) top right no-repeat;
}


/*------ Index styles ------*/


#index_content {
	margin: 0; padding: 0 0 10px 0;
	width: 965px;
	background: #f3f4f4; 
	float: left;
	font-size: 13px;
	font-family: Myriad Pro, Verdana, arial, sans-serif;
	
}

#index_main {
	margin: 10px 0 10px 0; padding: 0 0 0 0;
	width:965px;
	height:390px;
	background-image:url('../images/main_bg.png');
	background-repeat:no-repeat;
	background-position:right top;
	float: left;
}

#index_bottom {
	margin: 0 0 0 0; padding: 0 0 0 0;
	width: 965px;
	height: 165px;
	background-image:url('../images/bottom_bg.png');
	background-repeat:no-repeat;
	background-position:right top;
 	float: left;	
}

#index_left {
	margin: 10px 0 0 5px;
	padding: 0 40px 0 40px; 
	width: 250px;
	background: #e6e6e6;
	display: block;
	float: left;
	text-align: center;
}

	#index_left p {
		font-size: 13px;
		line-height: 24px;
		color: #4c4c4c;
		text-align: left;
	}

#index_right {
	margin: 0; padding: 10px 20px 0 20px;
	width: 520px;
	float: right;
}
	#index_right p {
		margin: 0 0 10px 0; padding: 0;
	}

	#index_right h2 {
		margin: 0; padding: 0;
		font-size: 16px;
		font-weight: normal;
		color: #ee712b;
	}

/*---- Subpage styles ----*/


#content_head {
	margin: 10px 0 0 0; padding: 0;
	_margin-bottom: -15px;
	width: 965px; 
	height: 4px; 
	background: url(../images/bg_content_head.gif) top left no-repeat;
	display: block;	
	float: left;	
}

#content {
	margin: 0; padding: 0 0 10px 0;
	width: 965px;
	float: left;
	font-size: 13px;
	font-family: Myriad Pro, Verdana, arial, sans-serif;
	z-index: 1;
	background: url(../images/bg_content_rp.gif) top left repeat-y;
	display: block;
	float: left;
}

#content_foot {
	margin: 0 0 5px 0;
	width: 965px; 
	height: 10px; 
	background: url(../images/bg_content_foot.gif) top left no-repeat;
	display: block;
	float: left;
}

#main { 
	margin: 0 0 10px 0; padding: 0 0 0 0;
	width:965px;
	min-height:390px;
	height: auto !important;
	height: 390px;
	float: left;
}

#sidebar {
    margin: 20px 0 0 20px; padding: 0;
    _margin: 20px 0 0 10px;
	width: 220px; 
	float: left;
}

#section_box {
    margin: 0 0 20px 0; padding: 0;
	width: 190px; 
	float: left;
}

	#section_header {
		margin: 0; padding: 15px 0 0 10px;
		width: 175px; 
		height: 22px; 
		display: block; 
		float: left;
		background: url(../images/section_header.gif) top left no-repeat;
	}
	
	#section_list {
		margin: 0; padding: 0;
		width: 190px;
		display: block; 
		float: left;
		background: url(../images/section_rp.gif) top left repeat-y;
	}
	
	#section_list ul {
		margin:0; padding: 0;
	}

	#section_list ul li {
		margin: 0; padding: 0;
		width: 185px;
		min-height: 25px;
		height: auto !important;
		height: 25px;
	}
	
	#section_list ul li ul {
		margin: 10px 0 0 10px;
	}
	
	#section_list ul li.section_last {
		border: none;
	}
	
	#section_list ul li a {
		margin-left: 2px;
		padding: 10px 10px 5px 10px; 
		min-height: 20px;
		height: auto !important;
		height: 20px;
		width: 160px;
		color: #363636;
		display: block;
		border-top: solid 1px #e5e5e5;
	}

	#section_list ul li a:hover {
		background: #e5e5e5;
	}

	#section_list ul li.section_on {
		width: 190px;
		height: 36px !important; 
		background: url(../images/sidenav_on.gif) top left no-repeat; 
		display: block;
		border: none;
	}

	#section_list ul li.section_on2 {
		width: 190px;
		height: 56px !important; 
		background: url(../images/sidenav_on2.gif) top left no-repeat; 
		display: block;
		border: none;
	}

	
	#section_list ul li.section_on a, #section_list ul li.section_on2 a  {
		color: #ffffff;
		background: none;
		border: none;
	}

		#section_list ul li li {
			margin: 0 0 0 10px;
			line-height: 12px; 
			background: url(../images/arrow_orange.gif) top left no-repeat;
			border: none;
		}
		
		#section_list ul li li a, #section_list ul li:hover li a{
			padding: 0 0 0 10px;
			background: none;
			border: none;
		}		
		
		#section_list ul li li a:hover {
			text-decoration: underline;
		}
		
		#section_list ul li li a.onstate {
			text-decoration: underline;
			font-weight: bold;
		}
		
		#section_list ul li:hover li {
			background: url(../images/arrow_orange.gif) top left no-repeat;
		}
	
	#section_footer {
		margin: 0; padding: 0;
		width: 185px; 
		height: 8px; 
		display: block; 
		float: left;
		background: url(../images/section_footer.gif) top left no-repeat;
	}

#cta_box {
	margin: 0; padding: 0;
	width: 185px;
	float: left;
}

	#cta_header {
		margin: 0; padding: 10px 10px 0 10px;
		width: 170px;
		height: 43px;
		float: left;
		display: block;
		background: url(../images/learnmore_header.gif) top left no-repeat;
		color: #ffffff;
	}

	#cta_links {
		margin: 0; padding: 0;
		width: 190px; 
		float: left;
		display: block;
		background: url(../images/learnmore_rp.gif) top left repeat-y;
	}
	
	#cta_links a {
	    margin: 5px 0 5px 0;
		color: #363636;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
	}

	.cta_findout {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_findout.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_viewdatasheet {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_searchfor.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_viewwhite {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_viewwhite.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_download {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_download.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_requestdemo {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_requestdemo.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_viewdemo {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_viewdemo.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_requestquote {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_requestquote.gif) center left no-repeat;
		border-bottom: solid 1px #bbd6d9;
	}

	.cta_contactexpert {
		margin: 0 0 0 3px;
		padding: 8px 5px 8px 35px;
		width: 140px;
		background: url(../images/icon_contactexpert.gif) center left no-repeat;
	}

	#cta_footer {
		margin: 0; padding: 0;
		_margin-top: -5px;
		width: 190px; 
		height: 8px;
		float: left;
		display: block;
		background: url(../images/learnmore_footer.gif) center left no-repeat;
	}

#featured, #featured_news {
	margin: 40px 20px 20px 0; padding: 0;
	_margin: 40px 10px 20px 0;
	width: 690px;
	float: right;
	min-height:380px;
}
#featured_news #back_news {
	
	float: right;
	
}

	#featured h1, #tabbox h1 {
		margin: 0; padding: 0;
		color: #464646;
		font-size: 40px;
		font-family: Arial, sans-serif;
		font-weight: normal;
	}

	#featured h2, #tabbox h2 {
		margin: 0; padding: 0;
		color: #f47735;
		font-size: 22px;
		font-family: Arial, sans-serif;
		font-weight: normal;
	}

	#featured p, #tabbox p {
		line-height: 20px; 
		color: #363636;
		font-family: Trebuchet MS, Arial, sans-serif;
		width: 380px;
	}
	
	#featured #expand p, td {
		line-height: 20px; 
		color: #363636;
		font-family: Trebuchet MS, Arial, sans-serif;
		width: 600px !important;
		
	}
	
	#featured #expand .small{
		font-size: 9px;
	}
	
	#featured input, textarea
	{
		
	    BORDER-RIGHT: #009999 1px solid; 
	    PADDING-RIGHT: 4px; BORDER-TOP: #009999 1px solid;
	    PADDING-LEFT: 4px; FONT-SIZE: 8pt; 
	    PADDING-BOTTOM: 1px; 
	    BORDER-LEFT: #009999 1px solid; 
	    COLOR: #000000; PADDING-TOP: 1px; 
	    BORDER-BOTTOM: #009999 1px solid; 
	    FONT-FAMILY: Tahoma; 
	    BACKGROUND-COLOR: #ffffff
	
	}
	
	#featured .button 
	{
	    border: 2px outset #d7b9c9;
	    background: #cccccc;
	    color: #000;
	}

	

	#featured ul, #tabbox ul {
		color: #363636;
		font-family: Trebuchet MS, Arial, sans-serif;
		list-style-type: disc;
	}
	
	#featured ul li, #tabbox ul li {
			margin: 0 0 5px 0; padding: 0 0 0 25px; 
	}
	#featured ul li {
		width: 300px;
	}
	
	#featured_slider {
		margin: 0 0 0 0; padding: 0 0 0 5px;
		width: 280px;
		height: 280px;
		float: right;
	}
	
	#featured_ths {
		margin: 10px 0 0 20px;
		color: #363636;
	}
	
	#featured_ths a {
		margin: 0 4px 0 0;
		padding: 1px;
		width: 40px; 
		height: 40px;
		float: left;
		border: solid 1px #aeaeae;
	}
	
	#featured_ths a:hover {
		padding: 1px;
		width: 40px; 
		height: 40px;
		border: solid 1px #000000;
	}

#tabbox_nav {
	margin: 0 15px 0 0; padding: 0;
	width: 690px; 
	height: 31px; 
	display: block;
	float: right;
}

	#tabbox_nav a {
		margin: 0 5px 0 0; padding: 8px 5px 0 5px;
		width: 120px; 
		height: 23px; 
		display: block;
		text-align: center;
		float: left;
		background: url(../images/tab.gif) 0 0 no-repeat;
		font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
		color: #363636;
		font-size: 13px;
	}

	#tabbox_nav a:hover {
		background-position: 0 -32px;
		color: #ffffff;
	}

#tabbox {
	margin: 0 20px 0 0; padding: 0 0 0 15px;
	width: 675px;
	float: right;
	display: block;
	background: url(../images/tabbox_rp.gif) top left repeat-y;
}

	#tabbox table {
		margin: 5px 0 0 0;
		color: #363636;
		float: left;
	}

	#tabbox table th {
		background: #ebebeb;
		border-bottom: solid 1px #acacac;
		color: #363636;
	}

	#tabbox table td {
		
		border-bottom: solid 1px #acacac;
	}

	#tabbox_header {
		margin: 0 20px 0 0; padding: 0;
		_margin-bottom: -10px;
		width: 690px;
		height: 7px; 
		display: block;
		float: right;
		background: url(../images/tabbox_header.gif) top left no-repeat;
	}
	
	#tabbox_footer {
		margin: 0 20px 0 0; padding: 0;
		width: 690px;
		height: 9px; 
		display: block;
		float: right;
		background: url(../images/tabbox_footer.gif) top left no-repeat;
	}

	#tabbox table colgroup.resources_col {
		width: 120px;
	}

/*--- News section ---*/

#featured_news {
	margin: 40px 30px 20px 0; padding: 0;
	_margin: 40px 15px 20px 0;
	width: 680px;
	float: right;
	min-height:380px;
}

	#featured_news h1 {
		margin: 0; padding: 0;
		color: #464646;
		font-size: 40px;
		font-family: Arial, sans-serif;
		font-weight: normal;
	}

	#featured_news h2 {
		margin: 0; padding: 0;
		color: #f47735;
		font-size: 22px;
		font-family: Arial, sans-serif;
		font-weight: normal;
	}

	#featured_news p {
		line-height: 20px; 
		color: #363636;
		font-family: Trebuchet MS, Arial, sans-serif;
	}
	
	#featured_news p.date {
		color: #555555;
		font-style: italic;
	}
	
	#featured_news hr {
		margin: 20px 0 20px 40px; 
		width: 610px;
		color: #c3c3c3;
	}

	#featured_news h3 {
		margin: 20px 0 0 0;
	}

	#featured_news h3 a {
		margin: 0; padding: 0;
		color: #464646;
	}
	
	#featured_news h3 a:hover {
		color: #f47735;
		text-decoration: underline;
	}

/*---- hacks -----*/

img, div { behavior: url(iepngfix.htc) }
