@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px 0px 30px 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: none;
}
*{
	margin:0;
	padding:0;
}
p{
	margin:10px 0;
}
a{
	text-decoration:none;
	color:#3284be;
}
a:hover, a:active{
	text-decoration:underline;
}
div.dealer_profile{
	text-align:center;
	display:inline;
	float:left;
	margin:30px 0 0 17px;
}
.logged_out .dealer_profile {
	display: none;
}
#wrapper{
	width: 960px;
	margin: 8px auto 0px auto;
}
#top{
	position: relative;
	width:960px;
	height:115px;
	display:block;
}
#content{
	width:960px;
	display:block;
	float:left;
	padding-bottom: 30px;
}
.logo_wrap {
	float: left;
	display: inline;
	width: 135px;
	height: 115px;
	overflow: hidden;
}
img#dalyn_logo{
	width: 135px;
	height: 90px;
}
.manageProfile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}
.manageProfile:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#999999;
}
.rugTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
.rugInfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
}
body.news .rugInfo{
	display:block;
	padding:3px 0;
}
.pageTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8b8b8b;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.plainLink{
	font-family:Arial, Helvetica, sans-serif;
	/*color:#000000;*/
	text-decoration:none;
}
.plainLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
.newsDate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#content h3.newsHeadline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: normal;
	border: none;
	margin: 0 0 -5px;
	padding: 0;
	color:#c41230;
}
table{
	text-align:left;
}

input.preview {
	border:medium none !important;
	cursor: pointer;
	color: transparent;
	text-transform: capitalize;
	height:25px;
	text-indent: -6000px;
	background:transparent url(images/preview_button.gif) no-repeat scroll;
	width:110px;
	vertical-align:middle;
}
div.item-wrap input.preview{
	display:inline;
	float:left;
}
.rug_id{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	vertical-align:top;
	height:55px;
}
.breadcrumb {
	position: absolute;
	top: 80px;
	left: 174px;
	width: 782px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.breadcrumb a {
	white-space: nowrap;
	text-decoration: none;
	/*color: #000;*/
}
/*Menu Styles
----------------------------------*/
ul#menu{
	display:inline;
	float:left;
	background:url(images/menu/menu_shadow.png) no-repeat;
	width:589px;
	height:33px;
	margin:29px 39px 0; 
}
* html ul#menu { 
	background:none no-repeat;
}
* html body#index ul#menu{
	background:none no-repeat;
}
ul#menu li{
	list-style-type:none;
	display:inline;
	float:left;
}
ul#menu li a{
	text-decoration:none;
	height:24px;
	font-size:0;
	display:block;
	color:#989797;
}

ul#menu li.aboutus a{
	background-image:url(images/menu/aboutus.gif);
	width:139px;
}
ul#menu li.news a{
	background-image:url(images/menu/inthenews.gif);
	width:154px;
}
ul#menu li.contact a{
	background-image:url(images/menu/contactus.gif);
	width:141px;
}
ul#menu li.dealer a{
	background-image:url(images/menu/dealerlogin.gif);
	width:146px;
}
.logged_in ul#menu li.dealer a {
	background-image:url(images/menu/rugstyles.gif);
}
ul#menu li.aboutus a:active, ul#menu li.aboutus a:hover, li.aboutus_current a{
	background-image:url(images/menu/aboutus_hover.gif);
	width:139px;
}
ul#menu li.news a:active, ul#menu li.news a:hover, li.news_current a{
	background-image:url(images/menu/inthenews_hover.gif);
	width:154px;
}
ul#menu li.contact a:active, ul#menu li.contact a:hover, li.contact_current a{
	background-image:url(images/menu/contactus_hover.gif);
	width:141px;
}
ul#menu li.dealer a:active, ul#menu li.dealer a:hover, li.dealer_current a{
	background-image:url(images/menu/dealerlogin_hover.gif);
	width:146px;
}
.logged_in ul#menu li.dealer a:active,
.logged_in ul#menu li.dealer a:hover,
.logged_in li.dealer_current a {
	background-image:url(images/menu/rugstyles_hover.gif);
}
/* Palette Styles
---------------------------------------------*/
/*
div#palette{
	overflow-y:auto;
	border:1px solid #918f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:562px;
	width:360px;
}
div#palette table{
	width:310px;
	margin:10px 0 0;
}
div#palette td{
	text-align:center;
}
div#palette img{
	margin:8px 0;
}
div#choose{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div#choose td{
	text-align:center;
	vertical-align:center;
	padding:6px 0;
}
div#choose img{
	margin-top:5px;
}
*/


/* Contact Us
----------------------------------*/

form.contact {
	margin: 20px 0;
}
.contact label.desc {
	font-size: 1.1em;
}
form.contact li {
	padding-left: 2px;
}

/* Rug Styles
----------------------------------*/

.rug_styles {
	margin-top: 48px;
}
.rug_styles td {
	vertical-align: top;
}

.rug_styles a {
	color:#8A8989;
	display:block;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.rug_styles a span {
	display: block;
	margin-bottom: 5px;
}
.rug_styles ul {
	margin: 175px 0 0 18px;
}


/* added by marke */
.maincenter {
	border-collapse: collapse;
	clear: left;
	width: 100%;
	/*width: 960px;
	margin: 0 auto;*/
}
.narrowcenter {
	clear: left;
	width: 785px;
	padding-left: 171px;
	/*margin: 0 auto;*/
}
.narrowcenter form {
	margin: 20px 0;
}
.narrowcenter form li {
	padding-left: 0px;
}

h1 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
}

h1.hidden {
	text-indent:-5000px;
	height:0px;
	margin:0;
}

/* Step 1
------------------------------------------*/

.choose_design a.thumb {
	width:156px;
	height:251px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration:none;
}
.choose_design a {
	position: relative;
	float: left;
	clear: left;
	display: inline;
	margin-bottom: 7px;
}
.choose_design a.label {
	margin-bottom: 25px;
}

.quality_levels {
	width: 90%;
	margin-top: 40px;
}
.quality_levels th, .quality_levels td {
	vertical-align: bottom;
	text-align: center;
}

.size_chooser {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.size_chooser td {
	padding: 12px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.size_chooser table {
	margin: 0 auto;
}
.size_chooser .validation_errors {
	text-align: left;
	width: 170px; 
	margin: 0 auto;
}
.size_chooser .validation_errors p {
	margin-top: 0;
}
.size_chooser .validation_errors ul {
	padding-left: 0;
}
.size_chooser form {
	margin: 0px;
	margin-top: 10px;
	line-height: 22px;
}
.size_chooser .shape {
	line-height: 90%;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.size_chooser .shape a {
	color: white;
}
.size_chooser .shape p.head {
	text-transform: uppercase;
	margin: 0px;
}
.size_chooser .shape p {
	margin: 10px 0 0;
	padding: 0;
}
.size_chooser .Square p.head,
.size_chooser .Octagon p.head,
.size_chooser .Round p.head {
	padding-top: 19px;
}
.size_chooser .Rectangle {
	/*background-image: url(images/rectangle.jpg);*/
	background-color: #58585A;
	width: 190px;
	height: 324px;
}
.size_chooser .Square {
	/*background-image: url(images/square.jpg);*/
	background-color: #58585A;
	width: 214px;
	height: 219px;
}
.size_chooser .Oval {
	background-image: url(images/oval.gif);
	width: 195px;
	height: 336px;
}
.size_chooser .Round {
	background-image: url(images/round.gif);
	width: 239px;
	height: 241px;
}
.size_chooser .Octagon {
	background-image: url(images/octagon.gif);
	width: 236px;
	height: 235px;
}
.size_chooser .Runner {
	/*background-image: url(images/runner.jpg);*/
	background-color: #58585A;
	width: 130px;
	height: 323px;
}

/*
	Rug Builder
*/

/* variations */
.mobile_webkit #flashy {
	position: relative;
	overflow: hidden;
}
.mobile_webkit #flashy img { position: absolute; }
.mobile_webkit .palette {
	height: auto;
	overflow-y: visible;
	overflow-x: visible;
}
.mobile_webkit .drops {
	top: 37px;
}
.two_palettes.mobile_webkit #mask_drops {
	top: 365px;
}
.mobile_webkit .drops div {
	width: 148px;
}
.mobile_webkit .drops span {
	overflow: visible;
}
.mobile_webkit .drops div div {
	width: 60px;
}
.mobile_webkit .drops div.current {
	border: 1px solid #918F8F;
	border-right: none;
	background-color: #ddd;
	background: -webkit-gradient(linear, left top, right top, from(#ddd), to(#fff));
}
.mobile_webkit .drops div.current div {
	background-color: white;
	color: white;
}
.mobile_webkit .palette .current {
	border: 1px solid #918F8F;
	background-color: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
}
.mobile_webkit .palette {
	padding: 15px;
	width: 320px;
}
.mobile_webkit .palette .row {
	padding: 0px;
}
.mobile_webkit .palette div {
	margin: 0px;
	padding: 8px;
	border: 1px solid transparent;
}

/* normal */
.size_form {
	position: relative;
}
.size_form .size_form {
	position:absolute;
	top:25px;
	left:0px;
	width:400px;
}

.rug_builder_headings {
	border-collapse: collapse;
	border: none;
}
.rug_builder_headings td {
	text-transform: uppercase;
	font-size: 16px;
}
#rug_builder {
	position:relative;
	height: 632px; /* was 572px; */
	width: 100%;
}

#rug_head, .drops_head, .options_head {
	text-transform: uppercase;
	font-size: 16px;
	position: absolute;
}
.drops_head {
	top: 0px;
	font-size: 14px;
	left: 425px;
}
.options_head {
	top: 0px;
	left: 588px;
	width: 370px;
	text-align: center;
}
#flashy, .drops, .palette {
	top: 30px;
}

#flashy {
	position: absolute;
	width: 400px;
	height: 560px;
	color: #888;
}

.drops {
	position:absolute;
	z-index: 1;
	left:430px;
}
.drops .drag_hover {
	background-color: #ddd;
}
.drops h4 {
	margin: 0;
	padding: 0 0 6px 0;
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	float:left;
}
.drops div {
	margin-top: 5px;
	clear: left;
	float: left;
	padding: 5px;
}
.drops div div {
	border: 1px solid #918f8f;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
}
.drops b {
	font-weight: normal;
	padding: 8px;
	display: block;
}
.drops span {
	padding: 6px;
	width: 56px;
	display: block;
	float: left;
	overflow:hidden;
}

.palette {
	position:absolute;
	left:588px;
	overflow-y: scroll;
	overflow-x:hidden;
	border: 1px solid #918f8f;
	height: 540px;
	width: 340px;
	padding: 15px;
	padding-top: 25px;
}
.palette div, #rug_builder div.ui-draggable {
	margin: 0px 10px;
	width: 60px;
	float: left;
	display: inline;
}
.palette div.row {
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
}
.palette img, #rug_builder div.ui-draggable img {
	width: 60px;
	height: 60px;
}
.palette img, .palette span,
#rug_builder div.ui-draggable img, #rug_builder div.ui-draggable span {
	display: block;
}

#base_drops_head, #base_drops, #base_options_head, #base_options {
	display: none;
}
.two_palettes #base_drops_head, .two_palettes #base_drops,
.two_palettes  #base_options_head, .two_palettes #base_options {
	display: block;
}
.two_palettes #mask_drops_head, .two_palettes #mask_options_head {
	top: 330px;
}
.two_palettes #base_drops, .two_palettes #base_options {
	height: 240px;
}
.two_palettes #mask_drops, .two_palettes #mask_options {
	top: 358px;
	height: 240px;
}

.hidden { display: none }

/* Choose Collections View
----------------------------------*/
img.collection{
	width:156px;
	float:left;
	display:inline;
}
a.rugTitle{
	text-decoration:none;
	text-transform: uppercase;
	color:#000;
	font-size:15px;
	display:block;
	margin:0 0 2px 0;
}
.row_of_collections{
	display:inline;
	float:left;
	clear:left;
	width:100%;
	margin-bottom: 25px;
}
div.collection_rug{
	display:inline;
	float:left;
	width:320px;
	overflow:visible;
}
span.collection{
	width:150px;
	display:inline;
	float:left;
	margin: 0 5px;
}
span.collection ul, .collection_description ul {
	margin-left: 15px;
}
h2.Custom_Rug_Collections, h2.Stock_Rug_Collections{
	background:url(images/titles/CustomRugCollections.gif) no-repeat;
	text-indent:-5000px;
	display:inline;
	float:left;
	width:485px;
	height:35px;
	margin:0 0 25px 170px;
}
h2.Stock_Rug_Collections{
	background:url(images/titles/StockRugCollections.gif) no-repeat;
}
a.collection_link{
	display:inline;
	float:left;
	width:72px;
	height:20px;
	margin:7px 0 0 185px;
}
div.collection_title{
	display:block;
	height:60px;
	width:960px;
}
/* Home Styles
---------------------------------------*/
body#index #wrapper{
	margin:-5px auto 0px auto;
	width:1050px;
	height:665px;
	position:relative;
}
body#index #top{
	z-index:10;
	margin:5px 0 0 50px;
}
body#index img#dalyn_logo {
	float: left;
	display: inline;
	margin: 6px 0 0 3px;
}
body#index ul#menu{
	background:url(images/menu/menu_shadow_index.png) no-repeat;
	padding-top:8px;
	height:25px;
	margin:16px 39px 0 44px;
}
#home_bg img {
	position:absolute; 
	top:0; 
	z-index:1; 
	width:100%; 
}
body#index p{
	color:#7f7e7e;
	width:311px;
	position:absolute;
	left:62px;
	bottom:58px;
	z-index:10;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:20px;
	height:140px;
	line-height:24px;
	margin:0;
}
#home_nav {
	position:absolute;
	z-index:10;
	bottom:65px;
	right:52px;
}
#home_nav a {
	display:inline;
	float:left;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#a7a5a6;
	margin:2px 3px 0;
	font-size:14px;
	
}
/*#home_nav a:active, #home_nav a:hover,*/ #home_nav a.current{
	font-size:22px;
	margin-top:-4px;
}
#home_nav a img{
	vertical-align:middle;
	margin-top:-2px;
}
