/*
	Blinds by Bayliss Main CSS
	CSS by David Nash
	http://davidnash.com.au
	Design by Verb
	http://verb.com.au

	February 2009



	Colours:
	#68676c dark grey body background
	#e1e1e2 light grey nav background, text bg
	#cdcdcd page border
	#f3f3f3 white nav border
	#498bb4 nav blue selected text
	#616162 nav dark grey text
	#d7d7d7 photo border
	#ededed white border around page title
	#323234 dark grey content text colour


*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt,
dd, p, blockquote, pre, form, fieldset, table, th, td
{ margin: 0; padding: 0; }  

html {
	font: small Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
	font-weight: normal;
}

body {
	background: #68676c;
}

a img { border: 0; }

table {	border-collapse: collapse; }

.clear { clear: both; }

.hidden { display: none; }

#Login {
	padding: 20px 0 0 20px;
	color: #777;
}

#Col {
	width: 950px;
	margin: 37px auto 10px auto;
	padding: 0;
}

#FadingBorder {
	height: 583px;
	width: 950px;
	border: 1px solid #cdcdcd;
	position: absolute;
}

#Frame {
	height: 561px;
	padding: 10px;
	position: relative;
}

#Frame h1 a {
	display: block;
	width: 156px;
	height: 21px;
	background: url("../images/logo-dark.png") no-repeat;

	position: absolute;
	top: 539px;
	left: 68px;
}

#ContactPage #Frame h1 a {
	background: url("../images/logo-light.png") no-repeat;
}


/* top level menus */

ul#Nav {
	font-size: 125%;
	list-style-type: none;
	background: #e1e1e2;
	border: 1px solid #f3f3f3;
	width: 115px;
	padding: 11px 5px 0 11px;
}

#Nav li {
	display: block;
	padding: 0 0 0.9em 0;
}

#Nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #323234;
	display: block;
}

#Nav li a:hover, #Nav li a.current, #Nav li a.section {
	color: #498bb4;
}

#Nav li a.current, #Nav li a.section {
	font-weight: bold;
}

/* sub menus */
ul#Nav ul {
	list-style-type: none;
	padding: 0 5px 0 7px;
}

ul#Nav ul li {
	padding: 5px 0 0 0;
	font-size: 87%;
}

ul#Nav ul li a {
	text-transform: none;
}


/* page titles */

#PageTitle {
	border: 1px solid #ededed;
	position: absolute;
	width: 716px;
	height: 61px;
	z-index: 2;
	left: 221px;
	top: 48px;
}

#PageTitle h2 {
	width: 500px;
	height: 61px;
	
	background: no-repeat;
	/* background-image is set by core.js */

	position: absolute;
	top: 0;
	left: 19px;
}

/* 
4 different templates:
-home
-heading page
-description page
-gallery
-(plus contact?)
*/

#HeadingPage #PageTitle, #ContactPage #PageTitle {
	top: 466px;
}

#DescriptionPage #PageTitle, #ShowroomGalleryPage #PageTitle {
	position: absolute;
	top: 21px;
	left: 695px;
	width: 242px;
	height: 45px;
}

#DescriptionPage #PageTitle h2, #ShowroomGalleryPage #PageTitle h2 {
	background: no-repeat;
	top: 0;
	left: 0;
	width: 241px;
	height: 44px;
}


/* the text in the right hand column */

#Text {
	font-size: 125%;
	position: absolute;
	top: 10px;
	left: 706px;
	width: 188px;
	min-height: 423px;
	background: #e1e1e2;
	color: #000;
	z-index: 1;
	padding: 120px 17px 18px 17px;
	line-height: 140%;
}

#Text a {
	color: #498bb4;
	text-decoration: none;
}

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

#homepage #Text {
	height: 423px;
	overflow: hidden;
}

#HeadingPage #Text, #ContactPage #Text {
	padding-top: 20px;
	min-height: 523px;
}

#DescriptionPage #Text {
	padding-top: 70px;
	min-height: 473px;
}


/* for the CMS login screen */

#LogInBox {
	position: absolute;
	left: 153px;
	top: 10px;
	border: 1px solid #d7d7d7;
	width: 773px;
	height: 561px;
	overflow: hidden;
	background: #ccc;
}


/* Gallery */

#GalleryViewport {
	position: absolute;
	left: 153px;
	top: 10px;
	border: solid #fff;
	border-width: 1px 0 1px 1px;
	width: 552px;
	height: 561px;
	overflow: hidden;
	z-index: -1;
	background: #e1e1e2;
}

#GallerySpool {
	position: relative;
}

#GallerySpool img { 
	display: block;
	float: left;
}

#GalleryNav {
	text-align: center;
	width: 100%;
	height: 90px;
	padding-top: 20px;
}

#GalleryNav h4 {
	font-size: 100%;
	color: #498bb4;
	padding-bottom: 5px;
	text-transform: lowercase;
}

#GalleryNav p {
	color: #498bb4;
	font-size: 87%;
	line-height: 1;
}

#GalleryNav #GalleryControls {
	position: relative;
	margin: 0 auto;
	width: 150px;
}

#GalleryNext, #GalleryPrev {
	width: 20px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/nav-left.gif") no-repeat 100% 100%;
	cursor: pointer;
}

#GalleryNext {
	left: 130px;
	background: url("../images/nav-right.gif") no-repeat 0 100%;
}

#GalleryNav #FabricName {
	position: absolute;
	width: 100px;
	left: 20px;
	top: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #616162;
	font-size: 87%;
	padding: 5px;
}

/* Showroom Gallery
This uses the entire space for photos and doesn't have a text section
*/

#ShowroomGalleryPage #Text {
	display: none;
}

#ShowroomGalleryPage #GalleryNav {
	width: 100px;
	position: absolute;
	right: 80px;
	top: 60px;
}

#ShowroomGalleryPage #GalleryNav p {
	font-size: 120%;
	color: #fff;
}

#ShowroomGalleryPage #GalleryControls {
	width: 40px;
}

#ShowroomGalleryPage #GalleryNext {
	left: 25px;
	background-image: url("../images/nav-right-white.gif");
}

#ShowroomGalleryPage #GalleryPrev {
	background-image: url("../images/nav-left-white.gif");
}

#ShowroomGalleryPage #GalleryViewport {
	width: 773px;
	border-right: 1px solid #fff;
}

/* Contact Us page */
#Contact {
	background: #68676c;
	height: 100%;
	width: 100%;
	position: relative;
}

#ContactPage #GalleryViewport {
	z-index: 0;
}

#ContactPage #Frame h1 a {
	z-index: 1;
}

#Contact #SydneyMapHolder {
	position: absolute;
	top: 100px;
	left: 160px;
}

#Contact h3 {
	border: 1px solid #fff;
	width: 100px;
	height: 25px;
	color: #fff;
	font-size: 150%;
	position: relative;
	top: 4px;
	left: -7px;
	z-index: 3;
	padding: 2px 10px;
}

#Contact #SydneyMapHolder h3 {
	/*background: url("../images/titles/sydney.png") no-repeat 20px 3px;*/
}

#Contact .link a {
	color: #8CBBD8;
	font-size: 110%;
	position: relative;
	top: 5px;
	text-decoration: none;
}

#Contact .link a:hover {
	text-decoration: underline;
}

#Copyright {
	color: #fff;
	padding-top: 10px;
}

.pdficon {
	display: block;
	height: 19px;
	padding: 0 0 5px 28px;
	background: url(../images/pdf-icon.gif) no-repeat 0 0;
	font-size: 90%;
}
