/*@font-face { 
font-family: "Ed-Gothic"; 
src: url("Ed-Gothic.ttf") 
font-weight:normal 
} */

html
	{
		height: 100%;
	}
* {
	margin: 0;
}
body {
	text-align: center;
	behavior:url(csshover.htc);
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	color: #000000;
}
a, input {
	outline:none;
}

.wrapper {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}
.wrapper_header {
	padding:0px 30px 0px 30px;
	width: 900px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/main/header_bg.png);
	height: 150px;
	background-position: top center;
}
.wrapper_inside {
	background-color:#FFF;
	padding:0px 30px 0px 30px;
	width: 900px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(../images/main/bg.png);
}
.wrapper_inside_bottom{
	width: 960px;
	float: left;
	background-image: url(../images/main/bg_bottom.png);
	background-repeat: repeat-no;
	height: 90px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.animated_footer_box {
	float: right;
	height: 35px;
	width: 35px;
	background-image: url(../images/main/Animated_Logo.gif);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-right: 10px;
}


.wrapper_footer {
	margin: 0px auto;
	width: 960px;
	float: left;
}

.wrapper_footer_box_left {
	margin: 0 0 0 45px;
	width: 300px;
	float: left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

.wrapper_footer_box_left a{
	text-decoration: none;	
}
.wrapper_footer_box_left a:hover{
	color: #5E90A4;
	text-decoration: none;
}

.wrapper_footer_box_right {
	margin: 0 45px 0 0;
	width: 520px;
	float: right;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-align: right;
}


a:link {
	color: #165BA0;
}
a:visited {
	color: #165BA0;
}
a:hover {
	color: #5E90A4;
}
a:active {
	color: #5E90A4;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 3px 0;
	padding: 0px;
	color: #165BA0
}
h1 {
	font-size: 24px;
	color: #165BA0;
}
h2 {
	font-size: 22px;
	color: #165BA0;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	color: #165BA0;
}
h4 {
	font-size: 16px;
	color: #165BA0;
}
h5 {
	font-size: 14px;
	color: #793830;
}
h6 {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	border-bottom: 1px solid #99B9C5;
	margin-bottom: 12px;
}

.generation__text_header {
	font-size: 16px;
	color: #165BA0;
	font-weight: bold;
}

.generation_text {
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}
.homepage_text {
	font-size: 17px;
	line-height: 21px;
}



.event_sub_header {
	font-size: 14px;
	color: #793830;
	font-weight: normal;
	border-bottom: 1px solid #99B9C5;
	margin-bottom: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}

.bold_blue {
	color: #165BA0;
	font-weight: bold;
}
.bold_blue_sans_serif {
	color: #165BA0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.normal_blue {
	color: #165BA0;
	font-weight: normal;
}
.normal_blue_sans_serif {
	color: #165BA0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.normal_text {
	font-weight: normal;
}
.normal_text_sans_serif {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.smaller_text {font-size: 13px}




.home_list {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 25px;
	text-indent: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/main/arrow2.gif);
}
.home_list li {
	color: #165BA0;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.home_list li a, .home_list li a:link{
	color: #793830;
	text-decoration: underline;
}

.home_list li a:hover{
	color: #5E90A4;
	text-decoration: none;
}



.list {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
	text-indent: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/main/arrow2.gif);

}
.list li {
	color: #165BA0;
	margin-bottom: 2px;
}

.list li a{
	color: #793830;
	text-decoration: none;
}

.list li a:hover{
	color: #5E90A4;
	text-decoration: none;
}

.side_list {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
	text-indent: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/main/arrow2.gif);

}
.side_list li {
	color: #165BA0;
	margin-bottom: 5px;
	text-decoration: none;
}


.side_list li a{
	color: #165BA0;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.side_list li a:hover{
	color: #5E90A4;
	text-decoration: none;
}

.body_list {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
	text-indent: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/main/arrow2.gif);
	background-color: #FFF;
	padding-right: 10px;
	padding-top: 10px;	
	font-family: Arial, Helvetica, sans-serif;
}
.body_list li {
	color: #165BA0;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: #F5F8EC;
	padding: 5px;
	border-left: 1px solid #FFE20D;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.body_list li a{
	color: #165BA0;
	text-decoration: underline;
}

.body_list li a:hover{
	color: #698FBE;
	text-decoration: underline;
}

.header_logo {
	width: 280px;
	height: 130px;
	float: left;
	background-image: url(../images/main/DiPietro_Logo.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	cursor: default !important;
	cursor: pointer !important;
}

.header_top_box {
	width: 620px;
	height: 90px;
	float: right;
	background-image: url(../images/main/header_info_box.png);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

.header_facebook_box {
	width: 240px;
	height: 40px;
	float: right;
}

.header_menu_box {
	width: 620px;
	height: 50px;
	float: right;
	background-repeat: no-repeat;
}
.header_menu {
	width: 545px;
	height: 50px;
	float: right;
	background-repeat: no-repeat;
}

.graphic_header {
	width: 900px;
	height: 300px;
	float: left;
	margin-top: 20px;
}
.graphic_header_sub {
	width: 900px;
	height: 80px;
	background-color: #99B9C5;
	float: left;
}
.graphic_header_bottom {
	width: 900px;
	height: 15px;
	float: left;
	background-image: url(../images/main/header_bottom.png);
	background-repeat: no-repeat;
	color: #92B4C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-indent: 15px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}


#ie6 {
	margin: 0px auto;
	height: 30px;
	text-align: center;
	background-color: #FF9;
	border-bottom: 1px solid #FF3;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #F00;
}

/* OLD

.body_main {
	width: 900px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}*/

.body_main {
	width: 925px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.body_main_left {
	width: 580px;
	float: left;
	margin-right: 0px;
	background-repeat: no-repeat;
	padding: 15px 15px 0 15px;
}

.body_main_left_1 {
	width: 260px;
	float: left;
	margin-right: 0px;
	padding: 0px 20px 0 0px;
}
.body_main_left_2 {
	width: 260px;
	float: left;
	margin-right: 0px;
	padding: 0px;
}

/*.body_main_button {
	width: 320px;
	float: left;
	height: 30px;
	margin: 5px 0 10px 0;
}*/

.body_main_button_l {
	width: 355px;
	float: left;
	height: 30px;
	margin: 4px 0px 4px 0;
}
.body_main_button_r {
	width: 150px;
	float: left;
	height: 50px;
	margin: 10px 0 5px 0;
}

.body_main_left_noBg {
	width: 570px;
	float: left;
	margin-right: 0px;
	padding: 10px 0px 0 0px;
	clear: left;
	margin-top: 10px;
}
.body_main_left_spacer {
	width: 570px;
	float: left;
	margin-right: 0px;
	padding: 2px 0 0 0;
	clear: left;
	margin-top: 10px;
	height: 10px;
}

.body_main_right {
	width: 270px;
	float: right;
	margin: 0 25px 0 0;
	clear: right;
	
}

.body_main_right_photo {
	width: 295px;
	float: right;
	margin: 0 0 10px 0;
	height: 320px;
	
}



.body_main_right_top {
	width: 300px;
	height: 10px;
	background-image: url(../images/main/main_body_right_top.png);
	background-repeat: no-repeat;
	margin: 0px;
}
.body_main_right_top_graphic {
	width: 270px;
	height: 30px;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #165BA0;
	background-image: url(../images/main/sidebar_header_blue.png);
}
.body_main_right_top_graphic_home {
	width: 270px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #165BA0;
	background-image: url(../images/main/sidebar_header_white.png);
}
.body_main_right_top_graphic_home2 {
	width: 270px;
	height: 155px;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #165BA0;
	background-image: url(../images/main/3_generations_header.jpg);
}

.body_main_right_text {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;

}

.body_main_right_middle {
	width: 240px;
	padding: 10px 15px 4px 15px;
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #FAFBCC;
	background-image: url(../images/main/sidebar_header_middle.png);
	background-repeat: repeat-y;
}
.body_main_right_middle_home {
	width: 240px;
	padding: 10px 15px 4px 15px;
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #FAFBCC;
	background-image: url(../images/main/sidebar_header_middle.png);
	background-repeat: repeat-y;
	height: 245px;
}
.body_main_right_middle_home2 {
	width: 245px;
	padding: 0px 10px 4px 15px;
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #FAFBCC;
	background-image: url(../images/main/sidebar_header_middle.png);
	background-repeat: repeat-y;
	height: 120px;
}
.body_main_right_bottom {
	width: 270px;
	height: 20px;
	background-image: url(../images/main/sidebar_header_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.home_box_main{
	width: 365px;
	float: left;
	background-image: url(../images/main/home_box_main.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 158px;
	padding: 12px 5px 0 200px;
}

.home_box{
	width: 245px;
	float: left;
	background-image: url(../images/main/home_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	padding: 10px 0 0 15px;
}
.home_box_right{
	width: 245px;
	float: left;
	margin:  0 0 0 20px;
	background-image: url(../images/main/home_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	padding: 10px 0 0 15px;
}

.img_noborder
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
a:hover .img_noborder {
	border:0px;
	opacity:.60;
    filter: alpha(opacity=60);
    background-color: #FFF;
}

.img_noborder_nofade
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
a:hover .img_noborder_nofade {
	border:0px;
	opacity:.60;
    filter: alpha(opacity=60);
}


#flash_box{
	width: 610px;
	height: 300px;
	background-color: #DEE4ED;
	float: left;
	margin: 0 20px 0 0;
}
.flashcontent{
	width: 610px;
	float: left;
	margin: 0px;
	text-align: center;
	height: 300px;
	
}

#flash_box_right{
	width: 270px;
	float: left;
	margin: 0px;
	height: 300px;
}

/* Random In the News */

#inthenews_container {
	width: 270px;
	margin: 5px 0 5px 0;
}
#inthenews_quote {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 27px;
	padding: 5px 27px 0 30px;
	color: #165BA0;
	width: 213px;
}
#inthenews_source {
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #cccccc;
}
#inthenews_project {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #793830;
	line-height: 14px;
}

.quote_left {
	height: 20px;
	width: 15px;
	background-image: url(../images/main/quote_left.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0 5px 0 0;
}

.quote_right {
	height: 20px;
	width: 15px;
	background-image: url(../images/main/quote_right.gif);
	background-repeat: no-repeat;
	margin: -15px 4px 0 3px;
	float: right;
}

/* Random profiles */

#profile, #profile li{
	margin:0;
	padding:0;
	list-style:none;
	}
#profile{
	width:270px;
	}
#profile li{
	background:#e1e1e1;
	display:none; /* hide the items at first only to display one with javascript */
	}
.profile_image {
	height: 175px;
	width: 125px;
	background-color: #FFF;
	float: left;
	margin: 0 15px 0 0;
	border: 6px solid #FFF;
	-moz-box-shadow:0 0 5px gray;
	-webkit-box-shadow:0 0 5px gray;
	box-shadow:0 0 5px gray;
}
.profile_image_lg {
	background-color: #FFF;
	float: left;
	margin: 15px 0px 0 0;
	border: 1px solid #FFE20D;

	padding: 0px;
}
.profile_title{
	height: 105px;
	width: 155px;
	float: left;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #165BA0;
	font-weight: bold;
	padding: 15px 0 0 0;
}
.profile_title_small{
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #165BA0;
	font-weight: normal;
	border-top: 1px solid #cccccc;
}
.profile_box{
	margin: 15px 0 0 0;
	color: #165BA0;
	border: solid 1px #FFE20D;
	padding: 10px;
	float: left;
	width: 560px;
	background-color: #F5F8EC;
}
.profile_box2{
	margin: 15px 16px 0 0;
	color: #165BA0;
	border: solid 1px #FFE20D;
	padding: 10px;
	float: left;
	width: 260px;
	background-color: #F5F8EC;
	
}
.profile_box3{
	margin: 15px 0px 0 0;
	color: #165BA0;
	border: solid 1px #FFE20D;
	padding: 10px;
	float: left;
	width: 260px;
	background-color: #F5F8EC;
}
.profile_box2 p{
	font-size: 14px;
	line-height: 17px;
}
.profile_box3 p{
	font-size: 14px;
	line-height: 17px;
}
.profile_image2 {
	height: 125px;
	width: 100px;
	background-color: #FFF;
	float: left;
	margin: 0 15px 0 0;
	border: 6px solid #FFF;
	-moz-box-shadow:0 0 5px gray;
	-webkit-box-shadow:0 0 5px gray;
	box-shadow:0 0 5px gray;
}

.profile_box4{
	margin: 15px 16px 0 0;
	color: #165BA0;
	border: solid 1px #FFE20D;
	padding: 10px;
	float: left;
	background-color: #F5F8EC;
	width: 560px;
	
}

.profile_box4_text{
	font-size: 13px;
	line-height: 15px;
}

.profile_image4 {
	height: 125px;
	width: 100px;
	background-color: #FFF;
	float: left;
	margin: 0 15px 25px 0;
	border: 6px solid #FFF;
	-moz-box-shadow:0 0 5px gray;
	-webkit-box-shadow:0 0 5px gray;
	box-shadow:0 0 5px gray;
}


.profile_box_main{
	width: 270px;
}

/* other */
.special_offer_box {
	float: left;
	height: 80px;
	width: 880px;
	margin: 0px 0 0 10px;
}

.box_float_left {
	float: left;
	clear: right;
	width: 270px;
}

.box_float_right {
	float: right;
	width: 270px;
}

.trane_brochure_box {
	height: 310px;
	width: 200px;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
}

.mug_box {
	height: 80px;
	width: 160px;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
	background-image: url(../images/main/mug_box.png);
	background-repeat: no-repeat;
	border: 1px dashed #FFE20D;
}

.wohler_box {
	height: 250px;
	width: 250px;
	float: right;
	margin: 0 0 10px 15px;
	text-align: center;
	background-image: url(../images/main/wohler_box.png);
	background-repeat: no-repeat;
	border: 1px dashed #FFE20D;
}

/* Customer Comments */

#comment_container {
	width: 240px;
	margin: 5px 0 0 0;
}
#comment_quote {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	padding: 5px 25px 0 20px;
	color: #165BA0;
	width: 210px;
}
#comment_source {
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #165BA0;
	border-top: 1px solid #FFE20D;
	background-color: #F3F5EB;
	padding: 1px 0px 4px 5px;
	font-weight: bold;
}
#comment_project {
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165BA0;
	line-height: 14px;
	background-color: #F3F5EB;
	padding: 2px 0px 4px 5px;
}

.backtotop {
	margin: 20px 0 10px 0;
	

}

