/* Global CSS Document */

/*+HTML tags ------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #00B2FF;
	text-decoration: none;
}

a:visited {
	color: #B83314;	
}

a:hover,
a:focus,
a:active
{
	text-decoration: underline;
	color: #105386;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #333333;
	font: 62.5% Arial, sans-serif;
	text-align: center;
	background: #faf6e3 url(../images/bkgnd_tile.jpg) repeat-x center top;
}


img {
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

h1,h2,h3,h4 {
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}

h3 {
	font-size: 1.5em;
	color: #105386;
	border-bottom: 1px dotted #00B4FF;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: #105386;
	margin: 0px;
	padding: 0px;
}

dd {
	padding: 2px 0px 0px 5px;
	text-align: left;
	margin: 0px 0px 5px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ul, ol {
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 10px;
}

table {
	table-layout: fixed;
}

td, th {
	padding: 4px;
}

ul {
	list-style-image: url(../images/icon_bullet.gif);
}

li {
	margin-bottom: 5px;
}

/*+Primary Structure ------------------------------------------------------------------------------------------------------ */

#headWrapper {
	width: 100%;
}

#header {
	width: 760px;
	height: 110px;
	text-align: left;
	font-size: 1.2em;
	overflow: hidden;
	position: relative;
	margin: 0px auto 0px auto;
}

#wrapperTop {
	background: url(../images/bkgnd_wrapper_top.gif) no-repeat center top;
	padding-top: 10px;
}

#wrapper {
	text-align: left;
	font-size: 1.2em;
	width: 760px;
	margin: 0px auto;
	position: relative;
	background: url(../images/bkgnd_wrapper.gif) repeat-y left top;
}

#wrapperBottom {
	background: url(../images/bkgnd_wrapper_bottom.gif) no-repeat center bottom;
	width: 740px;
	overflow: hidden;
	padding: 0px 10px 30px;
}

#primaryContent {
	width: 510px;
	float: left;
	padding: 0px 10px 5px;
}

#secondaryContent {
	float: right;
	width: 200px;
	padding: 0px 0px 5px 10px;
}

#footer {
	text-align: left;
	font-size: 1.2em;
	width: 740px;
	overflow: hidden;
	margin: 0px auto 13px;
	position: relative;
	padding: 0px 10px;
}

#footerPrimary {
	width: 510px;
	float: left;
	padding: 0px 10px 5px;
}

#footerSecondary {
	float: right;
	width: 200px;
	padding: 0px 0px 5px 10px;
	text-align: right;

}

/*+Secondary Structure ---------------------------------------------------------------------------------------------------- */

#pageTop {
	width: 100%;
	background: #FEFDE7;
	padding: 5px 0px;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #D80050;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.splitLeft {
	float: left;
	width: 48%;
	border-right: 1px dotted #00B4FF;
	padding-right: 9px;
}

.splitRight {
	float: right;
	width: 48%;
	padding-left: 10px;
}

.splitColumn {
	float: left;
	width: 48%;
	margin-right: 5px;
}

#pageLinks {
	margin-bottom: 5px;
	padding: 5px;
}


/*+Headings --------------------------------------------------------------------------------------------------------------- */

#siteTitle a span {
	display: none;
}

#siteTitle a {
	display: block;
	width: 260px;
	height: 95px;
	position: absolute;
	top: 10px;
	background: url(../images/moby_deep_logo.png) no-repeat center center;
	left: 20px;
}

#pageHeading {
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}

#pageHeading a,
#pageHeading a:visited
{
	text-decoration: none;
	color: #333333;
}

#pageHeading a:hover,
#pageHeading a:focus,
#pageHeading a:active
{

}

#secondaryContent h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #333333;
}


/*+Lists ------------------------------------------------------------------------------------------------------------------ */

.itemData {

}

.itemData dt,
.itemData dd
{
	margin: 0px 0px 5px 0px;
	padding: 4px;
	font-style: normal;
	font-weight: normal;
}

.itemData dt {
	float: left;
	width: 25%;
	background: #FBFCFE;
	color: #333333;
}

.itemData dd {
	margin-left: 26%;
	background: #FBFCFE;
}


/*+Links ------------------------------------------------------------------------------------------------------------------ */

#pageLinks {
	margin-bottom: 5px;
	padding: 5px;
}

#pageLinks a,
#pageLinks a:visited
{
	text-transform: capitalize;
	padding: 5px 5px 5px 5px;
}

#pageLinks a:hover,
#pageLinks a:focus,
#pageLinks a:active,
#pageLinks a.activePageLink
{
	text-decoration: underline;
}


/*+Navigation ------------------------------------------------------------------------------------------------------------- */

#primaryNav {
	height: 30px;
	margin: 0px 0px 5px 0px;
}

#primaryNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#primaryNav li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#primaryNav a,
#primaryNav a:visited
{
	color: #105386;
	background: #FFE400 url(../images/bkgnd_nav_tab_small.gif) no-repeat left top;
	height: 30px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
}

#primaryNav a span {
	height: 30px;
	background: url(../images/bkgnd_nav_tab_large.gif) no-repeat right top;
	padding-right: 5px;
	display: block;
	line-height: 30px;
}

#primaryNav a:hover,
#primaryNav a:focus,
#primaryNav a:active,
#primaryNav ul.nav_primary_nav li a.activePageLink
{
	color: #FFFFFF;
	text-decoration: none;
	background-position: left bottom;
	background-color: #00c4ff;
	line-height: 31px;
}

#primaryNav a:hover span,
#primaryNav a:focus span,
#primaryNav a:active span,
#primaryNav ul.nav_primary_nav li a.activePageLink span
{
	background-position: right bottom;
	background-color: #00c4ff;
}

.categoriesMenu {
	margin: 0px 0px 5px;
	background: #FBFBF6 url(../images/bkgnd_categories_menu_bottom.gif) no-repeat left bottom;
	padding-bottom: 1px;
	padding-left: 5px;
}

.categoriesMenu h3 {
	margin: 0px 0px 0px -5px;
	padding: 5px 0px 5px 5px;
	background: url(../images/bkgnd_categories_menu_top.gif) no-repeat left top;
	border-bottom: none;
}

.categoriesMenu h3 a,
.categoriesMenu h3 a:visited {
	text-decoration: none;
}

.categoriesMenu ul,
.categoriesMenu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

.categoriesMenu ul {
	margin-bottom: 10px;
}

.categoriesMenu ul li {
	margin-bottom: 3px;
}

.categoriesMenu ul li a,
.categoriesMenu ul li a:visited
{
	display: block;
	height: 15px;
	width: 185px;
	line-height: 15px;
	color: #105386;
	text-decoration: none;
	text-transform: capitalize;
	padding: 5px;
	background: #ffe400 url(../images/bkgnd_categories_menu_items.gif) no-repeat left top;
}

.categoriesMenu ul li a:hover,
.categoriesMenu ul li a:focus,
.categoriesMenu ul li a:active,
.categoriesMenu ul li a.activePageLink
{
	color: #FFFFFF;
	background-color: #00C4FF;
	background-position: left bottom;
}


/*+Forms ------------------------------------------------------------------------------------------------------------------ */

fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
}

legend {
	padding: 0.2em;
	color: #B73408;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #EEEEEE;
}

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 4px;
}

.formButton {
	background: #FFE400 url(../images/bkgnd_form_button.gif) no-repeat center top;
	height: 24px;
	width: 60px;
	line-height: 24px;
	text-align: center;
	color: #105386;
	padding: 0px;
	border-style: none;
	font-size: 1em;
	outline: none;
}

.formButton:hover,
.formButton:focus,
.formButton:active
{
	color: #FFFFFF;
	background: #00C4FF url(../images/bkgnd_form_button.gif) no-repeat center bottom;
}

.formTextField,
.formFileField,
.formTextArea,
.formSelect {
	border: 1px solid #CCCCCC;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.formSelect:focus {
	border: 1px solid #B73408;
}

.formTextField {
	padding: 2px;
	width: 40%;
}

.inputFormTable .formTextField {
	width: 98%;
}

.formFileField {
	padding: 0.2em;
}

.formTextArea {
	width: 99%;
	overflow: auto;
	height: 20em;
	padding: 2px;
}

.formSelect {
	padding: 2px 2px 1px 2px;
	width: 40.5%;
	text-transform: capitalize;
}

.inputFormTable .formSelect {
	width: 98.5%;
}

.fileSelect {
	background-color: #FFFFFF;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.formChecks li {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 0px;
	margin: 0px;
}

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5px;
	padding: 0.3em;
	background-color: transparent;
}

.formCheck {
	position: relative;
	top: 0.275em;	
}

.formChecks label {
	float: none;
	margin-bottom: 0.3em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
}

.formError {
	margin-bottom: 1px;
}


/* Categories ------------------------------------------------------------------------------------------------------------------ */

#categoriesListContainer {
	width: 100%;
	overflow: hidden;
}

.categoryListBlock {
	width: 250px;
	overflow: hidden;
	float: left;
	border-top: 1px dotted #333333;
	margin: 0px 5px 10px 0px;
	padding: 10px 0px 0px;
}

.categoryName {
	float: right;
	width: 180px;
	line-height: 60px;
	height: 60px;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .productImage {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .productImage a {
	height: 60px;
	width: 60px;
	display: block;
	background: #FFFFFF;
	border-bottom-style: none;
}


/* Products ------------------------------------------------------------------------------------------------------------------ */

#productsListContainer {
	width: 100%;
	overflow: hidden;
}

#productDetails {
	float: right;
	width: 330px;
}

#productDetails h4 {
	color: #B73408;
}

.productListBlock {

}

.productImage {
	width: 148px;
	height: 190px;
	float: left;
	padding: 5px;
	margin: 5px;
	text-align: center;
	background: #F6FAFB url(../images/bkgnd_product_image_thumbs.gif) no-repeat center top;
}

.productImage a {
	height: 148px;
	width: 148px;
	display: block;
	margin: 0px 0px 9px;
}

.productDetails {
	text-align: left;
}

.productDetails dd,
.productDetails dt {
	padding: 0px;
	margin-bottom: 5px;
}

.productNumber {
	color: #B73408;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.productStatus {
	
}

.resultItemBlock .productLinkThumb {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	height: 22px;
	width: 22px;
	float: left;
}

/*+Site search ------------------------------------------------------------------------------------------------------------ */

#siteSearch {
	height: 30px;
	margin: 0px 0px 5px 0px;
}

#searchForm {
	height: 30px;
	width: 200px;
	position: relative;
	background: url(../images/bkgnd_search.gif) no-repeat left top;
}

#searchForm:hover {
	background: url(../images/bkgnd_search.gif) no-repeat left bottom;
}

#searchForm label {
	display: none;
}

#searchForm #search_term {
	border-style: none;
	background: #FFFFFF;
	position: absolute;
	height: 14px;
	width: 150px;
	left: 15px;
	top: 8px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#searchForm #search_button {
	border-style: none;
	background: none;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 5px;
}

#searchForm #search_button span {
	display: none;
}

.searchResultsBlock {
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
}

.resultItemBlock {
	margin-bottom: 10px;
}

.resultItemBlock dt {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}

.resultItemBlock dd {
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.highLite {
	color: #96B41C;
}

/*+Miscellaneous ---------------------------------------------------------------------------------------------------------- */

a#logo  {
	display: block;
	height: 119px;
	width: 190px;
	margin: 0px 0px 13px 0px;
	text-align: center;

}

.loginSubmit {
	float: left;
	height: 2.5em;
	width: 145px;
}

.loginRetrieve {
	height: 2.5em;
	line-height: 2.5em;
	text-align: right;
	width: 215px;
	margin-left: 175px;
}

#tagline {
	color: #105386;
	position: absolute;
	top: 20px;
	width: 470px;
	margin: 0px;
	padding: 0px;
	right: 10px;
	text-align: right;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
}

#introduction {
	padding: 5px;
	background: #FBFBF6;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #00B4FF;
}

#contactDetails {
	
}

.messageBlock {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

.messageFail, .formError {
	background: #FEE7EE;
	border-color: #FF0006;
}

.messageNotice {
	background: #ECF5FD;
	border-color: #00D2FF;
}

.evenRow {
	background: #FEFDE7;
}

.oddRow {
	background: #FEF7C2;
}

.formFileField,
.formButton,
.formSelect,
.delCheckbox,
.accordionToggle,
#search_button,
#cartToggle
{
	cursor: pointer;
}

.slideshow {
	overflow: hidden;
	margin-bottom: 20px;
}