/**
 * Gabby Home
 * ----------------------------------------------
 * 2011
 */



@import url(http://fonts.googleapis.com/css?family=EB+Garamond&PT+Sans:400,700);


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }



html,body {
	margin:0;
	padding:0;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	color: #fff;
	background:#131212;
	
}

#container {
	width: 960px;
	margin:0 auto;
}



/* text styles */

form {
	margin: 0;
}

a {
	color: #fff;
	text-decoration: underline;
	 outline: none;

}
a:hover, .spleft a:hover{
	color: #c63f1a;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}


h1 {
	font-size: 28px;
	line-height: 29px;
	margin: 0 0 25px 0;
	font-weight:normal;
}

h1.fabh1{
	font-size: 28px;
	line-height: 29px;
	margin: 0 0 25px 20px;
	font-weight:normal;
}


h3 {
margin:6px 0 0 0;
}

p { 
	margin:0 0 20px 0;
}


/* end text styles */




/* header */

#header {
	width:100%;
	height: 104px;
	background:url(/images/headerbg2.jpg) repeat;
}
.splashpage #header {
	position:absolute;
	top:0px;
	z-index:100;
	background:url(/images/splashheader.png) repeat;
}

.header_inside {
	position:relative;
	width: 960px;
	height: 104px;
	margin:0 auto;
}

.logo {
	position:absolute;
	top:20px;
	left:33px;
	display:block;
	width:318px;
	height:75px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/sprite.png) 0 0;
}

.searchbox {
	overflow:hidden;
	position:absolute;
	top:52px;
	right:16px;
	padding:4px;
	background:#b2a79a;
	border-radius:4px;
}
.splashpage .searchbox {
	background:url(/images/splashbg.png) repeat;
}

#searchtxt {
	border:none;
	width:165px;
	margin:0 10px 0 12px;
	color:#fff;
	font-size:13px;
	letter-spacing:.35px;
	background:#b2a79a;
}
.splashpage #searchtxt {
	background:none;
}

#searchbutn {
	width:19px;
	height:19px;
	text-indent:-9990px;
	border:none;
	background:url(/images/sprite.png) -66px -77px;
}

/* end header */



/* content */

#content {
	width: 960px;
	line-height:22px;
	padding-top:0px;
	clear: both;
	padding-top: 100px;
	}
.splashpage #content {
	width: 960px;
	line-height:22px;
	padding-top:50px;
	clear: both;
	margin-top: 0;
	}

#contentpage {
	width: 880px;
	padding:114px 30px 0;
	line-height:22px;
	clear: both;
	font-size: 16px;

}

.clear {
	clear: both;
}


#left {
    float: left;
    margin-top: 35px;
    padding: 0 20px 20px 0;
    width: 400px;
}
#right {
    float: right;
    margin-top: 42px;
    padding: 0 40px 0 0;
    width: 400px;
}
.box_txt {
    padding: 10px;
}

.box_txt ul{
	margin:0 0 0 20px; 
	padding:0;
	border: none;
	line-height: 22px;
}

.box_txt li {
	margin: 0;
}

.box_txt a {
	padding: 0;
	margin:0;
}

.box_txt a:hover{
	color: #7f2319;
	text-decoration: underline;
}


.box2 {
	width: 252px;
	border: 1px solid #999999;
	height: 215px;
	 background-repeat: no-repeat;
	margin-top: 5px;
	
}


/* end content */





/* splash */

/*
#splashpic {
	margin:0 auto;
	position:relative;
	z-index:1;
}
#splashpic img {
	width:100%;
}
*/
.nav {
	width:996px;
	margin:0 auto;
	position:relative;
}
#prev1 {	
	position:absolute;
	top:300px;
	left:-30px;
	z-index:100;
	width:27px;
	height:49px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/sprite.png) 0 -198px;
  opacity: 0.6; 
  filter: alpha(opacity=60); 	


}
#next1 {	
	position:absolute;
	top:300px;
	right:-30px;
	z-index:100;
	width:27px;
	height:49px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/sprite.png) -31px -198px;
  opacity: 0.6; 
  filter: alpha(opacity=60); }

#next1:hover, #prev1:hover {

  opacity: 0.9; 
  filter: alpha(opacity=90); 

}

.splashcontent {
	margin:0px 0 0 0;
	font-size:17px;
	line-height: 22px;
}


.spleft {
	float:left;
	width:300px;
	margin:0 0 0 15px;
}
.spleft p {
	margin: 0;
}	
.spleft a {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
	margin:12px 0 0 15px;
}
.spleft .first {margin:0;}
	
.splashlinks {
margin-top: 12px;
}
.blogfeed {
	float:right;
	width:570px;
	padding:0 0 0 20px;
	border-left:1px solid #717171;
}

.blogg {
	float:left;
	width:250px;
	margin:0 0 0 35px;
}



/* end splash */




/* footer */


#footer {
	position:relative;
	width: 960px;
	height: 152px;
	border-top:1px solid #717171;
	margin:65px 0 0;
}

.addr {
	position:absolute;
	top:23px;
	left:172px;
	font-size:13px;
	line-height:18px;font-family: 'PT Sans', sans-serif;
}

.addr a {
	color:#fff;
	text-decoration:none;
}

.gablogofoot {
	position:absolute;
	top:16px;
	left:14px;
	width: 139px;
	height: 75px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/sprite.png) 0 -105px;
}

.fb {
	position:absolute;
	top:59px;
	right:44px;
	display:block;
	width:23px;
	height:23px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/sprite.png) 0 -77px;
}

.tw {
	position:absolute;
	top:59px;
	right:10px;
	display:block;
	width:24px;
	height:23px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/sprite.png) -32px -77px;
}

.sc {
	position:absolute;
	top:51px;
	right:182px;
	display:block;
	width:284px;
	height:38px;
	text-indent:-9990px;
	overflow:hidden;
	background:url(/images/SCcompany.gif) no-repeat;
}

/* end footer */



/* menus */

#mainmenu {
	width:960px;
	margin:13px 0 16px;
	background:#2b2a2a;
	border-radius:8px;
	position:absolute;
	top:104px;
	}

.splashpage #mainmenu {
	position:absolute;
	top:104px;
	z-index:100;
	background:url(/images/splashbg.png) repeat;
}


#mainmenu ul {
	list-style:none;
	margin:0 0 0 8px;
}

#mainmenu ul li {
	display:inline;
}

#mainmenu li a {
	float:left;
	padding:15px 0;
	margin:5px 0;
	text-align:center;
	color:#fff;
	font-size:16px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	text-decoration:none;
	border-right:1px solid #1a1919;
}

.splashpage #mainmenu li a {
	border-right:none;
}

.m1 {
	width:123px;
}
.m2 {
	width:112px;
}
.m3 {
	width:131px;
}
.m4 {
	width:168px;
}
.m5 {
	width:183px;
}
.m6 {
	width:129px;
}
.m7 {
	width:90px;
	border:none !important;
}

.splashpage .m1 {
	width:124px;
}
.splashpage .m2 {
	width:113px;
}
.splashpage .m3 {
	width:132px;
}
.splashpage .m4 {
	width:169px;
}
.splashpage .m5 {
	width:184px;
}
.splashpage .m6 {
	width:130px;
}



#footer ul {
	position:absolute;
	top:20px;
	right:0;
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	line-height:12px;
}

#footer li {
	float:left;
}

#footer li a {
	padding:0 11px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:.75px;
	text-decoration:none;
}










/* catalog styles */

.box {
	float:left;
	width:138px;
	margin:30px 0 0 30px;
	color:#fff;
}

.style3 {
	font-size:16px;
}

.box ul {
	list-style:none;
	margin:5px 0 0 0;
}

.box li {
	padding:5px 0 0 0;
}

.box li a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
}

.red {
	color:#c63f1a !Important;
}

.shopright {
float:right;
	width: 792px;
}

.shopbig {
float:right;
	width: 960px;
}

#banner {
	float:right;
	position:relative;
	width:765px;
	height:335px;
	overflow:visible;
	margin:0 0 20px;
	background:#6d6c6c;
}
.bangab {
	position:absolute;
	top:265px;
	left:24px;
	height:56px;
	padding:21px 0 0 148px;
	font-size:30px;
	text-transform:uppercase;
	background:url(/images/sprite.png) -178px -109px no-repeat;
	font-weight: normal;
}


div.product {
	text-align: center;
	width: 170px;
	height: 210px;
	overflow: hidden;
	padding: 0;
	float: left;
	margin: 0 0 10px 28px;
	display:inline;
}

div.productwrap {
	height: 170px;
	text-align: center;
	width: 300px;
	margin: 0 0 0 -65px;
	background: #fff;
}

.prodpicinterior {
	height: 335px;
	width: 335px;
	display: block;
	background-position: top center !important;
	}


div.fabric {
	text-align: center;
	width: 170px;
	height: 200px;
	overflow: hidden;
	padding: 0;
	float: left;
	margin: 0 0 10px 20px;
	display:inline;
}

div.fabric img, div .product img{

	height: 170px;

}


xa.prodJaxSizer
{
    overflow: hidden; 
    position: relative; 
    }
xa.prodJaxSizer img
{
    position:absolute;
    }
xa.prodJaxText 
{
    position:relative;
    top:250px;
    }
    
xdiv.prodTitle
{
    position:relative;
    margin-top:175px;
    }


.product_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	font-size: 13px;
	line-height: 15px;
	color:#fff;
	width: 170px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

a.fdeal, a.fablink {
	position:absolute;
	color: #7a1501;
	text-decoration: none;
	font-size:15px;
	text-transform:uppercase;
	font-style: normal;
}

a.fdeal {
	right:20px;
	bottom:23px;
	padding:3px 18px 5px;
	background:#f9f9f6;
}

a.fablink {
	right:20px;
	bottom:60px;
	padding:3px 10px 5px;
	background:#f9f9f6;

}

a.fdeal:hover, a.fablink:hover {
	color: #fff;
	text-decoration: none;
	background:#8d8d8d;
}

.prodpic {
	float:left; 
	width:335px; 
	height:335px; 
	padding:0px; 
	overflow:hidden;
	position:relative;
	text-align: center;

}

.prodpicinterior {
	width:335px; 
	height:335px; 
	position:relative;
}

table.contact {
width: 300px;
}

table.contact tr td {
padding: 3px;
}

    
#thumboverlay {
    position:absolute;
	bottom: 14px;
	left: 360px;
}

#thumboverlay img{
	height: 37px;
	float: left;
	margin-left: 8px;
	-moz-box-shadow: 2px 2px 3px #444;
	-webkit-box-shadow: 2px 2px 3px #444;
	box-shadow: 2px 2px 3px #444;
}


.prodinfo {
	float:right;
	width:384px;
	padding:0 25px 0 0;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
}
.style5 {
	font-size:22px;
	line-height:22px;
	margin:20px 0;
}
.box_f {
	margin:-12px 0 0 0;
	line-height: 20px;
}



.specs {
	line-height:18px;
	font-style: normal;
}
.specs p {
	margin: 0 0 3px 0;
}
.dimen {
	margin:13px 0 5px 0 !important;
}
.itemnumber {
	position:absolute;
	top:15px;
	right:20px;
	font-size:14px;
	text-transform:uppercase;
	font-family:times;
}
.nombre {	
	font-family:times;
	font-size:12px;
}


a.catalog {
	color: #fff;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
}
.catalogTitle {
	text-decoration: none;
}
span.catalog {
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}
img#large {
	height: 335px;
	width: 335px;
	}

a.blogfd
{
    text-decoration:none;
    color:White;
    
    }
    
 #pagination a.pager
{
    font-size:18px;
    margin-right:10px;
    text-decoration:none;
    color:Gray;
    cursor:pointer;
    }
 #pagination a.active
{
    color:White;
    font-size:26px;
    cursor:default;
    }

 #pagination {
 	float: left;
 	clear: left;
 }
 
 
 
.splashfeature {
	width:100%;
	height:625px;
	overflow:hidden;
}
 
#splashpic {
	position:relative;
	z-index:1;
	width:100%;
	height:625px;
	margin:0 auto;
}
 
 
.sp1 {
	width:100%;
	height:625px;
	background:url(images/splash4.jpg) 50% 0 no-repeat;
}
.sp2 {
	width:100%;
	height:625px;
	background:url(images/splash2.jpg) 50% 0 no-repeat;
}
.sp3 {
	width:100%;
	height:625px;
	background:url(images/splash3.jpg) 50% 0 no-repeat;
}
.sp4 {
	width:100%;
	height:625px;
	background:url(images/splash5.jpg) 50% 0 no-repeat;
}
.sp5 {
	width:100%;
	height:625px;
	background:url(images/splash6.jpg) 50% 0 no-repeat;
}
.sp6 {
	width:100%;
	height:625px;
	background:url(images/splash7.jpg) center top no-repeat;
}

#contactnames{
width: 1000px;}

#contactnames tr td{
border-bottom: solid 1px #333}

#contactnames tr td{
padding: 15px 0 15px 15px;
line-height:12px;
font-size: 14px;}

#contactnames tr td a{
color: #fff;}

.contentimage {
float: right;
margin: 0 0 15px 15px;}

#lftmenu {
margin-bottom: 30px;
}
#lftmenu li{
list-style: none;}



.locationslink { 
	color:#fff;
}

.showrooms {
float: right;
margin: -45px -35px 0 0;
}
