﻿@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url('../includes/YanoneKaffeesatz-Regular.ttf')  ;
    font-weight: normal;
    font-style: normal;
}
body
		{
			background: #D4D9DD url('../images/bg01.jpg'); margin:0px; padding:0px; text-shadow: 0px 0px 1px rgba(128,128,128,0.01); font-family: 'Yanone Kaffeesatz', Klavika Regular;
		}

#features-wrapper
			{
				background: #353D40 url('../images/bg02.jpg');
				border-bottom: solid 1px #A2C6D6;
				padding: 10px 0 0px 0; height:450px; margin:0px;
			}
#banner{ width:1000px; margin:0px auto; padding:0px; }
#content-wrapper
			{
				background: #f7f7f7 url('../images/bg04.png');
				border-top: solid 1px #fff; border-bottom:0px solid #ffffff;
				padding: 25px 0 25px 0; 
			}
			#content
			{
			    width:1000px; margin:0px auto;
			}
			
				#content_section
				{
					background: #fff; float:left;
					padding: 10px 10px 5px 10px;
					box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
					margin-right:10px; 
				}

				#content h2
				{
					font-size: 1.8em;
					color: #373f42;
					margin: 0 0 0.50em 0;
				}
				
				#content h3
				{
					color: #96a9b5;
					font-size: 1.25em;
				}
				
				#content a
				{
					color: #ED391B;
				}
				
				#content header
				{
					margin: 0 0 2em 0;
				}
				
				.check-list
		{
		     margin:0px; padding:0px; list-style-type:none;
		}

			.check-list li
			{
				padding: 0.1em 0 0.7em 45px;
				font-size: 1.2em;
				background: url('../images/icon-checkmark.png') 0px 0.25em no-repeat;
			}
			
			.check-list li:first-child
			{
				padding-top: 0 !important;
				border-top: 0 !important;
				background-position: 0 0.3em;
			}

			.check-list li:last-child
			{
				padding-bottom: 0 !important;
				border-bottom: 0 !important;
			}

			#content .check-list li
			{
				border-bottom: solid 1px #e2e6e8;
			}