/* ----- Global styles ----- */
body {
	margin: 0; 
	height: 100%;
	font: 13px arial, sans-serif; 
	color: black;
	background: url('images/right-pane-background.gif') repeat-y top left;
}
img {
	border: 0;
}
h1 {
	font: bold 20px arial, sans-serif; 
	color: #24354b;
	margin-bottom: 10px;
}
h2 {
	font: bold 18px arial, sans-serif; 
	color: #24354b;
	margin-bottom: 10px;
}
h3 {
	font: bold 16px arial, sans-serif; 
	color: #13714D;
	margin-bottom: 10px;
}
form {
	margin: 0;
	padding: 0;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
/* ---- Page layout styles ---- */
#page {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: url('images/right-pane-background-office.gif') no-repeat bottom left;
}
img.float {
	float: left;
}
#header-stripe-top {
	height: 46px; 
	background-color: #24354b;
}
#header-stripe-top img.title {
	margin-top: 10px;
}
#header-stripe-top .top-links {
	float: right;
	padding: 8px 10px 0 10px;
	text-align: right;
	color: white;
	white-space: nowrap; 
}
#header-stripe-top .top-links a {
	color:  white;
	text-decoration: none;
}
#header-stripe-top .top-links a:hover {
	color: white;
	text-decoration: underline;
}
#header-stripe-middle {
	height: 45px; 
	background: #939905 url('images/header-stripe-middle-background.gif') repeat-x;
}
#header-stripe-middle img.tagline {
	margin-top: 13px;
}
#header-stripe-middle .right {
	float: right;
	width: 144px;
	height: 45px;
	padding-right: 10px;
}
#header-stripe-middle img.contact-details {
	margin-top: 6px;
}
#header-tabbar {
	height: 32px; 
	background: #d7d7cf url('images/header-tabbar-background.jpg') repeat;
	border-bottom: 1px solid #c1bdbd;
}
#header-seba-logo {
	width: 125px; 
	height: 124px;
	float: left;
}
#canvas {
	padding-bottom: 44px;
	float: left;
}
#canvas-right-top {
	font-size: 0;
	height: 1px;
	width: 193px;
	background: url('images/right-pane-background-top.gif') no-repeat top left;
}
#canvas-right-padding {
	width: 192px;
	float: left;
	padding-bottom: 169px;
}
.canvas-content 
{
    margin-left: 192px;
	width: 70%;
}
.contentPane {
	padding: 14px 15px 15px 15px;
	float: left
}
.rightPane {
	float: left;
}
.rightPane div.Normal {
	padding: 10px;
}
#footer {
	position: absolute;
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	display: block;
	z-index: 999;
	height: 44px;
	background-color: #939905;
	font: 11px arial, sans-serif;
	color: white;
}
#footer p {
	margin: 5px 0 0 0;
}
#footer a {
	color: white;
}
#footer-links-padding {
	padding: 5px 10px;
}
.footer-link-item {
	color: white;
	text-decoration: none;
}
a.footer-link-item:hover {
	color: white;
	text-decoration: underline;
}
img.menu-title {
	margin: 30px 20px 7px 20px;
}
/* ---- DNN Main Menu Styles ---- */
.main_dnnmenu_bar {
	height: 32px;
	display: block;
	float: left;
}
.main_dnnmenu_rootitem {
	cursor:pointer;
	margin-right: 3px;
	text-align: center;
	width: 80px;
	height: 32px;
	display: block;
	float: left;
	padding-top: 8px;
	font: 12px arial, sans-serif;
	color: black;
	text-decoration: none;
}
.main_dnnmenu_rootitem_selected {	
	cursor:pointer;
	margin-right: 3px;
	text-align: center;
	width: 80px;
	height: 32px;
	display: block;
	float: left;
	padding-top: 8px;
	font: 12px arial, sans-serif;
	color: white;
	text-decoration: none;
	background: url('images/tab-highlight.jpg') no-repeat;
}
.main_dnnmenu_rootitem_hover
{  
	background: url('images/tab-highlight.jpg') no-repeat;
	color: white;
	text-decoration: none;
}
.main_dnnmenu_submenu 
{
	border:1px solid #c1bdbd;
}
.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #939905;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}
.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}
/* ---- DNN Sub Menu Styles ---- */
.sub_dnnmenu_rootitem {
	cursor: pointer;
	width: 192px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C1BDBD;
	padding: 7px 0;
	/* hack for 1e6, all menus appear bold - problem with store using inline style for menu*/
	font-weight: normal !important;
	font-weight: bold;	
}
.sub_dnnmenu_rootitem span {
	padding: 0 7px;
}
.sub_dnnmenu_rootitem_selected {	
	cursor: pointer;
	width: 192px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C1BDBD;
	padding: 7px 0;
	background-color: #C1BDBD;
	/* hack for 1e6, all menus appear bold - problem with store using inline style for menu*/
	font-weight: normal !important;
	font-weight: bold;	
}
.sub_dnnmenu_rootitem_selected span {
	padding: 0 7px;
}
.sub_dnnmenu_rootitem_hover {  
	background-color: #C1BDBD;
}
/* ---- DNN Store Menu Styles ---- */
.Store-CategoryMenu-Entity .NormalBold {
	font: normal 12px arial, sans-serif;
}
.Store-CategoryMenu-Entity td {
	padding: 0px 20px;
	margin: 0;
	width: 192px;
	background: url('images/right-pane-background-top.gif') no-repeat top left;
	border-bottom: 1px solid #C1BDBD;
	font: normal 12px arial, sans-serif;
}
.Store-CategoryMenu-Entity td:hover {
	background-color: #C1BDBD;
}
.Store-CategoryMenu-Entity a {
	line-height: 30px;
}
.Store-CategoryMenu-Entity a:link {
	color: #003366;
	text-decoration: none;
}
.Store-CategoryMenu-Entity a:visited {
	color: #003366;
	text-decoration: none;
}
.Store-CategoryMenu-Entity a:hover {
	color: #003366;
	text-decoration: underline;
}
.Store-CategoryMenu-Item a:link {
	color: #000000;
	font-weight: normal !important;
	text-decoration: none;
	line-height: 30px;
}
.Store-CategoryMenu-Item a:visited {
	color: #000000;
	font-weight: normal !important;
	text-decoration: none;
	line-height: 30px;
}
.Store-CategoryMenu-Item a:active {
	color: #000000;
	font-weight: normal !important;
	text-decoration: none;
	line-height: 30px;
}
.Store-CategoryMenu-Item a:hover {
	text-decoration: none;
}
/* ---- DNN Store Catalog Styles ---- */
.ListContainer-Title .NormalBold {
	font: bold 20px arial, sans-serif; 
	color: #24354b;
	margin-bottom: 10px;
}
/* ---- Element styles ---- */
.searchbox
{
	float: right;
	height: 25px;
	background-color: #ffffff;
	margin: 3px 10px 4px 0px;
	border: 1px solid #c1bdbd;
}
.search-button img
{
}
.searchbox input 
{
    width: 80px;
    line-height: 23px;
    float: left;
    height: 23px;
    border: 0px;
    background: #ffffff url('/Portals/0/images/button_search_icon.gif') no-repeat top right;
}
img.dotted-border {
	padding: 3px;
	border: 1px dotted #666666;
}
.page-links 
{
    font: bold 13px arial, sans-serif; 
    color: #AAAAAA;
}
.page-links a:link, .page-links a:visited, .page-links a:active
{
	font: bold 13px arial, sans-serif; 
    color: #E97400;
    text-decoration: none;
}
.page-links a:hover
{
    color: #E97400;
    text-decoration: underline;
}

/* ---- Content styles ---- */
.Head {
	font: bold 20px arial, sans-serif; 
	color: #24354b;
}
.SubHead {
	color: #24354b;
	font: bold 13px arial, sans-serif; 
}
.NormalTextBox {
	font: normal 12px arial, sans-serif;
}
h2 a:link, h2 a:visited, h2 a:active
{
    color: #24354b;
    text-decoration: none;
}
h2 a:hover
{
    text-decoration: underline;
}
.Normal {
	font: normal 13px arial, sans-serif;
}
.NormalRed {
	font: bold 13px arial, sans-serif;
	color: #FF0000;
}
.NormalBold {
	font: bold 13px arial, sans-serif;
}
.page-links .NormalRed {
	color: #E97400;
}
.rightPane .Normal {
	font-size: 11px;
}
.testimonial {
	margin-top: 25px;
	font-style: italic;
}
.feature-text {
	font: italic bold 14px arial, sans-serif;
	color: #555555;
}
#NoResults .red
{
    color: Red;
}
.homepage-image {
}
table.homepage td {
	padding: 0 0 10px 0;
	margin: 0;
	vertical-align: top;
}
table.homepage h2 {
	padding: 0;
	margin: 0;
}
table.homepage .margin-right {
	padding-right: 20px;
}
.more-details {
	float: right;
}
.product-specs {
	background-color: #F2F1EC;
}
.product-specs td {
	padding: 5px 15px 5px 5px;
	vertical-align: top;
}
.product-info td {
	padding: 0 20px 0 0;
	vertical-align: top;
}
.product-price {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}
table.grey-boxes td
{
	border: 1px solid grey;
	padding: 5px;
	vertical-align: top;
}