@charset "utf-8";
:focus {
  outline:0;
}
a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #0F6;
}
a:active {
	color: #FFF;
}

#header {
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	height: 177px;
	width: 962px;
	z-index:10;
	position: relative;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #081F3A;
	border-right-color: #081F3A;
	border-bottom-color: #081F3A;
	border-left-color: #081F3A;
} 

#header img {
	position: absolute;
	left: 18px;
	top: 23px;
	border: none;
}
#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 */
}
#header #topMenu {
	position: absolute;
	right: 32px;
	top: 0px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#header li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#header #topMenu a:link, #header #topMenu a:visited {
	background-image: url(_images/Button_Top_Bar_View_Cart.png);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 92px;
	background-position: left top;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	padding: 0;
	margin: 0;
}
#header #topMenu a:hover, #header #topMenu a:active {
	background-position: left bottom;
	border: none;
}

#header #mainMenu {
	position: absolute;
	bottom: -1px;
	left: 50px;
  z-index:1000;
}


#header #mainMenu a.mainmenu:link, #header #mainMenu a.mainmenu:visited {
	background-image: url(_images/Button_Bar_Main.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 115px;
	background-position: left top;
	font-size: 15px;
	color: #E87706;
	text-decoration: none;
	text-align: center;
	line-height: 33px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#header #mainMenu a.mainmenu:hover, #header #mainMenu a.mainmenu:active {
	background-position: left bottom;
	border: none;
}
#header #mainMenu ul li a.current {
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 115px;
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	color: #000;
	line-height: 33px;
	background-image: url(_images/Button_Bar_Highlighted.png);
	font-weight: bold;
}
#header #mainMenu ul ul {
	margin: 0px;
	position: absolute;
	list-style-type: none;
	top: 31px;
	left: 0px;
	display: none;
}
#header #mainMenu ul li:hover ul ul {
	margin: 0px;
	position: absolute;
	list-style-type: none;
	top: 0px;
	left: 125px;
	display: none;
}
#header #mainMenu ul li:hover ul {
	display: block;
	width: 115px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #mainMenu ul ul li:hover {
	display: block;
	width: 115px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #mainMenu ul ul li:hover ul {
	display: block;
	width: 215px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #mainMenu ul ul a.submenu:link, #header ul ul a.submenu:visited {
	background-image: none;
	display: block;
	height: 32px;
	width: 115px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	border: none;
}
#header #mainMenu ul ul a.submenu:hover, #header ul ul a.submenu:active {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-color: #242424;
	border: none;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	border: none;
}
#header #mainMenu ul li a.current:hover {
	color: #060606;
	border: none;
}
#header #mainMenu ul ul a.submenu:hover ul {
	display: block;
	width: 215px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #mainMenu ul ul ul li:hover {
	display: block;
	width: 215px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #mainMenu ul ul ul a.submenu:link, #header ul ul ul a.submenu:visited {
	background-image: none;
	display: block;
	height: 32px;
	width: 215px;
	font-size: 13px;
	font-weight: bold;
	color: #E87706;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
	background-color: #060606;
	z-index: 1000;
	border: none;
}
#header #mainMenu ul ul ul a.submenu:hover, #header ul ul ul a.submenu:active {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-color: #242424;
	border: none;
	z-index: 1000;
}

/*#header form {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
#header form input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}
#header form input.searchBox {
	border: none;
	width: 138px;
	height: 23px;
	background: url(_images/Search_Box.png) no-repeat;
	margin-right: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 2px;
}
#header form input.searchButton {
	width: 26px;
	height: 23px;
	background: url(_images/Search_Button.png) no-repeat;
	border: none;
	margin-bottom: 0px;
	cursor: pointer;
}*/

fieldset.search {
	position: absolute;
	bottom: 0px;
	right: 19px;
	border: none;
	background: #000;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 15px;
	width: 128px;
	height: 23px;
	background: url(_images/Search_BG.png) no-repeat;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.search input.box:focus {
	background: url(_images/Search_BG.png) no-repeat left -23px;
}
.search input.googlebox {
	color: #000;
	height: 18px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.search button.btn {
	width: 26px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(_images/Search_BG.png) no-repeat top right;
}
.search button.btn:hover {
	background: url(_images/Search_BG.png) no-repeat bottom right;
}
.search input.btn {
	width: 26px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(_images/Search_BG.png) no-repeat top right;
}
.search input.btn:hover {
	background: url(_images/Search_BG.png) no-repeat bottom right;
}

#content {
  width:962px;
  margin-left:auto;
  margin-right:auto;
}

#mainContent {
	width: 576px;
	position: relative;
  margin:0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
} 

#mainContent #tryMenu {
	position: absolute;
	left: 55px;
	top: 103px;
}
#mainContent img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent img.mainContentHeading {
	margin-left: 15px;
}
#mainContent p {
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 220px;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
}
#mainContent #movie {
	float: right;
}
#mainContent ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#mainContent li {
	display: list-item;
	margin: 0px;
	padding: 0px;
}
#mainContent #tryMenu a:link, #mainContent #tryMenu a:visited {
	background-image: url(_images/Button_PluralEyes_Ad.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 135px;
	background-position: left bottom;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainContent #tryMenu a:hover, #mainContent #tryMenu a:active {
	background-position: left top;
	border: none;
}
#sidebar_R {
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	margin: 0;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
	z-index: 1;
}
#sidebar_R #sidebarUpper {
	position: relative;
  width: 299px;
}
#sidebarText ul {
  margin-bottom:0;
}
#sidebar_R #sidebarLower {
	position: relative;
  margin-top:12px;
	width: 299px;
}
#sidebarBG {
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
#sidebar_R .sidebarTopBG {
  background-image: url(_images/sidebar_top.png);
}
#sidebar_R .sidebarBottomBG {
  background-image: url(_images/sidebar_bottom.png);
}
#sidebar_R #sidebarText {
	position: relative;
  z-index:10;
  padding-left:35px;
  padding-bottom:6px;
  padding-top:10px;
  padding-right:24px;
  margin-top:10px;
	/*width: 240px;*/
  min-height:127px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#sidebar_R ul.toplevel {
	color: #E87706;
	list-style-image: url(_images/Bullet_Gradient_Thingey.png);
	margin-left: -40px;
	margin-top: 0px;

}
#sidebar_R ul.normal {
	color: #999;
	font-size: 12px;
	list-style-image: none;
	list-style-type: disc;
	margin-left: -20px;
}

#sidebar_R img {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#sidebar_R img.sidebarLine {
	margin-left: -10px;

}
#sidebar_R img.sidebarLineWhatTheySay {
	margin-left: -10px;
	margin-top: 5px;
}
#sidebar_R h4 {
	font-size: 15px;
	color: #E87706;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sidebar_R h3 {
	font-size: 16px;
	color: #E87706;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sidebar_R p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0px;
	font-size: 12px;
	color: #999;
	text-align: left;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar_R img.backgound {
	padding-top: 20px;
}
#sidebar_R h4 a:link, #sidebar_R h4 a:visited, #sidebar_R h4 a:hover, #sidebar_R h4 a:active {
	color: #E87706;
	text-decoration: none;
}
#sidebar_R h3 a:link, #sidebar_R h3 a:visited, #sidebar_R h3 a:hover, #sidebar_R h3 a:active {
	color: #E87706;
	text-decoration: none;
}
#sidebar_L {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 262px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	/* height: 719px; /* the actual height of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the height */
}
#sidebar_L #sidebar {
	position: relative;
	width: 251px;
  min-height:377px;
	z-index: 1;
}
#sidebar_L .sidebarTopBG {
  background-image: url(_images/L_sidebar_top.png);
}
#sidebarTop {
  background-repeat: no-repeat;
	background-position: 0px 0px;
  width: 100%;
  height: 115px;
  z-index:9;
  position:absolute;
  top:0;
  left:0;
}
#sidebarMiddle {
  position:absolute;
	background-color: #000;
	width: 100%;
	top:9px;
  bottom:12px;
  margin:0;
}
#sidebar_L .sidebarBottomBG {
  background-image: url(_images/L_sidebar_bottom.png);
}
#sidebarBottom {
  background-repeat: no-repeat;
	background-position: 0px 100%;
  position:absolute;
	width: 100%;
	height: 12px;
  bottom:0;
  left:0;
}

#sidebar_L #sidebarText {
	position: relative;
  z-index:10;
	padding-left: 25px;
  padding-bottom:6px;
	padding-top: 20px;
	/*width: 192px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#sidebar_L ul {
	color: #E87706;
	list-style-image: none;
	margin-left: -25px;
	margin-top: 11px;
	list-style-type: none;
}
#sidebar_L ul.subList {
	margin-left: -32px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sidebar_L #testimonialText {
	position: absolute;
	left: 35px;
	top: 10px;
	color: #999;
	width: 192px;
	height: 275px;
}

#sidebar_L img {
	border: none;
  padding: 0;
}
/*#sidebar_products_header {
  background-image: url(_images/products_text.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
  width:87px;
  height:17px;
}*/
#sidebar_L img.sidebarLine {
	margin-left: -10px;
  margin-top: 10px;
}
#sidebar_L h4 {
	font-size: 15px;
	color: #E87706;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#sidebar_L h3 {
	font-size: 18px;
	color: #E87706;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sidebar_L p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0px;
	font-size: 12px;
	color: #999;
	text-align: justify;
	line-height: 20px;
}
#sidebar_L img.backgound {
	padding-top: 20px;
}
#sidebar_L li {
	display: list-item;
	margin: 0px;
	padding: 0px;
}
#sidebar_L #subMenu a:link, #sidebar_L #subMenu a:visited {
	background-image: url(_images/SubMenuButtonWithBullet.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 219px;
	background-position: left bottom;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 31px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -27px;/*margin-left and text-indent position the background properly behind the menu text*/
	text-indent: 32px;
}
#sidebar_L #subMenu a:hover, #sidebar_L #subMenu a:active {
	background-position: left top;
	border: none;
}
#pageContent {
	width: 641px;
	position: relative;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 2px;
	float: left;
} 
#pageContent.long {
	height: 1329px;
}
#pageContent #pageUpper {
	position: relative;
	width: 641px;
	/* height: 660px; */
}
#pageContent #pageUpper.long {
	height: 1260px;
}
#pageContent #pageTop {
  position:absolute;
  top:0;
  left:0;
	background-image: url(_images/WhiteBoxTop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 100%;
}
#pageContent #pageMiddle {
	position:absolute;
  top:13px;
  bottom:13px;
  width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(_images/WhiteBoxMiddle.png);
	background-repeat: repeat-y;
}
#pageContent #pageBottom {
	position:absolute;
  bottom:0;
  left:0;
  background-image: url(_images/WhiteBoxBottom.png);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	width: 100%;
	height: 13px;
}

#pageContent #pageText {
	position: relative;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  padding-bottom:10px;
  min-height:675px;
	/* width: 625px; */
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.reviewerName {
	/*color:#E87706;*/
	font-weight:bold;
}

#tryMenuHeader {
	position: relative;
  background-image: url(_images/PluralEyes_Banner.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  margin-left:5px;
  width:616px;
  height:168px;
}
#pageContent img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: none;
}

#pageContent img.whiteBoxDottedLine {
	margin-left: 22px;
	padding-top: 15px;
}
#pageContent img.reviewerLogo {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pageContent h1 {
	color:#2658A3;
	font-size: 18px;
	margin-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#pageContent h2 {
	color:#E87706;
	font-size: 15px;
	margin-left: 15px;
	width: 586px;
}
#pageContent h3 {
	color:#666;
	font-size: 14px;
	margin-left: 15px;
	width: 586px;
}
#pageContent h2 a:link, #pageContent h2 a:visited, #pageContent h2 a:hover, #pageContent h2 a:active {
	color: #E87706;
	text-decoration: none;
}
#pageContent h1 a:link, #pageContent h1 a:visited, #pageContent h1 a:hover, #pageContent h1 a:active {
	color: #E87706;
	text-decoration: none;
}

h2.page_path {
	color:#000 !important;
	font-size: 15px;
	margin-left: 15px;
	margin-bottom:10px;
}
h2.page_path a:link, h2.page_path a:visited, h2.page_path a:hover, h2.page_path a:active {
	color: #000 !important;
	text-decoration: none;
}

#pageContent p {
	font-size: 12px;
	color: #535353;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 586px;
	line-height: 15px;
	text-align: justify;
}

#pageContent #reviewText p {
	font-size: 1em;
	line-height: 1.2em;
}

#pageContent ul {
	font-size: 12px;
	color: #535353;
	width: 565px;
}
#pageContent ol {
	font-size: 12px;
	color: #535353;
	width: 565px;
}
#pageContent form.emailForm {
	margin-left: 15px;
	font-size: 14px;
	color: #535353;
	
}
#pageContent form.downloadForm {
	margin-left: 0px;
	font-size: 14px;
	color: #535353;
	
}
#pageContent #tryMenu {
	margin: 0px;
	padding: 0px;
	float: none;
	list-style-type: none;
  position: absolute;
  left:10px;
  top:17px;
}
#pageContent #tryMenu li {
	display: list-item;
	margin: 0px;
	padding: 0px;
}
#pageContent #tryMenu a:link, #pageContent #tryMenu a:visited {
	background-image: url(_images/Button_PluralEyes_Ad.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 135px;
	background-position: left bottom;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
#pageContent #tryMenu a:hover, #pageContent #tryMenu a:active {
	background-position: left top;
	border: none;
}
#pageContent #windowsBox
{
	float: left;
	width: 260px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#pageContent #macBox
{
	float: right;
	width: 300px;
	font-size: 12px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#wideContent {
	width: 926px;
	position: relative;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
} 
#wideContent #wideUpper {
	position: relative;
	width: 926px;
}
#wideContent #wideTop {
  position:absolute;
  top:0;
  left:0;
	background-image: url(_images/WhiteBoxTopWide.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 100%;
}
#wideContent #wideMiddle {
	position:absolute;
  top:13px;
  bottom:13px;
  width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(_images/WhiteBoxMiddleWide.png);
	background-repeat: repeat-y;
}
#wideContent #wideBottom {
	position:absolute;
  bottom:0;
  left:0;
	background-image: url(_images/WhiteBoxBottomWide.png);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	width: 100%;
	height: 13px;
}

#wideContent #wideText {
	position: relative;
  padding-left:23px;
/*  padding-right:8px;
*/  padding-top:8px;
	padding-bottom:10px;
	min-height:675px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
#footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F74D5;
	
}
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: absolute;
	top: 45px;
	right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F74D5;
	background-color:transparent;
}
#footer img {
	position: absolute;
	top: 63px;
	right: 0px;
	border: none;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	border: none;
	background-color:transparent;
}


.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;
}
