/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator
{
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #807873;
}

#container .content2
{
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: left;		font-family: arial;		font-size: 14px;		line-height: 22px;
}
/* #######################################################
---/ End Grey Separator
####################################################### */





/* #######################################################
Intro
####################################################### */
#container .intro
{
	clear: both;
	margin: 46px 0 0 0;
	text-align: left;
}

#container .intro h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 3em "Times New Roman", Times, serif;
	color: #807873;
	font-style: italic;
	font-size: 34px
}

#container .content2 h2
{
	font-size: 22px;		color: #f5a417;		margin-bottom: 15px;
}

#container .intro .highlight
{
	font-weight: bold;
	border-bottom: solid 2px #e97004;
}

#container .intro p
{
	margin: 25px 0 0 0;
	padding: 0;
	font: normal 14px arial;
	color: #373431;
	line-height: 1.5em;
}

#container .intro a,
#container .intro a:link,
#container .intro a:active,
#container .intro a:visited
{
	font-style: normal;
	color: #e97004;
	text-decoration: none;
}

#container .intro a:hover
{
	text-decoration: underline;
}
/* #######################################################
---/ End Intro
####################################################### */





/* #######################################################
Grey Separator Thick
####################################################### */
#container .greySeparatorThick
{
	clear: both;
	margin: 46px 0 0 0;
	height: 6px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator Thick
####################################################### */





/* #######################################################
Featured work
####################################################### */
#container .featuredWork
{
	clear: both;
	margin: 26px 0 0 0;
	text-align: left;
}

#container .featuredWork h1
{
	margin: 0;
	padding: 0;
	font: normal 1em "Times New Roman", Times, serif;
	color: #373431;
	font-style: italic;
}

#container .featuredWork ul
{
	list-style: none;
}

#container .featuredWork .images
{
	padding: 25px 0 0 0;
}

#container .featuredWork .title
{
	padding: 25px 0 0 0;
}

#container .featuredWork .title a,
#container .featuredWork .title a:link,
#container .featuredWork .title a:active,
#container .featuredWork .title a:visited
{
	font-style: normal;
	color: #e97004;
	text-decoration: none;
}

#container .featuredWork .title a:hover
{
	text-decoration: underline;
}

#container .featuredWork .description
{
	padding: 12px 0 0 0;
}

#container .featuredWork li
{
	margin: 0 16px 0 0;
	width: 300px;
	float: left;
	font: normal 0.75em "Times New Roman", Times, serif;
	color: #373431;
	font-style: italic;
}

#container .featuredWork .end
{
	margin: 0;
	width: 300px;
	float: left;
}
/* #######################################################
---/ End Featured work
####################################################### */

/*######################################################---/

 New Work Table

 ###################################################### */
table
{    	

	border-collapse: collapse;		

	margin-top: 30px;
}


td, th 
{   

	border: 1px solid #6296ff;	

}



.title-table th p 
{		
	font: bold 14px arial ;	

	color: #6296ff ;		

	padding: 10px; 

}


tbody tr td
{		
	
	width: 20%;	

}


thead
{		

	background: #eee;	

}


.table-out
{

	width: 100%;		

	height: 100%;		

	margin-top: 20px;

}


.table-prod
{		
	
	width: 100%;	

}


td p
{

	font: normal 13px arial;

	padding: 5px;

	line-height: 22px;

}
.marques
{

	font: normal 14px arial;

	font-style: italic;

	padding: 5px;

}

.cost
{		
	
	font: bold 16px arial; color: #f5a417; 

}


.img-link img
{

	width: 100px;

}


.img-link a
{
	
	background: none;	
	
	border: none;
}


.img-link a:hover
{
	
	background: none;

}


.img-note img
{

	width: 100px;

}


tbody tr td
{
	
	padding: 10px 0;

}


tbody tr td a 
{
	color: #f5a417;

	padding: 10px;

	font: bold 12px arial;

	border: 1px solid #f5a417;

	text-decoration: none;

	transition: all 0.5s;

}


tbody tr td a:hover
{

	background: #f5a417;

	color: #fff;

	transition: all 0.5s;

}