@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e7e7e5;
	background-image: url(../images/lighthouse-background.gif);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81.25%; /* sets 1em = 13px */
	color: #000;
}


	
div,dl,dt,dd,h1,h2,h4,h5,h6,pre,form,th,td,html,label,table,tr,image,img {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
th {
	font-size: 0.9em;
	}
	
td, th {
	padding: 0.5em 1em;
}
	
thead {
	border-bottom: 2px solid #3b412d;
}

tbody tr {
	border-bottom: 1px solid #bcbcbc;
}

body.oldsys tbody tr, table.list-price tr {
	border-bottom: none;
}

img,a img,:link img,:visited img {
	border: 0;
	}
	
fieldset {
	border: 1px solid #575757;
	padding: 20px;
	}
	
ul {
	}
	
p, li {
	font-size: 1em;
	line-height: 1.538em;
	}
	
#content p, #content li {
	font-size: 1em;
	line-height: 1.85em;
	letter-spacing: 0.075em;
	}
	
p {
	margin-top: 0.5em;
}

li {
	color: #3b412d;
}

hr {
	border: none 0;
	border-top: 1px solid #d8d8d8;
	height: 1px;
	margin: 1em 0;
	clear: both;
	}

h1 {
	font-size: 2em;
	color: #000;
	font-weight: normal;
	letter-spacing: .12em;
	}
	
h1.home {
	font-size: 2.6em;
}
	
h2 {
	font-size: 1.75em;
	color: #3b412d;
	font-weight: normal;
	}
	
#main-content h2 {
	line-height: 1em;
	margin-top: 1.5em;
}

body.home div#main-content h2 {
	margin-top: 0;
}
	
h3 {
	font-size: 1.5em;
	color: #3b412d;
	font-weight: normal;
	line-height: 1.2em;
	}
	
h4 {
	font-size: 1em;
	margin-top: 1em;
	}
	
a {
	color: #3b412d;
	}
	
/****** Layout ******/

#container {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	width: 497px;
	float: left;
}

#utility {
	width: auto;
	float: right;
	margin: 9px 27px 0 0;
}

#primary {
	background-image: url(../images/primary-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 35px;
}

#secondary {
}

#secondary-menu {
	width: auto;
	height: 23px;
	float: left;
	padding-left: 10px;
}

#searchWrapper {
	width: 250px;
	height: 37px;
	margin: 12px 27px 0 0;
	background-image: url(../images/search-form-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #c6c8cc;
	float: right;
}

#header {
	width: 1000px;
	height: 105px;
	background-color: #fff;
}

#page {
	background-color: #fff;
	width: 988px;
	padding: 6px;
}

#content {
	width: 900px;
	padding: 15px 0 10px;
	margin: 0 auto;
}

body.home div#content {
	padding: 55px 0 10px;
}

body.sidebar div#main-content {
	width: 630px;
	float: left;
}

body.home div#main-content {
	width: 520px;
	float: left;
}

#breadcrumbs {
}

body.detail div#breadcrumbs {
	display: none;
}

#oldsys {
}

#oldsys td, #oldsys th {
	padding: 0.5em;
}

body.sidebar #sidebar {
	width: 224px;
	float: right;
}

body.home #sidebar {
	width: 324px;
	float: right;
}

#sidemenu {
	border-left: 1px solid #C6C8CC;
}

#sidemenu h4 {
	text-transform: uppercase;
	padding-left: 2em;
}

#feature-of-week {
	width: 310px;
	padding: 6px;
	margin: 8px 0 40px 0;
	background-image: url(../images/feature-box-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #c7c9cd;
}

#feature-of-week img {
	width: 115px;
	height: 115px;
	float: left;
}

#feature-of-week td {
	padding: 0;
}

#feature-of-week tr {
	border-bottom: none;
}

#feature-of-week-details, .feature-pop-right {
	width: 179px;
	float: right;
	margin: 5px 0 0 10px;
}

#feature-of-week-details img {
	width: auto;
	height: auto;
}

#hatteras-difference,
#headlines {
	width: 324px;
	margin: 8px 0 40px 0;
}

.newsletter-signup {
	overflow:hidden;
	padding: 3px 3px 8px 3px;
	margin: 0 0 45px 0;
}

.newsletter-signup:hover {
	box-shadow: 0 0 2px 2px #e5e5e5;
}


.newsletter-signup div img {
	float:left;
	padding:0 2px 0 0;
}

#newsletter-info {
	font-size: 0.92em;
	line-height: 1.3em !important;
	letter-spacing: 0 !important;
	text-align: justify;
}

.email-wrapper {
	float:right;
	width:230px;
	height: 40px;
	background: #D2302D url(../images/primary-bg.jpg) bottom repeat-x;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.email-wrapper form input:nth-child(1) {
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:26px;
	height:26px;
	margin: 6px 0 0 5px;
	width: 180px;
	padding: 0 0 0 3px;
}

.email-wrapper form input:nth-child(2) {
	width:30px;
	border-left:1px solid #741b19;
	border-top:0;
	border-right:0;
	border-bottom:0;
	background: url(../images/newsletter-submit.png) no-repeat center center;
	float: right;
	height:40px;
	margin:0;
	padding:0;
	cursor:pointer;
	box-shadow:-1px 0 0 0 #e09d9b;v
}

#footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #c6c8cc;
	clear: both;
}

#footer-inner {
	background-image: url(../images/hatteras-hammocks-footer-logo.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 63px;
	padding: 8px 0 8px 39px;
}

#copyright {
	height: 46px;
	width: auto;
	padding: 17px 30px 0 0;
	float: left;
	border-right: 1px solid #c6c8cc;
}

#footer-center {
	height: 63px;
	width: auto;
	padding: 0 5px;
	float: left;
	border-right: 1px solid #c6c8cc;
}

#footer-right {
	height: 63px;
	width: auto;
	padding: 0 5px;
	float: left;
}

#header-banner {
	widows: 988px;
	height: 162px;
	margin: 0 auto;
	background-position: top left;
	background-repeat: no-repeat;
}

body.about div#header-banner {
	background-image: url(../images/headers/about.jpg)
}

body.support div#header-banner {
	background-image: url(../images/headers/support.jpg)
}

body.dealers div#header-banner {
	background-image: url(../images/headers/dealers.jpg)
}

body.hammocks div#header-banner {
	background-image: url(../images/headers/hammock.jpg)
}

body.rope-hammocks div#header-banner {
	background-image: url(../images/headers/rope-hammock.jpg)
}

body.fabric-hammocks div#header-banner {
	background-image: url(../images/headers/fabric-hammocks.jpg)
}

body.swings div#header-banner {
	background-image: url(../images/headers/swings.jpg)
}

body.rockers div#header-banner {
	background-image: url(../images/headers/rockers.jpg)
}

body.stands div#header-banner {
	background-image: url(../images/headers/stands.jpg)
}

body.pillows div#header-banner {
	background-image: url(../images/headers/pillows.jpg)
}

body.accessories div#header-banner {
	background-image: url(../images/headers/accessories.jpg)
}

body.the-artist div#header-banner {
	background-image: url(../images/headers/artist.jpg)
}

body.the-adventurer div#header-banner {
	background-image: url(../images/headers/adventurer.jpg)
}

body.the-mariner div#header-banner {
	background-image: url(../images/headers/mariner.jpg)
}

body.the-skygazer div#header-banner {
	background-image: url(../images/headers/skygazer.jpg)
}

body.the-equestrian div#header-banner {
	background-image: url(../images/headers/equestrian.jpg)
}

body.collections div#header-banner {
	background-image: url(../images/headers/collections.jpg)
}

body.hatteras-outdoors div#header-banner {
	background-image: url(../images/headers/hatteras-outdoors.jpg)
}

body.gift-ideas div#header-banner {
	background-image: url(../images/headers/gift-ideas.jpg)
}

#detail-header {
}

#social {
	width: 220px;
	float: right;
	margin: 50px 22px 0 0;
	height: 37px;
}

#phone {
	width: 170px;
	float: right;
	margin-right: 22px;
	height: 18px;
	overflow: hidden;
}

#social img {
	margin-left: 5px;
}

#social p {
	margin: 0;
	font-size: 0.92em;
}

#phone p {
	margin: 0;
	font-size: 1.1em;
}

#detail {
}

#detail-main-col {
	width: 530px;
	float: left;
}

#detail-image {
	width: 544px;
	height: 544px;
	margin-bottom: 20px;
}

#gallery-wrapper {
}

#detail-gallery {
	width: auto;
	float: left;
	margin-left: 16px;
}

#detail-pano {
	width: 94px;
	float: left;
}

#detail-gallery img,
#detail-pano img {
	margin: 0 8px;
	padding: 3px;
	border: 1px solid #c7c9cd;
}

#detail-description {
	padding-top: 30px;
}

#detail iframe {
	width: 100%;
	overflow: auto;
	border: none;
}

#specs {
}


#detail-secondary-col {
}

#price {
	width: 170px;
	float: left;
	margin: 14px 0 0 55px;
}

#quantity {
	width: 130px;
	float: left;
	margin-top: 32px;
	text-align: center;
}

#accessories {
	width: 316px;
	margin: 0 0 0 42px;
	padding-bottom: 14px;
	float: left;
	border-top: 3px solid #c7c9cd;
}

#accessories-inner {
	width: 296px;
	padding: 0 20px;
}

#accessories-top {
	width: 316px;
}

.acc-item {
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
	padding: 1.5em 0;
}

.acc-item img {
	border: 1px solid #C7C9CD;
    padding: 3px;
}

.acc-title {
	font-size: 1em;
	margin-bottom: 0;
}

.acc-price, .acc-add {
	margin: 0;
}

.list {
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
	clear: both;
}

.list-thumb,
.category-list-thumb {
	width: 270px;
	float: left;
}

.list-details {
	width: 500px;
	padding-left: 30px;
	float: left;
}

#main-content h2.list-title {
	margin-top: 0.5em;
}

.list-sku {
	font-size: 0.9em;
}

.list-teaser {
}

p.list-button {
	padding-top: 1em;
}

.list-colone {
}

.list-coltwo {
}

table.list-price td {
	padding: 0.25em 0.5em 0 0;
}

.list-row-price {
	font-weight: bold;
}

.list-row-ship {
	color: #96989c;
	font-size: 0.9em;
}

.sort-page-bar,
.cPagination {
	padding: 0.5em;
	margin: 1em 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: hidden;
	background-color: #879098;
	color: #dde8f2;
	font-size: 0.923em;
	clear: both;
}

div.sort-page-bar p,
div.cPagination p {
	margin: 0;
}

div.cPagination img {
	margin: 0 0.5em;
	vertical-align: text-bottom;
}

div.cPagination a {
	color: #DDE8F2;
}

/****** Items ******/

.first-prev, .count, .last-next {
	width: auto;
	float: left;
	margin-top: 1em;
}

.first-prev, .last-next {
	padding-top: 5px;
}

.count {
	margin-left: 10px;
	margin-right: 10px;
}

#search-results tr {
	border-bottom: none;
}

div.list-thumb img,
div.category-list-thumb img {
	width: 250px;
	padding: 9px 11px 11px 9px;
	background-position: top left;
	background-repeat: no-repeat;
}

div.list-thumb img {
	padding: 6px;
	border: 1px solid #c6c8cc;
}

div.category-list-thumb img {
	padding: 6px;
	border: 1px solid #c6c8cc;
}

#search {
	background: none;
	border: none;
	background-image: url(../images/search-field-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 160px;
	height: 17px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 0.85em;
	line-height: 1em;
	float: left;
	color: #565656;
}

#search-btn {
	margin: 6px 0 0 5px;
	padding-top: 4px;
	float: left;
}

#sidebar p {
	font-size: 0.9em;
}

#copyright p {
	margin: 0;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #666;
}

#feature-of-week-details h2, .feature-pop-right h2 {
	font-size: 1em;
	font-weight: bold;
}

#feature-of-week-details p {
	font-size: 0.92em;
	margin: 1.5em 0;
}

#feature-of-week-details img {
}

.feature-pop-left {
	width: 115px;
	float: left;
}

#hatteras-difference p,
#headlines p{
	font-size: 0.92em;
	line-height: 1.3em;
	letter-spacing: 0;
}

p.initial {
	font-size: 1.23em;
	color: #000;
}

.tour-image {
	float: left;
	margin: 0 30px 12px 0;
	padding: 6px;
	border: 1px solid #c6c8cc;
}

.craftsmanship-image {
	float: right;
	margin: 0 0 12px 30px;
	padding: 6px;
	border: 1px solid #c6c8cc;
}

.craftsmanship-text {
	float: left;
	width: 600px;
}

#content li {
	padding: 0;
	margin: 0 0 1em;
}

#main-content h2.difference-heading {
	margin: 1.5em 0 0.5em;
}

.difference-container {
	display: table;
}

.difference-image {
	margin: 0 20px 0 0;
	padding: 6px;
	border: 1px solid #c6c8cc;
	display: table-cell;
}

.difference-bullets {
	width: 617px;
	height: 180px;
	overflow: hidden;
	background-image: url(/images/blue-stripe-bg.gif);
	background-position: left top;
	background-repeat: repeat;
	display: table-cell;
	vertical-align: middle;
}

#content div.difference-bullets li {
	color: #374c67;
	font-size: 1.28em;
	letter-spacing: normal;
	margin-bottom: 0;
}

#content div.difference-bullets ul {
	margin: auto 0;
}

.difference-text {
	-moz-column-count: 3;
	-moz-column-gap: 45px;
	-moz-column-rule: 1px solid #d8d8d8;
	-webkit-column-count: 3;
	-webkit-column-gap: 45px;
	-webkit-column-rule: 1px solid #d8d8d8;
	column-count: 3;
	column-gap: 45px;
	column-rule: 1px solid #d8d8d8;
	margin: 2em 0 4em;
}

#content div.difference-text ul {
	margin: 0;
	padding: 0 0 0 1.25em;
}

#cc-photo-bar p {
	text-align: center;
}

#price h4 {
	color: #9e0b0f;
	font-size: 1.2em;
	margin: 0;
}

#price p {
	margin-top: 0;
}

#detail-image img {
	/*width: 530px;
	height: 530px;*/
}

#detail-header p {
	visibility: hidden;
}

#page-social-plus-one, #page-social-like {
	width: 60px;
	float: left;
	padding: .4em 0 0 1em;
}

#social p {
	visibility: visible;
	float: left;
}

#quantity input#add-to-cart {
	margin-top: 1em;
}

form#contact label,
form#tracking label{
	float: left;
	margin: 0 2em .75em 0;
}

form#contact textarea#message {
	width: 515px;
	height: 8em;
}

#main-content div.craftsmanship-text h2{
	margin-top: 1em;
}

#specs table {
	width: 100%;
}

#specs table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
#specs table tr:nth-child(even) {
  background-color: #fff;
}

#specs tr {
	border-bottom: 1px solid #c7c9cd;
}

#specs td {
	padding-left: 1.75em;
	line-height: 1.3em;
}

#DIVgallery img {
	padding: 6px;
	border: 1px solid #c7c9cd;
}/* Checkout & Cart Pages */


#cCartTotal tr {
	border-bottom: none;
}

#cCartTotal td.cCartSubtotalValue, 
#cCartTotal td.cCartSubtotalLabel,
#cCartTotal td.cCartShippingLabel,
#cCartTotal td.cCartShippingValue,
#cCartTotal td.cCartTotalLabel,
#cCartTotal td.cCartTotalValue {
	text-align: right;
}

td.cCartSubtotalLabel, td.cCartSubtotalValue, 
td.cCartShippingLabel, td.cCartShippingValue,
td.cCartTotalLabel, td.cCartTotalValue {
	padding: 0.15em 1em;
}

.field-small, .field-medium, .field-large {
	margin-bottom: 0.5em;
	padding: 0 10px;
}

.field-state {
	margin-right: 0.3em;
}

.field-small {
	width: 63px;
	margin-right: 0.3em;
}

.field-medium {
	width: 118px;
	margin-right: 0.3em;
}

.field-large {
	width: 266px;
}

#shipping-method label {
	font-size: 0.846em;
	width: 286px;
	margin-bottom: 0.5em;
}

label#sab {
	color: #777777;
	font-size: 0.846em;
}
	
#giftMessage, #review-field {
	width: 641px;
	height: 55px;
}

#order-summary,
#cCartTable,
#cOrdersTable {
	width: 630px;
	margin-left: 1em;
	border-bottom: 2px solid #BCBCBC;
}

#cCartTotal {
	width: 630px;
	margin-left: 1em;
}

.cCartUpdate {
	text-align: right;
}

#checkout-btn {
	width: 180px;
	margin-left: 465px;
}

#checkout-btn a.button, input.btn-large {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#checkout-btn-inner {
	margin: 2em 0;
}

#checkout-btn div div {
	float: none;
}

#checkout-btn p {
	font-size: 0.846em;
	margin: 0.75em 0 0;
	text-align: center;
}

#google-checkout-btn {
	width: 160px;
	margin-left: 10px;
}

#order-summary td,
#cOrdersTable td {
	padding: 0;
}

#order-summary td.summary-image,
#cOrdersTable td.cOrdersImage {
	width: 100px;
	padding: 1em 0;
}

#order-summary td.summary-item,
#cOrdersTable td.cOrdersSummary {
	font-size: 0.846em;
	color: #4c4c4c;
	padding: 1em 0;
}

td.summary-item table,
td.cOrdersSummary table {
	width: 100%;
	margin-bottom: 0.5em;
}

#order-summary table tr,
#cOrdersTable table tr {
	border-bottom: 1px solid #acb5d6;
}

#order-summary td.summary-item table td,
#cOrdersTable td.cOrdersSummary table td {
	padding-bottom: 0.4em;
}

td.summary-title,
td.cOrdersItem {
	font-size: 1.18em;
}

td.sum-item-price, td.sum-item-total,
td.cOrdersPrice, td.cOrdersExt {
	width: 70px;
	text-align: right;
}

td.sum-item-total {
	font-size: 1.18em;
	font-weight: bold;
}

td.sum-qty,
td.cOrdersQty {
	width: 35px;
	text-align: center;
}

#totals {
	margin-left: 438px;
	margin-bottom: 3em;
}

#totals tr {
	border-bottom: none;
}

#totals td {
	padding: 1em 0 0;
	text-align: right;
}

#totals td.col-one,
#cCartTotal td.cCartSubtotalLabel,
#cCartTotal td.cCartShippingLabel,
#cCartTotal td.cCartTotalLabel {
	width: 100px;
}

#totals td.col-two,
#cCartTotal td.cCartSubtotalValue,
#cCartTotal td.cCartShippingValue,
#cCartTotal td.cCartTotalValue {
	width: 105px;
}

#totals input.field-small {
	margin-right: 0;
}

#totals tr.subtotal td, #totals tr.coupon td, #totals tr.line-item td, #cCartTotal {
	font-size: 0.846em;
}

#totals tr.line-item td {
	color: #806842;
	padding: 0;
}

#totals tr.subtotal td,
#cCartTotal {
	font-weight: bold;
}

#totals tr.order-total td {
	font-weight: bold;
}

#payment-method label {
	font-size: 0.846em;
	width: 286px;
	line-height: 2em;
}

#payment-method p {
	margin: 0;
	color: #777777;
	font-size: 0.846em;
}

#secure-payment {
	padding: 1em 0 0 4em;
	width: 30%;
	float: left;	
}

#secure-payment p {
	font-size: 0.923em;
	line-height: 1.1em;
	color: #1c1c1c;
	margin: 3em 0 2em 0;
}

label.break {
	font-size: 0.846em;
	line-height: 2em;
	display: block;
}

label.break input,
label.break select {
	display: block;
}
		

/****** Menus & Links ******/

#utility ul {
	list-style: none;
	padding: 3px 0 0;
	margin: 0;
}

#utility li,
#primary li,
#secondary-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#utility li {
	font-size: 0.92em;
}

#utility a {
	color: #747d86;
	padding: 0 1.4em 0 1.2em;
	border-right: 1px solid #747d86;
}

#utility li.last a {
	border-right: none;
	padding-right: 0;
}

#utility a:link,
#utility a:visited {
	text-decoration: none;
}

#utility a:hover,
#utility a:active {
}


/*** Drop Downs ***/

#primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.07em;
	letter-spacing: 0.15em;
}

#secondary-menu ul {
	list-style: none;
	margin: 0 33px 0 0;
	padding: 2px 0 0;
}

#primary ul li,
#secondary-menu ul li {
	display: inline-block;
}

#secondary-menu ul li {
	font-size: 0.92em;
	margin-right: 1px;
	float: left;
}

#primary a {
	color: #fff;
	text-decoration: none;
	padding: 6px 16px 8px;
    display: block;
	border-right: 1px solid #c06462;
}

#primary a.last {
	border-right: none;
}

#secondary-menu a {
	color: #747d86;
	text-decoration: none;
	padding: 5px 28px;
	background-color: #fff;
	background-image: url(../images/secondary-tab-off.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

body.home div#secondary-menu a.home,
body.about div#secondary-menu a.about,
body.support div#secondary-menu a.support,
body.dealers div#secondary-menu a.dealers {
	background-image: none;
}

#secondary-menu a.menuparent {
}

#primary ul,
#primary ul ul {
  	z-index: 4;
  	position: relative;
  	list-style: none;
}
	

#secondary-menu ul,
#secondary-menu ul ul {
  	z-index: 5;
  	position: relative;
  	list-style: none;
}




/* Sub-menus */

#primary ul ul,
#secondary-menu ul ul {
  position: absolute;
  visibility: hidden;
  padding: 0;
  width: 150px;
  z-index: 6;
	}
	
#primary ul ul {
  background-color: #000;
  top: 35px;
  filter:alpha(opacity=83); /* IE's opacity*/
  opacity: 0.83;
  font-size: 1.3em;
  letter-spacing: 0;
}
	
#secondary-menu ul ul {
	top: 23px;
	background-color: #f5f5f5;
	font-size: 1.15em;
}
	
#primary ul li.active ul,
#secondary-menu ul li.active ul {
	z-index: 5;
	}
	
#primary ul ul a,
#secondary-menu ul ul a {
	border: none;
    border-top: 1px solid #fff;
	background: none;
	text-align: left;
	width: auto;
	display: block;
	}
	
#secondary-menu ul ul a {
	padding: 3px 11px 5px 11px;
	color: #000;
}
	
#primary ul ul a {
	padding: 0.5em;
}

#primary ul ul li.last a {
	border-right: none;
	}
	
#primary ul ul a:hover,
#primary ul ul a:active {
	background-color: #222;
	color: #fff;
	}
	
#secondary-menu ul ul a:hover,
#secondary-menu ul ul a:active {
	background-color: #e5e5e5;
	color: #000;
	}

#primary ul li.over ul,
#secondary-menu ul li.over ul {
  visibility: visible;
	}

#primary ul ul li,
#secondary-menu ul ul li {
  float: none;
  /*font-size: .7em;*/
  font-size: .6em;
  padding: 0;
  text-transform: none;
  display: block;
	}
	
#secondary-menu ul ul li {
  font-size: .7em;
}

#primary ul:after,
#secondary-menu ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
	}



/* Show submenus when over their parents. */
#primary ul li:hover ul,
#primary ul li.menuparent:hover ul
#primary ul li.menuparent li:hover ul,
#primary ul li.menuparent li.menuparent li:hover ul,
#primary ul li.menuparent li.menuparent li.menuparent li:hover ul,
#primary ul li.over ul,
#primary ul li.menuparent li.over ul,
#primary ul li.menuparent li.menuparent li.over ul,
#primary ul li.menuparent li.menuparent li.menuparent li.over ul,
#secondary-menu ul li:hover ul,
#secondary-menu ul li.menuparent:hover ul
#secondary-menu ul li.menuparent li:hover ul,
#secondary-menu ul li.menuparent li.menuparent li:hover ul,
#secondary-menu ul li.menuparent li.menuparent li.menuparent li:hover ul,
#secondary-menu ul li.over ul,
#secondary-menu ul li.menuparent li.over ul,
#secondary-menu ul li.menuparent li.menuparent li.over ul,
#secondary-menu ul li.menuparent li.menuparent li.menuparent li.over ul {
  visibility: visible;
}

/* Hide sub-menus initially. */
#primary ul li:hover ul ul,
#primary ul li:hover ul ul ul,
#primary ul li:hover li:hover ul ul,
#primary ul li:hover li:hover ul ul ul,
#primary ul li:hover li:hover li:hover ul ul,
#primary ul li:hover li:hover li:hover ul ul ul,
#primary ul li.over ul ul,
#primary ul li.over ul ul ul,
#primary ul li.over li.over ul ul,
#primary ul li.over li.over ul ul ul,
#primary ul li.over li.over li.over ul ul,
#primary ul li.over li.over li.over ul ul ull,


#secondary-menu ul li:hover ul ul,
#secondary-menu ul li:hover ul ul ul,
#secondary-menu ul li:hover li:hover ul ul,
#secondary-menu ul li:hover li:hover ul ul ul,
#secondary-menu ul li:hover li:hover li:hover ul ul,
#secondary-menu ul li:hover li:hover li:hover ul ul ul,
#secondary-menu ul li.over ul ul,
#secondary-menu ul li.over ul ul ul,
#secondary-menu ul li.over li.over ul ul,
#secondary-menu ul li.over li.over ul ul ul,
#secondary-menu ul li.over li.over li.over ul ul,
#secondary-menu ul li.over li.over li.over ul ul ull {
  visibility: hidden;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
#primary ul li.menuparent ul,
#secondary-menu ul li.menuparent ul {
	overflow: visible !important;
}




#footer ul {
	list-style: none;
	margin: 0 19px;
	padding: 0;
	font-size: 0.85em;
	color: #3b412d;
	float: left;
}

#footer li {
	line-height: 1.4em;
}

#footer li a {
	color: #666;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	text-decoration: underline;
}


/* Sidebar Menus */

body.about-us div#sidebar h4 a,
body.story li.story a,
body.difference li.difference a, 
body.awards li.awards a, 
body.customers li.customers a, 
body.factory li.factory a, 
body.news li.news a, 
body.contact li.contact a,
body.c-support div#sidebar h4 a,
body.faq li.faq a, 
body.care li.care a, 
body.shipping li.shipping a,
body.hatteras-dealers div#sidebar h4 a,
body.dealer-info li.dealer-info a, 
body.stores li.stores a {
	font-weight: bold;
	text-decoration: none;
}


/****** Misc Styles ******/

.clear {
	clear: both;
}

.title-image {
	margin-right: 10px;
	float: left;
}

.fancy-hr {
	background-image: url(../images/fancy-hr.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 32px;
	margin: 25px 0;
	clear: both;
}

.gallery-thumbs,
a img.gallery-thumbs {
	background-image: url(../images/thumbnail-frame.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 8px 9px 10px 8px;
	margin: 5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.small {
	font-size: 0.8em;
}

.smaller {
	font-size: 0.7em;
}

.smallest {
	font-size: 0.6em;
}

.medium {
	font-size: 0.9em;
}

.larger {
	font-size: 1.35em;
}

.side-image {
	float: right;
	margin: 0 0 20px 45px;
}

.two-column {
	width: 50%;
	float: left;
}

.three-col-lft {
	width: 255px;
	margin-right: 25px;
	float: left;
}

.three-col-mid {	
	width: 255px;
	margin: 0 25px;
	float: left;
}

.three-col-rt {
	width: 255px;
	margin-left: 25px;
	float: right;
}

.three-columns {
	-moz-column-count: 3;
	-moz-column-gap: 45px;
	-moz-column-rule: 1px solid #d8d8d8;
	-webkit-column-count: 3;
	-webkit-column-gap: 45px;
	-webkit-column-rule: 1px solid #d8d8d8;
	column-count: 3;
	column-gap: 45px;
	column-rule: 1px solid #d8d8d8;
}

.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 45px;
	-moz-column-rule: 1px solid #d8d8d8;
	-webkit-column-count: 2;
	-webkit-column-gap: 45px;
	-webkit-column-rule: 1px solid #d8d8d8;
	column-count: 2;
	column-gap: 45px;
	column-rule: 1px solid #d8d8d8;
	margin-bottom: 4em;
	clear: both;
}

.margin-bottom {
	margin-bottom: 2em;
}

a.tips {
	color: #030;
	border-bottom: 1px dotted #030;
	text-decoration: none;
}

.highlight {
	background-color: #f1ebdd;
}

.lowlight {
	background-color: #5a6445;
	color: #e0e6d3;
}

.active {
	color: #363430;
}

.illustration-one {
	float: right;
	padding-right: 100px;
	margin-top: -16px;
}

.dealer-location {
	width: 255px;
	height: 17em;
	float: left;
	margin: 0 1em;
}

.block {
	display: block;
}
	
body.oldsys tbody tr.lstHeader,
div#oldsys table.lstHeader {
	border-bottom: 2px solid #3b412d;
}

body.oldsys tbody tr.lstItems,
div#oldsys table.lstItems tr {
	border-bottom: 1px solid #bcbcbc;
}

input.button, a.button {
	height: 25px;
	padding: 0 0.5em 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #576146;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	background: #879098;
	background: -webkit-gradient(linear, left top, left bottom, from(#879098), to(#6b737a));
	background: -moz-linear-gradient(top,  #879098,  #6b737a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#879098', endColorstr='#6b737a');
	cursor: pointer;
	font-size: 0.83em;
	color: #fff;
	text-decoration: none;
}

input.button:hover, a.button:hover {
	background: #6b737a;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b737a), to(#879098));
	background: -moz-linear-gradient(top,  #6b737a,  #879098);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b737a', endColorstr='#879098');
}

a.button {
	padding: 0.5em 1em;
}

#checkout-btn a.button {
	font-size: 1.077em;
	padding: 0.5em 2.1em;
}

input.btn-large {
	font-size: 1.077em;
	padding: 0.5em 2.1em 1.9em;
}


.frmButton {
	width: 176px;
	height: 30px;
	background-color: #fff;
	background-image: url(../images/cart-button-bg.gif);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.07em;
	border: none;
	cursor: pointer;
}

.pic, a img.pic {
	padding: 6px;
	margin: 8px;
	border: 1px solid #c6c8cc;
}

#content p.caption {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

#main-content div.alert h2 {
	color: #900;
	font-weight: normal;
	margin-top: 0;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding-bottom: 1em;
}

.alert {
	color: #9a1826;
	font-weight: bold;
	/*border: 1px solid #9A1826;
	background-color: #F1CDD1;
	text-align: center;
	padding: 0.5em;*/
}

.no-pad {
	padding: 0;
}

.align-center {
	text-align: center;
}


#fsdTag{position:absolute; width:107px; height:215px; top:38px; margin-left:510px; z-index:1}
