/* HTML Tags
***************************/
body{
	background: #fff;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 5px solid #6E3A08;
}
select{
	background: #F5F5F5;
	border: 1px solid #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
}
p{
	font-size: 0.75em;
	line-height: 125%;
	margin-bottom: 1em;
}
h2 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.13em;
	color: #BE210E;
}
h2{
	padding: 3px 0;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin-bottom: 10px;
}
h3{
	color: #E2C028;
	font-size: 1.13em;
	margin-bottom: 15px;
	line-height: 125%;
}
a.green{
	color: #BE210E;
	text-decoration: none;
}
a.green:hover{
	text-decoration: underline;
}

/* LayOut
***************************/
#wrap{
	/*
	width: 960px;
	background: #000;
	margin: 0 auto;
	*/
}
#page{
	/*
	background: #000;
	text-align: left;
	margin: 0 auto;
	width: 950px;
	*/
}
#head,#content,#credit-cards,#foot-menu,#foot-copy,#menu-select{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#head{
	background: url(../img/head.jpg) no-repeat;
	height: 220px;
}
#content{
	/*padding-top: 20px;*/
	border-top: 20px solid #fff;
	margin-bottom: 30px;
}
#menu{
	background: #BE210E;
	height: 38px;
	border-top: 2px solid #fff;
}
ul#menu-principal{
	width: 950px;
	margin: 0 auto;
}
ul#menu-principal li{
	display: inline;
	height: 38px;
}
ul#menu-principal li a{
	display: block;
	float: left;
	height: 38px;
	margin-right: 2px;
	text-indent: -9999px;
}
ul#menu-principal li a.ultimo{
	margin-right: 0px;
}
	/* Clases Botones */
	ul#menu-principal li a.aboutus:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.aboutus{
		background: url(../img/css/btn_about.gif) no-repeat left 0px;
		width: 101px;
	}
	
	ul#menu-principal li a.manufacturer:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.manufacturer{
		background: url(../img/css/btn_manufacturerList.gif) no-repeat left 0px;
		width: 167px;
	}
	
	ul#menu-principal li a.shipping:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.shipping{
		background: url(../img/css/btn_shipping.gif) no-repeat left 0px;
		width: 97px;
	}
	
	ul#menu-principal li a.faqs:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.faqs{
		background: url(../img/css/btn_faqs.gif) no-repeat left 0px;
		width: 79px;
	}
	
	ul#menu-principal li a.request:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.request{
		background: url(../img/css/btn_requestPricing.gif) no-repeat left 0px;
		width: 126px;
	}
	
	ul#menu-principal li a.testimonials:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.testimonials{
		background: url(../img/css/btn_testimonials.gif) no-repeat left 0px;
		width: 119px;
	}
	
	ul#menu-principal li a.contact:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.contact{
		background: url(../img/css/btn_contact.gif) no-repeat left 0px;
		width: 108px;
	}
	
	ul#menu-principal li a.shopping:hover{
		background-position:  left -38px;
	}
	ul#menu-principal li a.shopping{
		background: url(../img/css/bton_shopping.gif) no-repeat left 0px;
		width: 139px;
	}


/* Sections
**************************/
	/* Search Bar **/
	#menu-select{
		background: #fff url(../img/css/bg_searchBar.gif) no-repeat;
		height: 40px;
	}
	#menu-select form{
		text-align: right;
		padding-right: 10px;
		border-top: 8px solid #fff;
	}
	#menu-select button{
		background: transparent url(../img/css/btn_go.gif) no-repeat;
		border: none;
		cursor: pointer;
		margin: 0;
		padding: 0px;
		width: 30px;
		height: 15px;
	}
	#menu-select select{
		margin-top: 5px;
		height: 20px;
		line-height: 20px;
	}
	/*
	#menu-select select#manuf-list optgroup{
		font-weight: normal;
		font-style: normal;
		font-size: 0.91em;
		border-top: 1px dashed #999;
		color: #999;
		padding: 3px 10px;
		margin: 5px 0 10px 0;
	}
	#menu-select select#manuf-list option{
		color: #ccc;
		margin-bottom: 2px;
		padding: 0px;
	}
	*/
	
	/* Home */
	.home-btn{
		margin-top: 15px;
	}
	.home-btn .ultima a{
		font-size: 0.56em;
		font-weight: bold;
		color: #999;
		margin-left: 13px;
		padding-top: 5px;
	}
	.home-btn .ultima a:hover{
		text-decoration: none;
	}
	
	/* Credit Cards */
	#credit-cards{
		background: url(../img/common/creditCards.gif) no-repeat center 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.63em;
		color: #999;
		height: 50px;
		/*line-height: 50px;*/
	}
	#credit-cards a{
		display: block;
		padding-top: 10px;
		padding-left: 270px;
	}
	
	/* Foot Menu */
	#foot-menu{
		text-align: center;
		padding: 15px 0 0 0;
		font-size: 0.63em;
		color: #999;
		border-bottom: 1px dashed #ccc;
	}
	ul.foot-menu{
		margin-bottom: 10px;
	}
	ul.foot-menu li{
		display: inline;
		text-transform: uppercase;
	}
	ul.foot-menu li a{
		color: #999;
		text-decoration: none;
	}
	ul.foot-menu li a:hover{
		color: #BE210E;
		text-decoration: underline;
	}
	
	/* Foot copy */
	#foot-copy{
		padding-bottom: 2px;
	}
	#foot-copy div{
		background: #fff;
	}
	#foot-copy p.copy{
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 0.63em;
		color: #666;
		width: 500px;
		float: left;
	}
	#foot-copy p.brio-logo{
		width: 77px;
		float: right;
	}
	#foot-copy p.brio-logo a{
		background: url(../img/css/logo_brioStudio.gif) no-repeat right top;
		display: block;
		width: 77px;
		height: 25px;
		text-indent: -9999px;
	}
	
	/* Testimonials */
	ul#testimonials li{
		padding: 15px 10px;
		font-size: 0.75em;
		font-style: italic;
		color: #999;
		margin-right: 10px;
	}
	ul#testimonials li span{
		color: #E2C028;
		font-size: 0.91em;
		font-style: normal;
	}
	ul#testimonials li.bg span{
		color: #BE210E;
		font-size: 0.91em;
		font-style: normal;
	}
	ul#testimonials li.bg{
		background: #F7F7F7;
	}
	
	/* Manufacturer's List */
	p#manufacturer-list-title{
		font-size: 0.75em;
		color: #999;
	}
	p#manufacturer-list-title .green{
		font-weight: bold;
		color: #BDBF47;
	}
	h5#seeAllManufacturers{
		background: url(../img/css/tit_seeAllManufacturers.gif) no-repeat;
		width: 186px;
		height: 14px;
		text-indent: -9999px;
	}
	h5#seeAllManufacturers a{
		width: 186px;
		height: 14px;
		text-indent: -9999px;
		display: block;
	}
	ul#manufacturer-list{
		background: url(../img/manufacturer-list/bg_categories.gif) repeat-x;
		margin-top: 20px;
	}
	ul#manufacturer-list li{
		float: left;
		width: 154px;
	}
	ul#manufacturer-list li h6{
		border-top: 1px solid #BDBF47;
		width: 154px;
		height: 126px;
		text-indent: -9999px;
		margin-bottom: 10px;
	}
		ul#manufacturer-list li h6#beddingarearugs{
			background: url(../img/css/man_img_list_beddingAreaRugs.jpg) no-repeat left 1px;
		}
		ul#manufacturer-list li h6#fabrics{
			background: url(../img/css/man_img_list_fabrics.jpg) no-repeat left 1px;
		}
		ul#manufacturer-list li h6#traditionalfurniture{
			background: url(../img/css/man_img_list_traditionalFurniture.jpg) no-repeat left 1px;
		}
		ul#manufacturer-list li h6#contemporaryfurniture{
			background: url(../img/css/man_img_list_contemporaryFurniture.jpg) no-repeat left 1px;
		}
		ul#manufacturer-list li h6#homedecor{
			background: url(../img/css/man_img_list_homeDecor.jpg) no-repeat left 1px;
		}
	ul#manufacturer-list li ul li{
		font-size: 0.7em;
		color: #999;
		line-height: 150%;
		border-bottom: 1px solid #fff;
	}
	ul#manufacturer-list li ul li a{
		background: #F2F2F2;
		color: #999;
		text-decoration: none;
		display: block;
		width: 153px;
	}
	ul#manufacturer-list li ul li a:hover{
		background: #FAFAFA;
		color: #BE210E;
	}
	ul#manufacturer-list li ul li a span{
		padding-left: 10px;
	}
	
	/* Manufacturer's Gallery */
	#menu-manufacturers{
		/*padding: 0 0 0 10px;*/
	}
	h4.accordion_toggle a{
		display: block;
		width: 227px;
		height: 22px;
		text-indent: -9999px;
		margin-bottom: 1px;
	}
	a#bedding-area-rugs{
		background: url(../img/css/man_title_beddingAreaRugs.gif) no-repeat;
	}
	a#fabrics{
		background: url(../img/css/man_title_fabrics.gif) no-repeat;
	}
	a#traditional-furniture{
		background: url(../img/css/man_title_traditionalFurniture.gif) no-repeat;
	}
	a#contemporary-furniture{
		background: url(../img/css/man_title_contemporaryFurniture.gif) no-repeat;
	}
	a#home-decor{
		background: url(../img/css/man_title_homeDecor.gif) no-repeat;
	}
	div.accordion_content{
		overflow: hidden;
	}
	ul.menu-manufacturers{
		width: 227px;
	}
	ul.menu-manufacturers li{
		font-size: 0.7em;
		color: #999;
		line-height: 150%;
		border-bottom: 1px solid #fff;
	}
	ul.menu-manufacturers li a span{
		padding-left: 10px;
	}
	ul.menu-manufacturers li a{
		background: #F2F2F2;
		color: #999;
		text-decoration: none;
		display: block;
		width: 227px;
	}
	ul.menu-manufacturers li a:hover{
		/*background: url(../img/css/bullet_manufacturersMenu.gif) no-repeat 189px center;*/
		background: #FAFAFA;
		color: #BE210E;
	}
	ul#gallery-smalls{
		padding-top: 10px;
		width: 210px;
	}
	ul#gallery-smalls li{
		/*display: inline;*/
		float: left;
		width: 32px;
		height: 29px;
		margin-bottom: 10px;
		margin-left: 3px;
		_margin-left: 2px;
	}
	ul#gallery-smalls li a{
		display: block;
		border: 1px solid #666;
		width: 30px;
		height: 27px;
		float: left;
	}
	ul#gallery-smalls li a:hover{
		border: 1px solid #BDBF47;
	}
	#description-manufacturer{
		border-bottom: 1px dashed #ccc;
		border-top: 1px dashed #ccc;
		padding-top: 15px;
		margin: 0 15px 15px 0;
	}
	#gallery-medium{
		background: url(../img/common/loadingAnimation.gif) no-repeat center center;
		width: 210px;
		height: 210px;
	}
	#loading{
		text-align: center;
	}
	#loading img{
		margin-top: 35px;
	}
	
	/* Contact */
	ul#contact{
		padding-right: 15px;
		padding-top: 15px;
	}
	ul#contact li span{
		color: #E2C028;
	}
	ul#contact li h2{
		padding: 10px 0;
	}
	ul#contact li h2 span{
		font-size: 1.50em;
	}
	ul#contact li{
		padding: 15px 0;
		/*border-top: 1px solid #333;*/
		font-size: 0.75em;
		color: #999;
		line-height: 125%;
	}
	ul#contact li a{
		color: #999;
	}
	ul#contact li a:hover{
		text-decoration: none;
	}
	/*
	ul#contact li p{
		font-size: 1.09em;
		font-weight: bold;
		color: #EE1A6A;
	}
	*/
	
	/* Faq's */
	ol#faqs-list{
		padding-right: 15px;
		margin-left: 30px;
		font-size: 0.75em;
		font-weight: bold;
		color: #999;
		line-height: 125%;
	}
	ol#faqs-list li{
		list-style-type: decimal;
	}
	ol#faqs-list li a{
		color: #999;
		text-decoration: none;
	}
	ol#faqs-list li a:hover{
		color: #E2C028;
	}
	dl#faqs-definitions{
		padding-right: 15px;
		margin-top: 25px;
	}
	dl#faqs-definitions dt{
		font-size: 0.75em;
		font-weight: bold;
		color: #BE210E;
		margin-bottom: 5px;
	}
	dl#faqs-definitions dd{
		font-size: 0.75em;
		color: #999;
		margin-bottom: 10px;
	}
	dl#faqs-definitions a{
		display: block;
		text-align: right;
		border-bottom: 1px solid #333;
		margin: 10px 0;
	}
	
	/* Shipping */
	p.shipping-title{
		font-size: 0.75em;
		font-weight: bold;
		color: #999;
	}
	p.shipping-note{
		font-size: 0.75em;
		font-style: italic;
		color: #BE210E;
		padding-right: 15px;
	}
	p.shippinh-expl-title{
		font-size: 1.13em;
		font-weight: bold;
		color: #E2C028;
	}
	ul#shipping-list{
		padding-top: 20px;
	}
	ul#shipping-list li{
		background: url(../img/css/bullet_shipping.gif) no-repeat left 3px;
		font-size: 0.75em;
		padding-left: 20px;
		margin-bottom: 15px;
		line-height: 115%;
	}
	#shipping h2{
		margin-right: 15px;
		margin-top: 20px;
	}
	#shipping .ultima p,#shipping .ultima ul{
		padding-right: 15px;
	}
	div.shipping-steps{
		background: url(../img/css/bg_shippingSteps.png) no-repeat;
		height: 150px;
		border-bottom: 1px solid #fff;
	}
	div.shipping-steps div.span-5{
		padding-top: 10px;
		color: #fff;
	}
	
	/* Request Pricing */
	form#requestForm{
		padding: 0 15px;
		width: auto;
	}
	form#requestForm fieldset{
		margin-bottom: 25px;
	}
	form#requestForm legend{
		font-size: 0.75em;
		font-weight: bold;
		color: #EE1A6A;
		display: block;
		border-bottom: 1px solid #333;
		padding-bottom: 5px;
		margin-bottom: 20px;
		width: 660px;
	}
	form#requestForm label{
		font-size: 0.7em;
		color: #999;
		text-align: right;
		width: 320px;
		display: block;
		float: left;
		line-height: 20px;
		margin-right: 10px;
		margin-bottom: 8px;
	}
	form#requestForm input{
		background: #F5F5F5;
		border: 1px solid #ECECEC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #999;
		width: 210px;
		padding: 3px 3px 2px 5px;
	}
	form#requestForm input#zip{
		width: 110px;
	}
	form#requestForm select{
		background: #F5F5F5;
		border: 1px solid #ECECEC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #999;
		width: 220px;
		/*padding: 1px 3px 1px 5px;*/
	}
	form#requestForm textarea{
		padding: 5px;
		background: #F5F5F5;
		border: 1px solid #ECECEC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #999;
		width: 282px;
		overflow: auto;
	}
	form#requestForm button{
		background: transparent url(../img/css/btn_requestSend.gif) no-repeat;
		border: none;
		cursor: pointer;
		width: 30px;
		height: 10px;
		margin-left: 596px;
		margin-top: 10px;
	}
	form#requestForm br{
		clear: both;
	}
	form#requestForm .required{
		font-size: 0.7em;
		color: #999;
	}
	form#requestForm fieldset#manufacturers-form div{
		padding-left: 330px;
	}
	form#requestForm fieldset#manufacturers-form select{
		width: 150px;
		margin-right: 5px;
		margin-bottom: 8px;
		display: block;
		float: left;
		clear: left;
		color: #999;
	}
	form#requestForm fieldset#manufacturers-form input{
		width: 130px;
		color: #999;
		text-align: center;
	}
	#form-notes{
		padding: 30px 0 0 350px;
	}
	#form-notes p{
		font-size: 0.63em;
	}
	#form-notes p a{
		color: #BE210E;
	}
	#form-notes p a:hover{
		text-decoration: none;
	}
	
	
/* Clases
***************************/
.clear{
	clear: both;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.margen p, .margen h2,img.margen{
	margin-left: 10px;
	margin-right: 10px;
}
/*
.left-txt{
}
*/
.left-txt p{
	text-align: right;
	font-size: 0.75em;
	font-weight: bold;
	color: #BDBF47;
	padding: 0 15px 10px 15px;
}

/* Column Classes
***************************/
.columna{
	float: left;
	margin-right: 10px;
}
.ultima{
	margin-right: 0px;
}
.span-1{width: 50px;}
.span-2{width: 110px;}
.span-3{width: 170px;}
.span-4{width: 230px;}
.span-5{width: 290px;}
.span-6{width: 350px;}
.span-7{width: 410px;}
.span-8{width: 470px;}
.span-9{width: 530px;}
.span-10{width: 590px;}
.span-11{width: 650px;}
.span-12{width: 710px;}
.span-13{width: 770px;}
.span-14{width: 830px;}
.span-15{width: 890px;}
.span-16{width: 950px;}