body {
	margin:0;
	color:#000;
	font:12px/14px Arial,Verdana,Tahoma, sans-serif;
	/*background:url(../images/bg-body.jpg) repeat-x;*/
	min-width:960px;
}
img {border:none;}
form,fieldset{
	margin:0;
	padding:0;
}
fieldset {border-style:none;}
a:focus {
	outline:none;
}
.page-width {
	width:960px;
	margin:0 auto;
	padding:0 0 7px;
}
/* header */
#header {
	position: relative;
	height:60px;
	z-index:10000;
}
#header strong a {
	position:absolute;
	left:11px;
	top:2px;
	width:215px;
	height:77px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat;
}
#header strong a:hover {
/*	background:url(../images/logo-hov.jpg) no-repeat;*/
}
#header a.share,
#header a.demos,
#header a.contact {
	position:absolute;
	left:6px;
	top:11px;
	width:117px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	/*background:url(../images/btn-share.jpg) no-repeat;*/
}
#header a.demos,
#header a.contact {
	right:150px;
	left:auto;
	top:80px;
	width:128px;
	height:28px;
	background:url(../images/viewall.png) no-repeat;
		background-position: -97px -293px;
}
#header a.contact {
	right:0px;
	background:url(../images/viewall.png) no-repeat;
	background-position: -226px -293px;
	width:128px;
}
#header #menu {
	position: absolute;
	left:225px;
	top:8px;
	margin:0;
	padding:0;
	list-style: none;
		z-index:100000;
}
#header #menu li {
	float:left;
	margin:0 5px 0 0;
}
#header #menu a {
	float: left;
	color:#fff;
	font-size:12px;
	line-height:34px;
	text-decoration: none;
}
#header #menu li {
	text-decoration:none;
}
#header #menu a span {
	float:left;
	padding:0 18px 0 13px;
	height:34px;
	cursor:pointer;
}
#header #menu li:hover a,
#header #menu li.hover a,
#header #menu li.active a {
/*	background:url(../images/bg-nav-left.jpg) no-repeat;*/
	background:url(../images/viewall.png) no-repeat;
	background-position:-103px -336px;
}
#header #menu li:hover a span,
#header #menu li.hover a span,
#header #menu li.active a span {
	background:url(../images/bg-nav-right-nodrop.jpg) no-repeat 100% 0;
}
#header #menu li:hover a.with-drop span,
#header #menu li.hover a.with-drop span {
	background:url(../images/bg-nav-right.jpg) no-repeat 100% 0;
}
#header #menu li:hover .drop ul li a,
#header #menu li.hover .drop ul li a {
	background:none;
}
#header li:hover,
#header li.hover {
	position: relative;
	z-index:2;
}
#header li:hover .drop,
#header li.hover .drop {
	display:block;
}

.content h2 {
	margin:0;
	color:#0066cc;
	font-size:23px;
	line-height:23px;
	font-weight:normal;
}
.content p {
	margin:2px 0 0;
	font-size:12px;
	line-height:18px;
}

.sidebar {
	float:right;
	display:inline;
	width:280px;
	margin:0 8px 0 0;
}
.box-blue {
	width:280px;
	margin:0 0 9px;
	/*background:url(../images/box-blue.gif) repeat-y;*/
}
.box-blue-top {
	/*background:url(../images/box-blue-top1.png) no-repeat;*/
	background-image: url(../images/viewall.png); 
	background-repeat: no-repeat;
	background-position: -0px -0px;
	/*width: 280px; height: 199px;*/
	height:auto;
	padding-bottom:5px;
	margin-top:35px;
}
.box-blue-btm {
	
/*	background:url(../images/box-blue-btm1.png) no-repeat 0 100%;*/
	background-image: url(../images/viewall.png); 
	background-repeat: no-repeat; 
	background-position: -0px -199px;
	height: 7px;
	overflow:hidden;
/*	width: 280px;  */
}
.box-blue .title {
	overflow:hidden;
	height:1%;
	padding:8px 0 0 13px;
}
.box-blue .title h2 {
	float: left;
	margin:0;
	font-size:16px;
	line-height:22px;
}
.box-blue .title a.view,
.btn-view {
	float:right;
	display:inline;
	margin:4px 8px 0 0;
	width:66px;
	height:26px;
	text-indent: -9999px;
	overflow: hidden;
	/*background:url(../images/btn-view-blue.gif) no-repeat;*/
	background-image: url(../images/viewall.png); 
	background-repeat: no-repeat; 
	background-position: -280px -0px; 
	/*width: 66px; height: 26px;*/
}
.box-blue .cite-open {
	display:block;
	margin:6px 0 0 10px;
	padding:0 0 0 24px;
	font:12px/24px Georgia, "Times New Roman", Times, serif;
	/*background:url(../images/bg-cite-open.gif) no-repeat 0 4px;*/
	background-image: url(../images/viewall.png); 
	background-repeat: no-repeat; 
	background-position: -636px -0px; 
	/*width: 19px;*/ /*height: 16px;*/
}
.box-blue .cite-open img {
	margin:5px 0 0 3px;
	vertical-align:middle
}
.box-blue strong {
	display:block;
	margin:10px 0 0 33px;
	padding:0 0 0 30px;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	/*background:url(../images/img-1.gif) no-repeat;*/
	background-image: url(../images/viewall.png); 
	background-repeat: no-repeat; 
	background-position: -636px -91px; 
	/*width: 20px;*/ height: 27px;
}
/* footer */
.footer-bg {
	width:100%;
	overflow: hidden;
	background:#e3e3e3 url(../images/viewrest.png) repeat-x -0px -279px;
	padding:2px 0 2px 0px;
	/*bottom: 0px;
	position: fixed;*/
	}

#footer {
	width:950px;
	margin:0 auto;
	height:auto;
	/*padding:2px 0 0px 10px;*/
		
}
#footer p {
	margin:2px auto;
	color:#333;
	font-size:9px;
	float:left;
	line-height:20px;
}

/********** Search Form ************/
.footer-bg #footer .form-search {
	position: relative;
	left:210px;
	float:left;
	width:250px;
	height:20px;
	overflow:hidden;
}
.form-search .bg-input {
	float:left;
	width:160px;
	height:16px;
	padding:5px 5px 1px 10px;
	background:url(../images/viewrest.png) no-repeat -176px -204px;
}
.form-search .bg-input input.field {
	width:150px;
	height:16px;
	color:#5e5e5e;
	font:10px/12px Arial, Helvetica, sans-serif;
	background:none;
	border:none;
}

.form-search a.submit,
.form-search a.login {
	float:left;
	display:inline;
	margin:0 0 0 5px;
	width:57px;
	height:21px;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/viewrest.png) no-repeat -294px -231px;
}
.footerlink {
	height:18px;
	width:250px;
	position: relative;
	left: 140px;
	float:left;
}
.footerlink a{
	color:#666;
	font-size:12px;
	line-height:20px;
	text-decoration: none;
	margin-left:20px;
}


html, body {
	height: 100%;
}

/* inner3 */
body.inner3{
	background:url(../images/bg-body-inner3.jpg) repeat-x;
}
.columns-data {
	overflow: hidden;
	height:1%;
	margin:10px 0 0;
}
.columns-data .content{
	float:left;
	width:673px;
}
.intro-top{
	width:673px;
	height:17px;
	overflow:hidden;
	background-image: url(../images/bg_intro0.png);
}
.intro-center{
	overflow:hidden;
	background-image: url(../images/bg_intro0.png);
	background-position: -673px;
}
.intro-btm{
	width:673px;
	height:13px;
	overflow:hidden;
	margin:0 0 10px;
	background-image: url(../images/bg_intro0.png);
	background-position: -1346px -4px;
}

.intro-holder{
	width:643px;
	height:285px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.intro-holder .item {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.intro-holder .active {
	z-index:2;
}
.intro-holder .item img {
	display:block;
	margin:0;
}
.text-box{
	position:absolute;
	left:0;
	top:0;
	width:410px;
	margin:30px 0 0 34px;
	overflow:hidden;
}
.intro-holder h1{
	font-size:23px;
	font-weight:normal;
	line-height:30px;
	color:#fff;
	margin:0;
}
.intro-holder p{
	font-size:14px;
	line-height:21px;
	margin:0 0 12px;
	padding:0 50px 0 0;
	color:#fff;
}
.btn-more{
	background:url(../images/viewall.png) no-repeat;
	background-position: -636px -176px;
	width:120px;
	height:22px;
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:8px 0 0 12px;
	text-decoration:none;
}
a:hover.btn-more{
	text-decoration:underline;
}
.pages{
	position:absolute;
	right:8px;
	bottom:0;
	width:108px;
	z-index:999;
}
.pages ul{
	list-style:none;
	padding:0;
	margin:0;
	height:32px;
	overflow:hidden;
}
.pages ul li{
	float:left;
	height:32px;
	width:26px;
	overflow:hidden;
}
.pages ul li a{
	float:left;
	background:url(../images/bg-intro-page.png) no-repeat;
	height:64px;
	width:108px;

	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
}
.pages ul li a#one{margin:0;}
.pages ul li a#two{margin:0 0 0 -26px;}
.pages ul li a#three{margin:0 0 0 -52px;}
.pages ul li a#four{margin:0 0 0 -78px;}
.pages ul li a#one.active,
.pages ul li a#one:hover{margin:-32px 0 0;}
.pages ul li a#two.active,
.pages ul li a#two:hover{margin:-32px 0 0 -26px;}
.pages ul li a#three.active,
.pages ul li a#three:hover{margin:-32px 0 0 -52px;}
.pages ul li a#four.active,
.pages ul li a#four:hover{margin:-32px 0 0 -78px;}

.primary{
	width:654px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.primary-holder{
	/*background:url(../images/bg-primary-btm.gif) no-repeat 0 100%;*/
	width:647px;
	overflow:hidden;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.primary-holder h2
{
	font-size:13px;
	color:#0066CC;
	margin:0 0 0 5px;
	font-weight:bold;
}
.primary-holder p{
	font-size:11px;
	line-height:17px;
	margin:0 0 0 51px;;
	padding:0 3px 0 12px;
}
.primary-box,
.primary-box-ctr,
.pr-box-top,
.pr-box-bottom{
	width:315px;
	overflow:hidden;
}
.primary-box{
	float:left;
	padding:0 8px 5px 0;
}
.primary-box-ctr{
background-image: url(../images/primary-box0.png);
	background-repeat: repeat-y;
	background-position: -315px;
}
.pr-box-top{
	/*background:url(../images/primary-box-top.gif) no-repeat;*/
	background-image: url(../images/primary-box0.png);
	background-repeat: no-repeat;
	width: 315px;
	height: 6px;
	background-position: 0px 0px;
}
.pr-box-bottom{
	/*background:url(../images/primary-box-btm.gif) no-repeat;*/
	background-image: url(../images/primary-box0.png);
	background-repeat: no-repeat;
	background-position: -630px -0px;
	width: 315px;
	height:6px;
}

.pr-box-holder{
	width:311px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
.image-box{
	float:left;
	/*background:url(../images/bg-img.gif) no-repeat;*/
	padding:0 4px 0 0;
	overflow:hidden;
	background-image: url(../images/viewall.png);
	background-repeat: no-repeat;
	background-position: -0px -381px;
	width: 58px;
	height: 58px;
}
.image-box a,
.image-box a img{
	display:block;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 4px;
}
.pr-box-holder h3{
	font-size:12px;
	margin:8px 0 2px;
}
.pr-box-holder h3 a{
	color:#2d87d2;
	text-decoration:none;
}
.pr-box-holder h3 a:hover{
	text-decoration:underline;
}
.inner3 .sidebar{
	float:right;
	width:278px;
	padding:10px 0 0;
	margin:0;
}
.sidebar-top{
	/*background:url(../images/bg-sidebar-top.gif) no-repeat;*/
	background-image: url(../images/sidebar.png); 
	background-repeat: no-repeat; 
	background-position: -0px -0px; 
	width: 278px; 
	height:8px;
	overflow:hidden;
}
.sidebar-ctr{
	/*background:url(../images/bg-sidebar-ctr.gif) repeat-y;*/
	background-image: url(../images/sidebar.png); 
	background-repeat: repeat-y; 
	width:278px;
	overflow:hidden;
	background-position: -556px -0px;
}
.sidebar-contents
{
	width: 258px; 
	padding:0 8px 8px 12px;
	
}
.sidebar-btm{
	/*background:url(../images/bg-sidebar-btm.gif) no-repeat 0 100%;*/
	background-image: url(../images/sidebar.png); 
	background-repeat: no-repeat; 
	background-position: -278px -0px; 
	width: 278px; 
	height: 8px;

}
* html .sidebar-btm{
	height:615px;
	overflow:visible;
}
.discussions{
	width:100%;
	height:30px;
	overflow:hidden;
}
.discussions h3{
margin-top:0px;
font-size:16px;
}
.sidebar-btm h3{
	margin:4px 0 15px;
	width:180px;
}
.btn-view{
	/*background:url(../images/btn-view-white.gif) no-repeat;*/
	background-image: url(../images/viewall.png); 
	background-repeat: no-repeat; 
	background-position: -280px -0px;
	width: 66px; height: 26px;
	margin:0;
}
.discussion-box{
	padding:0 4px;
	width:250px;
	overflow:hidden;
	border-bottom:1px solid #1e78d3;
	margin:0 0 8px;
}
.discussion-box h4{
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	margin:0;
}
.discussion-box p{
	margin:0;
	font-size:11px;
	line-height:16px;
}
.read{
	color:#06c;
	text-decoration:none;
	font-size:9px;
	line-height:15px;
}
a.read:hover{
	text-decoration:underline;
}

/************* Digg Slash delicious ***********/
.del{
	background-image:url(../images/viewall.png);
	background-repeat: no-repeat;
	background-position:-280px -55px;
	height:17px;
	width:76px;
	display:block;
	position: relative;
	left: 60px;
	margin-top:2px;
	float: left;
}

.digg{
	background-image:url(../images/viewall.png);
	background-repeat: no-repeat;
	background-position:-280px -90px;
	height:18px;
	width:33px;
	display:block;
	position: relative;
	left: 90px;
	margin-top:2px;
	float:left;
}

.slash{
	background-image:url(../images/viewall.png);
	background-repeat: no-repeat;
	background-position:-280px -72px;
	height:18px;
	width:62px;
	display:block;
	position: relative;
	left: 120px;
	margin-top:2px;
	float:left;
}

/************ Color for Highlight Links ***********/
.highLink a
{
color:#000000;
text-decoration:none;
}
.highLink a:hover
{
text-decoration:underline;
}

.prod1{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -42px; margin-left: 4px; cursor:pointer; }
.prod2{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -84px;margin-left: 4px; cursor:pointer;}
.prod3{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -124px;margin-left: 4px; cursor:pointer;}
.prod4{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -166px;margin-left: 4px; cursor:pointer;}
.prod5{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -208px;margin-left: 4px; cursor:pointer;}
.prod6{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -250px;margin-left: 4px; cursor:pointer;}
.prod7{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -291px;margin-left: 4px; cursor:pointer;}
.prod8{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -496px;margin-left: 4px; cursor:pointer;}
.prod9{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -373px;margin-left: 4px; cursor:pointer;}
.prod10{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -414px;margin-left: 4px; cursor:pointer;}
.prod11{width:42px; height:41px; background:url(../images/products-list.gif) no-repeat -0px -570px; margin-left: 4px; cursor:pointer; }

/********** Make bold tag appearance normal *********************/
b {
font-weight:normal;
}
