@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #666666;
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.twoColFixLt #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin: 0px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	height: 700px;
	visibility: hidden;
}


.twoColFixLt #mainContent {
	height: 700px;
	width: 470px;
	float: right;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
} 


.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;
}
#Profile {
	height: 45px;
	width: 330px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#Catalogs {
	height: 42px;
	width: 330px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#Commercial_Military {
	height: 24px;
	width: 330px;
	float: left;
}
#Guardian_Main {
	margin-top: 69px;
}

.Guardian_img {
	margin-left: 70px;
	margin-bottom:15px;
}

#Main_Nav {
	height: 482px;
	width: 330px;
	margin-top: 217px;
}
#GuardianCat {
	float: left;
	height: 24px;
	width: 330px;
}
#NEW_Guardian {
	float: left;
	height: 24px;
	width: 330px;
}
#DataSheets {
	float: left;
	height: 42px;
	width: 330px;
}
#GuardianProducts {
	float: left;
	height: 24px;
	width: 330px;
}

#HF {
	float: left;
	height: 24px;
	width: 330px;
}
#DataProducts {
	float: left;
	height: 24px;
	width: 330px;
}
#VHF {
	float: left;
	height: 31px;
	width: 330px;
}
#EmailUs {
	float: left;
	height: 39px;
	width: 330px;
	margin-top: -1px;
}
#URL {
	float: left;
	height: 29px;
	width: 330px;
	margin-top: 44px;
}
#Tagline {
	height: 136px;
	width: 470px;
	margin-top: 315px;
	z-index: 10;
}
#Exit {
	float: right;
	height: 8px;
	width: 39px;
	margin-right: 95px;
	margin-top: 235px;
}
#Exit-HF {
	float: right;
	height: 8px;
	width: 39px;
	margin-right: 95px;
	margin-top: 184px;
}
#blank {
	background-color: #666666;
	height: 700px;
	width: 800px;
	visibility: visible;
	margin: 0px;
	float: left;
}
