/* CSS for Tactics Internet Consultancy Services Limited */

/* Basic Tags */

body {
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

h1 {
	font-size: 1.2em;
	color: #FF5900;
	text-align: left;
	margin-top: 5px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #02029D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	font-size: 11px;
	border: 2px solid #CCCCCC;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #CCCCCC;
}

.borderOff {
	border: 0px solid #CCCCCC;
}

/* Layout */

#mainNavigation {
	margin: 50px 0px 0px 0px;
	text-align: right;
}

#mainNavigation ul {
	padding: 0px;
	padding-bottom: 10px;
	list-style: none;
	margin-left: 0px;
	width: 180px;
}

#mainNavigation li {
	margin: 5px 15px 5px 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

#mainNavigation a {
	text-decoration: none;
	font-weight: bold;
	color: #02029D;
	padding-left: 15px;
}

#mainNavigation a.selected {
	text-decoration: none;
	font-weight: bold;
	color: #FF5900;
	background-image: url(/images/nav_pointer.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#mainNavigation a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF5900;
	background-image: url(/images/nav_pointer.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#mainContent {
	margin-bottom: 40px;
	text-align: left;
	width: 394px;
}

.rightHandColumn {
	width: 193px;
	margin: 0 0 0 9px;
	background-image: url(/images/rhs.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.footer {
	text-align: left;
}

.footerBar {
	background-color: #CCCCCC;
	padding-left: 174px;
	font-size: 10px
}

.footerBar2 {
	padding-left: 180px;
	padding-top: 3px;
	font-size: 10px
}

a:link.footer, a:active.footer, a:visited.footer, a:hover.footer {
	font-weight: normal;
	font-size: 10px
}

/* image hr */

.dr {
	background-image: url(/images/dotty_divide.gif);
	background-repeat: no-repeat;
}

.dr hr {
	width: 0;
	line-height: 1px;
}

/* Google Logo */

.googlebox {
	margin-right: 15px;
	font-size: 10px;

}

