@charset "utf-8";

a:link {
	border:none;
	color:#F33;
}
a:visited {
	border:none;
	color:#C30;
}
a:hover {
	border:none;
	color: #333;
}

img {
	border-style:none;
}

/*------------------------Typography-----------------------------*/
/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 75%; line-height: 1.5; /*12/18*/ 
										background-image:url(../images/bodyBG.gif);
										background-repeat:no-repeat;
										background-color:#333;
										padding:0;
										margin:auto;
										font-family:Verdana, Geneva, sans-serif;
										color:#000;
									}

h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 16px; }
h1									{ font-size: 36px; top: 5px; }
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; color:#900; margin:0px; }
h6									{ font-size: 13px; top: 5px; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol						{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
input, textarea						{ font-size: 12px; }


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

table								{ font-size: 13px; line-height: 18px; margin: 18px 0; }
th, td								{ padding: 3px 12px; line-height: 30px; }
th									{ background: rgba(0, 0, 0, 0.2); }
tr:nth-child(even)					{ background: rgba(0, 0, 0, 0.1); }
tr:nth-child(odd)					{ }

hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }

#alphaBar {
	background:#FFF;
	position:absolute;
	width:100%;
	height:100px;
	z-index:0;
	top:52px;
}

#pageWrap {
	margin:auto;
	padding:0;
	height:100%;
	width:100%;
}

#header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:900px;
	height:95px;
	margin:auto;
}

#content {
	width:900px;
	height:100%;
	margin:auto;
	margin-top:200px;
}

.c1 {
	padding-top:0px;
	padding:20px;
	width:410px;
	height:100%;
}

.c1 li {
	list-style-image:url(../images/circle.gif);
	padding-right:30px;
}

.c2 {
	padding-right:20px;
	padding-top:50px;
	height:100%;
	width:410px;
	float:right;
}

.c1b {
	margin-top:40px;
	padding:20px;
	width:409px;
	height:100%;
	border-right:solid 1px #CCC;
	text-align:center;
}

.c2b {
	margin-top:40px;
	padding:20px;
	height:100%;
	width:410px;
	float:right;
	text-align:center;
}

.box1 {
	width:359px;
	height:164px;
	margin-left:60px;
	float:left;
	border-bottom:solid 1px;
	border-right:solid 1px;
	border-color:#CCC;
	padding:10px;
	text-align:center;
}

.box2 {
	width:360px;
	height:164px;
	margin-right:60px;
	border-bottom:solid 1px;
	border-color:#CCC;
	float:right;
	padding:10px;
	text-align:center;
}

.bibox2 {
	width:360px;
	height:329px;
	margin-right:60px;
	border-color:#CCC;
	float:right;
	padding:10px;
	text-align:center;
}

.box3 {
	width:359px;
	height:165px;
	margin-left:60px;
	float:left;
	border-right:solid 1px;
	border-color:#CCC;
	padding:10px;
	text-align:center;
}

.box4 {
	width:360px;
	height:165px;
	margin-right:60px;
	float:right;
	padding:10px;
	text-align:center;
	display:block;
}

#picBorder {
	background-image:url(../images/picBorder.gif);
	background-repeat:no-repeat;
	width:430px;
	padding-top:17px;
	padding-left:17px;
	height:275px;
}

#picBorder2 {
	background-image:url(../images/picBorder2.gif);
	background-repeat:no-repeat;
	width:430px;
	padding-top:22px;
	padding-left:17px;
	height:400px;
}

#c2imgRight {
	padding-left:20px;
}

/*------------------------Tabs--------------------------*/

/*
ul.tabs {
	font-size:75%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	width:180px;
	overflow: hidden;
	text-indent:-999px;
}

ul.tabs .homeBtn {
	background-image:url(../images/buttons_01.jpg);
	background-position:0px 0px;
	border:#09F;
}

ul.tabs .customBtn {
	background-image:url(../images/buttons_02.jpg);
	background-position:0px 0px;
}

ul.tabs .learningBtn {
	background-image:url(../images/buttons_03.jpg);
	background-position:0px 0px;
}

ul.tabs .aboutBtn {
	background-image:url(../images/buttons_04.jpg);
	background-position:0px 0px;
}

ul.tabs .contactBtn {
	background-image:url(../images/buttons_05.jpg);
	background-position:0px 0px;
}

ul.tabs .storeBtn {
	background-image:url(../images/buttons_06.jpg);
	background-position:0px 0px;
}

ul.tabs li:hover {
	background-position:bottom;
}

*/
html ul.topnav li.active, html ul.tabs li.active a:hover  {
	background-position:bottom;
}

.tab_container {
	clear: both;
	width: 100%;
	background-color:#fff;
	min-height:400px;
}

.tab_content {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:10px;
}

.homeCont {
	background-image:url(../images/homeHeader.gif);
	background-repeat:no-repeat;
}

/*------------------------Tabs End--------------------------*/

/*----------------------DropDown Tabs-----------------------*/

ul.topnav {  
padding:0px;
list-style: none;   
margin: 0;  
float: left;  
width: 900px;
height:50px;
/*text-indent:-9999px;*/
}  

ul.topnav li {  
float: left;     
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav .homeBtn {
	background-image:url(../images/buttons_01.jpg);
	background-position:0px 0px;
	width:120px;
	height:50px;
}

ul.topnav .servicesBtn {
	background-image:url(../images/buttons_02.jpg);
	background-position:0px 0px;
	width:135px;
	height:50px;
}

ul.topnav .productsBtn {
	background-image:url(../images/buttons_03.jpg);
	background-position:0px 0px;
	width:135px;
	height:50px;
}

ul.topnav .caseBtn {
	background-image:url(../images/buttons_04.jpg);
	background-position:0px 0px;
	width:135px;
	height:50px;
}

ul.topnav .supportBtn {
	background-image:url(../images/buttons_05.jpg);
	background-position:0px 0px;
	width:120px;
	height:50px;
}

ul.topnav .demosBtn {
	background-image:url(../images/buttons_06.jpg);
	background-position:0px 0px;
	width:120px;
	height:50px;
}

ul.topnav .companyBtn {
	background-image:url(../images/buttons_07.jpg);
	background-position:0px 0px;
	width:135px;
	height:50px;
}


ul.topnav li a{   
	color: #fff;  	
	display: block;  
	text-decoration: none;  
	float: left;  
}  

ul.topnav li a.hidden_a {
	opacity: 0;
	width: 120px;
	height: 50px;
}
ul.topnav li:hover{
	background-position:bottom;
}  

ul.topnav li span { /*--Drop down trigger styles--*/  
width: 120px;  
height: 50px;
display:block;
}  

ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  

ul.topnav li ul.subnav {  
list-style: none;  
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
left: 0; top: 50px;    
margin: 0; padding: 0;  
display: none;  
float: left;  
width: 135px;  
border: 1px solid #111;
z-index:99;
text-indent:0px;
}  

ul.topnav li ul.subnav li{  
margin: 0; padding: 0;  
border-top: 1px solid #252525; /*--Create bevel effect--*/  
border-bottom: 1px solid #444; /*--Create bevel effect--*/  
clear: both;  
width: 135px;  
}  

html ul.topnav li ul.subnav li a {  
float: left;  
width: 115px;  
background: #993333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
padding-left:20px;
}  

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
background: #990000 url(../images/dropdown_linkbg.gif) no-repeat 10px center;  
}  

/*----------------------DropDown Tabs End-------------------*/

#footer {
	margin-top:50px;
	background-image:url(../images/footerBG.gif);
	background-repeat:repeat-x;
	height:220px;
	background-color:#111;
	clear:both;
	color:#F00;
}

#footer a {
	color:#ff3333;
}

#footerContent {
	background-image:url(../images/botCorn.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:900px;
	height:220px;
	margin:auto;
}

#footerC1 {
	background-image:url(../images/wwd.jpg);
	background-repeat:no-repeat;
	background-position:center 20px;
	width:430px;
	height:120px;
	float:left;
	padding:10px;
}

ul.icons {
	font-size:75%;
	list-style: none;
	height: 75px; /*--Set height of tabs--*/
	width: 430px;
	display:block;
	padding-top:30px;
	padding-right:20px;
}

ul.icons li {
	float: left;
	height: 75px;
	width:50px;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	margin-left:28px;
}

ul.icons .io {
	background-image:url(../images/icon_01.gif);
}

ul.icons .tn {
	background-image:url(../images/icon_02.gif);
}

ul.icons .ht {
	background-image:url(../images/icon_03.gif);
}

ul.icons .mm {
	background-image:url(../images/icon_04.gif);
}

ul.icons li:hover {
	background-position:bottom;
}

ul.icons a {
	display:block;
	width:50px;
	height:75px;
	text-indent:-999px;
}

.blue1 {
	color:#09F;
}

.blueIcon {
	color:#009;
}

.blueIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.greenIcon {
	color:#030;
}

.greenIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.redIcon {
color:#600;
}

.redIcon h6 {
	font-size:1.5em;
	line-height:5px;
	margin:0px;
	margin-top:5px;
	text-align:center;
}

.bubbleInfo {
    position: relative;
	width:500px;
}

.popup {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width:200px;
height:150px;
background-color:#FFF;
border:solid;
border:#000;
border-style:solid;
border-width:medium;
padding:5px;

}

.popup2 {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width:150px;
height:50px;
background-color:#FFF;
border:solid;
border:#000;
border-style:solid;
border-width:medium;
padding:5px;
color:#03F;
}

#footerC2 {
	background-image:url(../images/wwa.jpg);
	background-repeat:no-repeat;
	background-position:center 20px;
	width:450px;
	float:right;
	text-align:left;
	padding-top:30px;
}


/* ----------------------------------- New Tabs ---------------------------------------- */
.ui-tabs-hide {
	display:none !important;
}