#pagetitle{
	font:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color: #686868;
}
#navfooter{
	font-family:verdana;
	font-size:10px;
	color: #686868;	
	background-color:#FFFFFF;
}
#content{
	/* used for displaying the pages content...*/
	position:relative;
	width:600px;
	height:auto;
	font-family:verdana;
	font-size:11px;
	color: #686868;	
	background-color:#FFFFFF;
	
}
#textrotator{
	/* used for displaying the pages content...
	bottom:0;
	font-weight:bold;
	left:0;	*/
	padding:150px 15px;
	color:#333333;
	font-size:18px;
	font-family:Arial;
	border-top:1px solid #667;
	position:absolute;
}

.footer
{
background-image:url('../images/footer.jpg') no-repeat top;
width: 186px;
height: 22px
}

.leftheader
{
background: url('../images/header_3_a.jpg') no-repeat top;
width: 186px;
height: 200px;
}

.rightheader
{
background:url('../images/header_a.jpg') no-repeat top left;
width: 614px;
height: 200px;
}
#b2 {
z-index: 100;
color: #ffffff;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
text-align:center;
}
#b2 a {text-decoration: none;color:#C0C0C0;}
#b2 a:hover {text-decoration: none;color:#C0C0C0;}
#b2 a:visited {text-decoration: none;color:#C0C0C0;}
#b2 a:visited:hover {text-decoration: none;color:#C0C0C0;}	


#menu {
		font-family:verdana;
		font-size:12px;
		position:relative;
		margin:0 auto;
		width:186px;
	}
	
	#menu ul {
		/* remove list style */
		list-style:none;
		padding:0;
		margin:0;	
		
		/* set the layer position */
		position:relative;
		z-index:5;
	}
	
		#menu li {
			/* set the styles */
			background:#ccc url(../images/bg.gif) no-repeat 0 0;
			padding:5px;
			margin:2px;
			cursor:pointer;
			border:1px solid #ccc;
		}
		
		#menu li.hover {
			/* on hover, change it to this image */
			background-image:url(../images/bg_hover.gif) !important;
		}
		
		#menu li a {
			text-decoration:none;	
			color:#888;
		}
	
	
	#menu .block {
		/* allow javascript to move the block */
		position:absolute;
		top:0;
		
		/* set the left position */
		left:135px;	
		
		/* display above the #menu */
		z-index:10;
		
		/* the image and the size */
		background:transparent url(../images/arrow.png) no-repeat top right;
		width:32px;
		padding:8px;
		cursor:pointer;
	}
	
	/* fast png fix for ie6 */
	* html .png{
		position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	}

#navMenu {  
   margin:0;   
   padding:0;  
   list-style:none;      
   font-family:arial;  
   text-align:center;  
   line-height:30px;  
}  
 
   #navMenu li {  
       float:left;   
         
       /* default background image */  
       background:url(../images/menu_3a.jpg) no-repeat center center;      
         
       /* width and height of the menu item */  
       width:100px;                              
       height:30px;  
    
       /* simulate pixel perfect using border */  
       /*border-left:1px solid #111;               
       border-right:1px solid #333;  
       border-top:1px solid #555;  
       border-bottom:1px solid #333;*/ 
       /* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.    */  
       position:relative;            
   }  
 
   #navMenu li a {  
       /* z-index must be higher than .hover class */  
       z-index:20;               
         
       /* display as block and set the height according to the height of the menu to make the whole LI clickable   */  
       display:block;    
       height:30px;  
       position:relative;  
       color:#000000;  
   }  
 
   #navMenu li .hover {  
       /* mouseover image  */  
	   color:#000000;  
	   background:url(../images/menu_3c.jpg) no-repeat center center;         
 
       /* must be postion absolute     */  
       position:absolute;    
         
       /*  width, height, left and top to fill the whole LI item   */  
       width:100px;      
       height:30px;  
       left:0;   
       top:0;    
       
       /* display under the Anchor tag */  
       z-index:0;        
         
       /* hide it by default   */  
       display:none;     
   }     
 
   #navMenu li.selected {  
       /* selected image   */  
       background:url(../images/menu_3b.jpg) no-repeat center center; 
	   color:#ffffff;      
   } 

   /* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#333 url(../images/h300.png) 0 0;*/
	width: *;
	border:1px solid #c0c0c0;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(../images/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:12px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:350px;
	padding:15px;
	color:#686868;
	font-size:11px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:14px;
	color:#1f4864;
}
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#ffffff;
	
	width:800px;	
	min-height:620px;
	border:1px solid #678;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*Rotating items class...*/
#rotating_items{
	color: #000;
	height: 100px;
	width: 570px;
	padding: 5px;
	line-height: 14px;
	background: url(../images/bgadv.jpg) top left repeat;*/
}

	#rotating_items.hover{
		cursor: pointer;
	}

	#rotating_items div.rotating_item{
		top: 5px;
		height: 58px;
		width:560px;
		padding-top: 5px;
		padding-left:5px
	}
	

	#rotating_items div.rotating_item i,
	#rotating_items div.rotating_item em	{
		width: 450px;
		padding-right: 10px;
		float: left;
	}


	#rotating_items div.rotating_item a{
			display: block;
			position: absolute;
			bottom: 0px;
			right: 0px;
			color: #d51f25;
		}


	#rotating_items div.rotating_item h3{
		color: #686868;
		font-size: 12px;
		font-weight: normal;s
		position: relative;
		bottom: 0px;
	}
	
	/* download trigger button */
#download_now {
	background:transparent url(../images/downloadrosu.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

	/* purchase trigger button */
#purchase_now {
	background:transparent url(../images/purchase.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#purchase_now:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#purchase_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/h300.png);
	height:100px;
	padding:0px 0px 0px 0px;
	width:130px;
	font-size:11px;
	color:#000000;
}


/* a .label element inside tooltip */
.tooltip .label {
	color:black;
	width:35px;
}

.tooltip a {
	color:black;
	font-size:11px;
	font-weight:bold;
}




/* mouseover state */
#download_now:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}
