/* ==================== ELEMENT STYLES ================== */


html, body {
padding: 0;
margin: 0;
background-color: #fff;
}

div, p {
/*	background-color: #FFFFFF;*/
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	/*color: #6B6B6B;*/
	color: #858585;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}



a:link, a:visited {
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #4c494a;*/
	color: #000;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: none;
	color: #d2a180;
}

a:active {
	color: #4c494a;
}

.clear {
	clear: both;
}

/* ==================== HEADER NAVIGATION ================== */

#hdr_nav_unit {
	text-align: right;
	margin: 0 0 35px 0;
	overflow: hidden;
}

#hdr_nav_unit ul {
	text-align: right;
}

#main_nav_container {
	border-bottom: 1px solid #d3d4d5;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#logo {
	margin: 0 0 20px 0;
	clear: both;
}

#main_nav {
	padding: 0;
	margin: 0;
}

#about_nav {
	padding: 0;
	white-space: nowrap;
}

#main_nav li, #about_nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	}

#main_nav li a:link, #main_nav li a:visited, #about_nav li a:link, #about_nav li a:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #6B6B6B;*/
	color: #999;
    margin: 0 15px;
	text-decoration: none;
}

#main_nav li a:hover, #about_nav li a:hover {
	color: #000;
}

#main_nav li a:active, #about_nav li a:active {
	color: #4c494a;
}


#main_nav li span.marker, #about_nav li span.marker, #ftr_nav li span.marker   {
	color: #000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0 15px;
	text-decoration: none;
	letter-spacing: 1px;
}

/* ==================== FOOTER NAVIGATION ================== */

#ftr_nav_unit {
	border-top: 1px solid #d3d4d5;
	text-align: right;
	margin: 15px 0 25px 0;
	padding: 10px 0 0 0;
}
#ftr_nav {
	margin: 0;
}

#ftr_nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	}

#ftr_nav li a:link, #ftr_nav li a:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #4c494a;*/
	color: #999;
	margin: 0 10px;
	text-decoration: none;
}

#ftr_nav li a:hover {
	/*color: #a1a1a1;*/
	color: #000;
}

#ftr_nav li a:active {
	color: #a1a1a1;
}

#ftr_nav li a.menu_end, #main_nav li a.menu_end, #about_nav li a.menu_end {
	margin-right: 0;
}

/* ==================== MAIN CONTAINER ================== */

#container {
	width: 900px;
	min-width: 900px !important;
	max-width: 900px !important;
	background-color: #fff;
	margin-top: 50px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
}

#main_content {
	padding: 0;
	min-height: 500px !important;
	max-height: 500px !important;
	overflow: hidden;
}




/* ==================== ABOUT US BIO PAGE ================== */

#about_photo {
	float: left;
	margin: 0 20px 20px 0;
}

.about_textright p {
	margin-left: 430px;
}

.about_textfullspan {
	
}

/* ==================== ABOUT US GUEST DESIGNERS PAGE ================== */

#gd_main_thumbs {
	/* margin: 15px 0 20px 0; */
	clear: both;
}

#gd_main_thumbs a {
	float: left;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 112px;
	margin: 0 0 25px 0;
}

#gd_main_thumbs img {
	margin-bottom: 10px;
}

.gd_summary {
	text-align: justify;
	clear: both;
}

#vert_menu {
	overflow: hidden;
	margin: 0 25px 0 15px;
	float: left;
	max-height: 480px !important;
	width: 95px;
	border: 1px solid #ccc;
}

#vert_menu a {
	display: block;
	clear: both;
	padding: 10px 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
}


#thumbscroller {
	overflow:auto;
	height:450px;
	margin-top: 10px 0;
	width: 110px;
	padding: 0 5px 0 0;
}

.scroller {
	overflow:auto;
	height:450px;
	margin-top: 10px 0;
	padding: 0 25px 0 0;
}

.scroll_buttons {
	position: absolute;
	left: 0px;
	top: 130px;
}

.scroll_buttons a {
	padding: 0;
}

.gd_title {
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 0;
	margin-top: 0;
}

.gd_image {
	width: 300px;
	float: left;
}

.gd_description_holder {
	margin: 0 0 0 505px;
}

.gd_description {
	width: 400px;
	height: 470px;
	text-align: justify;
	position: relative;
	overflow: auto;
}

.gd_long_description {
	width: 380px;
	height: 250px;
	overflow: auto;
}


.gd_vertical_content {
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 400px;
	overflow: hidden;
}

.tabberlive .tabbertab p {
	width: 380px;
}

#gd_scroll {
	overflow: hidden;
	float: left;
	max-height: 440px !important;
	clear: right;
	margin-bottom: 20px;
	margin-left: 70px;
	/*
width: 700px;
	border: 1px solid #ccc;
	margin-top: -20px;
	border-width: 1px 0;
*/
}

.gd_thumbscroller {
	overflow:auto;
	height:480px;
	width: 900px;
	/* padding: 0 20px 0 0; */
	float: left;
}

.gd_scroll_buttons {
	position: absolute;
	left: 35px;
	top: 125px;
}

.gd_scroll_buttons a {
	padding: 10px 0;
	display: block;
	clear: both;
}


.credit {
	font-size: 80%;
	letter-spacing: 1px;
	color: #666;
	text-align: left;
	line-height: normal;
	padding-top: 0;
	margin-top: 0;
}

.back_button {
	/* arrow image is 6px wide by 8 pixels tall */
	background-image: url('http://lp.dev.dakic.com/page/images/back_button_arrow.gif');
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

.fwd_button {
	/* arrow image is 6px wide by 8 pixels tall */
	background-image: url('http://lp.dev.dakic.com/page/images/fwd_button_arrow.gif');
	padding: 0 10px 0 0;
	background-repeat: no-repeat;
	background-position: 30px 4px;
}

/* ==================== ABOUT US COLLABORATIONS PAGE ================== */

#col_main_thumbs {
	margin: 120px 0 20px 0;
	clear: both;
}

#col_main_thumbs a {
	float: left;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 180px;
	margin: 0 0 25px 0;
}

#col_main_thumbs img {
	margin-bottom: 10px;
}

.col_westelm_images img {
	float: left;
	margin: 0 5px 50px 5px;
}

.col_description {
	width: 400px;
	margin: 0 0 0 500px;
	height: 470px;
	text-align: justify;
	position: relative;
}

/* ==================== ABOUT US SOCIAL EFFORTS PAGE ================== */

#se_main_thumbs {
	margin: 50px 0 20px 0;
	clear: both;
}

#se_main_thumbs a {
	float: left;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 180px;
	margin: 0 20px 25px 20px;
}

#se_main_thumbs img {
	margin-bottom: 10px;
}

.se_description {
	width: 400px;
	margin: 0 0 0 500px;
	height: 470px;
	text-align: justify;
	position: relative;
}

#se_altruism_scroll {
	overflow: hidden;
	float: left;
	max-height: 480px !important;
	width: 730px;
	margin-left: 25px;
}

#se_altruism_thumbscroller {
	overflow:auto;
	height:480px;
	width: 730px;
	padding: 0 20px 0 0;
	float: left;
}

.se_altruism_scroll_buttons {
	position: absolute;
	left: 145px;
	top: 130px;
}

.se_altruism_scroll_buttons a {
	padding: 10px 0;
	display: block;
	clear: both;
}


/* ==================== ABOUT US STORES PAGE ================== */

#stores_main_thumbs {
	margin: 50px 0 20px 0;
	clear: both;
	padding: 0 20px 0 30px;
}

#stores_main_thumbs a {
	float: left;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 180px;
	margin: 0 50px 25px 50px;
}

#stores_main_thumbs img {
	margin-bottom: 10px;
}

.stores_locale {
	color: #f46a40;
}

#stores_scroll {
	overflow: hidden;
	float: left;
	max-height: 480px !important;
	width: 700px;
	border: 1px solid #ccc;
	margin-top: -20px;
	border-width: 1px 0;
}

.stores_thumbscroller {
	overflow:auto;
	height:480px;
	width: 730px;
	padding: 0 20px 0 0;
	float: left;
	margin: 0 0 0 50px;
}

.stores_scroll_buttons {
	position: absolute;
	left: 145px;
	top: 140px;
}

.stores_scroll_buttons a {
	padding: 10px 0;
	display: block;
	clear: both;
}

/* ==================== ABOUT US CONTACT PAGE ================== */

#contact_main_thumbs {
	margin: 50px 120px 20px 120px;
	clear: both;
}

#contact_main_thumbs a {
	float: left;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 180px;
	margin: 0 20px 25px 20px;
}

#contact_main_thumbs img {
	margin-bottom: 10px;
}

.lp_contact {
	border: 1px solid #ccc; padding: 10px 30px; width: 600px; margin: 0 0 0 200px; text-transform: uppercase;
}


/* ==================== ABOUT US PRESS PAGE ================== */

#press_main_thumbs a {
	float: left;
	padding: 0;
	font-size: 80%;
	text-align: center;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 90px;
	margin: 0 0 10px 0;
}

#press_main_thumbs img {
	margin-bottom: 10px;
}

#press_top10 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.top10_text {
	margin-top: 0;
}

.press_vertical_layout { /* for vertical press pieces -- bottom-aligns text and cover with feature article */
	width: 400px;
	height: 470px;
	position: relative;
	margin: 0 0 0 500px;
	text-align: justify;
}

.press_vertical_content {
	position: absolute;
	bottom: 0;
}

.press_vertical_content img {
	margin-bottom: 25px;
}

.press_horizontal_layout img { /* for press articles that are spreads or horizontal in format */
	margin: 0 5px 5px 5px;
}

.press_horizontal_description {
	margin: -15px 0 0 500px;
	width: 250px;
	text-align: justify;
}

#press_post10_scroll {
	overflow: hidden;
	float: right;
	max-height: 480px !important;
	width: 890px;
}

#press_thumbscroller {
	overflow:auto;
	height:450px;
	margin-top: 10px 0;
	width: 900px;
	padding: 0 5px 0 0;
}

#press_thumbscroller a {
	width: 88px;
	float: left;
	display: block;
	margin: 10px 0 0 0;
	height: 150px;
}

.press_scroll_buttons {
	position: absolute;
	left: -40px;
	top: 350px;
}

.press_scroll_buttons a {
	padding: 0;
	display: block;
	clear: both;
}

/* ================ SEARCH ================ */

/* Mini search */
#search_mini_form {
display: inline;
}

.mini-search {
display: inline;
    }
.mini-search .input-text { width:100px; border:1px solid #999; color: #858585; margin-top: -3px; text-transform: uppercase; font:11px "Century Gothic", arial, sans-serif !important;}

.mini-search .form-button {
	overflow:visible;
    width:auto;
    border:0;
    padding:0;
    background:#fff;
    color:#999;
    font:11px "Century Gothic", arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
	margin-top: -3px;
	margin-right: 5px;
}