﻿/*
	Style sheet for micropoint
	Last updated: 20/04/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	line-height: 140%;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #ccc;
	width: 100%;
	text-align: center;
	font-size: 80%; 
    background-image: url('/media/wrapperbg.gif'); 
	background-repeat: repeat;
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 768px;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 80px;
	}

#navigation {
	width:768px;
	padding: 0 0 0 0;
	margin: 0;
	/* compensates for IE Win bungling */
	text-align:left;
	}

#maincontent	{
	padding: 10px 4px 20px 0;
	vertical-align:top;
	border-left: solid 8px #30363e;
	border-right: solid 8px #30363e;
	color: #333;
	}

#footer {
	clear: both;
	width: 768px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	background-color:#e7e7e7;
	border-left: solid 8px #798088;
	border-right: solid 8px #798088;
	}


.repeat{
	width:520px; 
	background: #99cccc;
}

.foursections{
	padding: 10px 0 0 0;
	}

.tablepad{
	padding: 10px;
	}

.tablepad p{
	}
	
#smartsourcehome {
	background-image:url(/media/smart-bg.gif);
	background-repeat:no-repeat;
	height: 105px;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #30363e;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}


#footer p {
	padding:5px;
	color: #798088;
	text-align: left;
	}

.small {
	font-size:85%;
	color:#ffffff;
	padding: 0 0 10px 10px;
	}

.largewhite{
	font-size: 160%;
	color: #ffffff;
	padding: 10px 0 0 0;
	}
	
.largeteal {
	color: #00BBE6;
	}

.findout {
	margin: 0 0 0 350px;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #00bbe6;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #00bbe6;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #fff;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #798088;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	color: #00bbe6;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Ticker */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


#ticker-container {
	position:relative;
	overflow:hidden;
	width: 190px;
	height: 274px;
	background-repeat: repeat;
	}

#ticker {
	position:relative;
	width:190px;
	}

#ticker ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

#ticker ul li {
	display:list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #fff;
	}



#ticker ul li a:hover {
	text-decoration: none;
	}


        
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #99cccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #99cccc;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #99cccc;
	}

.center {  
    text-align: center;
    }

.VABR {
	line-height: 70%;
	vertical-align: bottom;
	text-align: right;
	}

.VABL {
	line-height: 70%;
	vertical-align: bottom;
	text-align: left;
	}

.VATR {
	line-height: 70%;
	vertical-align: top;
	text-align: right;
	}

.VATL {
	line-height: 70%;
	vertical-align: top;
	text-align: left;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Tables */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.tableborder {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	}

.tableborderlight {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	background-color: #faecfe;
	}

.tableborder2 {
	border-top: solid 2px #bb9cc6;
	font-weight:bold;
	background-color: #faecfe;
	}

.tableborder3 {
	border-right: solid 2px #bb9cc6;
	background-color: white;
	}

.tableborder4 {border-top: solid 2px #bb9cc6;
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#99cccc;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #99cccc 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 0px 2px;
	text-align:left;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: #f3f3f3;
	font-size:11px;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #ccc;
	}

#topnav a:hover {
	color: #00bbe6; 
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Customer Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #Ctopnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	background:#998a9f;
	border-top: solid 1px #fff;
	}

#Ctopnav ul, #Ctopnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#Ctopnav a:link, #Ctopnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 7px 2px 7px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	}

#Ctopnav a:link#current, #Ctopnav a:visited#current, #Ctopnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #99cccc;
	}

#Ctopnav a:hover {
	color: #ccc; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0;
	margin: 0;
	width: 160px;
	}

#sidenav li {
	list-style: none;
	margin: 2px 2px 0 0;
	color: #005bac;
	}

#sidenav li a {
	display: block;
	padding-left: 4px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	}

#sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0 2px 2px 6px;
	border: none;
	text-align: left;
	}

#sidenav ul.sub {
	margin: 0px 0 2px 14px;
	}

#sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 2px -3px;
	border: none;
	text-align: left;
	color: #99cccc;
	}

#sidenav ul.subsub {
	margin: 0px 2px 2px -13px;
	}

#sidenav li a:link {
	color: #99cccc; 
}

#sidenav li a:visited {
	color: #99cccc; 
	}

#sidenav li a:hover{
	border-color: #99cccc;
	color: #99cccc;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */