/*css for content -----------------------------------------------*/

body {background-color: #000;font-family:arial,verdana,sans-serif;color:#222;}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 5px solid #333;
overflow: scroll; /*leave this value alone*/
width: 90%; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 50px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.inputtext{
	background-color:#fff;
	border:1px solid #333;
	color:#333;
}

h2{
margin:0px;
}

h3{
color:#000;
}

p{
margin:0px;
}


/*
a:link, a:visited {text-decoration: none; color: #336600;}
a:hover {text-decoration: underline; color: #339900;}
*/


a.move{
display:block;

}

a.move:hover {
	padding-bottom:12px;
	background: url(shadow.png) no-repeat bottom center;
}

#outercontainer{
	margin:auto;
	padding:12px 12px 0px 12px;
	background-color:#444;
	width:900px;
}

#container{
	width:900px;
	margin:auto;
	margin-top:20px;
	position:relative;
}

#header{
	position:absolute:
	z-index:1;

}
#logo{
	position:absolute;
	z-index:100;
	top:20px;
	left:20px;
	
}

#content{
	background-color:#fff;
	/*background:#000 url(content-bg.jpg) no-repeat bottom;*/
	height:100%;
	float:left;
	width:900px;
	/*width:852px;*/
	/*padding:0px 12px 12px 12px;*/
	/*padding:12px 24px 50px 24px;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;
}


#footer{
	background-color:#222;
	margin:auto;
	width:892px;
	font-size:10px;
	padding:4px;
	text-align:center;
	color:#666;
	height:100%;
}
#footer a{
text-decoration:none;
color:#666;
}
.clear{
	clear:both;
}













/*aaa menu*/
#aaamenubar{ 
	margin:auto;
	width: 900px;
  	height: 35px;
  	background: #000 url(menu.png) repeat;
} 
ul#aaamenu{
	margin:0px;padding:0px;
	/*margin: 0px 0px 0px 0px;*/
	
}
ul#aaamenu li{ 
	float: left; 
  	margin: 0px 0px 0px 0px; 
  	padding: 0px;
  	list-style: none;
  	
} 
ul#aaamenu li a{ 
	font-family: verdana, sans-serif;
	display: block; 
  	float: left; 
  	height: 25px;
  	text-decoration: none; 
  	font-size:12px;
  	padding: 10px 15px 0px 15px;
  	text-align: center;
  	border-right: 1px solid #000;
  	background: #646B5C url(menu.png) repeat;
	color: #FFF;
} 
ul#aaamenu li a:hover, ul#aaamenu li a.current, ul#aaamenu li a.current:hover{ 
	background: #000 url(menu_sel.png) repeat;
} 
/*end aaa menu*/


/*bbb menu*/
#bbbmenubar{
	float:left;
	background-color:#999;
	width:900px;
}
ul#bbbmenu{margin:0px;padding:0px;}
ul#bbbmenu li{ 
	float: left; 
  	margin: 0px; 
  	padding: 0px;
  	list-style: none;
} 

ul#bbbmenu li a { 
	color:#ccc;
	font-family: arial;
  	/*display: block; */
  	float:left;
  	height: 22px;
  	text-decoration: none; 
  	padding: 6px 8px 0px 8px;
  	text-align: center;
  	border-right: 1px solid;
} 
ul#bbbmenu li a:hover{
  background:url(transblack.png);
}
/*end bbb menu*/


.distributors{
	width:50%;
	padding:12px;

}