/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #EEE;
	color: #464646;
}

/* LAYOUT */

.wrap {
	width: 960px;
	margin: 15px auto;
	text-align: left;
	border: 1px solid #999;
}

.ContentWrapper {
	float: left;
	width: 100%;
	margin: 0px 0 0px 0;
	background-color: #FFF;
}


/* HEADER */

.header {
	position: relative;
	margin: 0 0 20px 0;
	height: 150px;
	border: 0px solid #CCC;
}
.header .logo {
	position: absolute;
	/* change the values of top and left to adjust the position */
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-image: url(../image-files/guadua_logo.jpg);
	height: 160px;
	width: 258px;
}
.header .contact {
	position: absolute;
	/* change the values of top and left to adjust the position */
	top: 0px;
	margin: 0;
	padding: 0;
	background-image: url(../image-files/guadua_contact.jpg);
	height: 160px;
	width: 702px;
	right: 0px;
}
.header .stang {
	position: absolute;
	/* change the values of top and left to adjust the position */
	top: 160px;
	margin: 0;
	padding: 0;
	background-image: url(../image-files/stang.jpg);
	height: 12px;
	width: 960px;
	right: 0px;
}
.header .slogan {
	position: absolute;
	/* change the values of top and left to adjust the position */
	top: 110px;
	margin: 0;
	padding:  0 5px 0 0;
	color: #666;
	height: 20px;
	font-size: 11px;
	font-style: italic;
	left: 120px;
}



/*  HEADER NAVIGATION  */

.header .nav {
	position: absolute;
	top: 175px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 33px;
	width: 940px;
	right: 10px;
}
.header .nav ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.header .nav ul li {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.header .nav ul li a:link, .header .nav ul li a:visited {
	float: right;
	margin: 0;
	padding: 4px 10px 4px 10px;
	color: #FFF;
	font-size: 100%;
	text-decoration:none;
	font-weight: normal;
	background-color: #798232;
	border-left: 3px solid #FFF;
}
.header .nav ul li a:hover {
	color: #FFF;
	background-color: #B99421;
}



/* ------ CENTER COLUMN ------ */

.CenterColumn {
	margin: 40px 160px 0 160px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
	background-color: #FFFFFF;
	border: 0px solid #ccc;
	padding: 10px 30px 20px 30px;
}

.CenterColumn ul {
	list-style-type: disc;
	margin: 0 0 8px 0px;
	line-height: 1.5;
}
.CenterColumn li {
	margin: 0 0 8px 0px;
}

.CenterColumn .block2left {
	float: left;
	width: 270px;
	display: inline;
	margin: 10px 0 10px 10px;
}
.CenterColumn .block2right {
	float: right;
	width: 270px;
	display: inline;
	margin: 10px 10px 10px 0;
}

.CenterWide {
	margin: 40px 50px 0 50px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
	background-color: #FFFFFF;
	border: 0px solid #ccc;
	padding: 10px 30px 20px 30px;
}


/* ------ LEFT COLUMN ------ */

.LeftColumn {
	float: left;
	width: 140px;
	background-repeat: repeat-y;
	font-size: 90%;
	color: #333333;
	background-color: #FFF;
	margin: 80px 0 0 -945px;
}

.NavigationLeft {
	width: 100%;
	font-family: Arial, sans-serif;
}

.NavigationLeft h3 {
	padding: 0 0 7px 0;
	font-size: 115%;
	color: #333333;
	border-bottom: 1px solid #ccc;
	margin: 0 0 6px 0;
}

.NavigationLeft h3 a{
	color: #333333;
	text-decoration: none;
}

.NavigationLeft h4 {
	font-size: 90%;
	color: #666666;
	margin-top: 0;
}

.NavigationLeft ul {
	padding: 0 0 8px 0px;
	margin: -6px 0 0 0;
	list-style: none;
}
.NavigationLeft li {
	border-bottom: 1px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FFF;
	text-decoration: none;
}

.NavigationLeft li a {
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 5px 0 5px 5px;
	color: #369;
	text-decoration: none;
}
.NavigationLeft li a:visited {
	color: #369;
}
.NavigationLeft li a:hover {
	color: #FFF;
	background-color: #CC6;
}


/* ------ RIGHT COLUMN ------ */

.RightColumn {
	float: left;
	width: 140px;
	font-size: 90%;
	background-color: #FFF;
	margin: 70px 0 0 -155px;
}

.NavigationRight {
	width: 100%;
	font-family: Arial, sans-serif;
	background-color: transparent;
}

.NavigationRight h3 {
	padding: 0 0 7px 0;
	font-size: 115%;
	color: #333333;
	border-bottom: 1px solid #ccc;
	margin: 0 0 6px 0;
}

.NavigationRight h4 {
	font-size: 110%;
	color: #333333;
	border-bottom: 1px solid #CCC;
	margin: 0 0 8px 0;
}

.NavigationRight ul {
	padding: 0 0 8px 0px;
	margin: -6px 0 0 0;
	list-style: none;
}
.NavigationRight li {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 0px solid #ccc;
	background-color: #FFF;
	text-decoration: none;
}

.NavigationRight li a {
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 5px 0 5px 5px;
	color: #369;
	text-decoration: none;
}
.NavigationRight li a:visited {
	color: #369;
}
.NavigationRight li a:hover {
	color: #FFF;
	background-color: #CC6;
}



/* ------ FOOTER ------ */

.Footer {
	clear: both;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	padding: 5px 0 5px 0;
	background-repeat: no-repeat;
	background-color: #575C23;     /* blue-gray used in left and right columns of anguilla-background.gif and for footer and horizontal text-navbar */
    border-top: 0px solid #FFF font-size: 85%;
	color: #FFFFFF;
}

.Footer p {
	color:#FFFFFF;
	font-size: 85%;
	margin: 0 30px 0 30px;
}

.Footer a:link {
	color:#FFFFFF;
	padding:0;
	margin:0;
	text-decoration: underline;
}

.Footer a:visited {
	color:#FFFFFF;
	padding:0;
	margin:0;
	text-decoration: underline;
}

.Footer a:hover {
	color:#FFC;
	padding:0;
	margin:0;
	text-decoration: underline;
}





/* clearing */

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

/* PhotoGallery */

#gallery {
	width:580px;
	height:702px;
	margin:0 auto;
	position:relative;
}
ul#thumbnails {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ul#thumbnails li {
	float:left;
	position:relative;
	top:590px;
}
ul#thumbnails li a {
	height:100px;
	width:100px;
	padding:2px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img {
	width:100px;
	height:100px;
	border:0;
	margin:0;
}
ul#thumbnails li a:hover {
	background:#ccc;
}
#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:580px;
	width:580px;
	overflow:hidden;
}
#gallery #fullsize div {
	width:580px;
	height:580px;
}
#gallery #fullsize div img {
	display:block;
	margin:0 auto;
	border:0;
}

/* NAVBOX */

.NavBox {
	background-color: #fff;
	width: 98%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 auto 12px auto;
	padding: 4px;
}
.NavBox p {
	margin: 10px 0 10px 4px;
}
.NavBox a.back-to-top {
	background: url(../image-files/arrow-up.gif) no-repeat left;
	padding-left: 20px;
}
.NavBox a.back-to-right {
	background: url(../image-files/arrow-right.gif) no-repeat left center;
	padding-left: 20px;
}
.NavBox a.back-to-left {
	background: url(../image-files/arrow-left.gif) no-repeat left center;
	padding-left: 20px;
}


/* FONT STYLES */

p {
	margin: 5px 0 15px 0;
	line-height: 1.6;
	text-align: justify;
	color: #484848;
}
p.center {
	text-align: center;
}

.underline {
	text-decoration:underline;
}

a:link {
	color:#369;
	text-decoration: underline;
}
a:visited {
	color: #274E76;
	text-decoration: underline;
}
a:hover {
	color: #B99722;
	text-decoration: underline;
}

/* headers */

h1, h2, h3, h4, h5 {
	color: #333;
	margin: 10px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 210%;
	text-align: center;
	border-bottom: 2px solid #ccc;
	padding: 0 0 3px 0;
}
h2 {
	font-size: 170%;
	border-bottom: 1px solid #CCC;
	padding: 0 0 3px 0;
}
h2.green {
	font-size: 19px;
	background-color: #757D30;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border-bottom: 3px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	padding: 2px 0px 2px 0px;
}
h3 {
	font-size: 130%;
	padding-top: 5px;
}
h3.gray {
	font-size: 145%;
	text-align: center;
	color: #999;
	padding: 0 0 5px 0;
}
h3.furniture {
	font-size: 100%;
	text-align: center;
	color: #666;
	padding: 0 0 5px 0;
}
h4 {
	font-size: 120%;
	color: #C60;
	border-bottom: 1px solid #ccc;
}
h5 {
	font-size: 130%;
	color: #333;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #CCC;
}


.fabricfont {
	font-size: 90%;
}
.Caption {
	font-size: 100%;
	font-weight: normal;
	clear: both;
	line-height: 20px;
	color: #666666;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.ItemLeft {
	float: left;
	margin: 5px 18px 12px 0;
	text-align: center;
}
.ItemRight {
	float: right;
	margin: 5px 0 12px 18px;
	text-align: center;
}
.Box {
	background-color: #F3F5E2;
	width: 90%;
	border: 1px dotted #8f8fb3;
	margin: 16px auto;
	padding: 0 14px 0 14px;
	color: black;
}
.red {
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}
.rssfeed {
	background: url(../image-files/feed-icon14.gif) no-repeat 0 center;
	padding-left: 20px;
}





/* images */

img {
	margin: 0;
	border: 0;
}
img.prod {
	border: 0;
	margin: 0;
}
img.border {
	border: solid #999999 1px;
	padding: 2px;
}
.center {
	text-align:center;
}
img.noborderleft {
	float:left;
	margin:3px 17px 3px 0px;
	border:0px;
}
img.borderleft {
	float:left;
	margin: 5px 15px 0px 0px;
	border: solid #999999 1px;
	padding: 2px;
}
img.noborderright {
	float:right;
	margin:3px 0px 3px 7px;
	border:0px;
}
img.sealright {
	float:right;
	margin:35px 0px 3px 7px;
	border:0px;
}
img.borderright {
	float:right;
	margin:3px 0px 3px 18px;
	border: solid #999999 1px;
	padding: 2px;
}
img.furniture {
	border: 1px solid #fff;
}
img.furniture:hover {
	border: 1px solid #ccc;
}
code {
	margin: 3px 0;
	padding: 20px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
	/* white-space: pre; */
  	border: 1px solid #251a14;
	background-color: #130d0a;
}

.price {
	font-style: italic;
	color: #C30;
	font-weight: bold;
	font-size: 110%;
}

/* -- RSS Box -- */

.RSSbox {
	width: 120px;
	background-color: #FFF;
	border: 0px solid #8f8fb3;
	margin: 1px auto 2px 3px;
	padding: 1px 2px 2px 2px;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	text-align: center;
}


.like {
	width: 90px;
	float:left;
	margin: 0;
	padding: 0;
	
}
