/**
 * New Day Technology screen styles
 * $Date: 21/07/2008$
 */

/* =Clean slate */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font: 100%/100%  Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, table {
	margin: 1em 0;
	padding: 0;
}
li, blockquote { margin-left: 1em; }
blockquote { font-style: italic; }
input, select, textarea { font-size: 100%; }
acronym, abbr { cursor: help; }
address { font-style: normal; }



/* =Page structure */

body {
	color: #7D7B7C;
	font-size: 70%;
	line-height: 1.4em;
	background: url(../images/repeat.jpg) repeat-x top center;
}

#wrap {
	position: relative;
	width: 984px;
	margin: 0 auto;
	background: url(../images/bg.jpg) no-repeat top center;
}


/* =Links */

a {
	text-decoration: none;
	color: #C98901;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:visited {

}

a img {
	border: none; /* kill border on linked images */
}


/* =Headings */

h1, h2, h3, h4 {
}

h1 {
	color: #C98901;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

/* Fancy headings */

#heading-home {
	height: 380px;
	margin: -15px 0 0;
	background: url(../images/heading-home.jpg) no-repeat center;
	text-indent: -5000em;
}

#heading-our-services-include {
	overflow: hidden;
	height: 14px;
	margin: 0;
	padding: 20px 0 12px;
	background: url(../images/heading-our-services-include.gif) no-repeat center left;
	text-indent: -5000em;
}


/* =Header */

#logo {
	margin: 0;
	padding: 35px 0 0 20px;
}
#logo img {
	border:solid 0px red;
	margin-top:-30px;
}


/* =Navigation */

#nav {
	position: absolute;
	top: 0;
	right: 20px;
	overflow: hidden;
	background: url(../images/bg-nav.gif) no-repeat 0 99px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#nav a {
	float: left;
	width: 100px;
	height: 252px;
	text-indent: -5000em;
}

#nav a:hover,
#nav a:active,
#nav a:focus {
	background-position: top !important;
	text-decoration: none;
}

/* Fancy nav tabs */

#nav-home {
	width: 105px !important;
	background: url(../images/nav-home.gif) no-repeat bottom;
	
}

li.nav-home-current {
	width: 105px !important;
	background: url(../images/nav-home-active.gif) no-repeat top;
	z-index: 1;
}

#nav-about-us {
	width: 111px !important;
	margin-right: 4px;
	background: url(../images/nav-about-us.gif) no-repeat bottom;
}

li.nav-about-us-current {
	width: 111px !important;
	background: url(../images/nav-about-us-active.gif) no-repeat top;
}

#nav-services {
	width: 116px !important;
	margin-right: 4px;
	background: url(../images/nav-services.gif) no-repeat bottom;
}

li.nav-services-current {
	width: 116px !important;
	background: url(../images/nav-services-active.gif) no-repeat top;
}

#nav-contact {
	width: 108px !important;
	margin-right: 4px;
	background: url(../images/nav-contact.gif) no-repeat bottom;
}

li.nav-contact-current {
	width: 108px !important;
	background: url(../images/nav-contact-active.gif) no-repeat top;
}

#nav-client-login {
	width: 154px !important;
	background: url(../images/nav-client-login.gif) no-repeat bottom;
}

li.nav-client-login-current {
	width: 154px !important;
	background: url(../images/nav-client-login-active.gif) no-repeat top;
}
/*
#nav-client-profile {
	width: 100px !important;
	background: url(../images/nav-client-profile.gif) no-repeat bottom;
}

li.nav-client-profile-current{
	width: 100px !important;
	background: url(../images/nav-client-profile-active.gif) no-repeat top;
*/
#nav-client-profile {
	width: 154px !important;
	background: url(../images/nav-client-profile-new.gif) no-repeat bottom;
}

li.nav-client-profile-current {
	width: 154px !important;
	background: url(../images/nav-client-profile-active-new.gif) no-repeat top;
}

/* sub-navigation */

#nav-sub {
	margin: 0 0 -2px;
	overflow: hidden;
	font-size: 1.05em;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;
}

#nav-sub ul {
	display: table;
	margin: 4px auto 0;
}

#nav-sub li {
	display: table-cell;
	margin: 0;
	padding: 0;
	border: 3px solid #FFF;
	border-width: 0 3px;
	list-style: none;
}

#nav-sub li * {
	display: inline-block;
}

#nav-sub a {
	background: #FDFDFD url(../images/corner-lt.gif) no-repeat left top;
	color: #575757;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#nav-sub a:hover,
#nav-sub a:focus,
#nav-sub a:active,
#nav-sub a.current
{
	background-color: #EBF6FF !important;
	color: #C98901 !important;
}

#nav-sub em {
	background: url(../images/corner-rb.gif) no-repeat right bottom;
	font-style: normal;
}

#nav-sub .outer {
	background: url(../images/corner-rt.gif) no-repeat right top;
}

#nav-sub .inner {
	padding: 8px 5px;
	background: url(../images/corner-lb.gif) no-repeat left bottom;
	cursor: pointer;
}

/* Special tab-like links */

#nav-sub a.special {
	background: #FDFDFD url(../images/corner-lt.gif) no-repeat left top;
	color: #575757;
}

#nav-sub a.special em {
	background: transparent;
}

#nav-sub a.special .outer {
	background: url(../images/corner-rt-special.gif) no-repeat right top;
}

#nav-sub a.special .inner {
	background: transparent;
	border-bottom: 1px solid #E5E5E5;
}


/* =Content */

#content {
	margin: 125px 0 40px;
	letter-spacing: .05em;
}

/* Rounded boxes */

.box {
	background: url(../images/box-bottom.gif) no-repeat bottom;
}

.box .aux {
	padding: 15px;
	background: url(../images/box-top.gif) no-repeat top;
}

.scrollable {
	overflow: scroll;
	overflow-x: hidden; /* Kewl! */
	height: 250px;
	padding-left: 120px;
	padding-right: 20px;
	color: #000;
	line-height: 2em;
	letter-spacing: .1em;
}

#logos {
	margin-left: -120px;
	padding-bottom: 25px;
	text-align: right;
}

#logos img {
	margin-left: 25px;
}

/* Rounded box: About Us */

#about {
	width: 984px;
	margin: 1em auto;
	background: url(../images/box-about.jpg) no-repeat 40px 33px;
}

#about .aux div {
	padding-left: 170px;
	min-height: 225px;
}

#about ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#about li {
	float: left;
	margin: 12px 0;
	margin-right: 22px;
	padding: 0;
	list-style: none;
}

#about li a {
	float: left;
	overflow: hidden; 
	height: 14px;
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -5000em; 
	line-height: 1em;
}
#about li a:hover,
#about li a:focus,
#about li a:active {
	background-position: top;
}
a#link-it-support { width: 89px; background-image: url(../images/link-it-support.gif); }
a#link-digital-enhancement { width: 180px; background-image: url(../images/link-digital-enhancement.gif); }
a#link-online-system-backup { width: 195px; background-image: url(../images/link-online-system-backup.gif); }
a#link-software-implementation { width: 222px; background-image: url(../images/link-software-implementation.gif); }
a#link-24-hour-system-monitoring { width: 232px; background-image: url(../images/link-24-hour-system-monitoring.gif); }
a#link-industry-specific-solutions { width: 239px; background-image: url(../images/link-industry-specific-solutions.gif); }
a#link-digital-archiving { width: 150px; background-image: url(../images/link-digital-archiving.gif); }


/*
#about li {
	float: left;
	overflow: hidden;
	height: 14px;
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -5000em;
	line-height: 1em;
}

#about li a:hover,
#about li a:focus,
#about li a:active {
	background-position: top;
}

#link-it-support { width: 89px; background-image: url(../images/link-it-support.gif); }
#link-digital-enhancement { width: 180px; background-image: url(../images/link-digital-enhancement.gif); }
#link-online-system-backup { width: 195px; background-image: url(../images/link-online-system-backup.gif); }
#link-software-implementation { width: 222px; background-image: url(../images/link-software-implementation.gif); }
#link-24-hour-system-monitoring { width: 232px; background-image: url(../images/link-24-hour-system-monitoring.gif); }
#link-industry-specific-solutions { width: 239px; background-image: url(../images/link-industry-specific-solutions.gif); }
#link-digital-archiving { width: 150px; background-image: url(../images/link-digital-archiving.gif); }


/* Rounded box: Services */

#services {
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services #logos {
	margin-top: -100px;
	padding-top: 120px;
	background: url(../images/box-services.gif) no-repeat left;
}

/* Rounded box: Support */

#services-support {
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom; 
}

#services-support #logos {
	margin-left: -280px;
	margin-top: -150px; 
	padding-top: 150px;
	background: url(../images/box-services-support.gif) 0px 0px no-repeat; 
}

#services-support .scrollable {
	padding-left: 280px;
}

/* Rounded box: Backup */

#services-backup {
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-backup #logos {
	margin-left: -280px;
	margin-top: -190px;
	padding-top: 170px;
	background: url(../images/box-services-backup.gif) no-repeat left top;
}

#services-backup .scrollable {
	padding-left: 280px;
}

#services-24-hour  {
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-24-hour #logos {
	margin-left: -280px;
	margin-top: -190px;
	padding-top: 170px;
	background: url(../images/box-services-24-hours.gif) no-repeat left top;
}

#services-24-hour .scrollable {
	padding-left: 330px;
}


#services-network{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-network #logos{
	margin-left: -439px;
	margin-top: -170px;
	padding-top: 170px;
	background: url(../images/box-services-network.gif) no-repeat left top ;
	
}

#services-network  .scrollable {
	padding-left: 440px;
	
	
}




#services-softwere{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-softwere #logos{
	margin-left: -280px;
	margin-top: -150px;
	padding-top: 170px;
	background: url(../images/box-services-softwere-implementation.gif) no-repeat left top;
}

#services-softwere  .scrollable {
	padding-left: 270px;
	
}

#services-digital{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-digital #logos{
	margin-left: -280px;
	margin-top: -258px;
	padding-top: 170px;
	background: url(../images/box-services-digital-archiving.gif) no-repeat left top;
}
#services-digital #logos img{
    clear:both;
	margin-top:90px;}

#services-digital  .scrollable {
	padding-left: 295px;
	
}


#services-cabling{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-cabling #logos{
	margin-left: -280px;
	margin-top: -120px;
	padding-top: 170px;
	background: url(../images/box-services-cabling.gif) no-repeat left bottom ;
}

#services-cabling  .scrollable {
	padding-left: 295px;
	
}


#services-digital-enhancement{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-digital-enhancement #logos{
	margin-left: -300px;
	margin-top: -130px;
	padding-top: 170px;
	background: url(../images/box-services-digital-enhancement.gif) no-repeat left top;
}

#services-digital-enhancement  .scrollable {
	padding-left: 295px;
	
}


#services-experience-main{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-experience-main #logos{
	margin-left: -280px;
	margin-top: -380px;
	padding-top: 170px;
	background: url(../images/box-services-expirience.gif) no-repeat left top;
}
#services-experience-main #logos img{
   margin-top:220px;
  }

#services-experience-main .scrollable {
	padding-left: 295px;
	
}
#services-experience{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}

#services-experience #logos{
	margin-left: -280px;
	margin-top: -310px;
	padding-top: 170px;
	background: url(../images/box-services-expirience.gif) no-repeat left top;
}
#services-experience #logos img{
   margin-top:130px;
  }

#services-experience  .scrollable {
	padding-left: 295px;
	
}
#services-experience-eng{
	width: 984px;
	margin: 0 auto 1em;
	background: url(../images/box-fancy.gif) repeat-x bottom;
}
#services-experience-eng #logos{
	margin-left: -280px;
	margin-top: -170px;
	padding-top: 170px;
	background: url(../images/box-services-expirience.gif) no-repeat left top;
}
#services-experience-eng #logos img{
   margin-top:00px;
  }

#services-experience-eng  .scrollable {
	padding-left: 295px;
	
}

/* =Footer */

#footer_home {
	height: 150px;
	background: #FFF url(../images/bg-footer.gif) repeat-x; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}

#footer_home p {
	margin: 0;
	padding: 30px 100px;
}
#footer_home p img{
   margin-left:180px;
   vertical-align:middle;
}

#footer_home * {
	color: #B0B0B0 !important;
}


#footer {
	height: 150px;
	background: #FFF url(../images/bg-footer.gif) repeat-x; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}

#footer p {
	margin: 0;
	padding: 30px 100px;
}

#footer * {
	color: #B0B0B0 !important;
}


/* =Forms */

form {

}

form p {
	overflow: hidden;
}

form label {
	float: left;
	/*color: #B0B0B0;*/
	color: #777777;
	font-size: 85%;
	text-transform: uppercase;
	text-align: left;
}

fieldset {
	margin: 0;
	padding-top: 65px;
	border: 0;
	background: url(../images/logo-small.jpg) no-repeat top center;
}

input, textarea {
	float: left;
	border-top: 1px solid #7A7B7A;
	border-bottom: 1px solid #D3D5D4;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #D3D5D4;
	background: #FFF;
	font-size: 100%;
	font-family: Arial, sans-serif;
	text-align: left;
}

form .button {
	float: none;
	width: auto !important;
	padding: .4em 1.6em;
	border-top: 1px solid #B2B5B8;
	border-right: 1px solid #808383;
	border-bottom: 1px solid #808383;
	border-left: 1px solid #B2B5B8;
	background: #FEFEFE url(../images/bg-button.gif) repeat-x bottom;
	color: #B0B0B0;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

form a {
	color: #DE9C21;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
}


/* Contact form */

#form-contact {
	width: 409px;
	margin: 190px auto 120px;
	background: url(../images/bg-form-bottom.gif) no-repeat bottom;
}

#form-contact .aux {
	padding: 1em 35px 0 50px;
	background: url(../images/bg-form-top.gif) no-repeat top;
}

#form-contact label {
	width: 100px;
}

#form-contact input, #form-contact textarea {
	width: 208px;
}

#form-contact .button {
	margin-left: 100px;
}

/* Client login form */

#form-login {
	position: relative;
	width: 409px;
	margin: 190px auto 120px;
	background: url(../images/bg-form-bottom.gif) no-repeat bottom;
	text-align: center;
}

#form-login .aux {
	padding: 1em 35px 0 35px;
	background: url(../images/bg-form-top.gif) no-repeat top;
}

#form-login label {
	width: 80px;
}

#form-login input, #form-login textarea {
	width: 175px;
}

#form-login .button {
}

#form-login img {
	position: absolute;
	top: 80px;
	right: 30px;
}


/* =Misc */

.hide { display: none; }


.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
