html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #363636;
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	color: #363636;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 130%;
}

strong
{
}

a
{
	color: #666;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(images/bg01.png) repeat;
	width:1100px;
	margin: 0 auto 0 auto;
}

#wrapper_background {
	width: 100%;
	background: #FFFFFF url(images/bg01.png) repeat;
}	

.container
{
	width: 1000px;
	margin: 0px auto 0px auto;
}

.container_contacts
{
	width: 1000px;
	margin: 0px auto 0px auto;
}

.clearfix
{
	clear: both;
}
.content_main {
	font-family: 'News Cycle', sans-serif;
	font-size:15px;
	color:#646464;
	text-transform:none;
}

.content_main_about {
	font-family: 'News Cycle', sans-serif;
	font-size:13px;
	color:#646464;
	text-transform:none;
}

.company_name {
	font-size:13px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	line-height:10px;
}
.contact_name {
	margin-top:10px;
	font-size:13px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	line-height:10px;
}
.company_title {
	font-family: 'News Cycle', sans-serif;
	font-size:11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #a84c4e;
	line-height:10px;
}
.company_email {
	font-family: 'News Cycle', sans-serif;
	font-size:11px;
	letter-spacing: 0.15em;
	font-style:italic;
	color: #c3b6b6;
	line-height:10px;
}
.copyright {
	font-family: 'News Cycle', sans-serif;
	font-size:10px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight: 400;
	color: #888;
	line-height:10px;
}
.company_location {
	font-size:13px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	color: #444;
	line-height:10px;
}
.company_phone {
	font-size:18px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	line-height:10px;
}

#wrapper_carousel {
	width: 1100px;
	height: 500px;
	margin: 0 auto 0 auto;
	position:relative;
	top:0px;
}

.callout_heading
	{
		letter-spacing: 0.10em;
		font-weight: 700;
		font-size: 18px;
		color: #581011;
		margin-bottom: 1em;
		text-transform: uppercase;
	}
	
.contact_title
	{
		margin-bottom: 1em;
		text-transform: uppercase;
		letter-spacing: 0.10em;
		font-weight: 700;
		font-size: 25px;
		color: #581011;
	}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
	position: relative;
	width:1100px;
	height: 150px;
	margin: 0 auto 0 auto;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		margin-left:50px;
		top: -57;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 700;
		color: #000;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #000;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		right: 50px;
		top: 35px;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
		background: rgba(0,0,0,0.4);
		margin-left:1px;
	}
	
	#menu li a, #menu li span
	{
		display: block;
		font-family: 'News Cycle', sans-serif;
		padding: 1em 1.5em;
		letter-spacing: 0.30em;
		text-decoration: none;
		font-size: 13px;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background: rgba(255,255,255,0.2);
	}
	
	#menu .current_page_item a
	{
		background: #610a21;
		color: #FFF;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		padding: 4em 0em 0em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	float: left;
	width: 800px;
	margin-left: 100px;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: left;
		width: 225px;
		margin-left:120px;
	}
	
	#sidebar .title h2
	{
		font-size: 20px;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	height:500px;
	margin-top:-500px;
}

#header-wrapper:before
{
}


	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration:none;
	}
	
	ul.style2 li
	{
		border-top: dotted 1px #d4d4d4;
		letter-spacing: 0.10em;
		font-size:14px;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}
	
	
	
	#headshot {
	width: 280px;
	height: 190px;
	margin-right: 0px;
	float: left;
	margin-bottom: 15px;
	background-image:url(images/headshot.jpg);
	overflow:hidden;
	}
	
	
	#contact_holder {
		width:600px;
		height:100px;
		margin-top:5px;
		float:left;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio_background {
	width: 100%;
	background: #581011;
	}
	
	#portfolio-wrapper
	{
		background: #581011;
		padding: 4em 0em;
		margin: 0 auto 0 auto;
		width:1100px;
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
		color: #C3C3C3;
	}
	
	#portfolio .title h2
	{
		color: #FFF;
	}

	#portfolio .byline
	{
		color: #EEA7C1;
	}
	
	.portfolio_title {
		margin-bottom:75px;
	}
	
	#column1_contact {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	width: 280px;
	float: left;
	}
	
	#column2_contact {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 80px;
	width: 280px;
	float: left;
	}
	
	#column3_contact {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 20px;
	width: 280px;
	float: right;
	}

	
	#column1 {
		margin-right:75px;
		margin-bottom:50px;
		margin-left:50px;
		width: 250px;
		float: left;
	}
	
	#column2 {
		margin-bottom:50px;
		width: 250px;
		float: left;
	}
	
	#column3 {
		margin-bottom:50px;
		margin-right:50px;
		width: 250px;
		float: right;
	}
	
	#column4 {
		margin-right:75px;
		margin-left:50px;
		width: 250px;
		float: left;
	}
	
	#column5 {
		width: 250px;
		float: left;
	}
	
	#column6 {
		margin-right:50px;
		width: 250px;
		float: right;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright_background {
	width: 100%;
	background: #252424;
	}
	
	#copyright-wrapper
	{
		background: #252424;
		padding: 4em 0em;
		height:150px;
		margin: 0 auto 0 auto;
		width:1100px;
	}
	
	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}
	
	#column7 {
		margin-right: auto;
		margin-left: auto;
		margin-bottom:50px;
		width: 1000px;
		float: left;
		text-align:center;
	}
	
	#column8 {
		margin-bottom:50px;
		width: 200px;
		float: left;
	}
	#column8_1 {
		margin-right:24px;
		margin-left:50px;
		width: 325px;
		float: left;
		margin-bottom:50px;
	}
	
	#column9 {
		margin-bottom:50px;
		margin-right:20px;
		width: 250px;
		float: right;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	}

	.title h2
	{
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 25px;
	color: #581011;
	text-align: center;
	}
	
	.title .byline
	{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
	color: #6F6F6F;
	text-align: center;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 0.5em;
		padding: 0.5em 5em;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.70em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.70em;
		color: #fff;
		border-bottom:dotted 1px #a84c4e;
		border-top:dotted 1px #a84c4e;
	}

		.button:hover
		{
			background: #671618;
			border-left:dotted 1px #a84c4e;
		border-right:dotted 1px #a84c4e;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		}
		
		.button:active
		{
			background: #7c1700;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		}
			

/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

	#two-column
	{
	overflow: hidden;
	padding: 3em 0em 1em 0em;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		float: left;
		width: 450px;
		margin-left:25px;
	}

	#two-column #tbox2
	{
		float: right;
		width: 450px;
		margin-right:25px;
	}


/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured_background {
	width: 100%;
	background: #ededed;
	}	
	
	#featured-wrapper
	{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 5em 0em;
	background: #ededed;
	}
	
	#featured .heading
	{
	overflow: hidden;
	margin-bottom: 0em;
	padding-bottom: 1em;
	text-align: center;
	}

	#featured .heading h2
	{
		font-size: 40px;
		color:#581011;
	}


	#featured .heading .byline
	{
	font-size: 20px;
	text-align: center;
	}

	#featured .title
	{
		margin-bottom: 1em;
	}
	
	#featured .title h2
	{
		font-size: 15px;
		padding-top: 30px;
	}
	
	#featured h2
	{
		text-align: center;
	}

	#featured .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 20px auto;
		line-height:  normal;
		font-size: 6em;
		text-align: center;
		color: #FCC44B;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 300px;
	}
	
	.column1,
	.column2
	{
		float: left;
		margin-right: 10px;
		margin-left:20px;
	}
	
	.column3
	{
		float: right;
		margin-right:20px;
	}
	
	.column4
	{
		float: right;
	}


/*********************************************************************************/
/* Slider                                                                      */
/*********************************************************************************/


#slider
{
	margin: 0em auto 0em auto;
	width: 1000px;
	position: relative;
}


#slider .viewer
{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 500px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 1000px;
	height: 500px;
}
