/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, ul, li, form, fieldset, legend, dl, dt, dd
     {    
     margin:0;  
     padding:0;  
     border:0;  
     } 
/*---hacks---*/
.clearfix:after
	 {
	 display:block;
	 height:0;
	 clear:both;
	 visibility:hidden;
	 }
.clearfix
	 {
	 display:inline-table;
	 }
/* Hides from IE-mac \*/
* html .clearfix
	 {
	 height:1%;
	 }
.clearfix
	 {
	 display:block;
	 }
/* End hide from IE-mac */
body
	{
	background:#fff;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;  /*updated - body need text-align:center in order for wrap to work in IE5.5*/
	}
#wrap
	{
	width:770px;
	margin:0 auto 15px auto;
	background:#fff;
	text-align:left; /*updated - need this so that it will work in IE5.5*/
	}
#top
	{
	width:770px;
	height:90px; /*updated - margin:0 auto not needed here since it's in wrap*/
	}
#top h1
	{
	background:url(images/slcontrols-logo.gif) no-repeat;
	float:left;
	width:218px;
	height:90px;
	}
#top h1 span
	{
	display:none;
	}
#top h1 a
	{
	display:block;
	width:201px;
	height:90px;
	}
#top h2
	{
	background:url(images/automation-integration-vali.gif) no-repeat;
	width:402px;
	height:90px;
	float:right;
	}
#top h2 span
	{
	display:none;
	}
#nav
	{
	width:770px;
	height:29px;
	background:url(images/nav-bg.jpg) repeat-x;
	}
#nav.cn
	{
	height:39px;
	background:url(images/nav-cn.jpg) no-repeat;
	margin:0 0 20px 0;
	}
#nav a /*updated*/
	{
	float:left;
	width:127px;
	font:13px Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#fff;
	text-decoration:none;
	margin:0 1px 0 0;
	padding:6px 0 7px 0;
	text-align:center;
	font-weight: bold;
	}
#nav a.selected
	{
	background-color:#a20403;
	}
	
#nav a.long
	{
	width: 218px;
	}
	
#nav a:hover
	{
	background-color:#a20403;
	}
#header
	{
	background:url(images/header.jpg) no-repeat;
	width:770px;
	height:253px;
	margin:0 0 10px 0;
	}
#header .divide
	{
	width:370px;
	float:left;
	}	
#header h1
	{
	font:bold 22px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#fff;
	padding:40px 0 0 0px;
	letter-spacing: 2px;
	text-align: center;
	width: 370px;
	filter:shadow (color=#6E0303, direction=180);
	}
	
#header img
	{
	float:left;
	border:5px solid #890303;
	margin:60px 0 0 19px;
	}
#header p
	{
	font:14px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#fff;
	line-height:18px;
	margin:30px 0 0 20px;
	}
#header p a
	{
	text-decoration:underline;
	color:#FF9D67;
	}
#header p a:hover
	{
	color: #fff;
	}	
#left
	{
	width:218px;
	float:left;
	background:url(images/dot.gif) repeat-y right;
	margin:0 0 20px 0;
	}
#left div.hd
	{
	background:url(images/title.jpg) no-repeat;
	width:200px;
	height:26px;	
	margin:0 0 10px 0;
	}
#left div.hd h1
	{
	font: bold 13px Verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#fff;
	padding:5px 0 0 20px;
	}
#left form	
	{
	width:201px;
	margin:0 0 25px 0;
	}
#left form fieldset
	{
	width:201px;
	font:13px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	}
#left form fieldset span
	{
	float:left;
	}
#left form fieldset input
	{
	border:1px solid #A5A5A5;
	width:148px;
	float:left;
	height:18px;
	margin:2px 0 0 0;
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	}
#left form fieldset input.go
	{
	border:none;
	float:left;
	width:42px;
	height:20px;
	margin:3px 0 0 5px;;
	}
#left ul.type1 /*no need to float left*/
	{
	margin:0 0 30px 0;
	}
#left ul.type1 li
	{
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:0 0 0 16px;
	list-style-image:url(images/bullet.jpg);
	list-style-position:outside;
	line-height:22px;
	}
#left ul.type1 li a
	{
	color:#000;
	}
#left ul.type1 li a:hover, #left ul.type1 li a.selected
	{
	color: #A10403;
	
	}
#left ul.type2
	{
	margin:0 0 5px 0;
	list-style-image:none;
	}	
#left ul.type2 li
	{
	font:11px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#676464;
	line-height:20px;
	background:url(images/arrow-grey.gif) no-repeat 0 8px;
	padding:0 0 0 13px;
	margin:0;
	list-style-image:none;
	list-style:none;
	}
#left ul.type2 li a
	{
	color:#676464;
	}
#left ul.type2 li a:hover
	{
	color: #A10403;
	}	
#left p
	{
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:10px 0 20px 0;
	}
#left p a
	{
	color:#C30504;
	}	
#right
	{
	width:532px;
	float:left;
	margin:0 0 20px 20px;
	font-size: 13px;
	line-height: 17px;
	}
#right .category
	{
	margin:10px 0 5px 0;
	width:525px;
	height:100px;
	}
#right .category h2
	{
	font:bold 15px verdana, "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	padding:2px 0 0 0;	
	margin: 0 0 2px 0;
	}
#right h1
	{
	font:bold 22px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#DB1C1B;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #DB1C1B;
	text-transform: uppercase;
	}
#right h2
	{
	font:bold 20px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#DB1C1B;
	margin:0 0 10px 0;	
	}
#right h3
	{
	font:bold 18px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:0 0 10px 0;		
	}
#right h4
	{
	font:bold 16px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:0 0 10px 0;	
	}
#right h5
	{
	font:bold 14px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:0 0 10px 0;		
	}
#right h6
	{
	font:bold 12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:0 0 10px 0;		
	}	
#right p
	{
	font:13px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#222;
	line-height:17px;
	margin:0 0 14px 0;
	}
#right p a
	{
	color:#A10403;
	text-decoration:underline;
	}
#right p a:hover
	{
	color:#000;
	}
#right img.iml
	{
	float:left;
	margin:5px 10px 10px 0;
	border: 1px solid #7A7A7A;
	}
#right img.imr
	{
	float:right;
	margin:5px 0 10px 10px;
	}
	
#right img.main{
	padding-bottom: 10px;
}

#right form
	{
	margin:10px 0;
	background:#F4F4F4;
	width:530px;
	padding:0 0 10px 0;
	}	
#right form fieldset
	{
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#505050;
	}
#right form fieldset legend
	{		
	font:bold 13px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	padding:10px 0 10px 10px;
	}
#right form fieldset dl
	{
	clear:left;
	width:530px;
	}
#right form fieldset dt
	{
	float:left;
	width:160px;
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	text-align:right;
	color:#625546;
	margin:0 20px 0 0;
	}
#right form fieldset dd
	{
	float:left;
	overflow:auto;
	width:300px;
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#625546;
	margin:0 0 10px 0;
	}
#right form fieldset dd .control_button
	{
	width:40px;
	height:18px;
	display:block;
	background:#A20403;
	color:#fff;
	padding:2px 8px;
	text-decoration:none;
	}	
	
#right ul{
	margin: 10px 0 10px 15px;
}
	
#right ul li{
	font:13px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	margin: 5px 0;
	font-weight: bold;
	color: #7d7d7d;
	
}

#right ul ul li{
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	margin: 5px 0;
	font-weight: normal;
	color: #7d7d7d;
	list-style-type: square;
	
}

#right ul li a{
	color: #C30504;
}

#right ul li a:hover{
	color: #000;
}
	
#news
	{
	margin:30px 0 20px 0;
	}
#news h3
	{
	font:18px bold "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:20px 0 3px 0;
	}
#news h4
	{
	font:italic 12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#000;
	margin:0 0 5px 0;
	}
#news p
	{
	margin:0 0 10px 0;
	}	
#footer
	{
	clear:left;
	width:100%;
	height:55px;
	background:#000;
	padding:7px 0 0 0;
	text-align:center;
	}
#footer p
	{
	font:10px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#7A7A7A;
	margin:0 0 4px 0;
	}

#footer p a
	{
	font:11px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#7A7A7A;
	}
#footer p a:hover
	{
	color: #fff;
	}	
#footer p.none
	{
	margin:0;
	padding-top: 5px;
	}	
#footer a.designlink
	{
	font:10px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #7A7A7A;
	margin:0 0 4px 0;
	}
#footer a.designlink:hover
{
	color: #EEE8AA;
}
