@charset "UTF-8";
body {
	font: 16px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/page-background.png) no-repeat center 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-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 836px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 17px 0px 4px 0px;
	padding: 0;
	height: 119px;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	height: 119px;
	width: 246px;
	background-image: url(../images/nstyle-logo.png);
	display: block;
	margin: 0px auto;
}

.oneColFixCtrHdr #header h1 a {
	display: block;
	text-indent: -9999px;
	height: 119px;
	width: 246px;
}
.oneColFixCtrHdr #mainContent {
	border: 1px solid #999;
	width: 834px;
	background-color: #FFF;
}

.oneColFixCtrHdr #mainContent ul#mainMenu {
}

.oneColFixCtrHdr #mainContent ul#mainMenu li {
	display: block;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px solid #CCC;
	padding-left: 15px;
	font-size: .6em;
}

.oneColFixCtrHdr #mainContent ul#mainMenu li.currentPage {
	background: #CCCCCC url(../images/menu-bg.png) repeat top left;
}

.oneColFixCtrHdr #mainContent ul#mainMenu li a {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 27px;
}

#topFrontPic {
	background-image:url(../images/top-front.png);
	width: 662px;
	height: 403px;
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	border: 1px solid #9A9A9A;
	margin-bottom: 15px;
}

#topInsidePicWrapper {
	background-image:url(../images/top-inside-pic-back.jpg);
	width: 662px;
	height: 181px;
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	border: 1px solid #9A9A9A;
	margin-bottom: 15px;
}

#topInsidePic {
	width: 612px;
	height: 130px;
	margin: 25px 0px 0px 25px;
	background: url(../images/top-graphic-default.jpg) no-repeat top left;
}

#bottomContentBottom {
	background: url(../images/main-bottom.png) no-repeat top left;
	width: 100%;
	height: 30px;
	clear: both;
}

#bottomContentTop {
	background: url(../images/main-top.png) no-repeat top left;
	width: 100%;
	height: 20px;
	clear: both;
}

#bottomContent {
	background: url(../images/main-middle.png) repeat-y top left;
	padding: 10px 0px 0px 0px;
	font-size: .8em;
	line-height: 2em;
}

#contentLeftCol {
	float: left;
	width: 521px;
	margin-left: 33px;
}

#contentLeftCol h1 {
	background: url(../images/heading-page.png) no-repeat top left;
	padding-left: 57px;
	line-height: 63px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 5px;
}

#contentLeftCol h2, #contentLeftCol h3, #contentLeftCol h4, #contentLeftCol h5, #contentLeftCol h6, #contentLeftCol p, #contentLeftCol table, #contentLeftCol ul, #contentLeftCol li {
	width: 90%;
	margin: 0px auto;
}

#contentLeftCol h2, #contentLeftCol h3, #contentLeftCol h4, #contentLeftCol h5, #contentLeftCol h6 {
	color: #000;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #B5DDE4;
	padding: 5px 0;
	margin-bottom: 5px;
	font-variant: small-caps;
}

#contentLeftCol h2 span.ThisIsAnI {
	text-transform: lowercase;
}

#contentLeftCol p {
	padding-bottom: 1em;
}

#contentLeftCol a {
	color: #378990;
	text-decoration: underline;
}

#contentLeftCol li {
	background: url(../images/bullet.png) no-repeat 5px 10px;
	padding-left: 20px;
	margin-left: 50px;
}

#contentRightCol {
	float: right;
	width: 173px;
	margin-right: 38px;
}
.oneColFixCtrHdr #footer {
	clear:both;
	height: 107px;
	width: 836px;
	background: url(../images/footer-back.png) no-repeat top left;
	text-align: center;
	font-size: .6em;
	color: #666;
	padding-top: 32px;
}
#footer p {
	padding: 8px 0px;
}

#footer a {
	color: #378990;
	text-decoration: underline;
}

ul#brandList {
	text-indent: -9999px;
	height: 252px;
	width: 147px;
	float: left;
	background: url(../images/brands.jpg) no-repeat 13px 6px;
}

ul#brandListSide {
	text-indent: -9999px;
	height: 183px;
	width: 147px;
	float: left;
	background: url(../images/brands.jpg) no-repeat 13px -40px;
	margin: 20px 5px;
}

.clear {
	clear: both;
	height: 0;
}

p#topDollar a {
	display: block;
	border: 1px solid #CCC;
	width: 171px;
	height: 176px;
	background: url(../images/topdollars.png) no-repeat top left;
	text-indent: -9999px;
}

.imgRight {
	float: right;
	margin: 0 10px 10px 10px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 10px;
}

form#contactForm p {
	color: #333;
	line-height: 1.3em;
	widows: 417px;
}

form#contactForm p.skinnyFormParagraph {
	display: block;
	float: left;
	width: 215px;
	padding-left: 5%;
}

form#contactForm p.skinnyFormParagraph input {
	background-color: #B5DDE4;
	border: 1px solid #999;
	width: 176px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

form#contactForm p.wideFormParagraph input, form#contactForm p.wideFormParagraph textarea {
	background-color: #B5DDE4;
	border: 1px solid #999;
	width: 417px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

form#contactForm p.buttonFormParagraph {
	text-align: right;
	width: 390px;
}

#contentLeftCol p.Thumb {
	float: left;
	width: 75px;
	height: 75px;
	margin: 14px;
	padding: 0;
}

#contentLeftCol p.Thumb img {
	border: 1px solid #666;
	
}