@import url("nav.css");


/*-----------------------

Argyle Furniture

----------------------*/


* {
 padding: 0;
 margin: 0;
} /* this will reset all elements to margin/padding = 0 */

 

/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1577a6;
	color: #333333;
	text-align: center;
}


/*-----------------------
Container
----------------------*/
#container {
	width: 714px;
	margin: 15px auto 0;
	height: auto;
	text-align: left;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 2.4em;
	font-weight: normal;
	color: #555555;
}

h2 { 
	font-size: 1.4em;
	color: #2c4b9c;
}

h3 { 
	font-size: 1.3em; 
	color: #2c4b9c;
}

h4 { 
	font-size: 1.2em; 
	color: #3e3d3c;
	font-weight: normal; 
}

h5 { 
	font-size: 1.1em; 
	color: #3e3d3c;
	font-weight: bold;
}

p { 
	font-size: 1.2em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, p, ul, ol { margin-bottom: 10px; }

img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
	clear: right;
}

ul { 
	list-style-type: square;
	margin-left: 30px; 
	font-size: 1.2em;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
	font-size: 1.2em;
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #006699; 
	text-decoration: none; 
}

a:hover { 
	color: #006699; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*-----------------------
Header
----------------------*/
#header {
	background: url('../images/core/bg-header.gif') top center no-repeat;
	width: 714px;
	height: 124px;
	/*padding: 5px 8px 5px 4px;*/
	position: relative;
}
/*
#header-box {
	background: url('../images/core/bg-header-box.gif') repeat;
	width: 702px;
	height: 114px;
	margin: 5px 0 0 4px;
}*/

body#profile #header { background: url('../images/core/bg-header-inner.gif') no-repeat; }
body#upholstery #header { background: url('../images/core/bg-header-inner.gif') no-repeat; }
body#settees #header { background: url('../images/core/bg-header-inner.gif') no-repeat; }
body#contact #header { background: url('../images/core/bg-header-inner.gif') no-repeat; }

#header-logo {
	width: 316px;
	height: 62px;
	position: absolute;
	top: -10px;
	left: 44px;
}

#header-logo img { border: 0; }

#header-slogan {
	width: 199px;
	height: 11px;
	position: absolute;
	top: 39px;
	right: 132px;
}

#header-slogan img { border: 0; }

#header-label {
	width: 85px;
	height: 85px;
	position: absolute;
	top: -10px;
	right: 35px;
	z-index: 100;
}

#header-label img { border: 0; }

#slogan {
	width: 687px;
	height: 17px;
	position: absolute;
	top: 92px;
	left: 13px;
}

#slogan img { border: 0; }

/* Page title */

h1.pagetitle {
	text-indent: -9999px;
	width: 500px;
	height: 24px;
	position: absolute;
	top: 92px;
	left: 37px;
}

body#profile h1.pagetitle { background: url('../images/titles/title-profile.gif') no-repeat; }
body#upholstery h1.pagetitle { background: url('../images/titles/title-upholstery.gif') no-repeat; }
body#settees h1.pagetitle { background: url('../images/titles/title-settees.gif') no-repeat; }
body#contact h1.pagetitle { background: url('../images/titles/title-contact.gif') no-repeat; }


/*-----------------------
Content
----------------------*/
#content {
	background: url('../images/core/bg-content.gif') 0 0 repeat-y;
	padding: 15px 40px;
	text-align: left;
}


.watermark {
	background: url(../images/core/watermark.jpg) top center no-repeat;
}

/* --- Contact us --- */
#home-contact {
	/* ---background: url('../images/core/image-contact.jpg') 0 0 no-repeat; --- */
	width: 650px;
	height: 76px;
	padding-top: 90px;
}

#home-contact ul#contact-list {
	list-style-type: none;
}

#home-contact ul#contact-list li {
	line-height: 0;
}

div.contact-button a {
	width: 252px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/contact.gif') 0 0 no-repeat;
	margin-bottom: 8px;
}

div.contact-button a:hover {
	cursor: pointer;
}

div.phone-button {
	width: 271px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/phone.gif') 0 0 no-repeat;
	margin-bottom: 10px;
}

div.email-button a {
	width: 241px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/email.gif') 0 0 no-repeat;
}

div.email-button a:hover {
	cursor: pointer;
}

/* --- footer contact --- */
#footer-contact {
	height: 31px;
	border: 1px solid #c0c3a6;
	margin-top: 20px;
}

#footer-contact ul#contact-home {
	list-style-type: none;
	margin: 0;
	margin-left: 22px;
}

#footer-contact ul#contact-home li {
	line-height: 0;
	padding-top: 7px;
	float: left;
}

#footer-contact ul#contact-inner {
	list-style-type: none;
	margin: 0;
	margin-left: 22px;
}

#footer-contact ul#contact-inner li {
	line-height: 0;
	padding-top: 7px;
	float: left;
}

div.contact-button-inner a {
	width: 197px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/contact-inner.gif') 0 0 no-repeat;
	margin-right: 12px;
}

div.contact-button-inner a:hover {
	cursor: pointer;
}

div.phone-button-inner {
	width: 181px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/phone-inner.gif') 0 0 no-repeat;
	margin-right: 12px;
}

div.email-button-inner a {
	width: 194px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/email-inner.gif') 0 0 no-repeat;
}

div.email-button-inner a:hover {
	cursor: pointer;
}

div#button-contact {
	background: url('../images/core/bg-contact.gif') no-repeat;
	width: 217px;
	height: 45px;
	float: right;
	
}

div#button-contact a {
	
	display: block;
	padding: 13px 10px;
	
}

div#button-contact a {
	color: #42474a;
	text-decoration: none;
	font-size: 14px;
}

div#button-contact a:hover {
	color: #202324;
	text-decoration: underline;
}


/*-----------------------
Profile
----------------------*/
ul#affiliate-logo {
	list-style-type: none;
	margin: 0;
}

ul#affiliate-logo li {
	display: inline;
	padding: 0 2px;
}

ul#affiliate-logo li img {
	border: 0;
}


/*-----------------------
Gallery - Upholstery
----------------------*/
#gallery-upholstery {
	width: 550px;
	height: 270px;
	padding-left: 40px;
}

ul#portfolio {
	list-style-type: none;
	margin: 0;
}				

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}


/*-----------------------
Gallery - New Settees
----------------------*/
#gallery {
	width: 610px; 
	height: 510px; 
	padding: 10px;  
	position: relative; 
}

#gallery b.default {
	position: absolute; 
	left: 0; 
	top: 10px; 
	width: 456px; 
	height: 456px; 
	text-align: center;
}

#gallery b.default img { 
	display: block; 
	margin: 0 auto 10px auto; 
}

#gallery b.default span {
	display: block; 
	color: #003499; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	width: 350px; 
	margin: 0 auto;
}

#gallery ul {
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 600px; 
	position: relative; 
	float: left;
}

#gallery ul li { 
	display: inline; 
	width: 142px; 
	height: 102px; 
	float: left; 
	margin: 0 0 5px 5px;
}

#gallery ul li a {
	display: block; 
	width: 140px; 
	height: 100px; 
	text-decoration: none; 
}

#gallery ul li a span {
	display: none;
}

#gallery ul li a img {
	display: block; 
	width: 140px; 
	height: 100px; 
	border: 0;
	border: 1px solid #ccc;
}

#gallery ul li a:hover {
	white-space: normal; 
	background: #ccc;
}

#gallery ul li a:hover b {
	position: absolute; 
	top: 120px;
	left:70px;
	width: 456px; 
	height: 456px; 
	text-align: center; 
	z-index: 20;
}

#gallery ul li a:hover span {
	display: block; 
	color: #003499; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	width: 350px; 
	margin: 0 auto;
}

#gallery ul li a:hover img {
	margin: 0 auto 10px auto; 
	width: auto; 
	height: auto; 
}

#gallery ul li a:active, #gallery ul li a:focus { white-space: normal;}
#gallery ul li a:active b, #gallery ul li a:focus b { position: absolute; left: -456px; top: 0; width: 456px; height: 456px; text-align: center; z-index: 10;}
#gallery ul li a:active span, #gallery ul li a:focus span { display: block; color: #003499; font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 11px; width: 350px; margin: 0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{ margin: 0 auto 10px auto; width: auto; height: auto;}

div.thumbnails ul {
	list-style-type:  none;
}

div.thumbnails ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*-----------------------
Contact
----------------------*/
#content-left {
	width: 365px;
	float: left;
}

#content-right {
	width: 265px;
	float: left;
}


/* --- Forms --- */
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: 59px;
	border: 0;
	background: #333;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 11px;
	height: 26px;
	background: url('../images/core/bg-button.gif') no-repeat;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 13px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


/*-----------------------
Footer
----------------------*/
#footer {
	background: url('../images/core/bg-footer.gif') 0 0 no-repeat;
	height: 25px;
	color: #b3d5e5;
	padding: 15px 0 0 10px;
	position: relative;
}

#footer a { 
	color: #b3d5e5;
	text-decoration: none; 
}

#footer a:hover { 
	color: #b3d5e5;
	text-decoration: underline; 
}

#wflogo {
	width: 70px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 10px;
}
