html{
	/*set html background*/
	background:url(../images/background.jpg) top left repeat-x;
	background-color:#57585A;
	font-family:Arial;
}

body{
/*get rid of default top margin*/
	margin:0;	
}
h2{
	color:rgb(234,30,33);
	font-size:11px;
}

label {
	float:left;
	margin-top: 6px;
	width: 100px;
}
input {
	border: 1px solid #8d8d8f;
}
#body{
	/*set width, shadow and center of page */
	width:840px; 
	margin:0 auto 0 auto;
	background:url(../images/shadow.jpg) top left repeat-y;
}
#shadow{
	background:url(../images/shadow-top.jpg) top right no-repeat;
}
#page {
	width:834px;
	background-color:#FFFFFF;
}
#header1{
	height:58px;
	background-color:#57585A;
}

#header-items{
	float:right;
	margin-right: 38px;
}

#header-nav{
	display:block;
	float:right;
	margin-top:6px;
	height: 23px;
}
#header-nav ul{
	margin:0;
	padding:0;
}
#header-nav li {
	display:block;
	float:left;
}

#header-nav a{
	font-size:10px;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	padding-right:3px;
	padding-left:3px;
	text-decoration:none;
}

#header-nav a:hover{
	text-decoration:underline;
}

#header-nav li.last a{
	border-right:none;
}
#header-search {
	text-align: right;
	padding-top: 10px;
}
#header-search #ajaxSearch_input {
	height: 14px;
	font-size: 10px;
	float:right;
	margin-right: 5px;
	width: 100px;
}
#header-search #ajaxSearch_submit {
	float:right;
	border: none;
}
#menu{
	*margin-top:-3px;
	height:36px;
	background:url(../images/nav-bg.jpg) top left repeat-x;
}
#menu ul{
	margin:0;
}

#menu ul li{
	float:left;
	list-style:none;
	margin-left:33px;
	margin-right:0px;
}
#menu a{
	display:block;
	height:36px;
}

#nav li ul{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: gray;
	width: 150px;
}

#nav li ul li a {
	color: white;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration:none; 
	height: auto;
}

#nav li ul li {
	margin-left:-1px;
	height: auto;
	
}
#nav li ul li.last a{
	height: auto;
}

#nav, #nav li ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-top: 1px;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
}

#nav li:hover ul, #nav li.over ul { 
	display: block;
}

#nav li ul li a {
	text-align: left;
	width: 148px;
}

#nav ul li ul li a:hover, #nav ul li ul li a:over { 
	background-color: white;
}

#nav li.last {
	margin-bottom: 5px;
}


a {
	color: rgb(234,30,33);
}

a:visited{
	color: rgb(36,32,33);
}

a#about{
width: 129px;
background:url(../images/nav/nav_About_norm.jpg) top left no-repeat;
}
a:hover#about{
background:url(../images/nav/nav_About_over.jpg) top left no-repeat;
}
a#products{
width: 122px;
background:url(../images/nav/nav_Products_norm.jpg) top left no-repeat;
}
a:hover#products{
background:url(../images/nav/nav_Products_over.jpg) top left no-repeat;
}
a#news{
width:67px;
background:url(../images/nav/nav_Newsroom_norm.jpg) top left no-repeat;
}
a:hover#news{
background:url(../images/nav/nav_Newsroom_over.jpg) top left no-repeat;
}
a#support{
width:112px;
background:url(../images/nav/nav_TechSupport_norm.jpg) top left no-repeat;
}
a:hover#support{
background:url(../images/nav/nav_TechSupport_over.jpg) top left no-repeat;
}
a#contact{
width:69px;
background:url(../images/nav/nav_Contact_norm.jpg) top left no-repeat;
}
a:hover#contact{
background:url(../images/nav/nav_Contact_over.jpg) top left no-repeat;
}
a#conference{
width:102px;
background:url(../images/nav/nav_UserCon_norm.jpg) top left no-repeat;
}
a:hover#conference{
background:url(../images/nav/nav_UserCon_over.jpg) top left no-repeat;
}
a, a img{
	border: 0px;
}
table.home{
	margin-top:-5px;
	margin-left:-15px;
}
#leftconstant{
	float:left;
	border-right:1px solid #c9c9c9;
	margin-left:30px;
	padding-right: 10px;
	width:263px;
}

#enewsletter {
	background:url(../images/enewsletterModule_BG.jpg) top left no-repeat;
	width: 247px;
	height: 114px;
}

#enewsletter .input {
	margin-left: 50px;
	width: 188px;
	height: 16px;
	font-size: 10px;
}
#enewsletter .name {
	margin-top: 33px;
}
#enewsletter .email {
	margin-top: 5px;
    margin-bottom: 0px;
}
#enewsletter .subscribe {
	margin-left: 161px;
	margin-top: 6px;
	border: none;
}

#demo {
	margin-top: 30px;
	background:url(../images/demoModule_BG.jpg) top left no-repeat;
	width: 247px;
	height: 114px;
}
#demo img {
	float:right;
	margin-top: 88px;
	margin-right: 7px;
}

#content{
	margin-left:300px;
	padding-left: 30px;
	padding-right:30px;
	background-color:#FFFFFF;
	color:#707070;
	font-size:11px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 11px;

}
#content1{
	background:url(../images/cl-middle.jpg) top left repeat-y;
	padding-left:30px;
	padding-right:30px;
	background-color:#FFFFFF;
	color:#707070;
	font-size:11px;
	margin-top:10px;
	
}
.x-large{
	font-size: 15px;
}
#box1{
	background:url(../images/cl-top.jpg) top left no-repeat;
}

#box2{
	background:url(../images/cl-bottom.jpg) bottom left no-repeat;
	
}

.lcol{
	
	width:360px;
	float:left;
}


.rcol{
padding-top:3px;
margin-left:445px;

}
#footer{
clear:both;
	height:45px;
	background:url(../images/page-bottom.jpg) top left no-repeat;
	width:820px; 
	margin:-11px auto 0 auto;
	color:#E8EAEE;
	font-size:10px;

	padding-top:15px;
	padding-left:15px;
	padding-right:5px;
	
}
#footer a{
float:right;
}
#footer p{
float:left;
}

.clenaer{
	clear:both;
}


.active_bot{display:none}
