#homepage_body{
	font-family: Helvetica;
	font-size: 14px;
	background-color: white;
	margin: 0;
	color: #3f4040;
	display: block;
}

#body_wrapper{
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color: #3f4040;
}

a:hover {
	text-shadow: 1px 1px 2px #a7a7a7;
}

a img{
	border:none;
}

a.visited{
	
}

p{
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
}

h2{
	color:#3f4040;
	text-shadow:1px 1px 0 #fff;
	margin: 5px;
}

h3{
	font-size: 18px;
	color: white;
	text-shadow:1px 1px 1px #333;
}

textarea{
	resize: none;
}

.alert{
	color:red;
	margin:10px 0 10px 0;	
}

#content_wrapper{
	display: block;
}

#top_nav_wrapper{
	width:100%;
	height:150px;
	position: relative;
	top:0;
	left:0;
	float: left;
	margin: 0;
	padding: 0;
	z-index:5;
	overflow: hidden;
}

#top_nav{
	width: 900px;
	margin: auto;
}

/* Top Nav */

.logo{
	float:left;
	height:100%;
}

.main_menu_wrapper{
	float: right;
}

#top_nav .main_menu_wrapper{
	margin-top: 65px;
}

.main_menu_wrapper .main_menu{
	display:block;
	list-style:none;
	line-height: 10px;
}

.main_menu_wrapper .main_menu .main_menu_item{
	float:left;
	margin-left:10px;
	padding-left: 10px;
	border-left: #3f4040 1px solid;
}

.main_menu_wrapper .main_menu li:first-child{
	margin-left:0px;
	border: none;
}

.main_menu a{
	font-size: 12px;
	text-transform: uppercase;
}

/* sub menu */
#sub_nav{
	position: relative;
	width: 100%;
	float: left;
	font-size: 11px;
}

#sub_nav ul{
	float: right;
	list-style: none;
}

#sub_nav ul li{
	border-left:#de9b35 1px solid;
	padding: 0 10px 0 10px;
	float: left;
}

#sub_nav li:first-child{
	border-left:none;
}

#sub_nav li:last-child{
	padding-right: 0;
}

#sub_nav a{
	color: #de9b35;
	text-decoration: none;
}

/* Content */


#title{
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	margin: 0;
}

#title_top{
	width: 900px;
	margin: auto;
}

#title_top_bar{
	position: relative;
	top:-14px;
	left:0;
	background: url('/img/site_images/greenbar_top.jpg') repeat-x bottom;
	width: 100%;
	height: 14px;
	margin: 0;
}

#title_middle{
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	margin-top: -14px;
	background: url('/img/site_images/grey_homepage_bg.jpg') repeat;
	z-index: 1;
}

#title_middle_pattern{
	position: relative;
	width: 100%;
	height: 100%;
	background: url('/img/site_images/homepage_pattern.png') repeat;
	z-index: 2;
}

#title_services{
	width:858px;
	height:200px;
	margin: auto;
	background: url('/img/site_images/shelf.png') no-repeat bottom;
	z-index: 3;
}

#title_services ul{
	position: relative;
	top:35px;
	width: 100%;
	list-style:none;
	margin: auto;
	padding: 0;
	text-align: center;
}

#title_services ul li{
	max-width: 260px;
	display: inline;
	margin-right: 150px;
}

#title_services ul li:last-child{
	margin-right: 0;
}

#title_middle_bottom_gradient{
	position: relative;
	top:16px;
	background: url('/img/site_images/grey_homepage_bg_bottom_gradient.png') no-repeat bottom;
	width: 1042;
	height: 34px;
	margin: auto;
}

#title_bottom{
	width: 900px;
	margin: auto;
}

#title_bottom_bar{
	position: relative;
	top:234px;
	left:0;
	background: url('/img/site_images/greenbar_bottom.jpg') repeat-x bottom;
	width: 100%;
	height: 14px;
	margin: 0;
}

.two_col{
	position: relative;
	width:100%;
	float: left;
}

.section_content_middle{
	width: 900px;
	margin: auto;
}

.left_col{
	float: left;
}

.right_col{
	margin-left: 100px;
	float: left;
}

.left_col p, .right_col p{
	margin-top: 0;
}

.left_col_grey_box{
	position: relative;
	width: 100%;
	background: #ececec;
	border: #a7a7a7 solid 1px;
	border-left: none;
}

.right_col_grey_box{
	position: relative;
	width: 100%;
	background: #ececec;
	border: #a7a7a7 solid 1px;
	border-right: none;
}

.left_col_plain_box{
	position: relative;
	width: 100%;
}

.right_col_plain_box{
	position: relative;
	width: 100%;
}

.col_content_area{
	padding: 0 15px 15px 15px;
	width:400px;
}

.left_col .col_content_area{
	float:right;
}

.section_wrapper{
	position: relative;
	float: left;
	width: 100%;
	left: 0;
	margin: 10px 0 30px 0;
	padding: 0;
}

.section_top{
	position: relative;
	width: 900px;
	border-top:#e9e9e9 1px solid;
	margin: auto;
}

.section_header{
	padding-top: 20px;
	width: 100%;
}

.section_title{
	float: left;
}

.section_menu{
	float: left;
}

.section_return_top{
	float: right;
}

.products_left{
	position: relative;
	float: left;
	width: 100%;
	min-height: 300px;
	background: url('/img/site_images/products_grey_bg.jpg');
}

.products_right{
	position: relative;
	float: left;
	width: 100%;
	min-height: 300px;
	background: url('/img/site_images/products_grey_bg.jpg');
}

.products_left_bar{
	position: relative;
	float: left;
	width: 100%;
	height: 13px;
	background: url('/img/site_images/yellow_bar.jpg') repeat-x;
	z-index: 2;
}

.products_left_bar_graphic{
	position: absolute;
	top:0;
	right:0;
	width: 124px;
	height: 46px;
	background: url('/img/site_images/products_yellow_graphic.png') no-repeat;
	z-index: 3;
}

.products_right_bar{
	position: relative;
	float: left;
	width: 100%;
	height: 13px;
	background: url('/img/site_images/teal_bar.jpg') repeat-x;
	z-index: 2;
}

.products_right_bar_graphic{
	position: absolute;
	top:0;
	left:0;
	width: 124px;
	height: 46px;
	background: url('/img/site_images/products_teal_graphic.png') no-repeat;
	z-index: 3;
}

.products_content p{
	font-size: 12px;
	line-height: 15px;
}

.products_left .products_content{
	margin: 0px 80px 0 0;
	padding: 0 0 20px 0;
	width:310px;
	float:right;
}

.products_right .products_content{
	margin: 0px 0 0 80px;
	padding: 0 0 20px 0;
	width:310px;
	float:left;
}

#services_wrapper{
	position: relative;
	width: 100%;
	background: #8dc13c;
	padding-bottom: 20px;
}

#services_wrapper .section_top{
	position: relative;
	border: none;
	padding-top: 10px;
}

.services_graphic{
	background: url('/img/site_images/services_graphic.jpg') no-repeat top center;
	width: 100%;
	height: 28px;
}

#services_header_info{
	position: relative;
	width: 900px;
	padding: 10px 0 10px 0;
	margin: auto;
}

#services_header_picture_wrapper{
	position: relative;
	float: right;
	padding: 20px;
	background: #fff;
}

#services_header_picture{
	position: relative;
	margin: auto;
	width: 298px;
	height: 224px;
	background: url('/img/site_images/services_screw_img.jpg') no-repeat;
	
}

#services_description_area{
	position: relative;
	width: 900px;
	padding: 20px 0 0 0;
	margin: auto;
}

#services_description_area h2{
	margin-top: 25px;
}

#portfolio_slideshow_wrapper{
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-top: 20px;
	background: url('/img/site_images/portfolio_bg.jpg') center -10px;;
}

#portfolio_slideshow{
	position: relative;
	width: 900px;
	height: 400px;
	margin: 20px auto;
}

#slideshow_left_button{
	float:left;
	width: 26px;
	margin: 350px 0 0 0;
}

#slideshow_right_button{
	float:left;
	width: 26px;
	margin: 350px 0 0 0;
}

#slideshow_images{
	float: left;
	background: #c7c7c7;
	margin: 20px 0 20px 0;
	width: 848px;
	height: 440px;
}

.slideshow_container{
	position: relative;
	width: 808px;
	height: 400px;
	overflow: hidden;
	padding: 20px;
}

#slideshow{
	width: 808px;
	height: 400px;
	overflow: hidden !important;
}

.slideshow_image{
	
}

#slideshow img{
	
}

.slideshow_details{
	background-color: black;
	height: 80px;
	width: 808px;
	opacity: .8;
	position: absolute;
	margin: 320px 0px 0px 0px;
	z-index: 50;
	display: none;
}

.slideshow_details .slideshow_title{
	margin: 10px 0 0 20px;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
	color: #e9e9e9;
}

.slideshow_details .slideshow_description{
	margin: 5px 0 0 20px;
	opacity: 1;
	color: #e9e9e9;
}

.slideshow_banner{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#visit_button_wrapper{
	width: 900px;
	margin: auto;
}

#visit_button{
	float: right;
	margin: 0 26px 10px 0;
}

#portfolio_types{
	position: relative;
	width: 900px;
	margin: auto;
	padding: 10px 0 0 0;
}

#portfolio_types ul{
	list-style: none;
	text-align: center;
}

#portfolio_types ul li{
	display: inline;
	margin-right: 30px;
}

#portfolio_types ul li:last-child{
	margin-right: none;
}

#portfolio_types a{
	z-index: 5;
}

#portfolio_types img{
	border-radius: 30px;
	-webkit-box-shadow:0 0 7px #333;
}

#portfolio_types img:hover{
	
}

#portfolio_website_image_over{
	position: absolute;
	margin-left: 4px;
	margin-top: 2px;
	width: 232px;
	height: 62px;
	border-radius: 30px;
	z-index: 1;
	cursor: pointer;
}

#portfolio_website_image:hover{
	border-radius: 30px;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: green;
}

#portfolio_platform_image:hover{
	border-radius: 30px;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: aqua;
}

#portfolio_flash_image:hover{
	border-radius: 30px;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: red;
}

.section_info_wrapper{
	position: relative;
	width: 900px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

.section_info{
	position: relative;
	width: 540px;
	margin: 0 20px 0 0;
	float: left;
}

.section_info ul{
	font-size: 14px;
}

.section_picture_wrapper{
	position: relative;
	float:left;
	background: #e9e9e9;
}

.section_picture{
	padding:20px;
	min-width:200px;
	min-height:200px;
	float: left;
}

#contact_section{
	margin: 0px 0 0 0;
	padding: 0 0 20px 0;
	background-color: #bde860;
}

#contact_top_graphic{
	position: relative;
	width: 100%;
	height: 72px;
	margin: 0 auto 0;
	background: #fff url('/img/site_images/contact_grey_graphic.jpg') no-repeat top center;
}

#contact_top_wrapper{
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	background:-webkit-gradient(linear, 0 -20%, 0 50%, from(#393839), to(#4b4a4b));
	background-color:#4b4a4b;
}

#contact_top{
	border: none;
}

#contact_wrapper{
	position: relative;
	width: 100%;
	min-height: 385px;
	background-color: #8dc13c;
	background: url('/img/site_images/contact_green_gradient.png') repeat-x;
}

#contact_wrapper_pattern{
	position: relative;
	width: 100%;
	min-height: 385px;
	background: url('/img/site_images/contact_pattern.png') repeat;
}

#contact_info_wrapper{
	position: relative;
	width: 900px;
	margin: auto;
	color: black;
	font-size: 12px;
}

#contact_info_wrapper h3{
	font-size: 23px;
	color: white;
	margin-bottom: 5px;
}

#social_icons{
	float:right;
	margin: -10px 20px 0 0;
}

#contact_left{
	width: 50%;
	float: left;
	min-height: 200px;
}

#contact_twitter_graphic_wrapper{
	position: relative;
	float: left;
	width: 46px;
	min-height: 300px;
	margin-right: 10px;
}

#contact_twitter_graphic{
	background: url('/img/site_images/contact_twitter_icon.png') no-repeat;
	width: 46px;
	height: 48px;
	margin-top: 80px;
}

#contact_info{
	float: left;
	width: 380px;
}

#contact_phone{
	float:left;
}

#contact_twitter{
	float:left;
	width: 350px;
}

#contact_twitter p{
	margin: 7px 0 7px 0;
	font-size: 12px;
}

#contact_right{
	width: 50%;
	float: left;
	min-height: 200px;
}

#contact_right table{
	float: right;
	font-weight: bold;
}

#contact_us input[type="text"]{
	width: 300px;
	height: 22px;
	font-size: 18px;
}

#contact_us textarea{
	width: 300px;
	height: 100px;
}

#alert{
	color: #810000;
	font-weight: bold;
	font-size: 18px;
	display: none;
}

.error{
	color: #ce1919;
	font-weight: bold;
	font-size: 18px;
}

/* Footer */
#footer_wrapper{
	position: relative;
	float:left;
	width:100%;
}

#footer{
	position: relative;
	display: block;
	margin: 20px auto 0;
	padding: 10px 0 0 0;
	width:900px;
	text-align:center;
	border-top: #3f4040 1px solid;
	font-size: 12px;
}

/* Resources */

.small_notice{
	font-size:10px;	
}

.resource_list{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;	
}

.resource_list li{
	margin:5px 0 2px 0;
	padding:0;
	height:27px;
}

.resource_title{
	float: left;
	max-width:110px;
	margin: 0px 0 0 10px;	
}

.resource_icon_png{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -102px -65px no-repeat;
}

.resource_icon_jpg{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -127px -65px no-repeat;
}

.resource_icon_jpeg{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -127px -65px no-repeat;
}

.resource_icon_gif{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -177px -65px no-repeat;
}

.resource_icon_pdf{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -26px -65px no-repeat;
}

.resource_icon_doc{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -51px -65px no-repeat;
}

.resource_icon_docx{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -51px -65px no-repeat;
}

.resource_icon_xls{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -1px -65px no-repeat;
}

.resource_icon_xlsx{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -1px -65px no-repeat;
}

.resource_icon_link{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -101px 0 no-repeat;
}

.resource_icon_youtube{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -100px -98px no-repeat;
}

.resource_icon_other{
	width:20px;
	height:27px;
	float:left;
	background: url('/img/icons-300x127.png') transparent -224px -33px no-repeat;
}

/* Animations */
@-webkit-keyframes red {
	0% {
		-webkit-box-shadow:0 0 7px #333;
	}
	50% {
		-webkit-box-shadow:0 0 30px red;
	}
	100% {
		-webkit-box-shadow:0 0 7px #333;
	}
}

@-webkit-keyframes aqua {
	0% {
		-webkit-box-shadow:0 0 7px #333;
	}
	50% {
		-webkit-box-shadow:0 0 30px #179b98;
	}
	100% {
		-webkit-box-shadow:0 0 7px #333;
	}
}

@-webkit-keyframes green {
	0% {
		-webkit-box-shadow:0 0 7px #333;
	}
	50% {
		-webkit-box-shadow:0 0 30px #8dc13c;
	}
	100% {
		-webkit-box-shadow:0 0 7px #333;
	}
}
