@charset "UTF-8";
body  {
	background: url(../_Assets/background.jpg) left top;
	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-decoration: none;
}
#wrapper  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E0E0E0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	clear: none;
} 
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#mainContent {
	background: #E0E0E0;
	width: 860px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	padding-left: 10px;
	color: #000;
	float: left;
	text-decoration: none;
	padding-bottom: 15px;
}
.ProductHeader {
	font-weight: bold;
	text-align: center;
}
.HomepageButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../_Assets/H2rollover.jpg) no-repeat left top;
	text-align: center;
	display: block;
	height: 33px;
	width: 300px;
	float: left;
}
#wrapper #mainContent #innerContent #Products {
	padding: 5px;
	float: left;
	height: 318px;
	width: 200px;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	background: 0;
}
.smallTXT {
	font-size: 0.7em;
	line-height: 17px;
	text-align: left;
}
#wrapper #mainContent  #thirdMenu{
	height: 240px;
	width: 220px;
	float: left;
	margin-right: 15px;
	border: 1px solid #000;
}
#wrapper #mainContent #thirdMenu a {
	text-decoration: none;
	color: #000;
}
.thirdMenuTitles {
	font-size: 1.2em;
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3A88C8;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 5px;
	text-align: left;
}
#homePageImg {
	float: left;
	padding-right: 10px;
}
#imgFloatRight {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
.howToSurfBold {
	font-style: italic;
	font-weight: normal;
	color: #356583;
}
.clipPaddingRight {
	margin-right: 10px;
	margin-top: 7px;
}
.clipPaddingLeft {
	margin-top: 7px;
	margin-left: 10px;
}
H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #356583;
	border-bottom: #326584;
	border-top-color: #326584;
	border-right-color: #CCC;
	border-left-color: #326584;
	text-indent: 10px;
}
h2 {
	font-size: 1.2em;
	color: #356583;
	text-indent: 10px;
	width: 665px;
	
	padding-top: 10px;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	padding-left: 10px;
	text-decoration: none;
	color: black;
}
#navigation {
	background: url(../_Assets/navbar-graf.jpg) repeat-x left;
	height: 40px;
	border-right: 0.5px inset #FFF;
	border-left: 0.5px inset #FFF;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 40px;
	width: 110px;
	float: left;
	text-align: center;
	background: url(../_Assets/Blue-rollover.jpg) repeat-x left top;
	border-right: .5px inset #FFF;
	border-left: .5px inset #FFF;
}
#wrapper #navigation a:hover {
	background: url(../_Assets/Blue-rollover.jpg) repeat-x left bottom;
}
#wrapper #navigation .LineCopySELECTED{
	background: url(../_Assets/Blue-rollover.jpg) repeat-x left bottom;
	line-height: 40px;
}
#wrapper #navigation .LineCopySELECTED2 {
	background: url(../_Assets/Blue-rollover.jpg) repeat-x left bottom;
	line-height: 19px;
}
.NavBar_oneLine {
	line-height: 40px;
}
#wrapper #mainContent #maneuverMenu1 {
	background: #A2FF95;
	float: left;
	height: 430px;
	width: 231px;
	border: 1px inset #000;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#wrapper #mainContent #maneuverMenu2 {
	background: #FEFF9E;
	height: 620px;
	width: 225px;
	float: left;
	clear: right;
	border: 1px inset #000;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper #mainContent #maneuverMenu3 {
	background: #FF9D97;
	clear: right;
	float: left;
	height: 620px;
	width: 220px;
	border: 1px inset #000;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#wrapper #mainContent #maneuverMenu1 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
#wrapper #mainContent #maneuverMenu2 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
#wrapper #mainContent #maneuverMenu3 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
#wrapper #mainContent #maneuverMenu1 a:hover {
	text-decoration: none;
	color: #3A88C8;
	font-weight: bolder;
	font-size: 0.9em;
	font-style: italic;
	text-transform: uppercase;
}
#wrapper #mainContent #maneuverMenu2 a:hover {
	text-decoration: none;
	color: #3A88C8;
	font-weight: bolder;
	font-size: 0.9em;
	font-style: italic;
	text-transform: uppercase;
}
#wrapper #mainContent #maneuverMenu3 a:hover {
	color: #3A88C8;
	font-weight: bolder;
	font-size: 0.9em;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
}
.Tab {
	padding-left: 37px;
}
.Tab2 {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 25px;
	width: 185px;
}
.NavBar_onelineRIGHTpush {
	line-height: 40px;
	margin-left: 116px;
}
.NavBar_TwoLines {
	line-height: 19px;
	color: #000;
}
.Selected1Line {
	line-height: 40px;
}

#sidebar {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	width: 160px;
	height: 600px;
	float: right;
	border-style: none;
}
#wrapper #sidebar a img {
	border-style: none;
}
#footer {
	background: #999;
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear: both;
}
#wrapper #footer {
	line-height: 50px;
	text-align: center;
	border-right: #000;
}
#wrapper #footer a {
	float: none;
	height: 30px;
	width: 100px;
	text-decoration: none;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #footer a:hover {
	float: none;
	height: 30px;
	width: 100px;
	text-decoration: underline;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
#subNav_Learn {
	height: 40px;
	width: 340px;
	margin-top: 1px;
	padding-top: 1px;
	vertical-align: top;
}
#wrapper #subNav_Learn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	height: 38px;
	width: 112px;
	text-align: center;
	background: #E0E0E0 no-repeat left top;
	color: #000;
}
#wrapper #subNav_Learn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	height: 38px;
	width: 112px;
	text-align: center;
	background: url(../_Assets/Sub_cat_rollover_greyWide.gif) no-repeat left top;
	color: #000;
}
#wrapper #subNav_Learn .Selected1Line {
	background: url(../_Assets/Sub_cat_rollover_greyWide.gif) no-repeat left bottom;
}
#Learn_Menu {
	margin: 5px 10px 5px 5px;
	height: 250px;
	width: 235px;
	float: left;
	background: #CCC;
	border: 2px inset #999;
}
#wrapper #mainContent #Learn_Menu a {
	color: #000;
	text-decoration: none;
}
#wrapper #Learn_Menu a:hover {
	color: #84B5D4;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#Learn_Menu2 {
	height: 385px;
	width: 235px;
	float: left;
	background: #CCC;
	border: 2px inset #999;
	margin: 5px 10px 5px 5px;
}
#wrapper #mainContent #Learn_Menu2 a {
	color: #000;
	text-decoration: none;
}
#wrapper #Learn_Menu2 a:hover {
	color: #84B5D4;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.boldSelection {
	color: #3A88C9;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#wrapper #mainContent #HomeContent a:hover {
	
}
#mainContent a img{
	text-decoration: none;
	border: none;
}
#sidebar a img {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#wrapper #mainContent #innerContent  a {
	color: #3A88C9;
	text-decoration: none;
}
#wrapper #mainContent #innerContent a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.ButtonsYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../_Assets/yellow_bar.jpg) repeat-x left top;
	text-align: center;
	display: block;
	height: 33px;
	width: 225px;
	float: left;
}
.ButtonsGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../_Assets/green_bar.jpg) repeat-x left top;
	text-align: center;
	display: block;
	height: 33px;
	width: 231px;
	float: left;
}
.ButtonsRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../_Assets/red_bar.jpg) repeat-x left top;
	text-align: center;
	display: block;
	height: 33px;
	width: 220px;
	float: left;
}
h3 {
	text-indent: 10px;
	font-size: 1em;
	color: #356583;
}
#subNav_Equipment {
	height: 40px;
	width: 600px;
	margin-top: 1px;
	padding-top: 1px;
}
#wrapper #subNav_equipment a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 38px;
	width: 112px;
	text-align: center;
	background: #E0E0E0 no-repeat left top;
	color: #000;
	display: block;
}
#wrapper #subNav_equipment a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 38px;
	width: 112px;
	text-align: center;
	background: url(../_Assets/Sub_cat_rollover_greyWide.gif) no-repeat left top;
	color: #000;
	display: block;
}
#wrapper #mainContent #innerContent #OuterContent {
}
#wrapper #subNav_equipment .Selected1Line {
	background: url(../_Assets/Sub_cat_rollover_greyWide.gif) no-repeat left bottom;
}
#NoBoarder {
	border-style: none;
}
#wrapper #mainContent #innerContent #Products #Buy {
	background: url(../_Assets/buyNow.jpg) no-repeat;
	height: 30px;
	width: 75px;
	float: right;
	text-align: right;
	line-height: 30px;
	text-decoration: none;
	margin-top: -10px;
	padding-right: 3px;
	border: 1px solid #000;
}
#wrapper #mainContent #innerContent #Products a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#SearchContent {
	width: 890px;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #SearchBar {
	float: right;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-right: 2px;
}
#wrapper #mainContent #share {
	float: right;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #C8C8C8;
}
#wrapper #shareit {
	float: right;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #C8C8C8;
	margin-right: 5px;
}
.NormalLink_a {
	text-decoration: none;
	color: black;
}

#wrapper #surfnews {
float: left;
width: 800;

margin: 5px 5px 5px 0;
}
#surfnews .feedburnerFeedBlock .headline a {
	
	font-size: 1em;
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	margin-left: -5px;

}


#surfnews .feedburnerFeedBlock .headline a:hover {
	
	font-size: 1em;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	
}


#surfnews .feedburnerFeedBlock div {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #333;
	font-size: 0.8em;

}

#surfnews .feedburnerFeedBlock #creditfooter {
	margin-left: 0;
	margin-bottom: 0;
	visibility: hidden;
}
#surfnews .feedburnerFeedBlock .date {
	color: #09F;
	font-size: 0.8em;
	float: right;
	margin-top: 0px;
	
	
}
#latestnewsbanner {
	
	margin-left: 20px;
}
