
#contact {
	z-index: 0;
	overflow: visible;
	width: 850px;
	padding: 10px 5px;
	margin: 0 auto;
	height: 115px;

}

#contact_center {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:#036;
	border-bottom-style:solid;
	border: 0px 0px 2px 0px;
}

#contact_container {
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	clear: both;
	z-index: 5;
}
/*
#contact_frame {
	height: 17px;
	background-image: url(../images/contact_frame.png);
	background-repeat: repeat-x;
	z-index: 15;
	display: none;

}
*/
div#toggle h2 a#toggleContact {
	position: relative;
	left: 647px;
	top: 6px;
	z-index: 2;
	color: white;
	text-decoration: none;
	font: 70% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
	text-shadow: #000000 0 0 0;
}

div#toggle h2 a:hover#toggleContact {
	position: relative;
	left: 647px;
	top: 6px;
	z-index: 2;
	color: white;
	font: normal 70% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
}

ul#form {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 550px;
}

form#contactform {
	margin: 0;
	padding: 0;
	float: left;
}

li#message {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

textarea#Message {
	width: 350px;
	height: 85px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #4D4D4D;
	border: 1px solid #BDCCD4;
	padding: 4px;
	outline-style:none;
	margin: 0;
	background-color: white;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: left;
	-webkit-transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	
}

textarea#Message_req {
	width: 440px;
	height: 85px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #4D4D4D;
	border: 1px solid red;
	padding: 4px;
	outline-style:none;
	margin: 0;
	background-color: white;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: left;
}

textarea#Message:hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #4D4D4D;
	border: 1px solid #728290;
	padding: 4px;
	outline-style:none;
	margin: 0;
}

textarea#Message:focus, input#Name:focus, input#Email:focus {
	border: 1px solid #728290;
}

input#Name, input#Email {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	margin-bottom: 7px;
	margin-top: 0;
	width: 130px;
	color: #4D4D4D;
	border: 1px solid #BDCCD4;
	outline-style:none;
	height: 12px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
	float: left;
	clear: left;
	-webkit-transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
}

input#Name_req, input#Email_req {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	margin-bottom: 7px;
	margin-top: 0;
	width: 130px;
	color: #4D4D4D;
	border: 1px solid red;

	outline-style:none;
	height: 12px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
	float: left;
	clear: left;
}

#form li {
	float: left;
}

input#Name:hover, input#Email:hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	margin-bottom: 7px;
	margin-top: 0;
	width: 130px;
	color: #4D4D4D;
	border: 1px solid #728290;
	outline-style:none;
	height: 12px;
}

input.submit-button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 140px;
	border: 1px solid #BDCCD4;
	background-color: #BDCCD4;
	color: white;
	height: 24px;
	padding: 0;
	margin: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
}

input.submit-button:hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 140px;
	border: 1px solid #728290;
	background-color: #728290;
	color: white;
	padding: 4px;
	cursor: pointer; /* cursor: hand; for IE5 */
}

#message label, #form li label {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	color: gray;
}

ul#contact_menu {
	list-style-type: none;
	float: right;
	padding: 0 15px 0 0;
	margin: 0;
}

ul#contact_menu li {
	float: left;
}

ul#contact_menu li a {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 165px;
	text-align: center;
	color: white;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-right: 10px;
	height: 15px;
	background: #BDCCD4 right;
	border-top: 1px solid #dff0f9;
	float: left;
	vertical-align: bottom;
	-webkit-transition-property: background, border-color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: background;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-in-out;

}

ul#contact_menu li a:hover {
	text-align: center;
	color: white;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #728290 left;
	border-top: 1px solid #BDCCD4;
	text-decoration: none;
}

ul#contact_menu li a:focus {
	background: #728290 0 top;
	text-align: center;
	color: white;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	border-top: 1px solid #BDCCD4;
}

a#toggleContact.selected {
	background: #728290 no-repeat left;
	border-top: 1px solid #BDCCD4;
}


ul#address {
	width: 250px;
	float: left;
	list-style-type: none;
	color: #4D4D4D;
	margin: 0 10px;
	padding: 0 0 0 25px;
	font: 14px arial, "Times New Roman", Times, serif;
	text-align:right;
	
	
}

a.closeContact {
	margin-right: 0;
	padding: 2px;
	text-decoration: none;
	color: red;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	background: url(../images/close.gif) no-repeat 0 0;
	margin-top: 0;
	float: right;
	opacity: 0.5;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: opacity;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-in-out;
}

#contact div.response {
}

a:hover.closeContact {
	float: right;
	padding: 2px;
	text-decoration: none;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	background: url(images/close.gif) no-repeat 0 0;
	opacity: 1;
}


#address li {
	margin-bottom: 8px;
}

#address li img {
	margin-right: 5px;
	vertical-align: text-bottom;
}

#right_column {
	width: 340px;
	margin: 0;
	padding: 10px 25px 0 0;
	float: right;
}


#image_main_0, .image_main, #image_main_Giambattista_Bodoni_0 {
	padding: 5px;
	border: 1px solid #b8cdd5;
	float: left;
}


#emailerror {
	float: right;
	background-color: #fddbdb;
	border: 1px solid red;
	width: 657px;
	padding: 5px;
	text-align: center;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 11px 4px 0;
}

#emailsuccess {
	float: right;
	background-color: #95ce95;
	border: 1px solid green;
	width: 657px;
	padding: 5px;
	margin-right: 6px;
	text-align: center;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#error {
	float: left;
	background-color: #fddbdb;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 11px 4px 25px;
}




.scrollContainer {
	width: 5250px;
	overflow: hidden;
}


#tools_list li img.tool_img {
	margin-right: 5px;
	float: left;
	padding: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

span.toolname {
}

div.tools_recent {
	padding: 0;
	margin-bottom: 0;
	margin-top: 3px;
	float: right;
}

div.img_container {
	width: 282px;
	padding: 0;
	float: left;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	height: 185px;
}

#contact h2 {
	color: black;
	margin: 0;
	padding: 0 0 7px;
	font: normal normal 24px Georgia, "Times New Roman", Times, serif;
}

div.navigation a.selected {
	border: 1px solid #728290;
	float: left;
	margin-right: 4px;
	padding-bottom: 4px;
	background-color: #ecf1f4;
}

div.navigation {
	margin-top: 7px;
	float: left;
}

div.navigation a {
	padding: 5px 5px 4px;
	border: 1px solid #b8cdd5;
	float: left;
	margin-right: 4px;
	background-color: #FFF;
	-webkit-transition-property: background, border-color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: background, border-color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-in-out;
}

div.navigation a:hover {
	background-color: #ecf1f4;
	border: 1px solid #728290;
}

div.clear {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

div.clearleft {
	height: 0;
	clear: left;
	margin: 0;
	padding: 0;
}

#validated {
	width: 100%;
}

#validated a {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}

#errorplace {
	margin-right: 20px;
}

.loader {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

#item_desc p a {
	font: italic 14px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #3a3a3a;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#item_desc p a:hover {
	background-color: #cfe6f3;
	color: black;
}

.shad_hover, .shad_hover1 {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  width: 260px;
	padding: 5px;
	height: 140px;
	background-image: url(images/thumbs_bg.png);
	position: absolute;
	float: left;
	margin: 0;
}

#message_sent_image {
width: 550px;
height: 314px;
border: 0px;
background-image:url(../images/message_sent.jpg);

}

#return_home {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 290px 0px 0px 295px;
	
}

#return_home a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#06C;
	
}

#return_home a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0CF;
	
}

#address a {
color:#06C;	
	
}

#address a:hover {
color:#09F;	
	
}

#address a:visited {
color:#06C;	
	
}

img, div {behavior: url(../iepngfix/iepngfix.htc);
}
