/* Body & Main Wrapper -----------------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 76%;
	color: #000;
	background: #004069 url(../../../images/bkgrnd_body.jpg) repeat-x top right;
	text-align: center;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 932px;
	background: transparent;
	}

#content {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 932px;
	text-align: left;
	background: transparent url(../../../images/bkgrnd_content2.jpg) repeat-y top right;
	}

#leftNav {
	float: left;
	width: 160px;
	margin: 20px 0 20px 38px;
	}

#guts {
	float: left;
	width: 494px;
	margin: 20px;
	padding: 0;
	}

#rightNav {
	float: left;
	width: 160px;
	margin: 20px 38px 20px 0;
	}



/* Fix Widget Widths -------------------------------------------------*/
/*--------------------------------------------------------------------*/
#widgetSearch, #widgetCategories, #widgetNewArrivals, #widgetSidebarDetailed {
	width: 160px;
	}



/* Fix Content Widths ------------------------------------------------*/
/*--------------------------------------------------------------------*/
#categoryGrid {
	width: 454px;
	margin: 0;
	padding: 0;
	}



/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/
h1 {
	display: block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	background: transparent url(../../../images/mast-graphic.jpg) no-repeat top left;
	text-indent: -9999px;
	font-size: 2.4em;
	font-weight: bold;
	color: #073c64;
	margin: 0 0 8px 0;
	width: 494px;
	height: 278px;
	}


h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #000;
	margin: 0 0 8px 0;
	}


h3 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 8px 0;
	}

h4 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #003f6a;
	margin: 0 0 8px 0;
	}

h5 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #003f6a;
	margin: 0 0 8px 0;
	}

h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #003f6a;
	margin: 0 0 8px 0;
	}

p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	}

a:link {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #003f6a; /* #005994; */
	font-weight: normal;
	text-decoration: underline;
	}

a:visited {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #003f6a; /*  #004069; */
	font-weight: normal;
	text-decoration: underline;
	}

a:hover {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #003f6a;
	font-weight: normal;
	text-decoration: none;
	}

a:active {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #003f6a;
	font-weight: normal;
	text-decoration: none;
	}

hr {
	border: 0;
	color: #003f6a;
	background-color: #000000;
	height: 1px;
	margin: 10px 0;
	width: 100%;
	}

img {
	border: none;
	}

sup {
	font-size: 0.3em;
	vertical-align: super;
}



/* Basic Classes -------------------------------------------------*/
/*----------------------------------------------------------------*/
.hide {
	display: none;
	}

.small {
	font-size: 0.9em;
	}

.required {
	color: #ff0;
	}

.hilite {
	color: #07c;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	line-height: 0;
	}

.right {
	float: right;
	}

.center {
	text-align: center;
	}

.left {
	float: left;
	padding-right: 10px;
	}

.noborder {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	}

.nobackground {
	background-image: none;
	background-color: transparent;
}

.needInfo,
.needInfo p {
	color: #FF33CC;
	}



/* Header Replacement With Link -----------------------------------*/
/*-----------------------------------------------------------------*/
#header {
	padding: 0;
	margin: 0 auto;
	margin-top: 5px;
	border: 0;
	width: 932px;
	height: 69px;
	background: transparent url(../../../images/bkgrnd_header.jpg) no-repeat top right;
	}



/* Main Content Area -----------------------------------------------*/
/*------------------------------------------------------------------*/
#main {
	margin: 0;
	padding: 0;
	width: 875px;
	background-color: #f00;
	text-align: left;
	}



/* Footer ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 0;
	width: 932px;
	height: 100px;
	text-align: center;
	background: transparent url(../../../images/bkgrnd_footer.jpg) no-repeat top right;
	}

#footer p {
	margin: 0 0 4px 0;
	padding: 0;
	color: #bbbdbf;
	text-align: center;
	}


ul#navigation_secondary {
	list-style: none;
	padding: 48px 0 0 0;
	margin: 0;
	}

ul#navigation_secondary li {
	list-style-type: none;
	display: inline;
	margin: 0 14px 0 0;
	padding: 0;
	border: 0;
	}


p#copyright {
	padding-top: 12px;
	font-size: 0.9em;
	}



/* Tables ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
table.specs {
	position: relative;
	left: 30px;
	top: 16px;
	margin: 0 0 12px 0;
	width: 519px;
	border: none;
	}

table.specs th,
table.specs td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
	border: none;
	}

table.specs th {
	font-weight: bold;
	text-transform: uppercase;
	}
table.specs th.section_title {
	color: #666;
	border-top: 2px #666 solid;
}

table.specs tr.alt {
	background: #e5e5e5;
}

table.specs caption {
	display: none;
}



/* Form Elements --------------------------------------------------*/
/*-----------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

.required {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #f00;
	}



/* Footer ---------------------------------------------------------*/
/*-----------------------------------------------------------------*/
#footer a:link {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #007eeb; /* #005994; */
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:visited {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #007ccb; /*  #004069; */
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:hover {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #005eeb;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:active {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.0em;
	color: #007eeb;
	font-weight: normal;
	text-decoration: none;
	}
