	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #dddddd;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	
	.clear {
		clear: both;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
	line-height: 180%;
	text-align: justify;
	}
	
	strong
	{
	}
	
	a
	{
		color: #d31e0b;
	}
	
	a:hover
	{
	text-decoration: none;
	color: #af11a0;
	}
	
	.container
	{
	width: 1000px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	}

	.header
	{
	margin-bottom: 2em;
	}

	.header h2
	{
		font-size: 2.5em;
		font-weight: 300;
	}

	.header span
	{
		display: block;
		padding-top: 0.50em;
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 300;
	}
	
	h2.header-new {
		font-size: 20px;
		font-weight: normal;
		text-transform: none;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.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-right
	{
		float: right;
	}	
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/


	ul.style2
	{
		margin: 0;
		padding-top: 1em;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: 1px solid rgba(0,0,0,0.08);
		padding: 0.80em 0 0.80em 0;
		font-family: 0.80em;
	}
	
	ul.style2 li:before
	{
		display: inline-block;
		padding: 4px;
		background: #DB3256;
	}
	
	ul.style2 a
	{
		display: inline-block;
		color: #35514f;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}
	
	ul.style3 {
		list-style: square;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

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

	.button
	{
	display: inline-block;
	margin-top: 2em;
	padding: 1em 2em 1em 2em;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.90em;
	color: #FFF;
	background-color: #333333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	}

	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 282px;
	}
	
	.box1,
	.box2,
	.box3
	{
		float: left;
		margin-right: 24px;
	}
	
	.box4
	{
		float: right;
	}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC
	{
	width: 309px;
	}

	.boxA,
	.boxB
	{
		float: left;
		margin-right: 24px;
	}
	
	.boxC
	{
		float: right;
	}
	
	.boxA p,
	.boxB p,
	.boxC p {
		line-height: normal;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 588px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}
	.tbox3
	{
	margin-bottom: 60px;
	}

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

	#header
	{
	position: relative;
	}

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

	#logo
	{
	width: 333px;
	clear: left;
	float: left;
	height: 100px;
	margin-top: 10px;
	}
	
	#logo h1
	{
	}
	
	#logo h1 a
	{
		color: #d31e0b;
	}
	
	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: #000;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #000;
	}

/* ------------------------------------
#. Menu
------------------------------------ */

#menu-wrapper
	{
	/*overflow: hidden;*/
	height: 60px;
	background-color: #333333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	
	#menu
	{
	font-size: 18px;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
	display: block;
	float: left;
	text-align: center;
	}
	
	#menu li a, #menu li span
	{
		/*overflow: hidden;*/
		padding: 1em 2em 1em 0em;
		line-height: 60px;
		letter-spacing: 0.10em;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.90em;
		font-weight: 300;
		color: #FFF;
	}
	
	#menu li:hover > a, #menu li.active > a, #menu li.active > span
	{
	color: #C0C;	
	}
	
	#menu .current_page_item a
	{
	}
	
	#menu .icon
	{
	}

		#menu ul li.parent {
			position: relative;
		}

			#menu ul li.parent:hover ul {
				display: block;
			}

			#menu ul li.parent ul {
				display: none;
				z-index: 999999;

				margin: 0;
				padding: 0;

				position: absolute;
				top: 48px;
				left: 0;

				background: #333;
			}

			#menu ul li.parent ul li {
				
			}

			#menu ul li.parent ul li a {
				width: 100%;
				display: block;
				line-height: 20px;
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	/*overflow: hidden;*/
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}

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

	#page
	{
		overflow: hidden;
		padding: 5em 0em;
	}

	#page h3
	{
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 2em;
		font-weight: 300;
	}

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

	#content
	{
	}

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

	#sidebar
	{
	}

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

	#portfolio
	{
		overflow: hidden;
		padding: 5em 0em;
	}

	#portfolio h3
	{
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight: 300;
	}

	#portfolio .icon
	{
		display: inline-block;
		width: 80px;
		height: 80px;
		background: #6648B0;
		margin: 0px auto 20px auto;
		line-height:  80px;
		font-size: 2em;
		text-align: center;
		color: #FFF;
	}

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

	#footer
	{
	overflow: hidden;
	padding: 2em 0em;
	border-top: 1px solid rgba(0,0,0,0.08);
	}

	#footer h3
	{
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	}

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

	#copyright
	{
	overflow: hidden;
	padding: 10px 0 15px 0;
	border-top: 1px solid rgba(0,0,0,0.08);
	background-color: #562D6F;
	color: #FFF;
	}
	
	#copyright p
	{
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.8em;
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.9);
	}
#header-middle {
	height: 65px;
	width: 333px;
	clear: right;
	float: left;
	margin-top: 10px;
	padding-top: 35px;
}
#header-middle a {
	margin-right: 50px;
}
#header-right {
	height: 100px;
	width: 333px;
	clear: right;
	float: right;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #6E6E6E;
}
#banner-wrapper {
	width: 100%;
	background-color: #562D6F;
	padding-bottom: 2em;
}
#tbox3 {
	clear: left;
	float: left;
	width: 1200px;
	border-top: 1px solid rgba(0,0,0,0.08);
	margin-top: 45px;
	padding-top: 20px;
}

strong.undertext {
	color: #562d6f;
}

.contact-left {
	float: left;
}

.contact-right {
	float: right;
}