/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	height: 160px;
	width: 1000px;
}
#logo_wrapper {
	margin-top: 50px;
	width: auto;
	float: left;
	height: auto;
	margin-left: 30px;
}
#navigation_wrapper {
	float: left;
	margin-left: 60px;
	margin-top: 65px;
	height: 30px;
}
#primary_nav {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #333333;
}
#login {
	float: right;
	height: inherit;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	margin-top: 65px;
	margin-right: 30px;
}
#secondary_wrapper {
	float: left;
	width: 1000px;
	position: relative;
}
#secondary_nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	margin-left: 210px;
}
#image_wrapper {
	width: 1000px;
	background-image: url(../images/firmstep_home_image2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 515px;
}
#slogan_wrapper {
	width: 440px;
	float: left;
	margin-top: 40px;
	height: 230px;
}
#slogan_text {
	width: 420px;
	float: left;
	background-image: url(../images/slogan_bg.png);
	height: 230px;
}
#round_edge {
	float: right;
	width: 20px;
	height: 230px;
	background-image: url(../images/round_edge.png);
}

h1 {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 52px;
	margin-bottom: 20px;
}
#button_wrapper {
	float: left;
	height: 125px;
	width: 1000px;
	margin-top: 60px;
}
#service_button {
	float: left;
	height: 125px;
	width: 284px;
	margin-left: 54px;
	background-image: url(../images/service_button.png);
}
#forms_button {
	float: left;
	height: 125px;
	width: 284px;
	margin-left: 20px;
	background-image: url(../images/forms_button.png);
}
#demo_button {
	float: left;
	height: 125px;
	width: 284px;
	margin-left: 20px;
	background-image: url(../images/demo_button.png);
}
#service_text {
	margin-left: 90px;
	margin-right: 20px;
	margin-top: 0px;
	float: left;
}
h2 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: "Arial Rounded MT Bold", "Arial Bold";
	letter-spacing: -1px;
}
.button_text {
	margin: 8px 0px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
.button_link {
	margin: 8px 0px 0px;
	color: #333333;
}
#demo_text {
	margin-left: 20px;
	margin-right: 90px;
	margin-top: 0px;
	float: left;
	color: #FFFFFF;
}
#news_events_wrapper {
	background-color: #FFFFFF;
	float: left;
	height: 360px;
	width: 1000px;
	margin-top: 20px;
}
#news_wrapper {
	float: left;
	width: 284px;
	margin-left: 54px;
	background-image: url(../images/grey_line.png);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
#events_wrapper {
	float: left;
	width: 284px;
	margin-left: 20px;
	background-image: url(../images/grey_line.png);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-top: 28px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.news_text {
	color: #666666;
	margin-left: 20px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.news_date {
	font-size: 11px;
	font-weight: normal;
}
#clients_wrapper {
	float: left;
	width: 284px;
	background-image: url(../images/grey_line.png);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	margin-left: 20px;
	height: 100px;
}
#site_map {
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#site_nav {
	float: left;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	padding-right: 40px;
}
#footer_logo {
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_logo img {
	margin-left: 20px;
}
#primary_nav:hover {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/home_over.png);
	background-repeat: no-repeat;
	background-position: center;
}



#primary_home {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #333333;
}
#primary_home:hover {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/home_over.png);
	background-repeat: no-repeat;
	background-position: center;
}







#primary_about {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #333333;
}
#primary_about:hover {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/about_over.png);
	background-repeat: no-repeat;
	background-position: center;
}


#primary_products {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #333333;
}
#primary_products:hover {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/products_over.png);
	background-repeat: no-repeat;
	background-position: center;
}



#primary_contact {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #333333;
}
#primary_contact:hover {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/contact_over.png);
	background-repeat: no-repeat;
	background-position: center;
}


#primary_community {
	float: right;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #333333;
	margin-top: 65px;
	margin-right: 30px;
}
#primary_community:hover {
	float: right;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/community_over.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 65px;
	margin-right: 30px;
}
#products_nav {
	float: left;
	width: 300px;
	margin-left: 80px;
	margin-top: 20px;
}
#about_nav {
	float: left;
	width: 500px;
	margin-left: 80px;
	margin-top: 20px;
}
#service_button:hover {
	float: left;
	height: 125px;
	width: 284px;
	margin-left: 54px;
	background-image: url(../images/service_button_over.png);
}
#forms_button:hover {
	float: left;
	height: 125px;
	width: 284px;
	margin-left: 20px;
	background-image: url(../images/forms_button_over.png);
}
#demo_button:hover {
	float: left;
	height: 125px;
	width: 284px;
	margin-left: 20px;
	background-image: url(../images/demo_button_over.png);
}
#main_content {
	float: left;
	width: 892px;
	margin-left: 54px;
	background-image: url(../images/main_content.png);
	background-repeat: no-repeat;
	background-position: top;
}
#main_text_area {
	float: left;
	width: 500px;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#right_column {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	width: 284px;
}
#lower_demo_button {
	float: left;
	height: 125px;
	width: 284px;
	background-image: url(../images/demo_button_over.png);
}
#slogan_text_blue {
	width: 440px;
	float: left;
	background-image: url(../images/blue_bg.png);
	height: 230px;
}
#blue_round_edge {
	float: right;
	width: 20px;
	height: 230px;
	background-image: url(../images/blue_round_edge.png);
}
#primary_products_on {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/products_over.png);
	background-repeat: no-repeat;
	background-position: center;
}
#text_area li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -18px;
	left: 0px;
	list-style-image: url(../images/blue_cross.png);
}
#text_area {
	float: left;
	width: 500px;
	height: auto;
	margin-bottom: 20px;
}
#social_networks_wrapper {
	float: left;
	width: 284px;
	height: 40px;
	margin-top: 68px;
}
#social_networks_wrapper img {
	margin-right: 8px;
}
#testimonial_box {
	float: left;
	height: auto;
	width: 284px;
	font-family: "Arial Rounded MT Bold", "Arial Bold";
	font-size: 16px;
	color: #002D7D;
	line-height: 20px;
	margin-top: 34px;
	margin-bottom: 20px;
}
#testimonial_box_green {
	float: left;
	height: auto;
	width: 284px;
	font-family: "Arial Rounded MT Bold", "Arial Bold";
	font-size: 16px;
	color: #008836;
	line-height: 20px;
	margin-top: 34px;
	margin-bottom: 20px;
}
#slogan_text_green {
	width: 440px;
	float: left;
	background-image: url(../images/green_bg.png);
	height: 230px;
}
#primary_about_on {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/about_over.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sitemap_new {
	width: 100%;
	float: left;
	padding-top: 90px;
	padding-bottom: 30px;
}
#news_wrapper_lower {
	float: left;
	width: 284px;
	background-image: url(../images/grey_line.png);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	margin-top: 35px;
}
.news_events_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 3 0 0;
	padding: 0;
	line-height: 18px;
}
#date_wrapper {
	float: left;
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 5px;
}
#news_event_content {
	float: right;
	width: 450px;
}
#primary_contact_on {
	float: left;
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/contact_over.png);
	background-repeat: no-repeat;
	background-position: center;
}
#technical_support_box {
	background-image: url(../images/icn-contact-phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-bottom: 50px;
	margin-top: 120px;
}
#postal_box {
	background-image: url(../images/icn-contact-map.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}
#image_wrapper2 {
	width: 1000px;
	background-image: url(../images/firmstep_about_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 515px;
}
#image_wrapper3 {
	width: 1000px;
	background-image: url(../images/firmstep_contact_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 515px;
}
#image_wrapper4 {
	width: 1000px;
	background-image: url(../images/firmstep_screen_one.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 515px;
}
#image_wrapper5 {
	width: 1000px;
	background-image: url(../images/firmstep_screen_two.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 515px;
}
#corby_casestudy {
	float: left;
	height: auto;
	padding-top: 30px;
	padding-left: 100px;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 30px;
	background-image: url(../images/client-corby.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	width: 400px;
}
h5 {
	font-size: 20px;
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#newnham_casestudy {
	float: left;
	height: auto;
	padding-top: 30px;
	padding-left: 100px;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 30px;
	background-image: url(../images/client_logo/client-newham.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	width: 400px;
}
