
/* Generic CSS */
html>body {
	font-size: 16px;
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

.invisible {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -5000px;
}
legend.invisible {
	display: none;
}


/* Default Page CSS */
html {
	font-family: "Arial MT", Arial, Helvetica, Verdana, sans-serif;
	background: url(/assets/images/backgroundTile.gif) #3E4147 repeat 0px 0px;
	text-align: center;
	color: #000000;
}

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	margin-bottom: 20px;
}

a, a:visited {
	text-decoration: none;
	color: #002D73;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a.lowerLink {
	text-transform: lowercase;
}

h1, h2, h3, h4 {
	font-family: Verdana, "Arial MT", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00205C;
}

hr {
	border: none;
	border-top: 1px solid #00205C;
	background: none;
	height: 1px;
	overflow: hidden;
	margin: 5px 0px;
	padding: 0px;
}

.bottomButtons {
	text-align: right;
}


/* Common Page CSS */
#centredContainer {
	text-align: left;
	margin: 0px auto;
	width: 880px;
	border:  2px solid #FFFFFF;
	border-top: none;
	background-color: #FFFFFF;
}

#header {
	height: 120px;
	border-bottom: 2px solid #FFFFFF;
}

#logo {
	float: left;
	width: 248px;
	height: 120px;
}
#logo img {
	border: none;
}
#bannerMiddle {
	float: left;
	width: 468px;
	height: 60px;
	padding-top: 30px;
/*	background: url(/assets/images/bannerMiddle.jpg) #FFFFFF no-repeat 0px 0px; */
}
#bannerRight {
	float: left;
	width: 164px;
	height: 120px;
	background-color: #FFFFFF;
}
#bannerRight img {
	margin: 35px 0px 0px 6px;
}

/* Home page has no Flame logo unless Flash isn't installed. */
.bodyclass_home #bannerMiddle {
	width: 510px;
	height: 62px;
	padding-left: 38px;
}
.bodyclass_home #bannerMiddle div {
	margin-top: 34px;
}
.bodyclass_home #bannerRight {
	display: none;
}


#content {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background: url(/assets/images/contentBGSlice3Cols.gif) #CEEBF4 repeat-y 0px 0px;
	position: relative;	/* Used for left-column fader */
}
body.twoCols #content {
	background: url(/assets/images/contentBGSlice2Cols.gif) #CEEBF4 repeat-y 0px 0px;
}


/* Because of the left-column fader, do not give this element relative positioning */
#leftColumn {
	float: left;
	width: 223px;
	background-color: #00205C;
	border-right: 2px solid #FFFFFF;
	min-height: 450px;
}
body.twoCols #leftColumn {
	display: none;
}
/* Switch between text being aligned with bottom of image, or bottom of left container */
/*
#leftColumn p.caption {
	margin: 12px;
	padding: 0px;
	font-size: 0.6em;
	line-height: 1.35em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
}
#leftColumnFaderContainer {
	position: relative;
}
#leftColumnFaderContainer img {
	position: relative;
	z-index: 5;
}
#leftColumnFaderContainer #psContainer {		
	position: absolute;
	width: 223px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background-color: #00205C;
}
*/
#psContainer {		
	position: absolute;
	width: 223px;
	left: 0px;
	bottom: 0px;
	background-color: #00205C;
}
#psContainer p.caption,
#leftColumn p.caption {
	margin: 12px;
	padding: 0px;
	font-size: 0.6em;
	line-height: 1.35em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
}

/**/

#mainBody {
	float: left;
	padding: 0px 35px 30px;
	width: 333px;
	min-height: 450px;
	border-right: 2px solid #FFFFFF;
	background-color: #CEEBF4;
}
body.twoCols #mainBody {
	padding-left: 70px;
	width: 523px;
}
#mainBody .inner {
	margin: 15px 0px;
}

#mainBody .inner span.recommended {
	font-weight: bold;
	color: #CC0000;
}


#mainBody h1 {
	font-size: 1em;
	padding: 0px 0px 10px 0px;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px solid #00205C;
	clear: both;
}
#mainBody h2 {
	font-size: 0.9em;
	padding: 0px 0px 10px 0px;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px solid #00205C;
	clear: both;
}
#mainBody h3 {
	font-size: 0.7em;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	clear: both;
	line-height: 1.35em;
}
#mainBody h3,
#mainBody h3 a,
#mainBody h3 a:visited {
	color: #000000;
}

#mainBody img {
	margin-bottom: 5px;
}

#mainBody p {
	font-size: 0.7em;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.35em;
}
body.bodyclass_companyteam #mainBody p img {
	margin-right: 15px;
}

#mainBody p.caption {
	font-size: 0.55em;
	margin: 0px 0px 8px 0px;
	line-height: 1.35em;
	font-family: Arial, Helvetica, "Arial MT", Verdana, sans-serif;
}
#mainBody a {
	font-weight: bold;
}
#mainBody blockquote {
	padding: 0px;
	margin: 0px;
	color: #00205C;
}
#mainBody p.quoteAuthorName {
	font-weight: bold;
}
#mainBody ul {
	font-size: 0.7em;
	list-style-type: none;
	margin-left: 16px;
}
#mainBody li {
	margin: 3px 0px;
	line-height: 1.35em;
}


/* Form CSS */
#mainBody form {
	background-color: #E1F5FD;
	padding: 20px;
}
#mainBody form.noBorder,
#mainBody .draggable form {
	background-color: transparent;
	padding: 0px;
}
#mainBody fieldset legend {
	display: none;
}


#mainBody div.fieldPair label,
#mainBody div.fieldPair span.label,
#mainBody div.radioPair label,
#mainBody div.radioPair span.label,
#mainBody div.fieldPairTwoCol label,
#mainBody div.fieldPairTwoCol span.label,
#mainBody div.radioPairTwoCol label,
#mainBody div.radioPairTwoCol span.label {
	font-size: 0.7em;
}
#mainBody div.fieldPair input,
#mainBody div.fieldPair select,
#mainBody div.fieldPair textarea,
#mainBody div.radioPair input,
#mainBody div.radioPair select,
#mainBody div.radioPair textarea,
#mainBody div.fieldPairTwoCol input,
#mainBody div.fieldPairTwoCol select,
#mainBody div.fieldPairTwoCol textarea,
#mainBody div.radioPairTwoCol input,
#mainBody div.radioPairTwoCol select,
#mainBody div.radioPairTwoCol textarea {
	font-size: 0.7em;
	font-family: "Arial MT", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
}


/* Rows */
#mainBody div.fieldPair,
#mainBody div.radioPair,
#mainBody div.fieldPairTwoCol,
#mainBody div.radioPairTwoCol {
	width: 480px;
	margin-bottom: 5px;
}


/* Labels */
#mainBody div.fieldPair label,
#mainBody div.fieldPair span.label {
	display: block;
	width: 100%;
	margin-bottom: 2px;
}
#mainBody div.fieldPairTwoCol label,
#mainBody div.fieldPairTwoCol span.label,
#mainBody div.radioPairTwoCol span.label {
	display: inline;
	float: left;
	width: 140px;
	margin-right: 10px;
	text-align: right;
}


/* Inputs */
#mainBody div.fieldPair input,
#mainBody div.fieldPair textarea {
	display: block;
	width: 99%;
}
#mainBody div.notBlockAligned input {
	display: inline;
	width: auto;
}
#mainBody div.fieldPairTwoCol input,
#mainBody div.fieldPairTwoCol textarea {
	float: left;
	width: 325px;
}
#contactusform div.fieldPairTwoCol input#contactName,
#contactusform div.fieldPairTwoCol input#contactEmail {
	width: 290px;
}
#contactusform div.fieldPairTwoCol textarea#contactText {
	height: 200px;
}

/* Radios */
#mainBody div.radioPair label,
#mainBody div.radioPair input {
	vertical-align: middle;
}
#mainBody div.radioPairTwoCol label,
#mainBody div.radioPairTwoCol input {
	vertical-align: top;
}
#mainBody div.radioPairTwoCol .field {
	float: left;
	width: 325px;
}
#mainBody div.radioPairTwoCol .field input,
#mainBody div.radioPairTwoCol .field label {
	float: none;
	width: auto;
	display: inline;
	margin-right: 5px;
}
#mainBody div.radioPairTwoCol .field label {
	margin-right: 20px;
	text-align: left;
}



/* Mandatory */
span.mandatory {
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}
span.mandatory span {
	color: #FF0000;
}





#sideBar {
	float: right;
	width: 212px;
	min-height: 412px;
	padding: 19px;
	background-color: #E1F5FD;
}

.sideBarImage {
	margin-bottom: 10px;
}

#sideBar h2 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#sideBar p {
	font-size: 0.7em;
	padding: 0px;
	margin: 5px 0px;
	line-height: 1.35em;
}

#sideBar ul,
#sideBar li {
	padding: 0px;
	margin: 0px;
}

#sideBar ul {
	font-size: 0.7em;
	list-style-image: url(/assets/images/bulletPoint.gif);
	margin-left: 16px;
}
#sideBar li {
	margin: 3px 0px;
	line-height: 1.35em;
}


#footer {
	background-color: #00205C;
	color: #FFFFFF;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
}
#footer li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 0.7em;
	padding: 3px 5px 4px 5px;
	text-align: center;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footerDisclaimer {
	width: 92px;
	background-color: #3E4147;
}
#footerPrivacy {
	width: 110px;
	background-color: #3E4147;
	border-left: 1px dashed #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
li#footerCopyright {
	width: 365px;
	padding-left: 35px;
	text-align: left;
}
#footerHTML {
	width: 113px;
}
#footerCSS {
	width: 116px;
	border-left: 1px dashed #FFFFFF;
}


/* media releases freestyle html block for the left column overlay */
#leftColumn .mediaReleaseOverlay {
	position: absolute;
	width: 210px;
	top: 8px;
	left: 8px;
}
#leftColumn .mediaReleaseOverlay ul {
	font-size: 0.7em;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}
#leftColumn .mediaReleaseOverlay li {
	color: #FFFFFF;
	padding: 0px;
	margin: 3px 0px;
	line-height: 1.35em;
}
#leftColumn .mediaReleaseOverlay li a {
	color: #FFFFFF;
}


/* image gallery thumbs */
#mainBody ul.imageGallery {
	width: 100%;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	margin: 2em 0;
	padding:0;
}

#mainBody .imageGallery li {
	line-height: 1em;
	float: left;
	margin: 0 2px;
	padding: 0 2px;
	width:  35px;
}



/* shop page details */
.shops ul {
	list-style-type: none!important;
}
.shops li {
	clear: both;
}
.shops .sitestatus {
	color: grey;
	float: right;
	text-align:right;
}
.shops .link {
	float: left;
}
.shops .available {
	color: green;
	font-weight: bold;
}
.shops .unavailable {
	color: red;
	font-weight: bold;
}

.stories {
	padding: 0px;
}
.storyNavigator {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px!important;
	border-top: 2px solid #00205C;
	border-bottom: 2px solid #00205C;
	text-align: center;
}
.storyNavigator li {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 120%;
}
.storyNavigator li a {
	background-color: #00205C;
	color: #FFFFFF;
	padding: 2px 3px 2px 4px;
}
.bodyclass_storiesrepository .inner {
	font-size: 120%;
}
.bodyclass_storiesrepository .inner p {
	margin-bottom: 15px!important;
	line-height: 1.45em!important;

}

.storyRating {
	color: #8888BB;
	font-style: italic;
}
.storyCount {
	text-align: right;
	padding: 0px;
	margin: 0px;
}


.storyStats {
	font-size: 0.75em;
	margin-bottom: 20px;
}
.storyStats .rateMe {
	float: left;
}
.storyStats .storyRating {
	font-style: normal;
	color: #002D73;
	float: right;
}

/* stories sidebar on each page */
.storyTeaser {
	margin: 10px 0px;
	padding: 0px;
}
#sideBar .storyTeaser p.teaserIntro,
#sideBar .storyTeaser p.teaserReadMoreLink {
	background-color: #00205C;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	line-height: 1.6em;
	margin: 2em 0px;
}
.storyTeaser .teaserIntro a,
.storyTeaser .teaserReadMoreLink a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
#sideBar .storyTeaser p.teaserTitle {
	margin: 1.5em 0px 0px 0px;
	font-weight: bold;
}
.storyTeaser .teaserTitle a {
	display: block;
	font-size: 1.3em!important;
	line-height: 1.5em;
	margin: 0.3em 0px;
}
#sideBar .storyTeaser p.teaserText {
	line-height: 1.6em;
	margin: 1em 0px 2em 0px;
}
.storyTeaser .teaserText .hellip {
	font-size: 1.25em;
	color: #9999cc;
	font-weight: bold;
}
.reportStoryLink {
	text-align: right;
}
.reportStoryLink a {
	padding: 5px 15px;
	background-color: #002D73;
	color: #FFFFFF!important;
}

/* nightwear */
.calendarEntry {
	position: relative;
	height: 42px;
}
.calendarEntry .calendarDate,
.calendarEntry .calendarType {
	float: left;
	line-height: 42px;
}
.calendarEntry .calendarType {
	background: url(../images/cloth_icon.jpg) transparent no-repeat right top;
	width: 17em;
	padding-right: 65px;
}
.calendarEntry .calendarType.Tena {
	background-image: url(../images/tena_icon.jpg);
}

.storyListing {
	position: relative;
}
.storyListing .floatRight {
	position: absolute;
	top: 0.25em;
	right: 10px;
	font-size: 0.75em;
}
