/* CSS Document */
/* -------------------------------Standard------------------------------- */
html, body {
	margin:0;
	border:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: #fff url(../images/body-bg-tile.gif);
}

a:link {
	color: #004B85;
}

a:visited {
	color: #1580C3;
}

a:hover {
	text-decoration: none;
}

img { border:0; 
}

h1 {
}

h4 {
}

ul {
	list-style:none;
	margin-left:20px;
}

.blackish {
	color:#17659c;
}

.headings {
	margin:0 0 20px 0;
	padding:0;
	font-size: 1.1em;
	font-weight:bold;
	line-height:1.25em;
}

#wrapper {
	width:603px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*-------------backgrounds----------------*/

#nut {
	background:url(../images/nut.png) no-repeat bottom right;
}
.homebg {
	background:url(../images/bg-home.jpg) no-repeat right top;
}
.phbg {
	background:url(../images/bg-ph.jpg) no-repeat right top;
}
.busservmanbg {
	background:url(../images/backgrounds/busservman.jpg) no-repeat right top;
}
.servassbg {
	background:url(../images/backgrounds/serverassurance.jpg) no-repeat right top;
}
.appassbg {
	background:url(../images/backgrounds/appassurance.jpg) no-repeat right top;
}
.storeassbg {
	background:url(../images/backgrounds/storageassurance.jpg) no-repeat right top;
}
.netassbg {
	background:url(../images/backgrounds/networkassurance.jpg) no-repeat right top;
}
.conmanbg {
	background:url(../images/backgrounds/consolemanage.jpg) no-repeat right top;
}
.eventmanbg {
	background:url(../images/backgrounds/eventmanage.jpg) no-repeat right top;
}
.manservbg {
	background:url(../images/backgrounds/managedserv.jpg) no-repeat right top;
}
.utilchargebg {
	background:url(../images/backgrounds/utilitychargeback.jpg) no-repeat right top;
}
.newsbg {
	background:url(../images/backgrounds/news.jpg) no-repeat right top;
}
.customerportalbg {
	background:url(../images/backgrounds/customerportal.jpg) no-repeat right top;
}
.aboutusbg {
	background:url(../images/backgrounds/aboutus.jpg) no-repeat right top;
}
.contactusbg {
	background:url(../images/backgrounds/contactus.jpg) no-repeat right top;
}
.searchbg {
	background:url(../images/backgrounds/search.jpg) no-repeat right top;
}
.downloadsbg {
	background:url(../images/backgrounds/downloads.jpg) no-repeat right top;
}
.enquirybg {
	background:url(../images/backgrounds/enquiry.jpg) no-repeat right top;
}
.termsbg {
	background:url(../images/backgrounds/terms.jpg) no-repeat right top;
}
.privacybg {
	background:url(../images/backgrounds/privacy.jpg) no-repeat right top;
}
.sitemapbg {
	background:url(../images/backgrounds/sitemap.jpg) no-repeat right top;
}

/*----------------------------------------*/

.clear { clear:both; }

/* ------------------------------- Header ------------------------------- */


#header {
	width:603px;
}

#header #solutionshead {
	float:right;
	padding:20px 0 0 0;
	width:350px;
}

#header #solutionshead img {
	float:right;
	padding:20px 0 0 0;
	width:350px;
}

#logo {
	width:100px;
}

/* ------------------------------- Menu --------------------------------- */

#topmenu {
display:none;
	position:relative;
	width:583pxpx;
	padding-left: 20px;
	height: 24px;
	z-index:100;
}


ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#nav li {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

ul#nav li a {
	display:block;
	outline:none;
	width:117px;height:24px;
	background:transparent url(../images/nav.png) no-repeat 0 0;
	text-indent:-9900px;
	margin:0 7px 0 0;
}
			
ul#nav li a:hover {
	background-position:0 -30px;
}

ul li a:hover, 
body#home ul li#home-nav a { 
   background-position: 0 -60px; 
   } 

ul#nav li#solutions-nav a {
	width:117px;
	background-position:-122px 0;
}
			
ul#nav li#solutions-nav a:hover {
	background-position:-122px -30px
}

ul li a:hover, 
body#solutions ul#nav li#solutions-nav a { 
   background-position: -122px -60px; 
   }

ul#nav li#news-nav a { 
	width:117px;
	background-position:-245px 0;
}
			
ul#nav li#news-nav a:hover {
	background-position:-245px -30px
	}

ul li a:hover, 
body#news ul#nav li#news-nav a { 
   background-position: -245px -60px; 
   } 

ul#nav li#customer-nav a {
	width:117px;
	background-position:-368px 0;
}
				
ul#nav li#customer-nav a:hover {
	background-position:-368px -30px
}

ul li a:hover, 
body#customer ul#nav li#customer-nav a { 
   background-position: -368px -60px; 
   } 
		
ul#nav li#about-nav a {
	width:117px;
	background-position:-491px 0;
}
				
ul#nav li#about-nav a:hover {
	background-position:-491px -30px
}

ul li a:hover, 
body#about ul#nav li#about-nav a { 
   background-position: -491px -60px; 
   } 
			
ul#nav li#contact-nav a {
	width:117px;
	background-position:-614px 0;
}

ul#nav li#contact-nav a:hover {
	background-position:-614px -30px
	}

ul li a:hover, 
body#contact ul#nav li#contact-nav a { 
   background-position: -614px -60px; 
   } 
			
ul#nav li#search-nav a {
	width:125px;
	background-position:-734px 0;
}
				
ul#nav li#search-nav a:hover {
	background-position:-734px -30px
}

ul li a:hover, 
body#search ul#nav li#search-nav a { 
   background-position: -734px -60px; 
   } 

/*------------------------------- MENU CSS -------------------------------*/
.menuContainer { }
.menuInsert  { height:207px; width: 238px; color: #fff; background:#8b9298 url(../images/submenu-bg.gif) repeat-x top;margin-top:10px;padding:6px 0 1px 18px;border:1px solid #fff;}
.menuInsert a { display:block; margin:5px;}
.menuInsert a:link { color: #fff; text-decoration: none }
.menuInsert a:visited {	color: #fff; text-decoration: none }
.menuInsert a:hover { text-decoration: underline }

.menu2Insert  { height:56px; width: 114px; color: #fff; background:#8b9298 url(../images/submenu-bg.gif) repeat-x top;margin-top:10px;padding:6px 0 1px 18px;border:1px solid #fff;}
.menu2Insert a { display:block; margin:5px;}
.menu2Insert a:link { color: #fff; text-decoration: none }
.menu2Insert a:visited {	color: #fff; text-decoration: none }
.menu2Insert a:hover { text-decoration: underline }
/*--------------------------------------------------------------------------*/

#contentImgRight {
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 35px;
}

#breadcrumb {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 0.8em;
	position: relative;
	width: 603px;
}

#contentImgLeft {
	float:left;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0;
}

.contentImg img {
	border:1px solid #303293;
	padding:2px;
	background-color:#fff;
}

#main {
	font-size: 1em;
	line-height:1.5em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.mainhome {
	background-image: url(../images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.mainsol {
	background-image: url(../images/quote-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main a {
	font-weight: bold;
	text-decoration: underline;
}

#main a:hover {
	color: #4286AB;
	text-decoration: none;
}

#main h1 {
	margin:0 0 12px 0;
	padding:9px 0 0 2px;
	font-size: 1.0em;
	color:#17659c;
}

#main h4 {
	padding:0;
	font-size: 1em;
	font-weight:normal;
	line-height:1.5em;
	margin-top: 0px;
	margin-right: 475px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#homeimage {
	float:right;
	width:474px;
	height:234px;
	background: #fff url(../images/sas-bg.jpg) no-repeat top right;
	margin: 30px 88px 0 0;
	padding:22px 17px 22px 17px;
	font-size:0.8em;
	color:#000;
	line-height: 1.25em;
}
#homeimage a { color: #fff; text-decoration:none; }

div#hi-sas { float: left; width:508px; margin: 0 0 23px 26px; }
div#hi-sm { float: left; width:135px; height:93px; background: url(../images/home-sas/sm.png) no-repeat top left; text-align:center; padding: 1px 10px 0 0; }
div#hi-sm div { padding: 9px 5px 0 5px; }
div#hi-bsm-t { float: left; width:178px; height:94px; background: url(../images/home-sas/bsm-t.png) no-repeat top left; text-align:center; }
div#hi-bsm-t img { margin-top:35px; }
div#hi-im { float: left; width:135px; height:93px; background: url(../images/home-sas/im.png) no-repeat top left; text-align:center; padding: 1px 0 0 10px; }
div#hi-im div { padding:3px 5px 0 5px; }
div#hi-am { float: left; width:135px; height:93px; background: url(../images/home-sas/am.png) no-repeat top left; text-align:center; padding: 1px 10px 0 0; }
div#hi-am div { padding:3px 5px 0 5px; }
div#hi-bsm-b { float: left; width:118px; height:91px; background: url(../images/home-sas/bsm-b.png) no-repeat top left; text-align:center; padding: 3px 30px 0 30px; }
div#hi-cm  { float: left; width:135px; height:93px; background: url(../images/home-sas/cm.png) no-repeat top left; text-align:center; padding: 1px 0 0 10px; }
div#hi-cm div { padding:3px 5px 0 5px; }

#hometext { margin: 50px 0 0 20px;}

.homeimage .img1 {
	float: left;
}
.homeimage .img2 {
	float: left;
	padding-top: 78px;
}

#content {
	padding: 0 0 0 0;
	text-align:justify;
}

#contentsol {
	padding: 0 0 0 0;
	text-align:justify;
	width:380px;
}

#solutionsimg {
	float:right;
	padding:20px 0 0 0;
	width:200px;
}

#solutionsimg img {
	width:200px;
}
#conmanimg {
	float:right;
	padding:20px 0 0 0;
	width:200px;
}
#conmanimg img {
	width:200px;
}
#bottom {
	display:none;
	height: 95px;
	padding: 52px 0 3px 40px;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#000;
}
#bottom img {
	margin:0 35px 0 0;
}
#bottomhome {
	height: 83px;
	padding: 63px 0 5px 5px;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#000;
}
#bottomhome img {
	margin:0 35px 0 0;
}
#conbottom {
	height: 83px;
	padding: 67px 0 0px 40px;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#000;
}

.alignright {
	margin-bottom: 25px;
	margin-left: 25px;
}

#quote {
	width:765px;
	height:100px;
	margin-left:43px;
	padding: 0;
	text-align:justify;
	background: url(../images/quote-border.png) no-repeat top left;	
	line-height: 1.3em;
	font-size:0.9em;
	font-style:italic;
}

#quotebottom {
	height: 49px;
	padding: 25px 0 0 2px;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#000;
}

#quote span {
	font-style:italic;
}

#slideshow1 {
	height:130px;
	width:500px;
}
.sdiv {
	display:none;
}

#downloadscheck td img {
	padding: 5px 5px 5px 30px;
}

#newsletterform {
	float:right;
	width:365px;
	color: #000;
	background-color:#b0b7bc;
	margin:10px 0 0 50px;
	padding:6px 0 1px 22px;
	border:1px solid #fff;
}
#sitemap {
	width:100%;
}

.contacttable {
	width:600px;
}

.contacttableone {
 	width:300px;
}
.contacttabletwo {
 	width:300px;
}

#appassquote {
	width:200px;
	padding-top:69px;
	line-height:1.8em;
	text-align:justify;
}
#appassquote img { width:13px; height:10px; }

#conmanquote {
	width:200px;
	line-height:1.8em;
	text-align:justify;
}
#conmanquote img { width:13px; height:10px; }

#busservmanquote {
	width:200px;
	padding-top:15px;
	line-height:1.8em;
	text-align:justify;
}
#busservmanquote img { width:13px; height:10px; }

#eventmanquote {
	width:200px;
	padding-top:109px;
	line-height:1.8em;
	text-align:justify;
}
#eventmanquote img { width:13px; height:10px; }

#manservequote {
	width:200px;
	padding-top:238px;
	line-height:1.8em;
	text-align:justify;
}
#manservequote img { width:13px; height:10px; }

#netassquote {
	width:200px;
	padding-top:60px;
	line-height:1.8em;
	text-align:justify;
}
#netassquote img { width:13px; height:10px; }

#servassquote {
	width:200px;
	padding-top:41px;
	line-height:1.8em;
	text-align:justify;
}
#servassquote img { width:13px; height:10px; }

#storassquote {
	width:200px;
	padding-top:12px;
	line-height:1.8em;
	text-align:justify;
}
#storassquote img { width:13px; height:10px; }

#utilchargequote {
	width:200px;
	padding-top:14px;
	line-height:1.8em;
	text-align:justify;
}
#utilchargequote img { width:13px; height:10px; }

/* ------------------------------- Download --------------------------------- */

#download {
	display:none;
	position:relative;
	width:400px;
	padding-left: 40px;
	height: 24px;
	float: left;
	text-align: left;
}

ul#buttons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#buttons li {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

ul#buttons li a {
	display:block;
	outline:none;
	width:175px;height:26px;
	background:transparent url(../images/but-download.png) no-repeat 0 0;
	text-indent:-9900px;
	margin:0 15px 0 0;
}
			
ul#buttons li a:hover {
	background-position:0 -28px;
}

ul#buttons li#data-button a {
	width:175px;
	background-position:-191px 0;
}
				
ul#buttons li#data-button a:hover {
	background-position:-191px -28px
}			
/* ------------------------------- Footer ------------------------------- */

#footer {
	display:none;
	width:603px;
	font-size:0.85em;
	padding-top:6px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 6px;
	text-align: right;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*------------------------------- H i de CSS -------------------------------*/

.n-sconce { display:none; }

/*--------------------------------- Forms -------------------------------*/

input.styled { border:1px solid #004b85 }
select.styled { border:1px solid #004b85 }
textarea.styled { border:1px solid #004b85 }
input.btn {   
   color:#fff;   
   font: normal 100% Arial, Helvetica, sans-serif;   
   background-color:#17659c;   
   border:1px solid;
   border-color:#fff;   
}
