/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";
@import "ie7win.css";

/*IE 5.5 hacks only*/
@media tty {
i{content:"";/*" "*/}}@m;
@import 'ie55win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/








/*---------------------------------------------------- 
begin normal CSS for Tier 1 browser: Firefox 
------------------------------------------------------*/










body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: #999;
}
.imgright {
	margin: 0 0 8px 15px;
	clear: right;
	float: right;
	border-style: none;
}
.imgleft {
	margin: 0 15px 8px 0;
	clear: left;
	float: left;
}
.imgdeco {
	border: 1px solid #C2CCF3;
	padding: 4px;
	background: #fff;
}
a .imgdeco {
	border: 1px solid #C2CCF3 !important;
}
.on {
	background: #fd7d01; 
	color: #fff;
	text-decoration: none;
}


/*
STRUCTURE
-----------------------------------------*/
#wrap {
	margin: 0 auto;
	width: 770px;
	background: #fff url(../img/bg_wrap.gif) repeat-y 0 0;
}

/*
header
---------*/
#header {
	background: #999 url(../img/bg_header_2.jpg) no-repeat 100% 0;
	height: 190px;
	width: 770px;
	position: relative;
}
#contactus #header {
	background: #999 url(../img/bg_header_2.jpg) no-repeat 100% 0;
}
#header h1 a {
	text-indent: -99999px;
	background: url(../img/logo.gif) no-repeat;
	float: left;
	height: 150px;
	width: 185px;
	outline: none;
	margin-top: 40px;
}
#logo a {
	position:absolute;
	top: 40px;
	left: 0;
	height: 150px;
	width: 185px;
	border-style: none;
	background: url(../img/logo.gif) no-repeat;
	outline: none;
	background-color: #050479;
}
#logo img {
	display: block;
	width: 0;
}


/*
left column
------------*/
#left {
	float: left;
	width: 185px;
	padding-bottom: 60px;
}


/*
navigation
-----------*/
#nav {
	list-style: none;
	background: #C9D6FF url(../img/bg_nav.gif) repeat-x 0 0;
}
#nav li {
	display: inline;
	text-align: left;
}
#nav a {
	width: 150px;
	display: block;
	font-size: 1.1em;
	line-height: 1em;
	color: #666;
	text-decoration: none;
	background: url(../img/bg_nav_a.gif) no-repeat 10px 10px;
	text-align: left;
	padding: 8px 5px 8px 30px;
}
#nav a:hover {
	background: #5C78FF url(../img/bg_nav_a.gif) no-repeat 10px 10px;
	color: #fff;
}
.ad-holder img {
	display: block;
	border-style: none;
	clear: both;
	margin: 10px auto 20px;
}
#nav li ul {
	display: none;
}
#products #nav li ul#submenu1 {
	display: block;
}
#business #nav li ul#submenu2 {
	display: block;
}
#nav li li a {
	font-size: 1em;
	color: #003366;
	line-height: 1em;
	background: #f4f4f4 url(../img/bg_li_li_nav.gif) no-repeat 10px 50%;
	padding: 5px 10px 5px 23px;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #E5E5E5;
	width: 152px;
}
#nav li li a:hover {
	color: #000;
	background: #FFD36F url(../img/bg_li_li_nav.gif) no-repeat 10px 50%;
	border-top: 1px solid #FFE8B0;
	border-bottom: 1px solid #FFBA17;
}



/*
middle column
----------------*/
#middle {
	float: left;
	width: 185px;
	padding-bottom: 30px;
	text-align: left;
}
#middle p {
	margin: 12px;
	font-size: 1.1em;
	line-height: 1.3em;
}
#middle h2 {
	color: #4e4c5d;
	font: normal 1.7em/1 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 12px;
	background: url(../img/bg_h2_middle.gif) no-repeat 0 4px;
	padding-left: 20px;
}
#middle h2.rss {
	background: url(../img/feed-icon.gif) no-repeat 0 0;
	padding-left: 25px;
}
#middle h2.rss a {
	color: #4e4c5d;
}
#middle h2.rss a:hover {
	color: #000;
	text-decoration: underline;
}
#middle p.rss {
	background: url(../img/feed-icon.gif) no-repeat 0 4px;
	padding-left: 25px;
}
#middle ul {
	margin: 12px;
	font-size: 1.1em;
	line-height: 1em;
	list-style: none;
}
#middle li {
	background: url(../img/bg_li_middle.gif) no-repeat 0 4px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#middle li a {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
#middle p a {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
#middle p a:hover,
#middle li a:hover {
	color: #000;
	text-decoration: underline;
}

/*intro div
--------------*/
#middle .intro {
	background: #A2B0F5 url(../img/bg_intro.gif) no-repeat 100% 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
#home #middle .intro {
	min-height: 247px;
}
#middle .intro h1 {
	color: #d7d7fd;
	font: normal 2.2em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	padding: 12px;
}
#middle .intro p {
	color: #fff;
	margin: 0 12px 12px;
	line-height: 1.4em;
}

#middle .dark {
	background: #96EE55;
	padding-bottom: 1px;
	padding-top: 1px;
}
#middle .blue {
	background: #C6DDFF;
}
#middle .orange {
	background: #FFB546;
}

/*RSS scroller
----------------*/
#pscroller1 {
	margin: 5px 12px;
	height: 7em;
	font-size: 1.1em;
}
#pscroller2{
	margin: 5px 12px;
	height: 3.9em;
	padding: 1px 0;
	font-size: 1.1em;
}
.rssclass .rsstitle {
	font-weight: bold;
}
.rssclass .rssdate {
	color: gray;
	font-size: 85%;
}
.rssclass a {
	text-decoration: none;
	color: #4986c2;
}
.rssclass a:hover {
	text-decoration: underline;
	color: #000;
}



/*
right
---------*/
#right {
	float: right;
	width: 400px;
	text-align: left;
	padding-bottom: 30px;
}
#right.wider {
	width: 585px;
	float: right;
	background: #fff;
}
#right h1 {
	margin: 12px;
	font: normal 2.2em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #6d88df;
	border-bottom: 1px dotted #ECE9D8;
	letter-spacing: -1px;
}
#right h2 {
	margin: 12px;
	font: normal 1.8em/1em Georgia, "Times New Roman", Times, serif;
	color: #f60;
	letter-spacing: -1px;
}
#right h3 {
	margin: 12px;
	font: bold 1.4em/1em Georgia, "Times New Roman", Times, serif;
	color: #7C9EDC;
}
#right p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 12px;
}
#right p.indent {
	margin-left: 30px;
}
#right ul, #right ol {
	margin: 12px;
	list-style: none;
}
#right li {
	background: url(../img/bg_li_middle.gif) no-repeat 0 3px;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 20px;
}
#right ol li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 0;
	background: url(http://itdepartmentuk.com/css/none);
	list-style: decimal outside;
	margin-left: 25px;
}
#right li li {
	font-size: 1em;
	line-height: 1.4em;
	list-style: disc;
	background: url(http://itdepartmentuk.com/css/none);
	padding-left: 0;
}
#right p a,
#right li a {
	font-weight: bold;
	color: #4986C2;
	text-decoration: none;
}
#right p a:hover,
#right li a:hover {
	color: #f90;
	text-decoration: underline;
}
#right blockquote p {
	margin: 12px;
}
#right cite {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	display: block;
}
#right p.print {
	margin: 0 15px;
	text-align: right;
}
#right p.print a {
	background: url(../img/bg_print.gif) no-repeat 0 50%;
	padding-left: 20px;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

/* tabs */
#container {
	background: #FD9938 url(../img/bg_controls.gif) repeat-x 0 0;
	color: #fff;
}
#right .anchors {
	list-style: none;
	background: #FFBE0F;
	width: auto;
	margin: 0;
}
#right .anchors:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
#right .anchors li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(http://itdepartmentuk.com/css/none);
}
#right .anchors a {
	display: block;
	position: relative;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
}
.anchors a:focus, .anchors a:active {
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
#right .anchors li .on a, #right .anchors li a:hover, #right .anchors li a:focus, #right .anchors li a:active{
	background: #fd7d01; 
	color: #fff;
	text-decoration: none;
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
	cursor: pointer;
}
.anchor {
	display: block;
	clear: both;
}
/* tabs - end */


#right #container form {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 12px 12px;
	margin: 0;
}
#right #container form p {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	margin-bottom: 6px;
}
#right #container fieldset {
	border-style: none;
	padding: 0;
	padding-top: 12px;
}
#right #container label {
	float: left;
	width: 180px;
	clear: left;
	margin-top: 1px;
	margin-bottom: 1px;
}
#right #container #taf label {
	display: block;
	float: none;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	padding-bottom: 5px;
}
#right #container #iel label {
	float: left;
	width: 100px;
	clear: left;
	margin-top: 1px;
	margin-bottom: 1px;
}
#right #container input {
	background: #fff;
	clear: right;
	margin: 1px;
	vertical-align: top;
	border: 1px solid #999;
	height: auto;
	padding: 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.breadcrumbs {
	background: #C6DDFF;
	padding: 8px 12px;
}
#right .breadcrumbs p {
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #369;
	margin: 0;
	line-height: 1em;
}
#right .breadcrumbs p a {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
#right .breadcrumbs p a:hover {
	color: #000;
}
#right form {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 12px;
}
#right form p {
	font-size: 1em;
	margin-left: 0;
	margin-right: 0;
}
#right fieldset {
	border-style: none;
}
#right label {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#right input.beautify,
#right textarea {
	border: 1px solid #999;
	background: #F7FAFD;
}
#right input.buttons {
	background: #92A3CB;
	color:#fff;
	font-weight: bold;
	border-style: none;
}
#right table td {
	white-space: normal;
	width: auto;
}




#footer {
	clear: both;
	height: 1%;
	padding-top: 30px;
	background: #999 url(../img/bg_footer.gif) no-repeat 0 0;
	padding-bottom: 30px;
	overflow: visible;
	position: relative;
}
#footer ul {
	list-style: none;
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	text-align: right;
}
#footer ul.validate {
	list-style: none;
	font-size: 1em;
	line-height: 1em;
	display: block;
	text-align: right;
	padding-top: 10px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #eee;
	text-decoration: underline;
	margin-left: 5px;
	display: inline;
}
#footer li a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .validate li a {
	color: #FFCC00;
	text-decoration: none;
	display: inline;
	font-size: 0.9em;
	background: url(../img/bg_li_validate.gif) no-repeat 0 50%;
	padding-left: 14px;
}
#footer .validate li a:hover {
	color: #fff;
}
#footer p {
	text-align: right;
	font-size: 1em;
	line-height: 1.6em;
	color: #eee;
	margin:0;
}
#footer p.etondigital {
	position: absolute;
	top: -4.5em;
	left: 25px;
	font-size: 1.1em;
	color:#B9C1D9;
}
#footer a.etondigital {
	position: absolute;
	top: -30px;
	left: 0;
	height: 53px;
	width: 185px;
	display: block;
	background: url(../img/logos/etondigital.gif) no-repeat 0 0;
	text-indent: -999999px;
}
#footer a:hover.etondigital {
	background: url(../img/logos/etondigital.gif) no-repeat 0 -53px;
}