body  {
	margin-top: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container #imageContent {
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.twoColFixLtHdr #container {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	height: 116px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../../image/tagtronics-security-head-10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
	color: #000000;
}
.twoColFixLtHdr #container #menuBar {
	height: 18px;
	width: 995px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #C4D9E4;
	font-size: 11px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../../image/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color: #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
}

#container #product1 {
	width: 130px;
	background-image: url(../../image/product-300px2-grad.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005301;
	margin: 0px;
	height: 80px;
}

#container #product2 {
	width: 170px;
	background-image: url(../../image/product-300px3-grad.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005301;
	margin: 0px;
	height: 80px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 55px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
} 
.twoColFixLtHdr #container #footer .copyright {
	font-size: 70%;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container #header a:link {
	font-size: 12px;
	color: #005301;
	text-decoration: none;
}
#container #header a:visited {
	font-size: 12px;
	color: #005301;
	text-decoration: none;
}
#container #header a:hover {
	font-size: 12px;
	color: #005301;
	text-decoration: underline;
}
#container #header a:active {
	font-size: 12px;
	color: #005301;
	text-decoration: none;
}

.bodyCopy {
	font-size: 12px;
	line-height: 18px;
}

.twoColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.xHead {
	font-weight: bold;
	letter-spacing: 0.1em;
}

#footer a:link {
	color: #005301;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:visited {
	color: #005301;
	text-decoration: none;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:hover {
	color: #005301;
	text-decoration: underline;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:active {
	color: #005301;
	text-decoration: none;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container #menuBar a:link {
	color: #005301;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}
#container #menuBar a:visited {
	color: #005301;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}
#container #menuBar a:hover {
	color: #005301;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
	text-decoration: underline;
}
#container #menuBar a:active {
	color: #005301;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}


.twoColFixLtHdr #container #signUp {
	height: 18px;
	width: 995px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #E4E9E5;
	font-size: 70%;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #005301;
}


#container #signUp .signUpText {
	color: #005A00;
}
#container #signUp .inputBox {
	font-size: 11px;
	border: 1px solid #005301;
}
#container #signUp .signupButton {
	font-size: 11px;
	color: #006B01;
	height: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E4E9E5;
	line-height: 0px;
}

#container #logIn .inputBox {
	font-size: 11px;
	border: 1px solid #005301;
}
#container #logIn .signUpText {
	color: #006000;
}

#container #signUp a:link {
	text-decoration: none;
	color: #005301;
}
#container #signUp a:visited {
	text-decoration: none;
	color: #005301;
}
#container #signUp a:hover {
	text-decoration: underline;
	color: #005301;
}
#container #signUp a:active {
	text-decoration: none;
	color: #005301;
}

#container #logIn a:link {
	text-decoration: none;
	color: #005301;
}
#container #logIn a:visited {
	text-decoration: none;
	color: #005301;
}
#container #logIn a:hover {
	text-decoration: underline;
	color: #005301;
}
#container #logIn a:active {
	text-decoration: none;
	color: #005301;
}

#container #product1 {
	width: 160px;
	background-image: url(../image/product-300px2-grad.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #005301;
	margin: 0px;
	font-size: 90%;
	line-height: 15px;
	height: 80px;
}

#container #product2 a:link {
	color: #005301;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-variant: small-caps;
	line-height: 26px;
}
#container #product2 a:visited {
	color: #005301;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-variant: small-caps;
		line-height: 26px;
}
#container #product2 a:hover {
	color: #005301;
	text-decoration: underline;
	font-weight: normal;
	font-size: 9px;
	font-variant: small-caps;
		line-height: 26px;
}
#container #product2 a:active {
	color: #005301;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-variant: small-caps;
		line-height: 26px;
}
#container #product2 .nonLink {
	color: #005301;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-variant: small-caps;
		line-height: 26px;
}


 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

/** ADDED BY MICK ***/

DIV#mainContent{text-align:left;}

DIV#mainContent h1{
	font-size:110%;
	padding:0 0 10px 0;
	margin:0;
}

DIV#mainContent h2{
	font-size:90%;
	padding:15px 0 10px 0;
	margin:0;
}

DIV#mainContent p{
	font-size:12px;
	line-height:18px;
	padding:10px 0 10px 0;
	margin:0;
}

DIV#mainContent p.last{
	border-top-width: 1px;
	border-top-color:#333;
	border-top-style: dashed;
	padding-top:10px;
	margin-top: 40px;
}

DIV#mainContent p.top{
	padding-top:0;
	margin-top:0;
}

DIV#mainContent p.bottomPara{
	padding-bottom:30px;
	margin-bottom:0;
}

DIV#mainContent a.homepage{color:#000066;}

SPAN.highlight{font-weight:bold;}

SPAN.highlightItalic{
	font-weight:bold;
	font-style:italic;
}

SPAN.mainLarge{
	font-size:14px;
}

SPAN.xHead a{
	text-decoration:none !important;
	font-weight:bold !important;
	letter-spacing:0.1em !important;
	color:#000000 !important;
	font-family:Tahoma,Arial,Helvetica,sans-serif !important;
	font-size:11px !important;
	line-height:15px !important;
}