/* NEW EDITS - Shane Parker */

/* house keeping */

* {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
}

/* tags */

p {
	color: #747474;
}

.sup2 {
	position:relative;
	bottom:.08em;
	vertical-align:text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



h3 a, h3 a:active, h3 a:visited {
	color: #747474;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

h3 a:hover {
	color: #3C3C3C;
}

h4 {
	text-align: center;
}

.horLine {
	height: 1px;
	float: right;
	width: 767px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

ul.nlist
{
	margin-left: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	-webkit-text-size-adjust: 100%;
}

/* jQuery Stuff */

#bannerEarphones {
	width:768px;
	height:206px;
	background-image: url(/earphones/images/fl002.jpg);
}

#bannerEarphonesFade {
	display:none;
	width:768px;
	height:206px;
	background-image: url(/earphones/images/fl002_fade.jpg);	
}

#bannerHeadsets {
	width:768px;
	height:210px;
	background-image: url(/headsets/images/fl002.jpg);
}

#bannerHeadsetsFade {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/headsets/images/fl002_fade.jpg);	
}

#bannerHeadsets2 {
	width:768px;
	height:210px;
	background-image: url(/headsets/images/fl003.jpg);
}

#bannerHeadsetsFade2 {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/headsets/images/fl003_fade.jpg);	
}

#bannerCases {
	width:768px;
	height:210px;
	background-image: url(/cases/images/fl002.jpg);
}

#bannerCasesFade {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/cases/images/fl002_fade.jpg);	
}

#bannerTransmitters {
	width:768px;
	height:210px;
	background-image: url(/transmitters/images/fl002.jpg);
}

#bannerTransmittersFade {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/transmitters/images/fl002_fade.jpg);	
}

#bannerChargers {
	width:768px;
	height:210px;
	background-image: url(/chargers/images/fl002.jpg);
}

#bannerChargersFade {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/chargers/images/fl002_fade.jpg);	
}

#bannerCables {
	width:768px;
	height:210px;
	background-image: url(/cables/images/fl002.jpg);
}

#bannerCablesFade {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/cables/images/fl002_fade.jpg);	
}

#bannerSansa {
	width:768px;
	height:210px;
	background-image: url(/sansa/images/fl002.jpg);
}

#bannerSansaFade {
	display:none;
	width:768px;
	height:210px;
	background-image: url(/sansa/images/fl002_fade.jpg);	
}

/* Form Stuff */

.cssform .pform{
width: 550px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform #ext[type="text"] {
width: 80px;
}

.cssform #date1[type="text"], #date2[type="text"], #date3[type="text"] {
width: 40px;
}

.cssform select[type="select"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform option[type="option"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

/* maintenance */
#maintenance {
	width: 300px;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html .threepxfix{
margin-left: 3px;
}

.required {
	color:#F00;
}


/* main structure */

#mainContainer {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #242424;
}

/* sections */

#mainHeader {
	height: 59px;
	width: 960px;
}

.FL01 {
	float: left;
	height: 52px;
	width:205px;
	padding-top: 7px;
	padding-left: 5px;
}

.FL02 {
	float: right;
	height: 34px;
	width:743px;
	padding-top: 25px;
	padding-right: 7px;
	}
	
	.FL03 {
	float: left;
	width: 190px;
}

.FL04 {
	float: right;
	width: 770px;
	min-height:100px;
	height: auto;
	}

/* nav01 */

.navContainer01 {
	height: 26px;
	float: right;
	width: auto;
	}
	
.round-a-gray{
background:url(/imagesV2/nav01/cornerL.gif) left no-repeat;
text-align:center;
height:26px;
}
.round-a-gray div{
	background:url(/imagesV2/nav01/cornerR.gif) right bottom no-repeat;
	height: 26px;
	padding-right: 20px;
	padding-left: 20px;
}

.nav01 ul
{
	list-style-type: none;
	float: left;
	height: 26px;
	width: auto;
	color: #fff;
	background: url(/imagesV2/nav01/mid.gif);
	background-repeat: repeat-x;
}

.nav01 ul li { display: inline; }

.nav01 ul li  a
{
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	text-decoration: none;
	padding-top: 2px;
}

.nav01 ul li a:hover
{
	color: #646464;
}

/* end nav01 */


/* main content area */

ul.nav02 li a:hover {
	background: none;
}

.nav02 {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	background: #fff;
	font-size: 100%;
}

.nav02 li {
	padding: 0;
	margin: 0;
	height: 42px;
	list-style: none;
	background-repeat: no-repeat;
}

.nav02 li a, .nav02 li a:visited {
	display: block;
	text-decoration: none;
	height: 42px;
	background-repeat: no-repeat;
}



.nav02 .earphones a:hover {
	background-image: url(/imagesV2/nav02/mainMenu01_current.gif);
	}
	
.nav02 .earphones a {
	background-image: url(/imagesV2/nav02/mainMenu01_current.gif);
	}
	
.nav02 .earphones2 {
	background-image: url(/imagesV2/nav02/mainMenu01_over.gif);
}

.nav02 .earphones2 a {
	background-image: url(/imagesV2/nav02/mainMenu01.gif);
}

.nav02 .headsets a:hover {
	background-image: url(/imagesV2/nav02/mainMenu02_current.gif);
	}

.nav02 .headsets a {
	background-image: url(/imagesV2/nav02/mainMenu02_current.gif);
	}

.nav02 .headsets2 {
	background-image: url(/imagesV2/nav02/mainMenu02_over.gif);
}

.nav02 .headsets2 a {
	background-image: url(/imagesV2/nav02/mainMenu02.gif);
}


.nav02 .cases a:hover {
	background-image: url(/imagesV2/nav02/mainMenu03_current.gif);
	}

.nav02 .cases a {
	background-image: url(/imagesV2/nav02/mainMenu03_current.gif);
	}

.nav02 .cases2 {
	background-image: url(/imagesV2/nav02/mainMenu03_over.gif);
}

.nav02 .cases2 a {
	background-image: url(/imagesV2/nav02/mainMenu03.gif);
}


.nav02 .transmitters a:hover {
	background-image: url(/imagesV2/nav02/mainMenu04_current.gif);
	}

.nav02 .transmitters a {
	background-image: url(/imagesV2/nav02/mainMenu04_current.gif);
	}

.nav02 .transmitters2 {
	background-image: url(/imagesV2/nav02/mainMenu04_over.gif);
}

.nav02 .transmitters2 a {
	background-image: url(/imagesV2/nav02/mainMenu04.gif);
}


.nav02 .chargers a:hover {
	background-image: url(/imagesV2/nav02/mainMenu05_current.gif);
	}

.nav02 .chargers a {
	background-image: url(/imagesV2/nav02/mainMenu05_current.gif);
	}

.nav02 .chargers2 {
	background-image: url(/imagesV2/nav02/mainMenu05_over.gif);
}

.nav02 .chargers2 a {
	background-image: url(/imagesV2/nav02/mainMenu05.gif);
}


.nav02 .cables a:hover {
	background-image: url(/imagesV2/nav02/mainMenu06_current.gif);
	}

.nav02 .cables a {
	background-image: url(/imagesV2/nav02/mainMenu06_current.gif);
	}

.nav02 .cables2 {
	background-image: url(/imagesV2/nav02/mainMenu06_over.gif);
}

.nav02 .cables2 a {
	background-image: url(/imagesV2/nav02/mainMenu06.gif);
}


.nav02 .iphone a:hover {
	background-image: url(/imagesV2/nav02/mainMenu07_current.gif);
	}

.nav02 .iphone a {
	background-image: url(/imagesV2/nav02/mainMenu07_current.gif);
	}

.nav02 .iphone2 {
	background-image: url(/imagesV2/nav02/mainMenu07_over.gif);
}

.nav02 .iphone2 a {
	background-image: url(/imagesV2/nav02/mainMenu07.gif);
}

.nav02 .ipod a:hover {
	background-image: url(/imagesV2/nav02/mainMenu08_current.gif);
	}

.nav02 .ipod a {
	background-image: url(/imagesV2/nav02/mainMenu08_current.gif);
	}

.nav02 .ipod2 {
	background-image: url(/imagesV2/nav02/mainMenu08_over.gif);
}

.nav02 .ipod2 a {
	background-image: url(/imagesV2/nav02/mainMenu08.gif);
}

.nav02 .sansa a:hover {
	background-image: url(/imagesV2/nav02/mainMenu09_current.gif);
	}
	
.nav02 .sansa a {
	background-image: url(/imagesV2/nav02/mainMenu09_current.gif);
	}

.nav02 .sansa2 {
	background-image: url(/imagesV2/nav02/mainMenu09_over.gif);
}

.nav02 .sansa2 a {
	background-image: url(/imagesV2/nav02/mainMenu09.gif);
}


.nav03 {
	clear: both;
	text-align: right;
	width: 750px;
	padding-right: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
	-webkit-text-size-adjust: 100%;
}

.nav03 ul {
	margin: 0;
	padding: 0;
}

.nav03 ul li {
	display: inline;
	margin-left: 10px;
}

.nav03 ul li a {
	font-size:11px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	white-space: nowrap;
}

.nav03 ul li a:visited {
	font-size:11px;
}

.nav03 ul li a:hover, .nav03 ul li .current {
	font-size:11px;
	text-decoration: none;
}

.nav04 {
	text-align: right;
	width: 750px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
}

.nav04 ul {
	margin: 0;
	padding: 0;
}

.nav04 ul li {
	display: inline;
	
}

.nav04 ul li a {
	font-size:12px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	white-space: nowrap;
}

.nav04 ul li a:visited {
	font-size:12px;
}

.nav04 ul li a:hover, .nav04 ul li .current {
	font-size:12px;
}


/* main footer */

#mainFooterL {
	float: left;
	width: 185px; /* 185 */
	margin-top: 0px;
	padding-left: 10px;
}

#mainFooterR {
	float: right;
	width: 755px; /* 775 */
	margin-top: 0px;
	padding-right: 0px;
}

#frontpageFooterL {
	float: left;
	width: 450px; /* 185 */
	margin-top: 14px;
	margin-left: 6px;
	padding-left: 0px;

}

#frontpageFooterL a:link {
	color: #747474;
}

#frontpageFooterL a:visited {
	color: #747474;
}

#frontpageFooterL a:hover{
	color: #0066FF;
}

#frontpageFooterL a:active {
	color: #747474;
}


#frontpageFooterR {
	float: right;
	width: 400px; /* 775 */
	margin-top: 0px;
	margin-right: 5px;
}

#frontpageFooterTable {
	width: 400px;
	height: 40px;
	text-align: right;
	vertical-align: top;
	margin-top: 20px;

}

/* classes */

/* previous */
.prodtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #666666;
	line-height: 110%;
	padding-top: 15px;
	padding-bottom: 0px;
}

.paraheadprod {
	font-weight: bold;
	color: #565656;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-right-color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

/* endPrevious */

.menuAddOn {
	}

.fl001 {
	height: 300px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}

.fl002 {
	height:auto;
	width:auto;
	margin-left: 3px;
}

.fl003 {
	height:auto;
	width:auto;
	margin-left: 2px;
}

.c {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.c960 {
	width: 960px;
	margin:0px;
	padding:0px;
}

.mar001 {
	padding-top: 20px;
}

.bold {
	font-weight: bold;
}

.bold001 {
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.padInside {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.pad10 {
	padding-top: 10px;
}

.pad20 {
	padding: 10px;
	margin-bottom: 10px;
}

.pad20 a:link {
	color: #0099FF;
}

.pad20 a:visited {
	color: #0099FF;
}

.pad20 a:hover {
        color: #0066FF;
}



.v20 {
	margin-bottom: 15px;
}

.nwrap {
	white-space: nowrap;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}

/* End hide from IE Mac */

.cntr {
	display:block;
	margin-right: auto;
	margin-left: auto;
}

.cPad {
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.d001 {
	background-image: url(/imagesV2/001.gif);
	height: 26px;
	width: 960px;
}

.translator {
	color: #242424;
	font-size: 11px;
	float: right;
	height: 26px;
	padding-top: 1px;
	padding-right: 0px;
}

.translatorT {
	color: #242424;
	font-size: 11px;
	float: right;
	height: 24px;
	padding-top: 0px;
	padding-right: 2px;
}

.translator .translatorT select {
	width: 150px;
	color: #242424;
}



.copyright {
	width: 770px;
	padding-right: 0px;
	color: #747474;
	font-size: 11px;
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.copyrightFrontPage {
	width: 400px;
	height: 25px;
	padding-right: 0px;
	color: #747474;
	font-size: 11px;
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 4px;
	margin-left: auto;
}



/* tables */

table tr td {
	border-collapse:collapse;
	border:0;
	border-width:0px;
	font-size: 12px;
	color: #747474;
}

table.m001 {
	width: 764px;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}

table.m001 td {
	vertical-align: top;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #fff;
}

.introT {
	width:148px;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

.cella {
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	}


.cellrb {
	width: 25%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-top-width: 0px;
	border-left-width: 0px;
}

.celltrb {
	width: 25%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-left-width: 0px;
	border-top-color: #ccc;
}

.cellt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

.celltb {
	vertical-align:top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}

.cellb {
	width: 25%;
	height: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.cellbNews {
	height: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.cellbMin {
	vertical-align: top;
	height:370px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.cellb_title {
	vertical-align: top;
	color: #999999;
	font: bold;
	padding-top: 20px;
	
}

.cellr {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ccc;
}

.cellrl {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-color: #ccc;
}


table.m002 {
	vertical-align: top;
	width: 720px;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 0px;
	
}

table.m002 td {
	vertical-align: top;
	height:30px;
	margin: 0px;
	background-color: #fff;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
}

table.m003 {
	width: 764px;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
	
table.m003 td {
	width: 25%;
	vertical-align: top;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #fff;
}

table.m004 {
	width: 764px;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
	
table.m004 td {
	width: 50%;
	vertical-align: top;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #fff;
}

table.m005 {
	
	border-collapse:collapse;
	padding: 0px;
	}

.m005 td {
	border-collapse:collapse;
	margin: 0px;
	padding:0px;
	background-color: #fff;
	text-align: center;
}
	
table.m006 {
	width:764px;
	border-collapse:collapse;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

td.m006 {

	border-collapse:collapse;
	margin: 0px;
	padding:0px;
	background-color: #fff;
}

.cellt006 {
		width: 50%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

.celltb006 {
	width: 50%;
	vertical-align:top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

table.m010 {
	width: 764px;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
	
table.m010 td {
	vertical-align: top;
	margin: 0;
	background-color: #fff;
}

table.footerTop {
	float: right;
	vertical-align: top;
	text-align: right;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-right: 0px;

}

table.footerTop td.four{
	width: 170px;
	border-style: solid;
	border-width: 0px;
	vertical-align: top;
}

table.footerTop td.three{
	width: 12px;
	border-style: solid;
	border-width: 0px;
}

table.footerTop td.one, td.two{
	width: 115px;
	border-style: solid;
	border-width: 0px;
	vertical-align: top;
}

/* intro product cat table */

.introCellr {
	width: 158px;
	height: 163px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

.introCellrl {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-color: #ccc;
	width: 156px;
	height: 125px;
	text-align: center;
}

.date01 {
	color: #747474;
}

/* links */

a:link {
	color: #0099FF;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #0066FF;
}

a.gray, a.gray:visited, a.gray:active {
	color: #747474;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

a.gray:hover {
	color: #636363;
	text-decoration: none;
}

a.smallLink, a.smallLink:visited, a.smallLink:active {
	color: #747474;
	font-size: 13px;
	text-decoration:none;
}

a.smallLink:hover {
	color: #636363;
	text-decoration: none;
}

a.botNav01, a.botNav01:visited, a.botNav01:active, a.botNav01:visited:hover {
	color: #747474;
	font-size: 13px;
	text-decoration:none;
}

a.botNav01:hover {
	color: #444;
	text-decoration: none;
}

a.botNav02, a.botNav02:visited, a.botNav02:active {
	color: #787962;
	font-size: 13px;
	text-decoration:none;
}

a.botNav02:hover {
	color: #545545;
	text-decoration: none;
}

a.botNav03, a:visited.botNav03, a:active.botNav03, a:visited:hover.botNav03, a:link.botNav03{
	color: #747474;
	font-size: 11px;
	text-decoration:none;
}

/* END NEW EDITS */

/*Closer Look Images, to show individual features*/
.closerlook {
	width: 770px;
	margin-top: 20px;
}

.closerlook td {
	vertical-align: top;
	float: left;
}

.closerlook img {
margin-left: 0px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow:0 0 5px #888;
box-shadow: 0 0 5px #888;
margin-top: 20px;
}

.closerlook p {
width: 220px;
}

#rightcloser {
  float: right;
}

#middlecloser {
 padding-left:54px;
}

/*Nav Bar*/

.top ul {
	display: inline;
	list-style-type: none;
	}

.top li {
	display: inline;
	list-style-type: none;
	margin-left: 18px;
}

.top li  a{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #747474;
}
#lasttopnav a {
margin-right: 5px;
}

.top a:link {
	color: #747474;
}

.top  a:hover {
	color: #a1a1a1;
}

.top a:visited:hover {
	color: #a1a1a1;
}

.top a:visited {
	color: #747474;
}






	

