﻿/*  STYLE SHEET FOR THE JQUERY UI ACCORDIAN NAVIGATION ON THE HOME PAGE  */
/* UNDO the dialog.css */
.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

div#accordion {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:450px;
	z-index: 2; 
}

div.toggler {
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-image:url('../images/products_tab.jpg');
	background-repeat: no-repeat;
	height:35px;
	font-size: 12px;
	color: #528CE0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.toggler2 {
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-image:url('../images/applications_tab.jpg');
	background-repeat: no-repeat;
	height:35px;
	font-size: 12px;
	color: #002F5D;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.element p, div.element h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image:url('../images/tinted_back.png');
	background-repeat: no-repeat;
	font-size: 12px;
	color: #002F5D;
	margin:0px;
	padding:0px;
	height: 345px;
}

div.rounded p, div.rounded h4, div#rounded {
	-moz-border-radius-bottomleft: 6px;
	-o-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
ul.acco_menu {
	margin:0px 0px 0px -40px;
	list-style-type: none;
}