/* STYLE SHEET */

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	font-size:12px;
	color:#3a504c;
	position:relative;
	height:100%;
	background-color:#ebebeb; 
	background-image:url(../images/background/pattern-main.gif);
	background-repeat:repeat; 
	background-position:top; 
	margin:0px;
}

#main {
	position:relative;
	background-color:#f1e9e0;
	background-image:url(../images/background/pattern-stripes.gif);
	background-repeat:repeat-x;
	background-position:top;	
	border-bottom:2px solid #d5ccc2;
	}
#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
	/*border:1px dashed #999999;*/
}

/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	height:72px;
	}
#header-left {
	position:relative;
	float:left;
	width:480px;	
	}
#header-right {
	position:relative;
	float:right;
	padding-top:20px;
	font-size:30px;
	font-weight:bold;
	color:#90afcc;
}
#logo {
	position:relative;
	padding-top:16px;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:25px;
	background-image:url(../images/background/menubg.gif);
	background-repeat:no-repeat;
	background-position:top;
	z-index:10;
	padding-bottom:5px;
	margin-bottom:10px;
}
#menu {
	position:relative;
	float:left;
	width:840px;
}
#social {
	position:relative;
	float:right;
	width:100px;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
}

/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
}
#main-content {
	position:relative;
	text-align:justify;
	}
#main-content p{
	font-size:16px;
	line-height:22px;
	margin-top:0px;
}
.heading {
	background-color:#ece6e0;
	border-top:1px dashed #b4aea7;
	border-bottom:1px dashed #b4aea7;
	margin-bottom:10px;
	
}
/* LEFT COLUMN*/
#left-column {
	position:relative;
	width:740px;
	float:left;
}
#steps {
	position:relative;
	height:170px;
	background-image:url(../images/background/stepsbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#ffffff;
}
.step-heading {
	position:relative;
	font-size:20px;
	font-style:italic;
	text-align:right;
	padding:3px 5px 0px 0px;
	margin-right:20px;
}
a.box:link,
a.box:visited,
a.box:hover {
	display:block;
	width:230px;
	height:160px;
	text-decoration:none;
	color:#ffffff;
}
a.box2:link,
a.box2:visited,
a.box2:hover {
	display:block;
	width:220px;
	height:160px;
	text-decoration:none;
	color:#ffffff;
}
.instruction {
	position:relative;
	padding-top:10px;
	text-align:center;
	font-size:24px;
	line-height:24px;
	font-weight:700;
}
.instruction2 {
	position:relative;
	padding-top:10px;
	text-align:center;
	font-size:24px;
	line-height:24px;
	font-weight:700;
	padding-left:20px;
}
#step1 {
	position:relative;
	float:left;
	width:235px;
	margin-right:30px;
	color:#ffffff;
}
#step2 {
	position:relative;
	float:left;
	width:220px;
	margin-right:30px;
	color:#ffffff;
}
#step3 {
	position:relative;
	float:left;
	width:220px;
	color:#ffffff;
}
/* RIGHT COLUMN*/
#right-column {
	position:relative;
	width:190px;
	float:right;
	padding-top:10px;
}
#testimonials {
	position:relative;
	height:128px;
}
#featured {
	position:relative;
}
/* ***************************************************************************** */
/* GALLERY */
table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* PROODUCTS */
.featured-fabrics {
	float:left; 
	height:50px;
	width:50px;
	margin-right:9px;
	margin-bottom:9px;
	border:2px solid #bfb3a6;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	padding:10px 0px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
a.footer-links:link,
a.footer-links:visited,
a.footer-links:hover {
	color:#ffffff;
}
a.plujo:link,
a.plujo:visited {
	color:#4d6275;
	letter-spacing:1px;
	text-decoration:none;
}
a.plujo:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* ***************************************************************************** */
/* GLOBAL */
	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}
ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}



