@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#03213d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height:97px;
	width:940px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
}
#header h1 {
	margin:0;
	padding:5px 0;
	float:left
}
#header p#phoneno {
	float:right;
	margin:0;
	padding:35px 15px 0 0;
}

#navigation {
	height:60px;
	width:1000px;
	margin:0 auto;
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
table#nav {
	width:922px;
	margin:0 auto 0 auto;
	padding:12px 0 0 0;
}
table#nav td.separator {
	display:none;
}
table#nav td a {
	display:block;
	margin:0 5px;
	padding:0 0 0 5px;
	background-image:url(images/bg-nav-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
table#nav td a span {
	display:block;
	text-align:center;
	padding:0 5px 0 0;
	background-image:url(images/bg-nav-off.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:33px;
}
table#nav td.customize-text a {
	background-image:url(images/bg-nav-text-size.gif);
	font-weight:normal;
	color:#000000;
}
table#nav td.customize-text a span {
	background-image:url(images/bg-nav-text-size.gif);
}
table#nav td.customize-text a em {
	font-size:10px;
	font-style:normal;
}
table#nav td a:hover,
table#nav td a:hover span,
table#nav td a.currentnav,
table#nav td a.currentnav span {
	background-image:url(images/bg-nav-on.gif);
	color:#ffffff;
}
#pagewrapper {
	width:922px;
	padding:0 39px;
	margin:0 auto;
}
#homesplash {
	width:892px;
	height:327px;
	margin:15px auto;
	padding:20px 0 0 30px;
	background-image:url(images/bg-home-splash.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#homesplash #slides {
	background-color:#ffffff;
}
#homesplash #slides div {
	width:380px;
}
#homesplash h1 {
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:bold;
}
#homesplash p {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#homesplash p.learnMore {
	display:block;
	font-size:16px;
	font-weight:bold;
}
#homesplash p.learnMore a {
	display:block;
	height:20px;
	float:right;
	color:#09182d;
	text-decoration:none;
	background-image:url(images/arrow-learn-more.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 25px 0 0;
	font-size:14px;
	line-height:20px;
	margin:15px 0 0 0;
}
#homesplash p.splash-image {
	text-align:center;
}
#homesplash p.splash-image img {
	border:none;
}

#buttonsrow {
	width:922px;
	margin:0 auto;
	overflow:hidden;
}
#buttonsrow .button {
	width:215px;
	height:138px;
	background-image:url(images/bg-button-green.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 20px 0 0;
}
#buttonsrow .button.lastbutton {
	margin:0;
}
#buttonsrow .button-red {
	width:215px;
	height:138px;
	background-image:url(images/bg-button-red.png);
	background-repeat:no-repeat;
	float:right;
}
#buttonsrow h2 {
	margin:5px 5px 0 5px;
	padding:0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	height:25px;
	line-height:25px;	
}
#buttonsrow h2 a {
	display:block;
	height:25px;
	color:#ffffff;
	text-decoration:none;
}
#buttonsrow p {
	margin:5px 0;
	text-align:center;
}
#buttonsrow p.readmore a {
	display:block;
	float:right;
	color:#09182d;
	text-decoration:none;
	height:20px;
	line-height: 20px;
	background-image:url(images/arrow-learn-more.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 25px 0 0;
	margin:5px 20px 0 0;
	
	/* FONT */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#contentwrapper {
	width:922px;
	padding:0;
	margin:10px 0 0 0;
	overflow:hidden;
}
#sub-panel {
	width:185px;
	float:left;
	padding:0 0 20px 0;
}
#subnav-wrapper {
	width:182px;
}
#subnav-wrapper h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	height:41px;
	line-height:41px;
	padding:0 10px;
	margin:0;
	background-image:url(images/bg-subnav-top.gif);
}
#sub-panel h1 a {
	color:#ffffff;
	text-decoration:none;
}
ul#subnav {
	margin:0;
	padding:0 20px 20px 10px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-image:url(images/bg-subnav-bottom.gif);
	background-position:bottom;
}
ul#subnav li {
	display:block;
	border-bottom:1px dotted #56aa2b;
}
ul#subnav a {
	display:block;
	padding:15px 0;
	color:#1c1c1c;
	text-decoration:none;
}
ul#subnav a:hover,
ul#subnav a.currentnav {
	color:#13243c;
}
ul#subnav li ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
}
ul#subnav li ul li {
	border-bottom:none;
}
ul#subnav li ul li a {
	padding:5px 0;
}

#sub-panel .button-red {
	width:185px;
	height:138px;
	margin:20px 0 0 0;
	background-image:url(images/bg-button-red.png);
	background-repeat:no-repeat;
}
#sub-panel .button-red h2 {
	margin:5px 5px 0 5px;
	padding:0 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	height:25px;
	line-height:25px;	
}
#sub-panel .button-red h2 a {
	display:block;
	height:25px;
	color:#ffffff;
	text-decoration:none;
}
#sub-panel .button-red p {
	margin:5px 0;
	text-align:center;
}
#sub-panel .button-red p.readmore a {
	display:block;
	float:right;
	color:#09182d;
	text-decoration:none;
	height:20px;
	line-height: 20px;
	background-image:url(images/arrow-learn-more.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 25px 0 0;
	margin:5px 20px 0 0;
	
	/* FONT */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#sub-panel .button {
	width:182px;
	height:138px;
	background-image:url(images/bg-button-green-small.gif);
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:0;
}
#sub-panel .button h2 {
	display:block;
	height:30px;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	white-space:nowrap;
	padding:0 0 0 15px;
	margin:0 0 0 0;
}
#sub-panel .button h2 a {
	text-decoration:none;
	color:#ffffff;
}
#sub-panel .button p {
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
}
#sub-panel .button p.readmore a {
	display:block;
	float:right;
	color:#09182d;
	text-decoration:none;
	height:20px;
	line-height: 20px;
	background-image:url(images/arrow-learn-more.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 25px 0 0;
	margin:5px 20px 0 0;
	
	/* FONT */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#contentblock {
	width:725px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:0 0 10px 0;
}
#splash-about { width: 725px; height: 195px; background-image:url(images/splash-about.jpg); margin:0 0 10px 0;}
#splash-information { width: 725px; height: 195px; background-image:url(images/splash-information.jpg); margin:0 0 10px 0;}
#splash-contact-us { width: 725px; height: 195px; background-image:url(images/splash-contact-us.jpg); margin:0 0 10px 0;}
#splash-products { width: 725px; height: 195px; background-image:url(images/splash-products.jpg); margin:0 0 10px 0;}
#splash-transferable { width: 725px; height: 195px; background-image:url(images/page-transferable.jpg); margin:0 0 10px 0;}
#splash-portable { width: 725px; height: 195px; background-image:url(images/page-portable.jpg); margin:0 0 10px 0;}
#splash-desktop { width: 725px; height: 195px; background-image:url(images/page-desktop.jpg); margin:0 0 10px 0;}
#splash-acrobat { width: 725px; height: 195px; background-image:url(images/page-acrobat.jpg); margin:0 0 10px 0;}
#splash-flipper { width: 725px; height: 195px; background-image:url(images/page-flipper.jpg); margin:0 0 10px 0;}
#splash-max { width: 725px; height: 195px; background-image:url(images/page-max.jpg); margin:0 0 10px 0;}
#splash-pebble { width: 725px; height: 195px; background-image:url(images/page-pebble.jpg); margin:0 0 10px 0;}
#splash-amigo { width: 725px; height: 195px; background-image:url(images/page-amigo.jpg); margin:0 0 10px 0;}
#splash-nemo { width: 725px; height: 195px; background-image:url(images/page-nemo.jpg); margin:0 0 10px 0;}
#splash-head-worn { width: 725px; height: 195px; background-image:url(images/page-jordy.jpg); margin:0 0 10px 0;}
#splash-accessories { width: 725px; height: 195px; background-image:url(images/page-accessories.jpg); margin:0 0 10px 0;}


#content-outer {
	width:725px;
	margin:0;
	background-image:url(images/bg-content.gif);
}
#content-inner {
	width:725px;
	margin:0;
	padding:10px 0 0 0;
	background-image:url(images/bg-content-outer.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#content {
	width:685px;
	background-image:url(images/bg-content-inner.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding:0 20px 50px 20px;
	height:auto;
	overflow:hidden;
}
#content h1 {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#264168;
	margin:10px 0 10px 0;
}
#content h1 em {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	display:block;
	color:#63a331;
}
#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#264168;
	margin:10px 0 10px 0;
}
#interactivemap  h2 strong {
	color:#63a331;
	font-size:16px;
}

#content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#264168;
	margin:10px 0 10px 0;
}
#content p {
	margin: 10px 0;
}
#content p.footnote {
	color:#666666;
	font-size:11px;
	padding:10px 0 0 0;
	border-top:1px dotted #999999;
	margin:20px 0 0 0;
}

#content p a,
#content ul a {
	color:#63a331;
}
#content table {
	overflow:visible;
	margin:0;
	padding:0;
}
#content a.pdf-button {
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:20px;
	line-height:20px;
	width:68px;
	padding:0 10px 0 40px;
	text-align:center;
	background-image:url(images/pdf-button-off.gif);
	font-size:12px;
	line-height:20px;
	margin:20px 0;
}
#content a.pdf-button:hover {
	background-image:url(images/pdf-button-on.gif);
}
#content a.greentext {
	color:#63a331;
	font-size:16px;
	font-weight:bold;
}
ul.resources {
	margin:0;
	padding:0;
	list-style:none;
}
ul.resources li {
	padding:10px 0;
}
ul.resources a {
	font-weight:bold;
}

img.rightimage {
	float:right;
	padding:10px 0 10px 15px;
}

table.imagestable {
	margin:10px auto 10px auto;
}
table.imagestable td {
	width:262px;
	vertical-align:top;
	padding:10px;
	text-align:center;
}
table.imagestable td ul {
	list-style:none;
	margin:0;
	padding:0;
}
table.imagestable td a {
	text-decoration:none;
}
table.imagestable td a img{
	border:none;
}

p.right-image {
	float:right;
	clear:right;
	padding:0 0 10px 15px;
	margin:0;
	text-align:center;
	width:265px;
}
p.left-image {
	float:left;
	padding:0 15px 10px 0;
	margin:0;
	text-align:center;
}
p.right-image img,
p.left-image img {
	/* border:1px solid #000000; */
}
.clearboth {
	clear:both;
}

#interactivemap {
	position:relative;
	width:685px;
	height:auto !important;
	height:490px;
	min-height:490px;
	background-image:url(images/bg-us-map.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#interactivemap #interactive-text {
	width:260px;
}
#interactivemap #mapimage {
	position:absolute;
	top:70px;
	right:0;
	margin:0;
	padding:0;
	z-index:1;
}
#interactivemap .mapregion {
	width:270px;
	padding:20px;
	border:1px solid #13243c;
	z-index:10;
	position:absolute;
	top:170px;
	left:130px;
	background-color:#ffffff;
	font-size:11px;
	display:none;
	line-height:13px;
}
#interactivemap .mapregion h1 {
	font-size:14px;
	line-height:15px;
	margin:0;
	padding:0 0 10px 0;
}
#interactivemap .mapregion h2 {
	font-size:12px;
	margin:0;
	padding:0 0 0 0;
}
#interactivemap .mapregion h3 {
	font-size:11px;
	margin:0;
	padding:0;
}
#interactivemap .mapregion p {
	margin:0;
	padding:0;
}
#interactivemap .mapregion p.left-image {
	padding:0 10px 10px 0;
}
#interactivemap .mapregion .contact-info {
	float:right;
	width:200px;
}
#puerto-rico-map {
	position:relative;
	z-index:2;
	margin:20px 0 0 0;
}
table.product-cat {
	width:685px;
}
table.product-cat td {
	border-bottom:1px dotted #56aa2b;
}
table.product-cat td.cat-image {
	width:265px;
}
table.product-cat td img {
	border:none;
}
table.product-cat td.button a {
	display:block;
	width:425px;
	height:105px;
	padding:20px 0 0 0;
	background-image:url(images/bg-product-button.gif);
	font-size:35px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
table.product-cat td.button a em {
	display:block;
	font-size:25px;
	font-style:normal;
	padding:0 10px;
}
table.product-cat td.button a em.smaller {
	font-size:16px;
	margin:10px 0 0 0;
	line-height:20px;
}
table.product-cat td.button a:hover {
	background-image:url(images/bg-product-button-on.gif);
}
#content .productlist {
	width:685;
	overflow:hidden;
	margin:10px 0 15px 0;
}
#content .productlist .productdesc {
	width:500px;
	float:right;
}	
#content .productlist p.productimage {
	margin:0;
	padding:0;
	float:left;
}
#footer {
	clear:both;
	margin:20px auto 0 auto;
	padding:20px 44px 10px 44px;
	width:912px;
	overflow:hidden;
	background-image:url(images/bg-footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
#footer p#copyright {
	float:left;
	margin:0;
	padding:0;
}

#footer p#enhancedVision {
	float:right;
	margin:-15px 0;
	padding:0;
}
#footer p#enhancedVision img {
	border:none;
}


