/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator
{
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #807873;
}
/* #######################################################
---/ 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;

}

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

#container .intro p
{
	margin: 25px 0 0 0;
	padding: 0;
	font-size:1.4em;
	line-height:1.75;

}

#container .table_right
{
float:right;
width:450px;
margin: 30px 0 30px 30px;
background: #807873;
}

#container .table_right .table_head
{
background:white;
padding: 0 0 0 15px;
}

#container .table_right .h2
{
color:white;
padding: 0;
}

#container .table_right .table_content 
{
background: white;
}


#container .intro a,
#container .intro a:link,
#container .intro a:active,
#container .intro a:visited
{
	font-style: normal;
	color: #ed2024;
	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;

}

#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;

}

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

/*######################################################
Image
##################################################### */
#container .image
{
	float: right;
	margin: 0 0 0 0;
}
/*######################################################
---/ End Image
##################################################### */







/*#######################################################
jCarousel
###################################################### */
.jcarousel-skin-portfolio .jcarousel-container
{
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-container-horizontal
{
    width: 431px;
    padding: 10px 20px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-container-vertical {
    width: 431px;
    height: 300px;
    padding: 20px 10px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-clip-horizontal
{
    width:  431px;
    height: 300px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-clip-vertical
{
    width:  431px;
    height: 300px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-item
{
    width: 431px;
    height: 300px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-item-horizontal
{
    margin-right: 10px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-item-vertical
{
    margin-bottom: 10px;
	background-color: white;
}

.jcarousel-skin-portfolio .jcarousel-item-placeholder
{
	background-color: white;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-portfolio .jcarousel-next-horizontal
{
    position: absolute;
    top: 130px;
    right: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../images/portfolio_next.jpg") no-repeat 0 0;
}

.jcarousel-skin-portfolio .jcarousel-prev-horizontal
{
    position: absolute;
    top: 130px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../images/portfolio_previous.jpg") no-repeat 0 0;
}



