@charset "utf-8";
/* CSS Document */

td { border:none; }

.bottom_table	{
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
				}

body			{
  margin-top:0;
				}

.moto			{
  font-family:TrajanPro-Regular;
  font-size:14px;
  color:#7e7e7e;
				}

.inline1		{
  font-family: TrajanPro-Regular;
  font-size:16px;
  color:#a8a5a5;
				}
.inline2		{
  font-family:TrajanPro-Regular;
  font-size:16px;
  color:#a8a5a5;
				}

h1, h2, h3, h4, h5, h6	{
  font-family:Tahoma, Geneva, sans-serif;
  font-weight: bold;
				}

.content_h		{
  font-family: verdana, sans-serif;
  font-size:16px;
  color:#4d4d4d;
  font-weight:bold;
				}

.content_pr		{
  font-family: helvetica, Geneva, sans-serif;
  font-size:12px;
  color:3000000;
}

.address		{
  font-family: verdana, sans-serif;
  font-size:12px;
				}
				
				
/* Styling for firefox, IE 7+, Chrome, Safari (does not work on ie 5.5, 6.0 )*/

#fieldset_contact	{
	border:none;
	width: 350px;
	margin: 10px 0px 0px 10px;

}
/*
#container_contact .text p	{
	border:solid thin #f9f9f9;
	width: 150px;
	height:25px;
	font-family:sans-serif;
	font-size: 14px;
	text-align:right;
	float:left;
	padding-top:7px;
}

#container_contact input	{
	margin-top: 16px;
	margin-left: 10px;
	width:225px;
	height:25px;
	font-family:sans-serif; font-size: 16px; 
	color:#b8b8b8;
	border: solid thin #bbbbbb;
	border-radius: 5px; -moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;

	padding-left:10px;
	float:left;
}*/
#contact_iframe #fieldset_contact fieldset	{
	border:none;
	border-color:none;
	width:350px;
}

contact_iframe #fieldset_contact label	{
	float:left;
	clear:left;
	width: 60px;
	font-family:sans-serif;
	text-align:right;
	font-size: 12px;
	padding:5px 0;
	margin-left: 5px;
	margin-top:0px;
	border:none;;
	display:inline;
}

input#name, input#surname, input#email	{
	width:265px;
	font-family:sans-serif; font-size: 12px; 
	color:#b8b8b8;
	margin-top: 1px;
	margin-left: 5px;	
	margin-bottom: 5px;
	border-radius: 0px; -moz-border-radius: 0px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;	
	padding:5px 5px;
	border:none;
	border-bottom:1px solid #aeaeae; 
	border-left:1px solid #aeaeae;	
	border-top:1px solid #aeaeae; 
	border-right:1px solid #aeaeae;
	display:inline;
}

input#name:focus, input#surname:focus, input#email:focus	{

	font-family:sans-serif; font-size: 14px; 
	color:#000000;
	
}

textarea	{
	width:268px;
	height:70px;
	font-family:sans-serif;
	font-size:12px;
	color:#b8b8b8;
	padding-left:5px;
	padding-top: 5px;
	margin-left:5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	border-radius: 0px; -moz-border-radius: 0px;
	border: solid 1px #bbbbbb;
}

input[type=submit]	{
	border:none;
	width:85px;
	height:26px;
	background:url(../images/button.jpg) repeat-x;
	cursor:pointer;
	float:right;
	margin-right:5px;
	margin-top:5px;
	color:#FFF;
}
/*
input:hover, textarea:hover	{
	background:#f9f9f9;
}

input:focus, textarea:focus	{
	background:#f4f3f3;
	font-family:sans-serif;
	font-size:14px;
	color:#333;
	border:solid thin #ffe215;
}*/			

/**********************************************************************************
**********************************************************************************/

.td_content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#000;
	border:none;
	width:390px;
}
.td_content div.heading {			
	padding:5px 10px; 
	text-align:justify; 
	float:left; 
	border-bottom:1px solid #999;			
	font-weight:bold;
	margin:10px 0 0 3px;
	display:inline;
	/* border:1px solid red; */
	width:110px;
}

.td_content div.contents {
	margin: 10px 5px 5px 10px;
	padding:0px 15px; 
	text-align:justify; 
	float:left;
	border: none;
	display:inline;
	width:330px;
}

.td_content ul {
	float:left;
	border:none;
	width:320px;
	display:inline;
}
.td_content ul li {
	width:300px; 
	border:none;
	text-align:left;
	margin-left:0;
}
.td_content ul li a { text-decoration:none; color:#333; display:inline; }
.td_content ul li a:hover { color:#666; text-decoration:underline; }

.td_content .addresses {
	float:left;
	width:370px;
	border:none;
	margin:5px 0 0 5px;
	height:150px;
	display:inline;
}

.td_content .addresses .physical,
.td_content .addresses .postal
{
	border:none;
	width:150px; min-height:20px; _height:110px;
	float:left;
	margin-left:10px;
	padding:5px;
	overflow:hidden;
	display:inline;
	text-align:left;
}

.td_content .addresses .email
{
	overflow:hidden;
	display:inline;
	text-align:left;
	border:none;
}

.top_info {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:585px;
	border:1px solid #333;
	padding:5px;
	overflow:hidden;
	float:right;
	margin-top:10px;
}
	
		
				
				
				
				
				
				
				
				