/* RESET STYLE */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	outline: none;
}

body {
	font-size: 0.625em;
	background: #717b79 url(../images/bgd_body.gif) 0 0 repeat-x;
}

a {
	text-decoration: none;
	color: #a0ade2;
}

a:hover {
	text-decoration: underline
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	width: 300px;
}

option {
	padding: 1px 0 1px 8px;
	color: #333;
}

textarea {
	padding: 2px;
}

input[type="text"] {
	font: 13px/16px arial;
	padding: 4px;
	width: 284px;
	border: 4px solid #9b9cb0;
}

input[type="submit"] {
	color: #333;
}


h1 {
	
}

h2 {
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 10px 0
}

h3, h4, h5, h6 {
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 10px 0
}

img, fieldset {
	border: 0
}

/***********/

ul {
	padding: 0px;
	margin: 0px;
}

ol, ul {
	list-style-type: none;
}

ul {
	
}

ul li {
	
}

ol {
	
}

ol li {
	
}

dl {
	
}

dt {
	font-weight: bold;
	text-transform: uppercase;
}

dd {
	
}

/***********/

th, td {
	text-align: left;
	padding: 0;
}

thead {
	font-weight: bold;
}

thead th {
	
}

thead td {
	
}

tbody {
	
}

tbody th {
	
}

tbody td {
	
}

p {
	line-height: 16px;
}

/********** Common Classes ********/

.clear {
	height: 0;
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 0;
}

/********** Common Structure (for all templates) ********/

#container {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

/* @group Header */

#header {
	width: 960px;
	height: 115px;
	position: relative;
	z-index: 100
}

#header h1 {
	display: block;
	float: left;
	color: #fff;
	font-size: 1.6em;
	padding: 25px 0 0 0
}

#header h1 a {
	display: block;
	color: #fff;
	font-weight: normal;
	text-indent: -10000px;
	overflow: hidden
}

.navContent {
	width: 725px;
	float: right;
	padding: 12px 0 0 0;
	font-size: 0.912em;
}

.nav {
	float: right;
}

.nav li {
	display: block;
	float: left;
	padding: 0 12px;
}

.nav .first {
	border-right: #cdcdcd solid 1px;
}

.nav li a {
	color: #cdcdcd;
}

.nav .last {
	padding-right: 0;
	padding-left: 5px;
}

.nav2 {
	width: 100%;
	clear: both;
	padding: 46px 0 0 0;
}

.nav2 ul {
	float: right;
}

.nav2 li {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
}

.nav2 .last {
	margin-right: 0;
}

.nav2 li a {
	display: block;
	color: #ececec;
	height: 28px;
	text-indent: -10000px;
	overflow: hidden;
}

.nav2 .mnuConsumers {
	width: 87px;
	background-position: 0 -79px;
}

.nav2 .mnuConsumers:hover, .nav2 .current .mnuConsumers, .nav2 .sfHover .mnuConsumers {
	background-position: 0 -107px;
}

.nav2 .mnuDesignPro {
	width: 156px;
	background-position: -93px -79px;
}

.nav2 .mnuDesignPro:hover, .nav2 .current .mnuDesignPro, .nav2 .sfHover .mnuDesignPro {
	background-position: -93px -107px;
}

.nav2 .mnuStudents {
	width: 79px;
	background-position: -255px -79px;
}

.nav2 .mnuStudents:hover, .nav2 .current .mnuStudents, .nav2 .sfHover .mnuStudents {
	background-position: -255px -107px;
}

.nav2 .mnuShowrooms {
	width: 210px;
	background-position: -339px -79px;
}

.nav2 .mnuShowrooms:hover, .nav2 .current .mnuShowrooms, .nav2 .sfHover .mnuShowrooms {
	background-position: -339px -107px;
}

.nav2 .mnuProduct {
	width: 123px;
	background-position: -553px -79px;
}

.nav2 .mnuProduct:hover, .nav2 .current .mnuProduct, .nav2 .sfHover .mnuProduct {
	background-position: -553px -107px;
}

.nav2 li ul {
	position: absolute;
	top: 40px;
	left: -999em;
	z-index: 9999;
	width: 152px;
	background: #4e5554;
	font-size: 1em;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.nav2 li ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #707373;
}

.nav2 li ul li a {
	display: block;
	height: auto;
	background: none;
	padding: 6px 8px;
	color: #fff;
	width: 136px;
	text-indent: 0;
}

.nav2 .sfHover ul {
	left: 0;
}

.nav2 li ul li a:hover {
	background: #78513a;
	text-decoration: none;
}

.nav2 li ul li.last2 {
	border-bottom: 0;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.nav2 li ul li.last2 a {
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* @end */

.webui {
	background: url(../images/bgd_webui_24.png) 0 0 no-repeat;
}

.logo {
	width: 235px;
	height: 73px;
	background-position: 0 0;
}

.findadesigner {
	width: 100px;
	height: 16px;
	background-position: -360px -12px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

.mailing {
	width: 121px;
	height: 16px;
	background-position: -235px -12px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

.facebookicon {
	width: 27px;
	height: 27px;
	background-position: -235px -32px;
}

.twittericon {
	width: 27px;
	height: 27px;
	background-position: -266px -32px;
}

/************main************/

#main {
	width: 940px;
	padding: 10px;
	background: #fff;
	margin: 0 0 10px 0;
}

#main p {
	padding: 0 0 10px 0;
}

#slideshow {
	width: 100%;
	position: relative;
	height: 450px;
	margin: 0 0 10px 0;
	z-index: 1;
	overflow: hidden;
}

#slideshow img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 9;
}

.highlight {
	width: 100%;
	overflow: hidden;
}

.highlight div {
	padding: 0px;
	height: 130px;
	float: left;
}

.highlight .first {
	width: 556px;
	margin: 0 10px 0 0;
	background: #e7e9dc;
}

.highlight .last {
	width: 374px;
	margin: 0;
	background: #daddca;
}

/* @group Breadcrumbs */

.breadcrumbs {
	width: 920px;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #e7e9dc;
	padding: 5px 10px;
}

.breadcrumbs li {
	color: #666;
	display: block;
	float: left;
	margin: 0 7px 0 0
}

.breadcrumbs li a {
	color: #666;
	margin: 0 7px 0 0
}

/* @end */


/* @group Showroom */

.showroomContent {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #303534;
	height: 360px;
}

.showroomInfo {
	width: 330px;
	float: left;
	padding: 15px;
}

.showroomInfo h2 {
	font-size: 2em;
	margin: 0 0 15px 0;
	font-weight: normal
}

#main .showroomInfo div p {
	color: #b0b0b0;
	padding: 0 0 10px 0
}

.showroomInfo div {
	padding: 15px 0 0 0
}

.showroomInfo p, .showroomInfo strong {
	color: #fff;
}

.showroomInfo p span {
	padding: 0 0 0 20px;
	color: #fff
}

#main .showroomInfo p {
	padding: 0 0 3px 0
}

.showroomContent img {
	display: block;
	float: left
}

/* @end */


.contType {
	width: 100%;
	overflow: hidden;
	background: url(../images/bgd_info_01.gif) 0 0 repeat-y
}

.contType h3 {
	color: #333;
	font-size: 1.6em;
	text-shadow: white 0px 1px 1px;
	margin: 0px 0 15px 0;
}

.contType h4 {
	color: #444;
	font-size: 12px;
	margin: 10px 0 4px 0;
}

.contType ul {
	
}

.contType li {
	padding: 0 0 6px 0;
}

li.productindent {
	padding: 0 0px 2px 10px;
	color: #777;
	font-style: italic;
}

.contType li a {
	color: #666;
	padding: 2px;
}

.contType li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9b9cb0;
}

.manufacturers {
	width: 530px;
	float: left;
	padding: 15px;
	overflow: hidden
}

.manufacturers ul {
	width: 225px;
	padding: 0 40px 0 0;
	float: left
}

.products {
	width: 350px;
	float: left;
	padding: 15px;
}

/************consumers************/

.consumerContent {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #303534;
}

.consumerInfo {
	width: 330px;
	float: left;
	padding: 15px;
}

.consumerInfo h2 {
	font-size: 2em;
	margin: 0 0 15px 0;
	font-weight: normal
}

#main .consumerInfo div p {
	color: #b0b0b0;
	padding: 0 0 10px 0
}

.consumerInfo div {
	padding: 15px 0 0 0
}

.consumerInfo p, .showroomInfo strong {
	color: #fff;
}

.consumerInfo p span {
	padding: 0 0 0 20px;
	color: #fff
}

#main .consumerInfo p {
	padding: 0 0 3px 0;
}

.consumerContent img {
	display: block;
	float: left;
}

#slideshowCon {
	width: 100%;
	position: relative;
	height: 450px;
	margin: 0 0 10px 0;
	z-index: 1;
	overflow: hidden;
}

#slideshowCon img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshowCon img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshowCon img.last-active {
	z-index: 9;
}

/************footer************/

#footer {
	width: 960px;
	font-size: 0.912em;
	padding: 0 0 10px 0;
}

.footerInfo {
	width: 940px;
	background: #7f8887;
	overflow: hidden;
	padding: 15px 10px;
	margin: 0 0 10px 0;
}

.footerInfo div {
	width: 131px;
	padding: 0 15px 0 10px;
	float: left;
}

.footerInfo h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
}

.footerInfo a, .footerInfo  p {
	color: #fff;
}

.footerInfo div p {
	padding: 0 0 10px 0;
}

.footerInfo div p img {
	margin: 0 5px 0 0;
}

.footerInfo li {
	margin: 0 0 4px 0;
}

.footerInfo li a {
	padding: 2px;
}

.footerInfo li a:hover {
	background-color: #9b9cb0;
	color: #fff;
	text-decoration: none;
}

.copyright {
	text-align: right;
	color: #fff;
	padding: 0 10px 0 0;
	font-size: 11px;
}

/* @group Common */

table.calendar {
	margin: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
	
table.calendar td {
	border-bottom: 1px solid #ccc;
	padding: 6px;
}
	
table.calendar th {
	border-bottom: 1px solid #ccc;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}


blockquote {
	padding: 5px 50px 5px 25px;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
blockquote .cite {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	color: #666;
	margin-bottom: 25px;
}

#callout {
	padding: 6px;
	margin: 4px 0 15px 0;
	background: #feffe9;
	border: 3px solid #FFF;
}

.right {
	float: right;
}

.left {
	float: left;
	margin: 0 20px 10px 0px;
}

.pdf {
	padding-left: 20px;
	background: url(/image/icon-pdf.gif) no-repeat 0% 50%;
}

/* @end */


/* @group Banner + Subnav */

#banner {
	margin: 0 0 10px 0;
}

#bannernomargin {
	margin: 0px;
}

.bannerimg {
	width: 940px;
	height: 400px;
	overflow: hidden;
}

.banner360img {
	width: 940px;
	height: 400px;
	overflow: hidden;
}

.banner160img {
	width: 940px;
	height: 160px;
	overflow: hidden;
}

.banner70img {
	width: 940px;
	height: 70px;
	overflow: hidden;
}


.subnav {
	position: absolute;
	top: 154px;
	z-index: 10;
	width: 940px;
}

.subnav ul {
	float: right;
}

.subnav li {
	margin: 0px 15px 0px 0px;
	display: inline;
}

.subnav li a {
	color: #333333;
	font-weight: bold;
	padding: 5px;
}

.subnav li.on a {
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-color: #9b9cb0;
}

/* @end */

/* @group Page Body Main */

#mainpage {
	width: 100%;
	overflow: hidden;
	min-height: 250px;
	background: url(../images/bkg.main.page.png) 0 0 repeat-x;
	padding: 15px 0 0 0;
}

#mainpage h1 {
	font: 24px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
	text-shadow: white 0px 1px 1px;
	margin: 0 0 12px 0;
	padding: 0;
}

#mainpage h2 {
	font: 20px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
	text-shadow: white 0px 1px 1px;
	margin: 20px 0 10px 0;
	padding: 0;
}

#mainpage h3 {
	font: bold 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
	text-shadow: white 0px 1px 1px;
	margin: 12px 0 4px 0;
	padding: 0;
}

#mainpage h4 {
	font: bold 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
	text-shadow: white 0px 1px 1px;
	margin: 12px 0 3px 0;
	padding: 0;
}

#mainpage p {
	font: 13px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	margin: 0;
	padding: 0 0 10px 0;
}

#mainpage a {
	text-decoration: underline;
	color: #555;
	padding: 1px;
}

#mainpage a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9b9cb0;
}

#mainpage ul {
	margin: 0 0 15px 20px;
}

#mainpage li {
	font: 13px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	padding: 3px 0 3px 0;
	list-style-type: disc;
}

#mainpage li ul {
	margin: 0 0 0px 30px;
}

#mainpage li ul li {
	padding: 2px 0 2px 0;
	list-style-type: circle;
}

.leftcol300 {
	float: left;
	width: 260px;
	padding: 10px;
}

.rightcol640 {
	float: right;
	width: 630px;
	padding: 10px 20px 15px 10px;
}

.leftcol265 {
	float: left;
	width: 245px;
	padding: 10px;
}

.rightcol675 {
	float: right;
	width: 675px;
	padding: 10px 0px 15px 0px;
}

.rightcolPortfolio {
	float: right;
	width: 655px;
	padding: 10px 20px 15px 0px;
}


/* @end */


/* @group Left Column Include Style */

.showroomhours {
	padding: 0 20px 10px 5px;
	font: 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#events p {
	padding: 0 20px 10px 0px;
	font: bold 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#events a { text-decoration: none; color: #6b6d9a; }


/* @end */


/* @group Find a Designer */

#findadesigner {
	width: 100%;
	overflow: hidden;
	min-height: 250px;
	background: url(../images/bkg.main.page.png) 0 0 repeat-x;
}

.designer {
	padding: 0px 15px 15px 0;
	list-style: none;
	margin: 0;
	float: left;
}

.namebkg {
	position: relative;
	z-index: 5;
	width: 110px;
	height: 20px;
	background-color: #9b9cb0;
	opacity: .8;
	filter: alpha(opacity=80);
	padding: 0;
	margin: -25px 0 0px 5px;
}

.name {
	position: relative;
	left: 15px;
	z-index: 10;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 20px;
	color: white;
	margin: -18px 0 0px 0px;
}

.thumb, .headshot, .searchthumb, .stroke {
	border: 1px solid #ccc;
	padding: 4px;
	background: white;
}

.thumb, .headshot {
	width: 110px;
	height: 110px;
}

.headshot {
	float: left;
	margin: 0 20px 10px 0px;
}


.designer-contact {
	margin: 5px 0 15px 0;
	padding-left: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#portfolio-modal ul {
	position: relative;
	top: -30px;
	margin: 0 0 10px 10px;
}

#portfolio-modal li {
	display: inline;
	padding: 0;
	margin: 0;
}

#portfolio-modal li a {
	display: inline;
	padding: 0;
	margin: 0;
}

li#portfoliobutton a {
	color: #FFFFFF;
	padding: 6px 10px;
	border: 1px solid #FFFFFF;
	background-color: #444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

#designersubnav ul {
	margin: 0 0 15px 0px;	
}

#designersubnav li {
	font: bold 12px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	list-style-type: none;
}

#designersubnav a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 220px;
	padding: 5px 5px 5px 10px;
}

#designersubnav a:hover {
	text-decoration: underline;
	color: #333;
	background: none;
}

#designersubnav .on a {
	text-decoration: none;
	color: #333;
	background: url(../images/bkg.subnav.arrow.png) 0 0;
}

/* @end */

#ruled-rows ul {
	margin: 0 0 20px 0px;
}

#ruled-rows li {
	font: bold 12px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #ccc;
}

#ruled-rows li ul {
	margin: 0 0 5px 30px;
}

#ruled-rows li ul li {
	font-weight: normal;
	padding: 1px 0px;
	list-style-type: none;
	border-top: 1px solid transparent;
}

#ruled-rows a {
	text-decoration: none;
	color: #444;
	display: block;
	padding: 3px;
}

#ruled-rows a:visited {
	text-decoration: none;
	/*color: #9b9cb0;*/
	color: #555;
	display: block;
	padding: 3px;
}

#ruled-rows a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	background-color: #9b9cb0;
}

#ruled-rows li a span {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 12px;
}

#ruled-rows .showlink a {
	text-decoration: underline;
	color: #666;
	display: inline;
	padding: 3px;
}

#ruled-rows .showlink a:visited {
	text-decoration: none;
	color: #666;
	display: inline;
	padding: 3px;
}

#ruled-rows .showlink a:hover {
	text-decoration: none;
	color: #fff;
	display: inline;
	background-color: #9b9cb0;
}

#alphaList {
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 8px;
	text-transform: uppercase;
}

#alphaList a {
	padding: 3px 5px;
	font-weight: bold;
	color: #444;
	border: 1px solid transparent;
	text-decoration: none;
}
	
#alphaList a:hover {
	background-color: #9b9cb0;
	border-color: #999;
	color: #FFF;
	border: 1px solid #FFF;
}

#button {
	margin: 15px 0 0 0;
}

#button a {
	color: #FFFFFF;
	padding: 6px 10px;
	border: 1px solid #FFFFFF;
	background-color: #444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

.formarea {
	color: #333;
}

.formarea th {
	color: #333;
	padding: 18px 0 4px 0;
}

td.formline {
	border-bottom: 1px dotted #999;
	padding: 20px 0 0 0;
}





