/* No script
-----------------------------------------------------------------------------*/

noscript div {
	background : #FFFFFF;
	border : 1px solid #C0BDB9;
	margin : 0px 0px 10px 0px;
	padding : 5px 5px 5px 5px;
}

/* Body
-----------------------------------------------------------------------------*/

body {
	color : #ffffff;
	background : #ffffff;
	font-family	: "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-weight	: normal;
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

body.admin {
	color : #333333;
	background : #494949;
	font-family	: "Helvetica Neue", "Helvetica", "Arial", sans;
	font-weight	: normal;
	font-size : 12px;
	margin : 0px;
	padding-top : 10%;
	padding-bottom : 10%;
}

.wrap {
	margin-left : auto;
	margin-right : auto;
	width : 1000px;
}

body.admin #wrap,
body.admin .wrap {
	border : 1px solid #3a3939;
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
	width : 550px;
}

/* Noscript
-----------------------------------------------------------------------------*/

noscript {
	margin : 0px;
	padding : 0px;
}

#noscript {
	background : #fffbcc;
	border-top : 1px solid #e6db55;
	border-bottom : 1px solid #e6db55;
	color : #837b1c;
	font-size : 12px;
	font-weight : normal;
	margin : 0px;
	padding : 10px;
	text-align : center;
}

/* Shell
-----------------------------------------------------------------------------*/

#shell {
	background : #DEDEDE url(../images/shell_bg.gif) repeat-x top;
	font-size : 12px;
	font-weight : normal;
}

#shell .shadow {
	background : url(../images/shell_shadow_bg.png) repeat-y center top;
}

#shell .wrap {
	background : #FFFFFF;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
}

/* Top Navigation
-----------------------------------------------------------------------------*/

#tnav {
	text-align : right;
	border-bottom : 1px solid black;
}

#tnav ul {
	color : #008EC9;
	float : right;
	font-size : 10px;
	font-weight : normal;
	list-style : none;
	margin-bottom : 30px;
}

#tnav ul li {
	color : #008EC9;
	font-size : 10px;
	font-weight : normal;
	float : left;
	padding-left : 7px;
	padding-right : 7px;
	text-align : center;
}

#tnav ul #tnav_myrb {
	font-size : 10px;
	font-weight : bold;
}

#tnav ul #tnav_warr {
	border-left : 0px solid #008EC9;
	border-right : 1px solid #008EC9;
}

#tnav ul #tnav_ftps {
	border-left : 0px solid #008EC9;
	border-right : 1px solid #008EC9;
}

#tnav ul #tnav_wmai {
	border-left : 0px solid #008EC9;
	border-right : 1px solid #008EC9;
}

#tnav ul #tnav_engl {
	padding-left : 7px;
	padding-right : 0px;
}

/* Global Navigation
-----------------------------------------------------------------------------*/

#gnav {
	background : url(../images/gnav_bg.png) no-repeat center top;
	height : 40px; 
}

#gnav .wrap {
	background : url(../images/gnav_wrap_bg.png) repeat-x;
}

#gnav ul li {
	background : url(../images/gnav_sep.png) no-repeat top right;
	font-size : 13px;
	font-weight : normal;
	float : left;
	height : 40px;
	list-style : none;
	line-height : 40px;
	text-align : center;
	width : 135px;
}

#gnav ul li a,
#gnav ul li a:link,
#gnav ul li a:visited {
	color : #008ec9;
	cursor: pointer;
	width: auto;
	height: 38px;
	display: block;
}

#gnav ul li a:hover {
	color : #666666;
}

#gnav ul li.current,
#gnav ul li.highlight {
	background : url(../images/gnav_bg_current.gif) repeat-x top;
}

#gnav ul li.current a,
#gnav ul li.highlight a {
	background : url(../images/gnav_current_separator.gif) no-repeat top right;
	color : #666666;
}

#gnav ul li a:link,
#gnav ul li a:hover,
#gnav ul li a:visited,
#gnav ul li a:active {
	text-decoration : none;
}

#gnav .search {
	background : url(../images/gnav_search.png) no-repeat top left;
	color : #84868a;
	float : right;
	font-size : 10px;
	font-weight : normal;
	height : 40px;
}

#gnav .search #fe-search_txt {
	background : transparent;
	border : none;
	color : #84868a;
	float : left;
	font-size : 10px;
	font-weight : normal;
	margin-top : 15px;
	margin-bottom : 15px;
	height : 15px;
	overflow : hidden;
	padding : 0px;
	padding-left : 5px;
	padding-right : 5px;
	width : 160px;
}

#gnav .search #fe-search_btn {
	height : 40px;
	padding-left : 0px;
	padding-right : 40px;
	width : 20px;
}

#gnav #riologic {
	text-indent: -10000px;
}

/* Banner
-----------------------------------------------------------------------------*/

#banner .wrap {
	background : #FFFFFF;
	height : 140px;
	overflow-x : hidden;
	overflow-y : hidden;
}

#banner #logo {
	float : left;
	height : 140px;
	line-height : 140px;
	padding-left : 40px;
	padding-right : 0px;
	width : 270px;
}

#banner #logo a,
#banner #logo a img {
	height : 71px;
	padding-top : 30px;
	padding-bottom : 39px;
}

#banner #tnav {
	float : left;
	height : 110px;
	padding : 15px;
	padding-left : 0px;
	padding-right : 40px;
	width : 640px;
}

/* Wrapper 
-----------------------------------------------------------------------------*/

.wrapper {
	margin-left : auto;
	margin-right : auto;
	width : 1000px;	
}

.wrapper .banner {
	background : url(../images/banners/default.jpg) no-repeat top left;
	border-top : 0px solid #dbdbdb;
	border-bottom : 1px solid #dbdbdb;
	height : 218px;
	/*overflow : hidden;*/
}

.wrapper .banner .body {
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	height : 155px;
	/*overflow : hidden;*/
	padding-left : 40px;
	padding-right : 40px;
}

.wrapper .banner .foot {
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	padding-left : 40px;
	padding-right : 40px;	
}

.wrapper .banner .foot #riologic {
	background-position: center left !important;
	text-indent: -10000px;
}

.wrapper .banner .foot #riologic-banner {
	background-position: center left !important;
	text-indent: -10000px;
	height: 100px;
	margin-top: -25px;
}

.wrapper .content {
	background : url(../images/content_bg.png) repeat-x top;
	color : #555555;
	font-size : 11px;
	font-weight : normal;
	padding : 40px;
}

.wrapper .pcontent {
	background : url(../images/content_bg.png) repeat-x top;
	color : #555555;
	font-size : 11px;
	font-weight : normal;
	padding : 40px;
	padding-right : 0px;
	/* min-height: 100px; */
}

/* Products Navigation
-----------------------------------------------------------------------------*/

#pnav {
	background : url(../images/pnav_bg.png) no-repeat top left;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-left : -5px;
	margin-right : -5px;
	height : 120px;
	width : 615px;
}

#pnav .top { height : 55px; padding : 10px; /*overflow: hidden;*/ }
#pnav .bot { height : 20px; padding : 10px; padding-left : 0px; padding-right: 21px; }

#pnav h3 {
	color : #ffffff;
	font-size : 14px;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 15px;
}

#pnav .listbox {
	border-top : 1px solid #1e81b3;
	border-left : 1px solid #1e81b3;
	border-bottom : 1px solid #acdaf1;
	border-right : 1px solid #acdaf1;
	background : #63b9e4 url(../images/pnav_list_bg.png) no-repeat center right;
	color : #ffffff;
	cursor : pointer;
	float : right;
	font-size : 11px;
	line-height : 23px;
	height : 23px;
	margin-left : 0px;
	margin-right : 10px;
	padding-left : 10px;
	padding-right : 10px;
	width : 119px;
}

#pnav .listbox.last {
	margin-right : 0px;
}

#pnav .listbox .label {
	cursor : pointer;
}

#pnav .listbox.open {
	background : url(../images/pnav_list_open_bg.png) no-repeat center right;
	border-bottom: #323a3e;
}

#pnav .listbox .items {
	border-left : 1px solid #1e81b3;
	display : none;
	line-height : 12px;
	position : absolute;
	margin-left : -11px;
	margin-right : 0px;
	width : 210px;
	z-index: 30;
	overflow-x: hidden;
}

#pnav .listbox .items .item a:hover {
	background : #1a262c;
	background-image : none;
}

#pnav .listbox .items .item {
	list-style : none;
	list-style-position : outside;
}

#pnav .listbox .items .item a {
	background : #323a3e;
	border-top : none;
	border-bottom : 1px solid #1a262c;
	cursor : pointer;
	display : block;
	font-size : 10px;
	font-weight : normal;
	padding : 10px;	
	padding-top: 5px;
	padding-bottom : 5px;
	
	line-height : 12px;
	width: 200px;
}

#pnav .listbox .items .item a:link, 
#pnav .listbox .items .item a:visited,
#pnav .listbox .items .item a:active,
#pnav .listbox .items .item a:hover {
	color : #ffffff;
	cursor : pointer;
	text-decoration: none;
}

#pnav .bot ul li {
	color : #414244;
	cursor : pointer;
	float : left;
	font-size : 10px;
	font-weight : normal;
	height : 30px;
	list-style : none;
	line-height : 22px;
	margin-left : 0px;
	margin-right : 0px;
	padding-left : 8px;
	padding-right : 0px;
	text-align : center;
}

#pnav .bot ul li.search {
	background : url(../images/buttons/search_advanced.png) no-repeat;
	color : #ffffff;
	width : 203px;
}

#pnav .bot ul li.product-new {
	background : url(../images/buttons/releases.png) no-repeat;
	float: right;
	width : 107px;
}

#pnav .bot ul li.product-new a {
	height: 22px;
	display: block;
}

#pnav .bot ul li.product-tip {
	background : url(../images/layout.png) no-repeat;
	float: right;
	margin-left : -5px;
	margin-right : -16px;
	width : 140px;
}

#pnav .bot ul li.product-tip a {
	width : 135px;
	height: 22px;
	text-indent: 10px;
	display: block;
}


#pnav .bot ul li.product-new a,
#pnav .bot ul li.product-new a:link,
#pnav .bot ul li.product-new a:hover,
#pnav .bot ul li.product-new a:active,
#pnav .bot ul li.product-new a:hover {
	color : #414244;
	text-decoration : none;
}

#pnav .bot ul li.product-tip a,
#pnav .bot ul li.product-tip a:link,
#pnav .bot ul li.product-tip a:hover,
#pnav .bot ul li.product-tip a:active,
#pnav .bot ul li.product-tip a:hover {
	color : #414244;
	text-decoration : none;
}

/* Footer Nav
-----------------------------------------------------------------------------*/

#fnav {
	background : url(../images/fnav_bg.png) repeat-x;
	color : #b0b0b0;
	font-size : 11px;
	font-weight : normal;
	height : 30px;
}

#fnav .wrap {
	background : url(../images/fnav_sep.png) no-repeat top right;
}

#fnav .logo {
	background : url(../images/fnav_logo.png) no-repeat 40px 0px;
}

#fnav ul li {
	background : url(../images/fnav_sep.png) no-repeat top left;
	color : #b0b0b0;
	font-size : 11px;
	font-weight : normal;
	float : right;
	height : 30px;
	list-style : none;
	line-height : 28px;
	text-align : center;
	width : 170px;
}

#fnav ul li a,
#fnav ul li a:link,
#fnav ul li a:active,
#fnav ul li a:visited,
#fnav ul li a:hover {
	color : #b0b0b0;
}

#fnav ul li a:hover {
	color : #ffffff;
}

/* Content
-----------------------------------------------------------------------------*/

body.admin #content {
	background : #f4f4f4;
	border : 1px solid #ffffff;
	color : #333333;
	font-size : 12px;
	font-weight : normal;
	padding : 25px;
}

/* Footer 
-----------------------------------------------------------------------------*/

#footer {
	background : url(../images/footer_bg.png) repeat-x;
	color : #b0b0b0;
	font-size : 11px;
	font-weight : normal;
	height : 45px;
}
