/* General Element Styles
----------------------------------------------- */
body {
	background-color: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
	}
body, div, td, p, input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a {
	color: #545488;
	}
img {
	border: none;	
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
/* General Class Styles
----------------------------------------------- */
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.inline {
	display: inline;
	}


/* Page Centering Style
----------------------------------------------- */
#wrap {
	position: relative;
	text-align: left;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}


/* Header Styles
----------------------------------------------- */
#logo {
	position: absolute;
	left: 7px;
	top: 3px;
	}
#header {
	width: 760px;
	height: 135px;
	padding: 0;
	margin: 0;
	background: #FFF url(../img/header2.gif) no-repeat;
	overflow: hidden;
	}
#adpage #header {
	width: 760px;
	height: 135px;
	padding: 0;
	margin: 0;
	background: #FFF url(../img/header3.gif) no-repeat;
	overflow: hidden;
	}
#header h1 {
	padding: 0 0 0 201px;
	margin: 0;
	font: bold 26px/26px Arial, Helvetica, sans-serif;
	color: #336;
	}
#adpage #header h1 {
	display: none;
	}
#header p {
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0 0 212px;
	margin: 0;
	color: #336;
	}
#adpage #header p {
	display: none;
	}
#toplinks {
	text-align: right;
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 6px 5px 10px 0;
	}
#toplinks a:link,#toplinks a:visited,#toplinks a:active {
	color: #000;
	text-decoration: underline;
	}
#adbanner {
	display: none;
	}
#adpage #adbanner {
	display: block;
	position: absolute;
	left: 287px;
	top: 25px;
	}


/* Top Navigation Styles
----------------------------------------------- */
#navcontainer {
	position: absolute;
	top: 93px;
	width: 760px;
	height: 42px;
	}
#nav {
	position: absolute;
	height: 23px;
	width: 760px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
	}
#nav li {
	/* hide from IE mac \*/
	float:left;
	/* end hiding from IE5 mac */
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	background: url(../img/nav/nav.gif) top left no-repeat;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:23px; /* for IE5/Win */
	}
#navhome a {
	width: 92px;
	}
#navhome a:hover {
	background-position: 0 -23px;
	}
#navmyloopnet a {
	width: 80px;
	background-position: -92px 0;
	}
#navmyloopnet a:hover {
	background-position: -92px -23px;
	}
#navsearch a {
	width: 115px;
	background-position: -172px 0;
	}
#navsearch a:hover {
	background-position: -172px -23px;
	}
#navadd a {
	width: 98px;
	background-position: -287px 0;
	}
#navadd a:hover {
	background-position: -287px -23px;
	}
#navedit a {
	width: 100px;
	background-position: -385px 0;
	}
#navedit a:hover {
	background-position: -385px -23px;
	}
#navbroker a {
	width: 83px;
	background-position: -485px 0;
	}
#navbroker a:hover {
	background-position: -485px -23px;
	}
#navproducts a {
	width: 131px;
	background-position: -568px 0;
	}
#navproducts a:hover {
	background-position: -568px -23px;
	}
#navlogin a {
	width: 61px;
	background-position: -699px 0;
	}
#navlogin a:hover {
	background-position: -699px -23px;
	}
#navlogout a {
	width: 61px;
	background-position: -760px 0;
	}
#navlogout a:hover {
	background-position: -760px -23px;
	}
#rmt {
	position: absolute;
	top: 116px;
	width: 600px;
	height: 19px;
	margin: 0;
	padding: 0;
	background: url(../img/nav/remotes.gif) top left no-repeat;
	}

/* Footer Styles
----------------------------------------------- */
#footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin-top: 48px;
	}
#footer p {
	font-size: 10px;
	padding: 0;
	margin: 0 0 6px 0;
	}
#footer a {
	color: #000;
	}