/** General **/
html {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	background: #172833 url( '../images/layout/backgrounds/bgBody.png' ) center;
}

body {
	font: 16px/1.3em Arial, Helvetica, sans-serif;
	padding-bottom: 40px;	
}

#fixedOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	background: url( '../images/layout/backgrounds/bgBodyOverlay.png' ) repeat;
	opacity: 0.7;
}

.divider {
	width: 100%;
	height: 10px;
	margin: 0;
	position: absolute;
	left: 0;
	z-index: -3;
	background: #112331 url( '../images/layout/backgrounds/bgTrim.png' ) center repeat-y;
}


/** Header **/
#header {
	width: 100%;
	padding: 0;
	position: relative;
}

#header .trim,
#header .background {
	width: 100%;
	position: absolute;
	z-index: -1;
}

#header .trim {
	height: 10px;
	background: #112331 url( '../images/layout/backgrounds/bgTrim.png' ) center repeat-y;
	border-bottom: 3px #285268 solid;
}

#header .background{
	height: 140px;
	background: #fff;
}

#headerContainer {
	position: relative;
}

/*** Search Form ***/
#searchForm {
	width: 310px;
	top: 20px;
}

#searchForm fieldset {
	margin: 0;
}

#searchForm #txtKeywords {
	width: 260px;
	height: 20px;
	padding: 5px;
	margin-top: 3px;
	border: 1px #ddd solid;
	color: #555;
}

#searchForm .submit {
	position: absolute;
	top: 3px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url( '../images/layout/icons/icoSearchGo.png' ) no-repeat top left;
	border: none;
}

#searchForm .submit:hover {
	cursor: pointer;
}

/*** Auxillery Navigation ***/
#headerContainer .navUtility {
	top: 62px;
	right: 46px;
}

#headerContainer .navUtility li {
	margin: 0;
	padding: 0 10px;
	font-size: 16px !important;
	border-right: 1px #ddd solid;
}

#headerContainer .navUtility li a {
	color: #254b5f;
	font-size: 14px !important;
	text-decoration: none;
}

#headerContainer .navUtility li a:hover {
    text-decoration: underline;
}

#headerContainer .navUtility li.last {
	padding-right: 0;
	border: none;
}

#headerContainer {
	height: 120px;
}

/*** Logo ***/
#logoPanel {
	width: 580px;
	height: 100px;
	position: relative;
	background: url( '../images/layout/backgrounds/bgHeaderNew.png' ) top left no-repeat;
	/*text-align: center;*/
}

#logoPanel a {
	height: 100%;
	display: block;
	text-align: center;
}

#logo {
	margin-top: 10px;
	height: 70px;
}

/*** Primary Navigation ***/
#navPrimaryWrap {
	height: 55px;
	margin: 5px 0 0 0;
	padding: 5px 0;
	background: url( '../images/layout/backgrounds/bgNavPrimaryNew.png' ) repeat-x top left;
}

#navPrimaryInner {
    position: relative;
}

#navPrimary {
	height: 55px;
	margin: 0;
	overflow: hidden;
}

#navPrimary li {
	height: 100%;
	font-size: 20px;
	border-right: 1px #c1c1c1 solid;
}

#navPrimary li.first {
	margin: 0;
}

#navPrimary li.last {
	border: none;
}

#navPrimary li a {
	height: 100%;
	line-height: 50px;
	color: #183240;
	text-decoration: none;
}

#navPrimary li a:hover, #navPrimary li a.current {
	background: #cfcfcf;
}

#navPrimary li ul {
	width: auto;
	min-width: 140px;
	background: #192F3C;
	z-index: 25;
	opacity: 0.9;
}

#navPrimary li li {
	width: 100%;
	clear: both;
	border: none;
}

#navPrimary li li a {
	width: auto;
	color: #fff;
	font-size: 16px !important;
}

#navPrimary li li a:hover, #navPrimary li li a.current {
	background: none;
}

/*** Measurement System Switcher ***/
#measureSystemSwitch {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 10px;
}

#measureSystemSwitch ul,
#measureSystemSwitch li {
    margin: 0;
    padding: 0;
}

#measureSystemSwitch ul {
    list-style: none;
    overflow: hidden;
}

#measureSystemSwitch li {
    padding: 0 5px;
    float: left;
    border-right: 1px #c1c1c1 solid;
}

#measureSystemSwitch li:last-child {
    border-right: none;
}

#measureSystemSwitch a {
    color: #254b5f;
}


/** General Content Styles **/
#content {
	color: #254b5f;
	margin-top: 30px;
}

#content p {
	font-size: 14px;
}

#content a {
	color: #387494;
	text-decoration: none;
}

#content h3 {
	font-weight: normal;
}

#content a:hover {
	text-decoration: underline;
}

#content .bottomShadow {
	width: 980px;
	height: 15px;
	position: absolute;
	left: -10px;
	bottom: -20px;
	z-index: -3;
	background: url( '../images/layout/effects/shadowContentBottom.png' ) no-repeat;
}

#content .sideShadows {
	width: 980px;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 5px;
	z-index: -3;
	background: url( '../images/layout/effects/shadowContentSides.png' ) repeat-y;
}

/*** Sidebar Components ***/
#content .sidebarComponent {
	width: 100%;
	min-height: 160px;
	margin-bottom: 15px;
	background: #e4e4e4;
	border-top: 5px #fff solid;
	border-bottom: 5px #fff solid;
}

#content #left .editableObject,
#content #right .editableObject {
	border-top: 5px #fff solid !important;
}

#content .sidebarComponent:first-child,
#content #left .editableObject:first-child,
#content #right .editableObject:first-child {
	border-top: none !important;
}

#content .sidebarComponent .fullTitle,
#content .sidebarComponent .title {
	background: #bebebe;
	color: #254b5f;
	text-indent: 10px;
}

#content .sidebarComponent .fullTitle {
	height: 60px;
	display: block;
	border-bottom: 5px #fff solid;
	font-size: 28px;
	line-height: 60px;
}

#content .sidebarComponent .title {
	height: 40px;
	border-bottom: 2px #fff solid;
	font-size: 20px;
	line-height: 40px;
}

#content .sidebarComponent .navLink {
	height: 40px;
	display: block;
	background: #e4e4e4 url( '../images/layout/icons/icoNav.png' ) 200px 50% no-repeat;
	border-bottom: 5px #fff solid;
	color: #254b5f;
	font-size: 20px;
	line-height: 40px;
	text-indent: 10px;
}

#content .sidebarComponent .navLink:hover,
#content .sidebarComponent .fullTitle:hover {
	text-decoration: none;
}

#content .sidebarComponent .navLink.current {
	background-color: #bebebe;
}

#content .sidebarComponent .navLink.last {
	border-bottom: none;
}

#content .sidebarComponent .content .inner {
	padding: 5px;
}


/** 2 Column SR Pages **/
body.twoColSR #content {
	background: url( '../images/layout/backgrounds/bgContent2ColSR.png' );
	border-top: 5px #fff solid;
	border-bottom: 5px #fff solid;
}

body.twoColSR #content .heading {
	width: 950px;
	height: 60px;
	margin: auto;
	background: url( '../images/layout/backgrounds/bgHeading.png' );
	border-bottom: 5px #fff solid;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	line-height: 60px;
	text-indent: 20px;
}

body.twoColSR #content .fullDivider {
	width: 950px;
	height: 5px;
	margin: auto;
	background: url( '../images/layout/backgrounds/bgDividerFull.png' );
	border-bottom: 5px #fff solid;
}

body.twoColSR #primary {
	width: 705px;
	margin-left: 5px;
}

body.twoColSR #primary .inner {
	padding: 10px;
}

body.twoColSR #right {
	width: 225px;
	margin-right: 5px;
}


/** 2 Column SL Pages **/
body.twoColSL #content {
	background: url( '../images/layout/backgrounds/bgContent2ColSL.png' );
	border-top: 5px #fff solid;
	border-bottom: 5px #fff solid;
}

body.twoColSL #primary .heading {
	width: 100%;
	height: 60px;
	margin: 0;
	background: url( '../images/layout/backgrounds/bgHeading.png' );
	border-bottom: 5px #fff solid;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	line-height: 60px;
	text-indent: 20px;
}

body.twoColSL #primary .primaryDivider {
	width: 100%;
	height: 5px;
	background: url( '../images/layout/backgrounds/bgDividerPrimary.png' );
	border-bottom: 5px #fff solid;
}

body.twoColSL #left {
	width: 225px;
	margin-left: 5px;
}

body.twoColSL #primary {
	width: 705px;
	margin-right: 5px;
}

/*** Portal Styles ***/
body.twoColSL #svPortal,
body.twoColSL #svPortal dl {
	border: none;
}

body.twoColSL #svPortal {
	margin: 0;
	padding: 0;
}

body.twoColSL #svPortal a {
	color: #fff;
	line-height: 26px;
}

body.twoColSL #svPortal dl {
	width: 340px;
	height: 150px !important;
	min-height: 150px !important;
	margin: 5px;
	padding: 0 !important;
	float: left;
	background: url( '/default/includes/themes/titanium-joe/images/layout/backgrounds/bgBody.png' );
}

body.twoColSL #svPortal dd.image {
	margin: 0;
	position: relative;
	display: block;
	float: left;
}

body.twoColSL #svPortal dt.title,
body.twoColSL #svPortal dd.summary {
	width: 120px;
	display: block;
	float: right;
	text-align: center;
}

body.twoColSL #svPortal dt.title {
	margin-top: 20px;
}

body.twoColSL #svPortal dd.summary {
	font-size: 12px;
}

/** Home Page **/
body.home #content {
	padding: 0 0 10px 0;
	background: none;
	margin-top: 30px;
}

.paypal-bml-800 {
	margin-top: 60px;
	text-align: center;
}

.paypal-bml-234 {
	float: right;
}

/*** Slideshow ***/
#homeSlides {
	margin: 10px 0 35px 0;
	position: relative;
}

#slideOverlay {
	width: 630px;
	height: 300px;
	position: absolute;
	z-index: 20;
	background: url( '../images/layout/effects/slideOverlay.png' ) no-repeat;
}

#slideShadow {
	width:100%;
	height: 184px;
	position: absolute;
	left: 25px;
	bottom: -55px;
	z-index: -1;
	background: url( '../images/layout/effects/shadowHomeSlideNew.png' ) no-repeat;
}

body.home .svSlideshow {
	width: 100% !important;
	height: 300px !important;
	margin: 0;
	padding: 0;
	background: none !important;
}

body.home .svSlides {
	min-height: 300px !important;
}

body.home .svSlides dl {
	width: 100%;
	height: 300px;
	min-height: 300px !important;
	padding: 0 !important;
}

body.home .svSlides .image {
	width: auto;
	height: auto;
	margin: 0;
	position: static;
	float: left;
	border: none;
}

body.home #summaryPanel {
	width: 320px;
	height: 300px;
	margin: 0 0 0 10px;
	position: absolute;
	right: 0; 
	background: #313131;
}

body.home .svSlides .summary {
	width: 280px;
	height: 260px;
	margin: 0 0 0 10px;
	padding: 20px;
	float: left;
	color: #d1d1d1;
	font-size: 30px !important;
}

body.home .svPager {
	width: 630px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 21;
	text-align: right;
}

body.home .svPager li a {
	background: #254b5f;
	color: #fff !important;
	text-decoration: none;
}

body.home .svPager li.activeLI a {
	background: #377596;
}

/*** Home Page Features ***/
body.home .homeFeature {
	height: 165px;
	position: relative;
	vertical-align: top;
}

body.home .homeFeature a {
	height: 100%;
	display: block;
}

body.home .homeFeature .content {
	height: 140px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #313131;
}

body.home .homeFeature .content .featureOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url( '../images/layout/effects/featureOverlay.png' );
}

body.home .homeFeature .title {
	width: 100%;
	padding: 10px 0;
	background: #313131;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

body.home .homeFeature .featureShadow {
	width: 100%;
	height: 55px;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: -1;
	background: url( '../images/layout/effects/shadowHomeFeatureNew.png' ) no-repeat;
	opacity: 0.8;
}

/**** MURA Overrides ****/
body.home #content .editableObject, 
body.home #content .editableObjectContents {
	width: auto !important;
	overflow: visible !important;
}

.mura-editable.inactive {
	min-height: 0 !important;
}

.mura-editable.inactive .mura-editable-attribute *:last-child {
	margin-bottom: 0;
}


/** Account Page **/

/*** Login ***/
#svLoginContainer legend {
	margin-bottom: 1em;
}

#svLoginContainer p {
	margin: 0 0 1em 0;
}

#svLoginContainer fieldset {
	margin-bottom: 0;
}

#svLoginContainer input {
	margin-bottom: 10px;
}

/*** Sign Up ***/
#profile label {
	width: 10em;
	display: inline-block;
}

#profile legend {
	margin-bottom: 1em;
}

#profile input[ type = 'submit' ] {
	float: left;
}


/** Search Results Page **/
#svSearchResults #svPortal {
	margin: 0;
	padding: 0;
	border: none;
}

#svSearchResults #svPortal dl {
	padding: 0;
}


/** Footer **/
#footer {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	border: none;
}

#footer * {
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

#footer p {
	float: none;
}

#footer .divider {
	width: 100%;
	height: 10px;
	margin: 0 0 5px 0;
	position: static;
	background: #112331 url( '../images/layout/backgrounds/bgTrim.png' ) center repeat-y;
}

/*** Component Section ***/
#footerComponents .component {
	min-height: 205px;
	overflow: hidden;
	background: url( '../images/layout/backgrounds/bgFooterComponent.png' ) no-repeat;
}

#footerComponents .component .componentInner {
	margin: 20px 0 20px 20px;
}

#footerComponents .component:first-child {
	background: none;
}

/*** Credit Section ***/
#creditsWrap {
	width: 100%;
	padding: 10px 0;
	background: #fff;
}

#credits * {
	color: #254b5f;
	text-shadow: none;
}

#credits {
}

#copy {
	text-align: left;
}

#byline {
	text-align: right;
}

#byline a {
	text-decoration: none;
}

#byline a:hover {
	text-decoration: underline;
}

/*** Content Background ***/
#contentBackground {
	width: 100%;
	height: 290px;
	position: absolute;
	left: 0;
	top: -290px;
	z-index: -5;
	background: #fff;
}

.home #contentBackground {
	height: 400px;
	top: -400px;
}

#contentBackground .trim {
	width: 100%;
	height: 16px;
	background: #112331 url( '../images/layout/backgrounds/bgTrim.png' ) center repeat-y;
}

/*** Product Downloads ***/
.downloadForm {
	padding: 10px !important;
}

.downloadForm label {
	margin-right: 10px;
}

.downloadForm input[type="submit"] {
	margin-top: 10px;
	display: block;
}