/*
----------------------------------------------------------------------
REGULATE ELEMENTS and SETUP
---------------------------------------------------------------------- 
*/

*, html, body {
	margin: 0;
	padding: 0;
	}


body {
	text-align: left;/*for editor, usually would be center*/
	background: #FFFFFF;/*compulsory for editor background colour*/
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	line-height: 1.6em;
	height: 100%;
	}	
	
html {
	/*background: #FFFFFF url(../upload/bgd_leftColumn2.png) 0 0 repeat-y;*/
	}



/* headings */


h1, h2, h3, h4, h5, h6, p, li, a:link {
	margin: 0 0 1em 0;
	}

/*overcome IE double-margin float bug */
/*IE take externally */
* html h1, * html h2, * html h3, * html h4, * html h5, * html h6, * html p, * html li, * html a:link {
	margin-bottom: .5em;
	}

h1 {
	color: #000;
	line-height: 1.2em;
	}

/*IE take externally */
* html h1 {
	font-size: 200%;
	}

h2 {
	color: #000;
	line-height: 1.2em;
	}


/*IE hack, will be taken externally to css via conditional comment */
* html h2 {
	font-size: 175%;
	}

h3 {
	color: #000;
	line-height: 1.2em;
	}

h4 {
	color: #000;
	line-height: 1.2em;
	} 






/* lists */


ul, ol {
	list-style-position: outside;
	margin: 1em 2em 1.5em 30px;
	}

li  {
	font-size:1em;/*keeps the font size equal to whatever is set in the body tag, avoids compounding */
	}

/* prevent shrinking text in nested lists, so it remains 1:1 with whatever the body em is set to */
ol ol, ul ol, ol ul, ul ul, ol p, ul p  {
	font-size:1em;}

ul li, ol li{
	margin: 0;
	}

#mainContent p, #mainContent ul, #mainContent li {
	font-size:1em !important;
	line-height: 1.6em;
	}






/* anchors */


body a * {/*so that images don't attract values*/
	border: none;
	background: none;
	padding: 0;
	vertical-align: top;
	}

body a {
	color: #FF0000;
	text-decoration: underline;
	}

/*a:visited:hover, a:hover {/*so that targetted-anchor-text and anchor-images do not receive subsequent treatments
	text-decoration: none;
}*/


/*use the :link psuedo-class from here on so as not to affect targetted anchors*/

a:link:visited{
	color: #FF0000;
	text-decoration: underline;
	}

a:link:hover {
	color: #FF0000;
	text-decoration: underline;
	}

a:link:active {
	color: #FF0000;
	text-decoration: underline;
	}






/* CMS alignments */

.floatRight, #floatRight {
	float: right;
	}

.floatLeft, #floatLeft {
	float: left;
	}


.Align-Right {
	float: right;
	}



.Align-Left {
	float: left;
	}


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






/* forms */

fieldset {
	padding: 10px;
	margin: 10px 0;
	width: auto;
	border: 0px;
	}


label {
		font-weight: bold;
	}






/* Float clearing, to be replaced with generated content clear (see below) */

.floatClear,#floatClear  {
	clear: both;
	line-height : 0em;
	font-size: 0em !important;
	background-color: transparent;
	}

div.floatClear, span.floatClear {
	clear: both;
	line-height : 0em;
	font-size: 0em;
	background-color: transparent;
	}

/* replacement float clearing (markup yet to be implemented) */

.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	line-height: 1px;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
/*IE hack, will be taken externally to css via conditional comment */
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

	/*IE hack, will be taken externally to css via conditional comment */
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}







/* misc */


hr {
	height: 2px;
	color: #fff;
	background-color: #fff;
	border: 0;
	border: 0px solid #fff;
	display:block; 
	clear:both; 
	margin-bottom: 0px;
	}
	
	

.hidden,
.invisible{
    display: none;
    width: 0px;
    height: 0px;
	}





/*
----------------------------------------------------------------------
LAYOUT/POSITIONING - MAIN CONTAINERS
---------------------------------------------------------------------- 
*/


#perimeter {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	min-height:100%;
	background: transparent;/*set to be overall background colour*/
	text-align: center;/*usually would put this on the body, but affected the editor*/
	padding: 0;
		background: transparent url(../upload/bgd_leftColumn2.png) 0 0 repeat-y;
	}
	
body.class-home #perimeter {
	background: transparent url(../upload/bgd_montTile.png) 0 90px repeat-x;
	}


/*IE hack, will be taken externally to css via conditional comment */
* html #perimeter {/*IE WIN hack to force background colour deeper than the viewport*/
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom:0px;
	height: 110%;
	}


#outerContainer {
	text-align: left;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	background: transparent url(../upload/bgd_leftColumn2.png) 0 0 repeat-y;
	width: 100%; /*parse to IE5.xWin, the physical screen-pixel-width-requirement */
/*border-bottom: 2px solid green;*/	}


/*IE hack, will be taken externally to css via conditional comment */
* html #outerContainer {
	height: auto;/*required for IE Win so the background doesn't stretch down to the extent of the perimeter div*/
	}


#innerContainer {
	background: transparent;
	border-bottom: none;
	margin: 0;
	height:100%;		
	width: auto; /*parse to IE5.xWin, the physical screen-pixel-width-requirement */
	z-index: 20;
	}







/*
----------------------------------------------------------------------
UPPER NAVIGATION - SECONDARY NAVIGATION
---------------------------------------------------------------------- 
*/

#upperNavigation {
	background: #000000 url(../images/bgd_upperNavigation.png) bottom left repeat-x;
	overflow: hidden;
	height: 90px;
	padding: 0;
	width: 100%; /*parse to IE5.xWin, the physical screen-pixel-width-requirement */
	border-left: 1px solid #000000;
	border-bottom: 1px solid #333333;
	position:fixed;
	z-index:100;
	}


#upperNavigation ul {
	list-style: none;
	margin: 0 0 0 20px;
	height: 90px;
	padding:0;
	position: relative;/*reset the positioning context*/
	}

#upperNavigation li {
	position: absolute;
	top: 10px;
	left:0;
	}

#upperNavigation li+li {
	position: absolute;
	top: 30px;
	left:0;
	}

#upperNavigation li+li+li {
	position: absolute;
	top: 50px;
	left:0;
	}

#upperNavigation li+li+li+li {
	position: absolute;
	top: 10px;
	left:100px;
	}

#upperNavigation li+li+li+li+li {
	position: absolute;
	top: 30px;
	left:100px;
	}

#upperNavigation li+li+li+li+li+li {
	position: absolute;
	top: 50px;
	left:100px;
	}
	
#upperNavigation li+li+li+li+li+li+li {
	position: absolute;
	top: 10px;
	left:200px;
	}
	
#upperNavigation li+li+li+li+li+li+li+li {
	position: absolute;
	top: 30px;
	left:200px;
	}
	
#upperNavigation li+li+li+li+li+li+li+li+li {
	position: absolute;
	top: 50px;
	left:200px;
	}

#upperNavigation li+li+li+li+li+li+li+li+li+li {
	position: absolute;
	top: 10px;
	left:450px;
	}
	
#upperNavigation li+li+li+li+li+li+li+li+li+li+li {
	position: absolute;
	top: 30px;
	left:450px;
	}
	
#upperNavigation li+li+li+li+li+li+li+li+li+li+li+li {
	position: absolute;
	top: 50px;
	left:450px;
	}

	
/*
safari hates this
#upperNavigation li:last-child a {
	background: transparent url(../upload/pdf_small.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	}
	*/

#upperNavigation a:link,
#upperNavigation a:visited {
	display: inline;/*inline elements require both a height and a line-height to be able to vertically align*/
	padding: 0;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	}

#upperNavigation a:hover,
#upperNavigation a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	
#upperNavigation li.current a:link,
#upperNavigation li.current a:visited,
#upperNavigation li.current a:hover,
#upperNavigation li.current a:active {
	color: #FF0000;
	text-decoration: none;
	}






/*
----------------------------------------------------------------------
MASTHEAD
---------------------------------------------------------------------- 
*/


#masthead {
	position: relative;
  	position: fixed;
	height: 0px;
	overflow: visible;
	width: 100%;
	z-index:100;
	}

#mastheadLead {
	} 

#mastheadLead img{
	margin:0;
	}


#mastheadTail {
	display: none;
	}




/*
----------------------------------------------------------------------
SEARCH
---------------------------------------------------------------------- 
*/

#searchContainer {
	position: absolute;
	position:fixed;
	top: 25px;
	left: 210px;
	z-index:100;
	}
	
* html #searchContainer {
	top: 22px;
	}

hr.search_excerpt_separator {
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	border: 1px solid #dddddd;
	margin: 15px 0;
	}

p#searchResults {
	background: #f7f7f7;
	border-top: 4px solid #ff0000;
	padding: 6px 10px;
	margin-bottom: 2em;
	}

p.searchTitle {
	margin: 0;
	padding:0;
	}

p.searchTitle a {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
	padding:0;
	}

p.searchExcerpt {
	margin: 0;
	padding:0;
	}


input#searchSubmitButton {
	border: 2px solid #FFFFFF;
	background: #CC0000;
	color: #FFFFFF;
	font-size: .8em;
	margin-left: 5px;
	}





/*
----------------------------------------------------------------------
IDENTITY
---------------------------------------------------------------------- 
*/


#identity {
	position: absolute;
		position: fixed;
	top:-80px;
	right:30px;
	width: 172px;
	height: 64px;
		top:10px;
	z-index: 100;
	}


#identity img#logo {
	position: relative;
	}






/*
----------------------------------------------------------------------
FEATURE
---------------------------------------------------------------------- 
*/


#feature {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	display: none;
	}






/*
----------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------- 
*/

#content {
	padding:0;
	padding:0;
	width: 100%;
	background: transparent;
	z-index:10;
	}






/*
----------------------------------------------------------------------
LEFT CONTENT
---------------------------------------------------------------------- 
*/


#leftContent {
float:left;
display: inline;
width: 200px;
margin-right: -201px;
position:fixed;
top:0px;
left:0px;
margin-top: 92px;
z-index:100;
}





	

/*
----------------------------------------------------------------------
RIGHT CONTENT
---------------------------------------------------------------------- 
*/

#rightContent  {
	float:left;
	display: inline;
	border: 1px solid blue;
	display:none;
	}

#rightContent p, 
#rightContent li, 
#rightContent a {
	font-size: .8em;
	line-height: 1.4em;
	}






/*
----------------------------------------------------------------------
MAIN CONTENT
---------------------------------------------------------------------- 
*/

#mainContent{
  	float:left;
  	display: inline;
	margin: 0 0 0 230px;
	padding: 15px 10px 60px 0px;
	background: transparent;
	z-index: 20;
	width: auto;
	overflow: hidden;
	margin-top: 92px;
	}
	
body.class-home #mainContent{
	margin: 91px 0 0 201px;
	padding: 0px 10px 0px 0px;
		z-index: 90;
	}








/*
----------------------------------------------------------------------
PRIMARY NAVIGATION
----------------------------------------------------------------------  
*/

div#mainMenu  {
	padding: 0;
	margin: -1px 0 100px 1px;
	background: #000;
	font-size:.9em;
 	_width: 169px;
	}

#mainMenu ul {
	margin:0;
	padding:0 0 1px 0;
	list-style:none;
	}
	
#mainMenu ul ul {
	margin:8px 0 20px 30px;
	padding:0;
	line-height: 1.5em;
	}
	
#mainMenu ul ul ul {
	margin:0 0 0 10px;
	padding:0;
	}
	
#mainMenu li {
	margin:0;
	padding:0;
	}
	
#mainMenu li li {
	margin:0;
	padding:0;
	/*don't know why this is needed...buggy in IE*/_border:1px solid #F2F2F2;
	}

	
#mainMenu a {
	text-decoration: none;
	margin:0;
	padding:0;
	color: #DDDDDD;
	display:block;
}
	


#mainMenu a:hover {
text-decoration: underline;
}

#mainMenu a.topLevel {
	width: auto;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
	background : url(../images/bgd_primaryNav.png) 0 0 no-repeat;
	padding : 0 0 0 30px;
	margin: 0px 0 0px 0;
	white-space: normal;
	vertical-align: middle;
	line-height: 30px;
	height: 30px !important;
	font-size: 1.3em;
	text-transform: uppercase;
	}

/*IE hack, will be taken externally to css via conditional comment */
* html #mainMenu a.topLevel {
	width: 100%;/*full-width-clickable for IE*/
	}
	
#mainMenu a.topLevel:hover {
	color : #FFFFFF;
	text-decoration: underline;
	background : url(../images/bgd_primaryNav.png) 0 -30px no-repeat;
}

#mainMenu a.subCategory {
	text-transform: uppercase;
	padding: 3px 10px 0 0;
	margin:0;
}

#mainMenu a.subCategory:hover {
	color: #FF0000;
}

#mainMenu ul ul a.current:link,
#mainMenu ul ul a.current:visited,
#mainMenu ul ul a.current:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}




	
/*
----------------------------------------------------------------------
PRIMARY NAVIGATION - YOU ARE HERE TREATMENT
---------------------------------------------------------------------- 
*/



/*
----------------------------------------------------------------------
LOCAL NAVIGATION
---------------------------------------------------------------------- 
*/


#localNav {
	float:left;
	font-size:.8em;
	line-height:normal;
	display: block;
	width: 100%;
	margin-left: 0;
	padding-left:10px;
	background: transparent url(../images/localNavBgd.gif) 0 0 repeat-x;
	padding-top:15px;
	}

#localNav ul {
	display: inline;
	}

#localNav li {
	list-style-type:none;
	float:left;
	white-space: nowrap;
	background: url(../images/left.gif) no-repeat left top;
	padding:0 0 0 9px;
	height: auto;
	}

#localNav a {
	display:block;
	float:left;
	padding:5px 14px 0px 5px;
	text-decoration:none;
	background: url(../images/right.gif) no-repeat right top;
	font-weight:normal;
	color:#880;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#localNav a {float:none;}
/* End IE5-Mac hack */

#localNav a:visited {
	color:#880;
	}
	
#localNav a:hover {
	color:#880;
	text-decoration:underline;
	}

#localNav .current {
	background-image:url(../images/left_current.gif);
	}

#localNav .current a {
	background-image:url(../images/right_current.gif);
	color:#900;
	}





/*
----------------------------------------------------------------------
BREADCRUMBS
---------------------------------------------------------------------- 
*/

body.class-home #breadcrumbs,
body.class-search #breadcrumbs {
	display: none;
	}

#breadcrumbs {
	float: left;
	font-size: .75em;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	clear: both;
	position: relative;
	height: 20px;
	z-index: 100;
	display: none;
	}

#breadcrumbs ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#breadcrumbs li {
	display: inline;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	color: #000;
	}

#breadcrumbs a:link {
	color: #FF0000;
	}

#breadcrumbs a:visited {
	color: #FF0000;
	}

#breadcrumbs a:hover {
	color: #FF0000;
	}

#breadcrumbs a:active {
	color: #FF0000;
	}





/*
----------------------------------------------------------------------
PARAGRAPH STYLES
---------------------------------------------------------------------- 
*/


p.Paragraph-Warning {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	padding: 2px 5px 0px 5px;
	color: #000;
	background: #FFCFCC;
	margin: 10px 0 20px 0;
	}

p.Paragraph-Centred {
	text-align: center;
	}

p.PullQuoteLeft {
	float: left;
	clear: left;
	border: 1px solid #CACACA;
	width: 150px;
	padding: 10px;
	background: #FAFAFF;
	margin: 0 20px 10px 0;
	}

p.PullQuoteRightBoxed {
	float: right;
	clear: right;
	/*border: 1px solid #ddd;*/
	width: 150px;
	padding: 10px;
	background: #FFFFCC;/*EAF0F7*/
	margin: 0 0 10px 20px;
	}

p.PullQuoteRight {
	float: right;
	clear: right;
	width: 150px;
	padding: 10px;
	margin: 0 0 10px 20px;
	}


p.Paragraph-Boxed {
	background: #F6F9EC;
	border: 1px solid #996;
	padding: 20px;
	}

p.indented {
	margin-left: 60px;
	}

p#homePhoto {
	padding: 0;
	margin:0;
	width: 800px;
	overflow:hidden;
	position: relative;
	position:static;
	}

p#intro {
	color: #FFFFFF;
	padding: 5px 10px 5px 30px;
	margin:0;
	margin-bottom: 20px;
	background: #000000;
	}
	
* html p#intro {
	margin-top:5px;

	}

h2#seasonSelection {
	padding: 20px 0px 0px 30px;
	margin:0 0 10px 0;
}

p#intro a:link,
p#intro a:visited {
	color: #FFCC33;
	text-decoration: none;
	}

p#intro a:hover,
p#intro a:active {
	color: #FF0000;
	text-decoration: none;
	}






/*
----------------------------------------------------------------------
TABLES
---------------------------------------------------------------------- 
*/




table {
border: 1px solid #ccc;
border-right: none;
border-bottom: none;
background: #EEEEEE;
font-size: 1em;
margin-bottom: 10px;
vertical-align: top;
border-collapse: collapse;
text-align: left;
}

td {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 5px;
vertical-align: top;
}


/* invisible*/

table.table-invisible {
border: none;
background: transparent;
}

table.table-invisible td {
border: none;
}

/* rows */

table.table-rows {
border: none;
background: transparent;
}

table.table-rows tr{
border-bottom: 2px solid #BCD254;
}

table.table-rows td {
border: none;
padding: 10px;
}


/* wireframe */


table.table-wireframe {
border: none;
background: transparent;
}

table.table-wireframe td {
border: 1px solid #ccc;
padding: 5px 10px 20px;
}








/*
----------------------------------------------------------------------
CONTACT FORM / DETAILS
---------------------------------------------------------------------- 
*/

#contactDetails {
	float: right;
	width: 150px;
	background: #FFCCCC;
	padding: 10px;
	margin-left: 20px;
	margin-right:0;
	}


fieldset  {
	}


legend  {
	color: #FFFFFF;
	font-family: "arial black";
	background-color: #BBB;
	padding: 3px 8px;
	display: none;
	}

label   {
	font-weight: bold;
	color: #222;
	text-align: left;
	display: block;
	float: left;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: solid 1px #666;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 2px;
	width: auto;
	}

form input.basicSubmitButton {	
	margin: 0 0 5px 5px;
	padding: 0 15px;
	background: url(../images/submit_button_normal.gif) 0 0 repeat-x;
	border:none;
	border-top: 1px solid #666;
	border-right: 2px solid #666;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	height: 30px;
	font-weight: bold;
	}


fieldset#contactFormFieldset,
fieldset#warrantyFormFieldset{
	margin-top: 15px;
	background: #EEEEEE;
/*	border: 1px solid #bbb;*/
	}

fieldset#contactFormFieldset label {
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
	}

/*in normal state*/
#valid-firstName,
#valid-lastName,
#valid-subject,
fieldset#contactFormFieldset #valid-email,
#valid-message {
	background: #EEE;
	padding: 5px;
	margin-bottom: -10px;
	}

#input-valid-firstName,
#input-valid-lastName,
#input-valid-subject,
fieldset#contactFormFieldset #input-valid-email,
#input-valid-message
{
	width: 300px;
	border: 1px solid #bbb;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 2px;
	}
	
#input-valid-message
{
	width: 500px;
	}
	
	
#input-valid-firstName p,
#input-valid-lastName p,
#input-valid-subject p,
#input-valid-email p,
#input-valid-message p
{
	
	color: #000000;
	}


form#contactForm p.alert,
p.alert
{
	color: red;
	padding: 2px 0 8px 20px;
	background: url(http://www.itchybrain.com.au/barebones/images/alert.gif) 0 2px no-repeat;
	overflow: visible;
	line-height: 1.2em;
	margin-top: 5px;
	text-shadow: 0px 1px 0px #ffffff;
	}







/*
----------------------------------------------------------------------
IMAGE TREATMENTS
---------------------------------------------------------------------- 
*/

/* CMS image treatments */


img.Align-Right,
span.Align-Right img{
	padding-left: 30px;
	padding-bottom: 10px;
	border: 1px solid white;
	}

img.Align-Left,
span.Align-Left img {
	padding-right: 20px;
	padding-bottom: 10px;
	border: 1px solid white;
	}

.imgFramed img {
	padding: 10px;
	border: 1px solid #996;
	background: #F6F9EC;
	}


img.Align-Center,
span.Align-Center img {
	text-align: center;
	}


#mainContent img {
	margin: 10px 0;
	}


/*img#header {
	/*margin:-25px 0 -7px -29px;*/
	/*position: relative;
	left:-29px;
	top:-35px;
	}
*/


img#header {
	margin:0;
	}







/*
----------------------------------------------------------------------
PAGEFOOT
---------------------------------------------------------------------- 
*/


#pageFoot {/*without the position fixed of the footer, the pagefoot will still be forced open by IE due to the back to top button inside it */
	margin: 0;
	padding:0;
	background: transparent;
	height:0px !important;
	width:auto;
	overflow: visible;
	}

#pageFoot a {
	}





/*
----------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------- 
*/


#footer {
	color: #FFFFFF;
	text-align:left;
	margin: 0;
	padding: 0 0 0 20px;
	width:100%;
	font-size:.8em;
	height: 40px;
	background: #000000;
	position: fixed;
	left: 0;
	bottom:-1px;
	border-top: 2px solid #FFCC33;
	z-index: 100;
	}


#footer p {
	float:left;
	display: inline;
	margin:  0 10px;
	line-height: 30px
	}




/*
----------------------------------------------------------------------
LOWER NAVIGATION - TERTIARY NAVIGATION
---------------------------------------------------------------------- 
*/


#footer ul {
	list-style: none;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding:0 0 0 20px;
	}

#footer li {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	}

#footer a {
	margin-right: 10px;
	color: #FFFFFF;
	}






/*
----------------------------------------------------------------------
BACK TO TOP
---------------------------------------------------------------------- 
*/


#backToTop {
	position: fixed;
	right: 20px;
	z-index:101;
	display:none;/* had problems with peekaboo bug, so removed it instead */
	}
	
#backToTop { bottom:10px;}/*mozilla, must be explicitly set as a duplicate in conjunction with the next declaration*/
#backToTop { [bottom:10px;bottom:10px;]bottom:10px;_bottom:10px;}/*mozilla, safari, ie 7, 1e6 in that order */

#backToTop a {
	background-color: #CC0000;
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	border: 2px solid #000000;
	font-size: .8em;
	display:block;
	position: relative;
	}
	

#backToTop a:hover {
	color: white;
	text-decoration: underline;
	border: 2px solid #FFCC33;
	}






/*
----------------------------------------------------------------------
CATALOGUE MODULE
---------------------------------------------------------------------- 
*/



#catalogue {
	margin-left: 30px;
	}
	
div.catalogue {
margin:0;
padding:0;
}

dl.productSampleGroup {
	padding: 0;
	margin: 0;
	}
	
	dl.productSample {
	float: left;
	background: transparent url(../upload/bgd_teaserBorder.png) 0 3px no-repeat;
	padding: 0 15px;
	margin: 0 10px 10px 0;
	width: 145px;
	color: #000000;
	height:300px;
	}

h1.subCategory {
	font-weight: normal;
	text-transform: uppercase;
	margin: 1em 0 .8em 0;
	font-size: 1.1em;
	color: #666666;
	}

h2.subSubCategory {
	font-weight: normal;
	margin-bottom: 1.3em;
	}

dl.productSample a:link,
dl.productSample a:visited {
	color: #000000;
	text-decoration: none;
	}

dl.productSample a:hover,
dl.productSample a:hover {
	color: #000000;
	text-decoration: underline;
	}

dl.productSample dt.subCategory,
dl.productSample dt.subSubCategory{
	text-transform: uppercase;
	font-size: .75em;
	}

dl.productSample dt.subCategory a:link,
dl.productSample dt.subCategory a:visited,
dl.productSample dt.subSubCategory a:link,
dl.productSample dt.subSubCategory a:visited{
	color: #666666;
	text-decoration: none;
	}

dl.productSample dt.subCategory a:hover,
dl.productSample dt.subCategory a:active,
dl.productSample dt.subSubCategory a:hover,
dl.productSample dt.subSubCategory a:active{
	color: #666666;
	text-decoration: underline;
	}

dl.productSample dt.productName {
	font-weight: bold;
	font-size: 1em;

	}

dl.productSample dt.productThumbnail {
	text-align: center;
	height: 160px;
	line-height: 160px;
	}

dl.productSample dt.productThumbnail img {
	vertical-align: middle;
	}

dl.productSample dt.productIntroduction {
	color: #000000;
	}


/*
----------------------------------------------------------------------
CLOTHING PRODUCT PAGE
---------------------------------------------------------------------- 
*/


#catalogue dd,
.catalogue dd {
	margin:0;
	padding:0;
	}

#leftSection {
	width:200px;
	float:left;
	margin:0;
	padding: 0 30px 0 0;
	}

#centreSection {
	width: 300px;
	float:left;
	margin:0 20px 0 0;
	padding: 0;
	}

#centreSection dl {
	padding-left: 30px;
	}

#centreSection dt {
	font-weight: bold;
	}

div.mediumImageBorder {
	text-align: center;
	height: 330px;
	line-height: 330px;
	margin-bottom: 30px;
	background: transparent url(../upload/mediumImageBorder.gif) 0 0 no-repeat;

	}

div.mediumImageBorder img{
	vertical-align: middle;
	}

#rightSection {
	width:180px;
	float:left;
	margin:0;
	padding:0;
	}

p#viewAllPhotos a {
padding: 1px 0 4px 25px;
background: url(../images/application_view_icons.png) 0 0 no-repeat;
}

p#whereToBuy {
	border: 1px solid silver;
	padding: 6px 6px 6px 30px;
	width: 130px;
	margin-bottom: 1em;
	background: url(../images/cart.png) 7px center no-repeat;
	}
	

p#sizingChart {
	border: 1px solid silver;
	padding: 6px 6px 6px 30px;
	width: 130px;
	margin-bottom: 1em;
	background: url(../images/chart_curve.png) 7px center no-repeat;
	}

#leftSection ul {
list-style-type:disc;
list-style-image: url(../images/bullet_grey.gif);}

#leftSection ul img {
float:left;
display:block;
clear:both;
}


#rightSection a:link,
#rightSection a:visited {
color: #555555;
text-decoration: none;
font-size: .85em;
}

#rightSection a:hover {
color: #000000;
text-decoration: underline;
}

#rightSection li.current a:link,
#rightSection li.current a:visited {
color: #000000;
font-weight: bold !important;
padding-left: 20px;
background: url(../images/bullet_red.gif) 0 0 no-repeat;
}

#rightSection li.current a:hover {
color: #000000;
text-decoration: none;
}




#rightSection a:link,
#rightSection a:visited {
color: #555555;
text-decoration: none;
font-size: .85em;
}

#rightSection a:hover {
color: #000000;
text-decoration: underline;
}

#rightSection ul.siblingProducts li.current a:link,
#rightSection li.current a:visited {
color: #000000;
font-weight: bold !important;
padding-left: 20px;
background: url(../images/bullet_red.gif) 0 0 no-repeat;
}

#rightSection ul.siblingProducts li.current a:hover {
color: #000000;
text-decoration: none;
}

ul.siblingProducts {
list-style:none;
margin-left:0px;
}

/*
----------------------------------------------------------------------
YET TO CLASSIFY
---------------------------------------------------------------------- 
*/

p.pdf_icon a {
	background: transparent url(../upload/pdf_small.gif) 0 0 no-repeat;
	padding-left: 20px;
}

/*p#productDatabaseLink {
position: relative;
top: 20px;
left: 10px;
border: 1px solid silver;
padding: 5px 3px;
}
*/


div.bulletFeatures ul {
margin:0;
padding-left:18px;
}

ul#filterProducts {
list-style:none;
margin:0;
padding:0;
display:inline;
float:left;
}

ul#filterProducts li {
float:left;
margin-right: 10px;
display:inline;
}

ul#filterProducts a,
ul#filterProducts a:visited {
text-decoration: none;
color: #000000;
}

ul#filterProducts a:hover {
text-decoration: underline;
color: red;
}

ul#filterProducts li.current a {
font-weight:bold;
text-decoration: underline;
color: red;
}

ul#filterProducts p {
line-height: 1;
margin-bottom:.5em;
}

h4#filterProductsMessage {
padding-top: 30px;
clear:left;
}

/* html dl.productSampleGroup {
margin-top:-20px;
}

* html dl.productSampleGroup h1 {
margin-bottom:-10px;
}



/*
----------------------------------------------------------------------
NEWS MODULE
---------------------------------------------------------------------- 
*/

.leftFeature {
  margin-top: -80px;
}

#newsColumn {
  background: #474747;
  width: 160px;
  margin: 20px auto;
  padding-bottom: 10px;
}

#newsHeading {
  color: #000;
  text-transform: uppercase;
  padding: 4px 10px 2px;
  margin-bottom: 0;
  background: url(../images/bg_sideColumnHeading.gif) 0 0 repeat-x;
}
#storySet {
  padding: 10px 0px;
}
#storySet p {
  margin: 5px 10px;
}

#storySet a,
#storySet a:visited {
  color:#FFFFFF;
}
#storySet a:hover {
  color:#FFCC00;
}

.storyDate {
  font-weight: bold;
  font-size: .8em;
  color: #000;
  display: block;
}
#newsArchive {
  margin: 20px 0 10px 10px;
}

a#newsArchive,
a#newsArchive:visited {
  color:#FFCC00!important;
}

a#newsArchive:hover {
  color:#FFF!important;
}

.news-story-title {
  font-size: 125%;
  font-weight: bold;
}
.news-story-date {
  font-size: 90%;
  color: #777;
}
.news-story-body {
}

