#sidebar {
	float:right;
	width:200px;
	margin:10px 0px 10px 5px;
	background:#6565ff;
}
#aboutbanner {
	width:770px;
	margin:10px 0;
	background:url(/img/aboutbanner.jpg) no-repeat;
	line-height:150px;
}
#solutionbanner {
	width:770px;
	margin:10px 0;
	background:url(/img/solutionbanner.jpg) no-repeat;
	line-height:150px;
}
#supportbanner {
	width:770px;
	margin:10px 0;
	background:url(/img/supportbanner.jpg) no-repeat;
	line-height:150px;
}
#careerbanner {
	width:770px;
	margin:10px 0;
	background:url(/img/careerbanner.jpg) no-repeat;
	line-height:150px;
}
#storebanner {
	width:770px;
	margin:10px 0;
	background:url(/img/careerbanner.jpg) no-repeat;
	line-height:150px;
}
#content{
	background:#f0f0f0;
	width:770px;
}
#content h1 {
	font-size:150%;
	color:#000;
	background:url(/img/titlebg.png) repeat-x;
	line-height:1.3em;
	padding:15px 0 0 20px;
	border-bottom:1px dotted #aaa;
}
#left{
	float:left; 
	width:140px; 
	text-align:left;
	margin:0;
	padding:0; 	
	display: block;
	background:#fbfbfb;
}
#right{
	float:left;
	display:block; 
	width:629px;
	/*height:1%;*/
	text-align:left;
	background:#fbfbfb;
	border-left:1px solid #66f;
	padding-bottom:20px;
	min-height:350px;
	height:auto !important;
	height:350px;
}
.l2hint {
	border:1px solid #66c;
	border-left:10px solid #66c;
	background-color:#FFF;
	width:85%;
	display:block;
	padding:10px;
	margin:20px auto;
	font-size:0.85em;
}
#locbar {
	width:750px !important;
	width:750px;	
	color:#000;
	font-size:1em;
	line-height:1.25em;
	padding:0 7px 5px 7px;
	border-bottom:1px solid #ccc;
}
.navboxtitle {
	border-top:24px solid #66f;
	border-bottom:1px solid #FFF;
}
.navitemmore {
	background:url(/img/rightallow.gif) 0 5px no-repeat;
	padding-left:10px;
}
.navitemnomore {
	padding-left:10px;
}
/* NavBar */
#nav {
	margin:10px 0;
	padding:0;
	list-style:none;
	width:195px;
	background:url(/img/navitembg.jpg) repeat;
	font-size:1em;
}
#nav ul li h2 {
	background:url(/img/navh2bg.png) repeat-x;
	color:#FFF;
	text-align:right;
	padding:3px 10px;
	border-bottom:1px solid #FFF;
	font-size:1em;
	line-height:1.5em;
	font-weight:normal;
}
#nav ul ul li a, #nav ul li a {
	background:url(/img/bluebar.png) transparent repeat-y; 
	display:block;
	border-bottom:1px solid #FFF;
	padding:5px 0 5px 15px;
}
#nav ul ul li a:hover, #nav ul li a:hover {
	background:url(/img/greenbar.png) transparent repeat-y;
	color:#f30505;
}
#nav li {
	position: relative;
	list-style:none;
}
#nav ul ul ul {
	list-style:none;
	position:absolute;
	left:-200px;
	top:0;
	display:none;
	width:200px;
	border-top:5px solid #3c0;
}
#nav ul ul ul li {
	background:#3c0;
}
#nav ul ul ul li a {
	color:#fff;
	display:block;
	background:none;
	padding-left:10px;	
	text-align:right;
	padding-right:15px;
	border:0;
}
.nav-li-end {
	border-bottom:5px solid #3c0;
}
div#nav ul ul ul, div#nav ul ul li:hover ul ul {display: none;}
div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul {display: block;}
