/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	}
body {
	background:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:95%;
	color:#000;
	text-align:center;
	}
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {
	font-weight:bold;
	}
a:link {
	color:#6d6d6d;
	}
a:visited {
	color:#6d6d6d;
	}
a:hover {
	color:#ccc;
	text-decoration:none;
	}
a:active {
	color:#6d6d6d;
	}
a img {
	border:0;
	}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p {
	font-size:80%;
	line-height:1.5em;
	color:#6d6d6d;
	margin:0 0 1em 0;
	}
acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1, h2 {
	font-weight:normal;
	letter-spacing:0;
	color:#fff;
	background:transparent;
	}
h1 {
	margin:0 0 0.6em 0;
	font-size:140%;
	}
h2 {
	font-size:110%;
	}
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	margin:26px auto 26px auto;
	width:772px;
	text-align:left;
	line-height:1.1;
	background:transparent url(/img/wrap-back.gif) repeat-y;
	}
.fixed-width {
	margin:10px auto;
	width:772px;
	text-align:left;
	line-height:1.1;
	background:transparent;
	}
#top-corners {
	height:16px;
	overflow:hidden;
	background:transparent url(/img/top-corners.gif) no-repeat;
	}
#bottom-corners {
	height:16px;
	overflow:hidden;
	background:transparent url(/img/bottom-corners.gif) no-repeat;
	}
#header {
	padding-top:13px;
	background:transparent;
	}
#content {
	width:502px;
	margin:0 auto 0 auto;
	}
#footer {
	}
/*--------------------------------------------------------------
 About US styles 
-------------------------------------------------------------*/
.col-1, .col-2, .col-1-norm, .col-2-norm {
	float:left;
	width:342px;
	}
.col-2 {
	width:160px;
	}
.col-1 .padFix, .col-1-norm .padFix {
	margin:0;
	padding:0 20px 0 0;
	}
.col-1-norm, .col-2-norm {
	width:251px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin-left:135px;
	}
#header h1 a {
	display:block;
	width:87px;
	height:14px;
	overflow:hidden;
	background:transparent url(/img/fable-designs-logo.gif) no-repeat;
	}
#header h1 a span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	font-size:70%;
	}
/*--------------------------------------------------------------
 Home page specific styles 
--------------------------------------------------------------*/
#about-stripes, #about-stripes .stripe {
	display: block;
	}
#home-stripes .stripe, #about-stripes .stripe {
	padding-bottom:20px;
	}
#home-stripes .stripe img, #about-stripes .stripe img {
	display:block;
	}
#fable-logo-home {
	margin:-6px 0 14px 0;
	}
#about-view-folio {
	margin:-6px 0 14px 0;
	display: block;
	}
#fable-logo-home p {
	margin:0 auto 0 auto;
	width:116px;
	height:14px;
	overflow:hidden;
	background:transparent url(/img/fable-home-logo.gif) no-repeat;
	}
#about-view-folio p {
	margin:0 auto 0 auto;
	width:126px;
	height:13px;
	overflow:hidden;
	background:transparent url(/img/view-folio.gif) no-repeat;
	}
#fable-logo-home p span, #about-view-folio p span {
	display:none;
	}
/*--------------------------------------------------------------
 Top NAV specific styles 
--------------------------------------------------------------*/
#top-nav {
	display:inline;
	margin:22px 0 19px 135px;
	float:left;
	list-style:none;
	}
#top-nav li {
	list-style:none;
	float:left;
	}
#top-nav li a {
	display:block;
	height:30px;
	text-decoration:none;
	}
#top-nav li a span {
	display:none;
	}
#top-nav li#about a {
	width:60px;
	background:transparent url(/img/nav/about.gif) no-repeat 0 0;
	}
#top-nav li#products a {
	width:103px;
	background:transparent url(/img/nav/products.gif) no-repeat 0 0;
	}
#top-nav li#stockists a {
	width:112px;
	background:transparent url(/img/nav/stockists.gif) no-repeat 0 0;
	}
#top-nav li#folio a {
	width:73px;
	background:transparent url(/img/nav/folio.gif) no-repeat 0 0;
	}
#top-nav li#press a {
	width:62px;
	background:transparent url(/img/nav/press.gif) no-repeat 0 0;
	}
#top-nav li#contact a {
	width:92px;
	background:transparent url(/img/nav/contact.gif) no-repeat 0 0;
	}
	
#top-nav li#about a:hover, #top-nav li#about a.current {
	background-position:0 -30px;
	}
#top-nav li#products a:hover, #top-nav li#products a.current {
	background-position:0 -30px;
	}
#top-nav li#stockists a:hover, #top-nav li#stockists a.current {
	background-position:0 -30px;
	}
#top-nav li#folio a:hover, #top-nav li#folio a.current {
	background-position:0 -30px;
	}
#top-nav li#press a:hover, #top-nav li#press a.current {
	background-position:0 -30px;
	}
#top-nav li#contact a:hover, #top-nav li#contact a.current {
	background-position:0 -30px;
	}
/*--------------------------------------------------------------
 subnav styles 
--------------------------------------------------------------*/
ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#subnav li {
	float: left;
	margin-right: 50px;
	}
#subnav li.last {
	margin-right: 0;
	}
#subnav li a:hover {
	background-position: 0 -413px;
	}
#subnav li a {
	display: block;
	width: 226px;
	height: 413px;
	}
#subnav li a span {
	display: none;
	}
a#bags {
	background: url(/img/bags-button.gif) no-repeat;
	}
a#cushions {
	background: url(/img/cushions-button.gif) no-repeat;
	}
a#design {
	background: url(/img/design-button.gif) no-repeat;
	}
a#art {
	background: url(/img/art-button.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {
	text-align:right;
	}
.text-align-left{
	text-align:left;
	}
.center {
	text-align:center;
	}
.float-right {
	float:right;
	padding:0 0 14px 14px;
	}
.float-left {
	float:left;
	padding:0 14px 14px 0;
	}
div.float-fix {
	overflow:hidden;
	clear:both;
	height:0;
	}
br.float-fix {
	clear:both;
	}
.bold {
	font-weight:bold;
	}
	
/* Header SmoothGallery
--------------------------------------------- */

#content #myGallery {
	width:  538px !important;
	height: 391px !important;
	border: none;
}

#content #myGallery .slideElement
{
	margin-left:18px;
	height: 341px;
	background-color: #FFFFFF;
}

#content #myGallery .loadingElement {
	background-color: #FFFFFF;
	background-image: url('/img/gallery/loading.gif');
}

#content #myGallery .slideInfoZone {
	height: 50px;	
	background: #FFFFFF; /* seems IE6 renders the font really badly when this is transparent */
	color: #333333 !important;
}

#content #myGallery .slideInfoZone h2 {
	font-family:"Courier New", Courier, monospace;
	text-align:right;
	text-transform: none;
	font-size: 13px;
	margin: 9px;
	font-weight: normal;
	color: #333333 !important;
}
.jdGallery a.left
{
	background: url('/img/gallery/back-arrow.gif') no-repeat 0 330px !important;
}
.jdGallery a.right
{
	background: url('/img/gallery/forward-arrow.gif') no-repeat 100% 330px !important;
}
/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
form.std-form {
	width:490px;
	overflow:hidden;	
	padding-top:6px;
	}
form.std-form fieldset {
	margin:0 0 13px 0;
	display:block;
	width:480px;
	overflow:hidden;
	border:0;
	}
form.std-form legend {
	margin:0 0 12px 0;
	padding:8px 0;
	padding-bottom:0;
	color:#658180;
	font-weight:normal;
	font-size:100%;
	text-transform:capitalize;
	}
form.std-form td {
	padding-bottom:6px;
	}
form.std-form tr {
	vertical-align:top;
	}
form.std-form label {
	display:block;
	color:#676767;
	font-size:100%;
	padding:0 0 6px 0;
	}
form.std-form input, form.std-form textarea, form.std-form select {
	display:block;
	color:#658180;
	border-color:#bababa;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	padding:3px;
	}
form.std-form select option {
	padding:0 18px 0 0;
	}
form.std-form textarea {
	font-family:Arial, sans-serif, serif;
	font-size:110%;
	}
.input_text,
.input_password,
textarea,
select { 
	border-collapse:collapse;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	border:1px solid #a3b3bb;
	padding:3px 0;
	}
form.std-form td.large input, form.std-form td.large textarea {
	width:380px;
	}
form.std-form td.large {
	}
form.std-form td select {
	width:auto;
	}
form.std-form td.sub {
	padding:8px 0 0 23px;
	}
label {
	color:#000;
	font-size:70%;
	}

form.std-form fieldset input.input_check, #members-login input.input_check {
	width:auto;
	}
label:hover, label.ie_hover {
	color:#666;
	}

form.std-form fieldset input.ie_hover, form.std-form fieldset textarea.ie_hover,
form.std-form fieldset input:hover, form.std-form fieldset textarea:hover,
input.input_text:hover, textarea.input_text:hover { 
	border:1px solid #d0c73d;
	background:#FDFDE2;
	}

/*.input_text:focus, .input_password:focus, textarea:focus,*/
form.std-form fieldset input.ie_focus, form.std-form fieldset textarea.ie_focus,
form.std-form fieldset input:focus, form.std-form fieldset textarea:focus,
input.input_text:focus, textarea.input_text:focus { 
	border:1px solid #d0c73d;
	background:#FDFDE2;
	}

form.std-form input.submit, form.std-form input.submit:hover, form.std-form fieldset input.submit {
	margin:0;
	padding:0;
	border:0;
	}
#error {
	border:1px solid #d0c73d;
	background:#FDFDE2;
	font-size:70%;
	padding:10px;
	}
#error p {
	font-size:100%;
	color:#9c9307;
	font-weight:bold;
	margin:0;
	line-height:1.8em;
	}
.hide {
	display:none;
	height:0;
	overflow:hidden;
	visibility:hidden;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
  border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed,form.std-form fieldset  textarea.validation-passed {
  border: 1px solid green;
}
.validation-advice {
  margin: 2px; 
  padding: 2px; 
  color:#fff; 
  background-color:#f00;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}

/*--------------------------------------------------------------
 Custom page styles 
--------------------------------------------------------------*/
#custom ul {
	float:left;
	list-style:none;
	margin-bottom:10px;
	}
#custom ul.last {
	margin-bottom:20px
	}
#custom ul li {
	list-style:none;
	float:left;
	}
#custom ul li a {
	display:block;
	width:170px;
	height:160px;
	}
#custom ul li a img {
	margin-right:10px;
	}
#custom ul li.last a {
	display:block;
	width:160px;
	height:160px;
	}
#custom ul li a img {
	margin-right:0;
	}
/*--------------------------------------------------------------
 Custom page styles 
--------------------------------------------------------------*/
#sitescene {
	float:right;
	position: relative;
	margin:-22px 0pt 10px;
	width:47px;
	}
#sitescene a {
	background:transparent url(/img/sitescene.gif) no-repeat 0 0;
	display:block;
	width:36px;
	height:33px;
	padding:0pt;
	text-decoration:none;
	}
#sitescene a:hover {
	background-position:0pt -33px;
	}
#sitescene a span {
	display:none;
	}