body {
	padding: 0;
	margin: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
/*	background: #fff url(body-bg.jpg) repeat-x;*/
	background: #000;
	color: #747474;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #F4A11C;
}
a:hover {
	color: #eb871c;
}
a:focus {
	outline: none;
}
#page {
	width: 100%;
	/*sj ADD 122px min-width: 868px;*/ min-width:990px;
/*	background: url(page-bg.jpg) no-repeat 50% 0;*/
	background: #323232 url(page-bg.png) 0 0 repeat-x;

}
#main {
	/*sj ADD 122px width: 868px;*/ width:990px;
	margin: 0 auto;
	/*overflow: hidden;*/
	background: #fff;
}
#main:after{
	content:"";
	height:0;
	overflow:hidden;
	display:block;
	clear:both;
}
#header {
	/*sj ADD 122px width: 868px;*/ width:990px;
	background: url(header-bg-wide.jpg) no-repeat 100% 0;
	float: left;
}
/*inner-2*/
#header.inner-2 {
	padding-bottom: 20px;
}
/*inner-2 end*/
#header .logo {
	float: left;
	padding: 27px 0 0 32px;
}
#header .logo a {
	display: block;
	width: 249px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(logo.gif) no-repeat;
}
#header .right-box {
	float: right;
	width: 500px;
	padding: 48px 0 0;
}
#header .right-box ul {
	float: right;
}
#header .right-box ul li {
	float: left;
	background: url(header-spr.gif) no-repeat 0 50%;
	padding: 0 10px;
}
#header .right-box ul li.first {
	background: none;
}
#header .right-box ul li.login {
	background: none;
	padding: 1px 31px 0 21px;
}
#header .right-box ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #6b6b6b;
}
#header .right-box ul li.login a {
	font-size: 12px;
	color: #eb871c;
	font-weight: bold;
	display: block;
	padding-left: 16px;
	background: url(login-arrow.gif) no-repeat 0 40%;
}
#header .right-box ul li a:hover {
	text-decoration: underline;
}
#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header #menu {
	width: 600px;
	float: left;
	z-index:5001;
	position:relative;
	/*sj ADD 61px left: 140px;*/ left:201px;
	padding: 16px 0 0 0;
}
#header #menu li {
	float: left;
	background: url(main-nav-spr.gif) no-repeat 0 0;
	padding: 5px 55px 0;
	position: relative;
}
#header #menu li.first {
	background: none;
}
#header #menu li a {
	text-decoration: none;
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	display: block;
	padding: 0 8px 10px;
}

#header #menu li ul {
	background:#0094de;
	width: 189px;
	overflow:hidden;
	padding:8px 0 0 0;	
}
#header #menu li div{
	display:none;
}
#header #menu li div{
	width:189px;
	overflow:hidden;
	position: absolute;
	left: 55px;
	top: 33px;
	z-index:5002;
}
#header #menu li div span{
	width:189px;
	display:block;
	background:url(ul-bg.png) no-repeat 0 0;
	height:13px;
}
#header #menu li ul li {
	padding: 0;
	float: left;
	width:189px;
	border-bottom:1px solid #4db4e8;
	
}
#header #menu li ul li.first {
	background: none;
}
#header #menu li ul li a{
	font-size: 11px;
	float:left;
	color:#fff;
	display: inline;
	background:#0094de;
	padding: 5px 0 5px 9px;
	width:180px;
	float:left;
	font-weight:bold;
}
#header #menu li ul li a:hover{
	background:#000 !important;
	color:#fff;
	text-decoration:none !important;
}
#header #menu li:hover a,
#header #menu li.hover a {
	background: #0094de;
	color:#fff;
}
#header #menu li:hover div,
#header #menu li.hover div {
	display: block;
}
#header #menu li ul li a:hover {
	text-decoration: underline;
}
#header .main-box {
	width: 858px;
	float: left;
	margin: 20px 0 8px 10px;
	position: relative;
	z-index:1;
}
* html #header div.main-box {
	display: inline;
}
#header .main-box .info {
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	padding: 27px 0 0 24px;
	width: 450px;
}
#header .main-box .info h3 {
	font-size: 21px;
	color: #eb871c;
	padding: 0 0 34px;
	margin: 0;
	font-weight: normal;
}
#header .main-box strong {
	font-size: 33px;
	color: #c9bd87;
	font-weight: normal;
	display: block;
	line-height: 33px;
}
#header .main-box .big {
	font-size: 59px;
	color: #fff;
	line-height: 58px;
	padding-bottom: 32px; 
}
#header .main-box p {
	padding: 0 0 1px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
#header .main-box a {
	font-size: 18px;
	line-height: 25px;
	color: #0094de;
}
#header .main-box img {
	float: left;
}
/*inner-1*/
#header .main-box.inner-1 .info {
	padding-top: 15px;
	width: 600px !important;
}
#header .main-box.inner-1 .info h3 {
	padding-bottom: 8px; 
}
#header .main-box.inner-1 .big {
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 1px;
}
#header .main-box.inner-1 strong {
	font-size: 28px;
	padding-bottom: 10px;
}
/*inner-1 end*/
#header .main-box a:hover {
	text-decoration: none;
}
#content-holder {
	width: 863px;
	float: left;
	padding: 15px 0 23px 5px;
	background: url(contetn-holder-bg.jpg) no-repeat 100% 0;
}
/*inner-2*/
#content-holder.inner-2 {
	background: none;
	padding-top: 0;
	overflow: hidden;
}
#content-holder.inner-2 #left-column {
	margin-top: -5px;
}
/*inner-2 end*/
#left-column {
	width: 255px;
	float: left;
}
#content-holder h2,
#content-holder h1 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #eb871c;
	font-weight: normal;
/*	border: 5px solid #282828;*/
}
#left-column .container {
	/*background: url(left-container-bg.gif) repeat-y;*/
	background-color: #0d0d0d;
	border: 5px solid #282828;
	margin: 0 5px 10px 5px;
}
#left-column ul {
/*	padding: 20px 33px 0 22px;*/
	padding: 20px 10px;
	margin: 0;
	border: 1px solid #393939;
	list-style: none;
	/*background: url(left-nav-bg.jpg) no-repeat;*/
}
/*inner-1*/
#left-column.inner-1 ul {
	
	
}
* html #left-column.inner-1 ul {
	height: 230px;
}
/*inner-1 end*/
* html #left-column ul {
	height: 477px;
}
#left-column ul li h2 {
	padding: 0 0 22px 7px;
}
#left-column ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #0094de;
	font-weight: bold;
	display: block;
	padding: 2px 0 2px 7px;
	margin: 3px 0;
	position: relative;
}
#left-column ul li a:hover {
	background: #0094de;
	color: #fff;
}
#left-column ul li {
	 display: inline;
}
#left-column .bottom {
	float: left;
	width: 255px;
	height: 10px;
}
#left-column .form {
	background-color: #0d0d0d;
	margin: 0;
	border: 1px solid #393939;
/*	height: 107px;*/
	padding: 10px 20px;
	width: 193px;
/*	padding: 18px 0 0;*/

}

#left-column .form strong {
	display: block;
	font-size: 14px;
	color: #eb871c;
	font-style: italic;
	text-align: left;
	padding: 0 19px 13px 0;
}
#left-column .form input {
	display: block;
	margin-left: 0 !important;
}
#left-column .form .input-text,
#content .holder.inner-1 .form .input-text {
	border: none;
	width: 169px;
	height: 15px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	background: #efefef;
	color: #4a4a4a;
	padding: 1px 0 1px 7px;
/*	margin-left: 30px;*/
}
#left-column .form .sign-btn {
	float: right;
/*	margin: 6px 48px 0 0;*/
	margin: 6px 15px 0 0;
}
#content {
	width: 590px;
	float: left;
}
/*inner-2*/
#content-holder.inner-2 #content {
	margin-top: -5px;
}
/*inner-2 end*/
#content h1,
#content h2 {
/*	padding: 10px 0 10px 28px;*/
	padding: 5px 0 5px 15px;
	margin: 0 0 25px 0;
}
#content .holder {
/*	background: url(top-box-bg.jpg) no-repeat 0 1px;*/
	border: 5px solid #d3d3d3;
	padding: 0 0 20px 0;
	float: left;
	width: 585px; 
/*	margin: 0 0 -3px 0;*/
	margin: 0 0 15px 5px;
	overflow: hidden;
}
#content .holder h1, #content .holder h2 {
	display: block;
	border: 5px solid #282828;
	background-color: #0d0d0d;
	margin: 0 0 25px 0;
}

#content .holder .box {
	float: left;
	width: 570px;
	padding: 13px 0 13px 15px;
}
/*
.secondary-content .box {
	padding: 0 !important;
}
.secondary-content .text {
	padding-left: 0 !important	;
}
*/
/*inner-1*/
#content .holder.inner-1  {
	margin-top: -1px;
}
#content .holder.inner-1 .form {
	float: right;
	padding: 10px 33px 0 0;
}
#content .holder.inner-1 h1 {
/*	float: left;*/
}
#content .holder.inner-1 .form input {
	float: left;
}
#content .holder.inner-1 .form .input-text {
	border: 1px #dbdbdb solid;
}
#content .holder.inner-1 .form .search-btn {
	margin: -1px 0 0 9px;
}
#content .holder.inner-1 .box {
	padding-top: 0;
}
#content .holder.inner-1 .box .inner-1 {
	width: 550px !important;
}
#content .holder.inner-1 .box .text p {
	padding-bottom: 5px;
}
/*inner-1 end*/
#content .holder .box h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #0094de;
	text-decoration: underline;
	font-weight: normal;
}
#content .holder .box h3 a, 
#content .holder .box h3 a:link,
#content .holder .box h3 a:visited,
#content .holder .box h3 a:active {
	color: #0094de;
}

#content .holder.inner-2 h1 {
/*	padding-bottom: 25px;*/
}
#content .holder.inner-2 .box {
	padding-bottom: 4px;
}
#content .holder .box .text,
#content .holder.inner-1.inner-2 .box .text {
	width: 330px;
	float: left;
	padding-right: 5px;
}
#content .holder .box .text p,
#content .holder.inner-2 .box .text p {
	padding: 13px 0;
	margin: 0;
	color: #747474;
}
#content .holder .box .text p a,
#content .holder.inner-2 .box .text p a, div.listings p a {
	color: #eb871c;
	border-left: 1px #eb871c solid;
	padding-left: 5px;
	margin-left: 5px;
}
#content .holder .box .text p a:hover {
	text-decoration: none;
}
#content .holder .box .image,
#content .holder.inner-2 .box .image,
#content .image {
	width: 210px;
	float: left;
/*	background-color: #E8E8E8;
	border: 1px solid #CBCBCB;
*/	padding: 5px 0 0 5px;
	margin: -5px 0 5px 10px;
	position: relative;
}

.noborder { border: none !important; background-color: #fff !important; }
.noborder img { border: none !important; }

#content .holder .box .image img {
	margin: 0;
}
#content .holder .date {
	font-weight: bold;
	display: block;
	color: #8c8c8c;
}
#footer-holder {
	width: 100%;
	/*sj ADD 122px min-width: 868px;*/ min-width:990px;
	background: url(footer-bg.gif) repeat-x;
	overflow:hidden;
	clear:left;
}
#CBMfooter {
	/*sj width: 837px;*/ width:990px;
	margin: 0 auto;
	overflow: hidden;
	background: url(footer-spr.gif) no-repeat 0 13px;
}
#CBMfooter .container {
	float: left;
	/*sj width: 837px;*/ width:990px;
	background: url(footer-spr.gif) no-repeat 100% 13px;
}
#CBMfooter ul {
	padding: 22px 0 0 23px;
	margin: 0;
	list-style: none;
	width: 815px;
	float: left;
	text-align: center;
}
#CBMfooter ul li {
	display: inline;
	background: url(footer-nav-spr.gif) no-repeat 0 60%;
	padding: 0 24px 0 27px;
}
#CBMfooter ul li.first {
	padding-left: 0;
	background: none;
}
#CBMfooter ul li a {
	text-decoration: none;
	color: #0094de;
}
#CBMfooter ul li a:hover {
	text-decoration: underline;
}
#CBMfooter .left {
	float: left;
	width: 380px;
	padding: 17px 0 0 18px;
}
#CBMfooter .right {
	float: right;
	width: 230px;
	padding: 17px 0 0;
}
#CBMfooter .right p {
	padding: 6px 0 0;
}
#CBMfooter .right p img{
	margin-top: -2px;
	float: left;
}
#CBMfooter .right p span {
	float: left;
	padding-right: 4px;
	color: #797979;
}
#CBMfooter p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #636363;
	line-height: 12px;
}
#CBMfooter .cite-box {
	width: 770px;
	float: left;
	padding: 28px 0 30px 0;
	text-align: center;
}
#CBMfooter .cite-box cite {
	font-size: 14px;
	color: #eb8822;
}
#CBMfooter .cite-box cite span {
	padding-left: 150px;
}
#CBMfooter .cite-box strong.from {
	font-size: 11px;
	color: #eb8822;
	display: block;
	float: right;
	font-style: italic;
	font-weight: normal;
	padding-right: 160px;
}
/*inner-3*/
#content .holder .box.big {
	padding-bottom: 25px;
}
#content .holder .big .text.big h3 {
	clear: both;
	width: 544px;
	text-decoration: none;
	padding: 6px 0 15px;
}
#content .holder .big h3 a{
	float: right;
	font-size: 12px;
	color: #0094de;
	margin-top: -18px;
}
#content .holder .big .image.big {
	background: none;
	float: left;
	width: 544px;
	padding: 0;
}
#content .holder .big .image.big img {
	border: 1px #000 solid;
}
#content .holder .big .text.big p{
	width: 540px;
	padding: 10px 0 0;
}
#content .holder .big .text.big ul {
	padding: 18px 0;
	margin: 0;
	list-style: none;
	color: #eb871c;
}
#content .holder .big .text.big .features {
	float: left;
}
#content .holder .big .text.big .features h3 {
	font-size: 14px;
	color: #0094de;
	font-weight: bold;
	padding-bottom: 0px;
}
#content .holder .big .text.big .features p {
	padding: 0 0 0 15px;
	margin: 0;
}
/*inner-3 end*/

#content h5 {
	background-color:#0D0D0D;
	color: #EB871C;
	border:5px solid #282828;
	display:block;
	padding: 0.1em 10px;
	margin:0 0 25px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;	
}

#content h5 span {
	margin: 0.4em 0;
	display: block;
}
div.secondary-content{
	clear:both;
	padding: 0 25px;
}

div.secondary-content p {
	color: #747474;
}

div.listings {
	clear: both;
/*	background: #f2f2f2;*/
/*	border: #d1d1d1 2px solid;*/
}

div.listings h3, div.listings h3 a {
	color: #0094de;
}

div.listings h3 a:hover {
	text-decoration: none;
}

div.listings p {
	font-size: 0.9em;
	color: #747474;
}

div.listings ul{
	padding: 0;
	margin: 0;
}

div.listings ul li{
	list-style: none;
	padding: 5px;
}

div.listings ul li a{
	color: #222;
	text-decoration: none;
}

div.listings ul li a:hover {
	text-decoration:  underline;
}

/* Clear utility */
div.clear { clear: both; height: 1px;}


ul.product-files {
	list-style-type: square;
}

ul.product-files li {
	margin: 5px 0;
}

ul.product-files a {
	color: #0094DE;
}

ul.product-files a:hover {
	color: #EB871C;
}

img.icon { width: 25px; border: 0; vertical-align: middle; }

ul#s1 span {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

ul#s1 p {
	font-style: italic;
	text-align: center;
}

ul#s1 img { margin-bottom: 15px;}

#portfolio h1 {
	background-color:#0D0D0D;
	border:5px solid #282828;
	display:block;
	margin: 0 5px 25px 0;
	padding: 5px 0 5px 15px;	
}

div.news-item {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 6px double #e3e3e3;
}
