/* === Nucleodyne Systems Stylesheet === */
@import url(chromestyle.css);

body {
	background:url(../images/bkg.jpg) repeat-x;
	margin:0px;
	font: normal 12px Arial;
}
img {
	border:none;
}
p {
	margin:0px 0px 10px 0px;
	line-height:18px;
}

/* === Container Styles === */
#maincontainer {
	width:905px;
	margin:0px auto;
	overflow:visible;
}
#banner {
	width:905px;
	height:164px;
	float:left;
}
/* === Header Styles === */
#header {
	width:905px;
	height:102px;
	float:left;
}
#logo {
	width:258px;
	height:74px;
	padding-top:28px;
	float:left;
}
#linkscontainer {
	width:647px;
	height:70px;
	padding-top:32px;
	float:left;
}
#links {
	background:url(../images/links-normal.jpg) no-repeat;
	width:647px;
	height:47px;
	float:left;
	text-indent:-1500px;
}
#home a, #home a:hover{
	width:81px;
	height:47px;
	margin-left:0px;
	float:left;
	clear:right;
	outline:none;
}
#home a:hover {
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-0px;
}
#home-selected {
	width:81px;
	height:47px;
	margin-left:0px;
	float:left;
	clear:right;
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-0px;
	outline:none;
}
#products a, #products a:hover{
	width:91px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	outline:none;
}
#products a:hover{
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-82px;
}
#products-selected a, #products-selected a:hover {
	width:91px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-82px;
	outline:none;
}
#services a, #services a:hover{
	width:88px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	outline:none;
}
#services a:hover {
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-174px;
}
#services-selected a, #services-selected a:hover {
	width:88px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-174px;
	outline:none;
}
#company a, #company a:hover{
	width:98px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	outline:none;
}
#company a:hover{
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-263px;
}
#company-selected a, #company-selected a:hover {
	width:98px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-263px;
	outline:none;
}
#resources a, #resources a:hover{
	width:101px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
}
#resources a:hover {
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-362px;
	outline:none;
}
#resources-selected a, #resources-selected a:hover {
	width:101px;
	height:47px;
	margin-left:1px;
	float:left;
	clear:right;
	background:url(../images/links-normal-hover.jpg) no-repeat;
	background-position:-362px;
	outline:none;
}
/* === Home Middle - Banner + Testimonials === */
.testimonial{
    overflow-y: scroll;
    height :180px;
}
.testimonial::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: #ccc; /* or add it to the track */
}
.testimonial::-webkit-scrollbar-thumb{
  background-color: #5f5f5f; /* or add it to the track */}

#midcontainer {
	width:905px;
	height:248px;
	float:left;
}
#midleft {
	width:645px;
	height:248px;
	float:left;
}
#midright {
	width:228px;
	height:216px;
	background:url(../images/testiminials-bkg.jpg) repeat-y;
	border:solid 1px #e0e0e0;
	padding:15px;
	color:#525252;
	float:left;
}
#midright h1 {
	margin:0px 0px 10px 0px;
	font:normal 14px Arial;
	color:#a52222;
}
#midright hr {
	border:none;
	border-bottom:solid 1px #d1d1d1;
	margin:10px 0px 10px 0px;
}
/* === Home Boxes === */
#homeboxes {
	width:905px;
	height:199px;
	float:left;
	margin-top:16px;
	margin-bottom:15px;
}
#boxcompany {
	width:248px;
	height:210px;
	border:solid 7px #ebeaea;
	padding:10px 14px 14px 14px;
	margin-right:18px;
	float:left;
}
#boxcompany h1 {
	margin:0px 0px 5px 0px;
	font:normal 14px Arial;
	color:#068dbf;
}
#boxservices {
	width:279px;
	height:210px;
	border:solid 7px #ebeaea;
	padding:10px 14px 14px 14px;
	margin-right:16px;
	float:left;
}
#boxservices a, #boxservices a:hover {
	padding:0px 10px 0px 15px;
	color:#5f5f5f;
	text-decoration:none;
	line-height:14px;
	background:url(../images/bullet.jpg) no-repeat;
	outline:none;
}
#boxservices a:hover {
	color:#000000;
}
#boxservices h1 {
	margin:0px 0px 8px 0px;
	font:normal 14px Arial;
	color:#068dbf;
}
.boxserviceslinks{
	border-bottom:solid 1px #e1e1e1;
	height:20px;
	margin-bottom:5px;
	width:100%;
}
.boxserviceslinksbig{
	border-bottom:solid 1px #e1e1e1;
	height:40px;
	margin-bottom:5px;
	width:100%;
}
.boxserviceslinkslast{
	height:20px;
	margin-bottom:5px;
	width:100%;
}
.space{
	border-bottom:solid 1px #e1e1e1;
	height:5px;
	margin-bottom:10px;
	width:100%;
}
#boxcontact {
	width:218px;
	height:210px;
	border:solid 7px #ebeaea;
	padding:10px 14px 14px 14px;
	float:left;
}
#boxcontact h1 {
	margin:0px 0px 5px 0px;
	font:normal 14px Arial;
	color:#a80808;
}
#boxcontact a, #boxcontact a:hover {
	color:#5f5f5f;
	text-decoration:underline;
	outline:none;
}
.txtboxhome {
	width:150px;
	border:solid 1px #d7d7d7;
	font:normal 12px arial;
}
/* === Home Slide Style === */
#box1{
	position:absolute;
}

.mask{
	position:relative;
	width:628px;
	height:248px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}
/* === Footer Style === */
#footer {
	width:905px;
	height:60px;
	float:left;
	border-top:solid 2px #ececed;
	margin-top:50px;
}
#footerleft {
	width:400px;
	height:45px;
	float:left;
	padding-top:15px;
	font:normal 11px Arial;
	color:#939394;
}
#footerright {
	width:505px;
	height:45px;
	float:left;
	padding-top:15px;
	font:normal 11px Arial;
	color:#939394;
	text-decoration:none;
	text-align:right
}
#footerright a {
	color:#0997c5;
	text-decoration:underline;
	padding-left:20px;
	outline:none;
}
#footerright a:hover {
	color:#055873;
	text-decoration:underline;
	padding-left:20px;
	outline:none;
}	
/* === Inner Pages Style === */	
#innercontents {
	width:905px;
	height:auto;
	float:left;
	margin-top:10px;
}
#innerleft {
	width:214px;
	height:auto;
	float:left;
}
#innerright {
	width:651px;
	height:auto;
	float:left;
	padding:0px 20px 0px 20px;
}
.video-section{
    width: 100%;
    padding: 0;
}
#innerright H1, #innerright H1 a, #innerright H1 a:hover {
	font:bold 16px Arial;
	color:#0997c5;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
#innerright HR {
	color:#ffffff;
}
#innerright H2, #innerright H2 a, #innerright H2 a:hover {
	font:bold 14px Arial;
	color:#0997c5;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
#innerright a, #innerright a:hover {
	color:#5f5f5f;
	text-decoration:underline;
	outline:none;
}
#innerright a:hover {
	color:#055873;
}
#innersublinks {
	width:204px;
	min-height:70px;
	border:solid 5px #ebeaea;
	padding:0px;
	float:left;
}
#subheader {
	background:#8f8f8f;
	height:22px;
	width:185px;
	color:#ffffff;
	padding:7px 10px 0px 10px; 
	float:left;
	font:normal 14px Arial;
	margin-bottom:0px;
}
#subheaderlinks {
	width:184px;
	padding:7px 10px 0px 10px; 
	float:left;
}
#subheaderlinks a, #subheaderlinks a:hover {
	width:179px;
	padding:0px 10px 0px 15px;
	color:#5f5f5f;
	text-decoration:none;
	background:url(../images/bullet.jpg) no-repeat;
	outline:none;
	line-height:20px;
}
#subheaderlinks a:hover {
	color:#000000;
}
#innertestimonials {
	width:188px;
	min-height:216px;
	/*background:url(../images/testiminials-bkg.jpg) repeat-y;
	border:solid 1px #e0e0e0;*/
	padding:12px;
	color:#525252;
	float:left;
	margin-top:10px;
}
#innertestimonials h1, #innertestimonialsonly h1 {
	margin:0px 0px 10px 0px;
	font:normal 14px Arial;
	color:#a52222;
}
#innertestimonials hr, #innertestimonialsonly hr {
	border:none;
	border-bottom:solid 1px #d1d1d1;
	margin:10px 0px 10px 0px;
}
#innertestimonialsonly {
	width:188px;
	min-height:216px;
	background:url(../images/testiminials-bkg.jpg) repeat-y;
	border:solid 1px #e0e0e0;
	padding:12px;
	color:#525252;
	float:left;
}
/*==Home page Testimonial Slider ==*/
#newsticker-demo {
/*	width:228px;*/
	height:226px;
}
#newsticker-demo a {
	text-decoration:none;
}
#newsticker-demo img {
	border: 2px solid #FFFFFF;
}
#newsticker-demo .title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.newsticker-jcarousellite {
/*	width:200px;*/
	height:180px;
	overflow:hidden;
}
.newsticker-jcarousellite ul li {
	list-style:none;
	display:block;
	padding-bottom:1px;
	margin-bottom:5px;
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:110px;
}
.newsticker-jcarousellite .info {
	float:right;
	width:190px;
}
.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size:10px;
	color:#808080;
}
.clear {
	clear: both;
}