body {
	margin: 0 auto;
	min-width: 980px;
	max-width: 1500px;
	padding: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-color: #333;
	height: 100%;
}
#site {
	margin: 0 auto;
	min-width: 980px;
	max-width: 1500px;
}
.crums {
	font-size: 70%;
	text-align: right;
	margin: 0px 7% 20px 0px;
}
.crums a {
	color: #dfdfdf;
	text-decoration: none;
}
.crums a:hover {
	text-decoration: underline;
}

.prev {
	width: 47%;
	font-size: 70%;
	margin: 0px 15px 0px 0px;
}
.prev a {
	color: #999;
	text-decoration: none;
}
.prev a:hover {
	text-decoration: underline;
}
.clearing {
	clear: both;
	height: 0;
	font-size: 1px;
}


/*--Header*/
.headertable {
	width: 100%;
	height: 283px;
	text-align: center;
	background: #333333 url(/images/bg50_2.jpg) no-repeat;
	background-position: top center;
}
.menu {
	width: 768px;
	padding: 5px 0px 10px 0px;
	color: #fff;
}
a.menu-l{
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
}
a.menu-l:hover, a.menu-l#active {
	text-decoration: underline;
}
a.menu-m {
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #fff;
}
a.menu-m:hover, a.menu-m#active {
	text-decoration: underline;
}
a.menu-r{
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
}
a.menu-r:hover, a.menu-r#active {
	text-decoration: underline;
}
.logodiv1 {
	width: 230px;
	height: 50px;
	margin: 12px 0px 0px 30px;
}
.logodiv2 {
	width: 230px;
	height: 15px;
	margin: 0px 0px 0px 25px;
}
.logodiv2 .name {
	color:#047cba;
	font-size:80%;
	text-decoration: none;
}

.addthis_toolbox {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*Header--*/

/*--index*/
.new-design {
	width: 210px;
	height: 180px;
	margin: 0px 10px 0px 0px;
	background-image: url(/images/port_bg.png);
	background-repeat:no-repeat;
	background-position: top left;
}
.portf-ind {
	width: 200px;
	height: 170px;
	margin: 5px 5px 5px 5px;
	border: none;
}
.enumeration {
	color: #eee;
	text-decoration: none;
}
.enumeration:hover {
	text-decoration: underline;
}
/*index--*/

/*--portfolio*/
.portfotable {
	width: 96%;
	text-align: center;
	border: none;
}
.portfotable td {
	padding: 0px 0px 30px 0px;
	width: 33%;
	border: none;
	text-align: center;
	vertical-align: top;
}
.portfolio p {
	margin-right: 25px;
}
/*portfolio--*/

/*--service-price*/
.service h2 {
	color: #62b9e0;
}
.stxt {
	color: #888;
	font-size: 70%;
}
.pricetable {
	width: 95%;
	margin: 12px 0px 30px 0px;
	color: #fff;
	text-align: left;
	border: none;
	border-collapse: collapse;
	background-color:#3a3a3a;
}
.pricetable td {
	padding: 10px 15px;
	border: 2px solid #333333;
	vertical-align: top;
}
.pricetable-cms {
	width: 95%;
	margin: 12px 0px 30px 0px;
	font-size: 80%;
	color: #fff;
	text-align: left;
	border: none;
	border-collapse: collapse;
	background-color:#3a3a3a;
}
.pricetable-cms td {
	padding: 10px 15px;
	border: 2px solid #333333;
	vertical-align: top;
}
.pricetable-cms strong {
	font-size: 125%;
}
/*service-price--*/

/*--company*/
.companytable {
	width: 60%;
	margin: 0px auto 20px auto;
	border: none;	
}
.companytable  td {
	padding: 20px 20px;
	vertical-align: top;
}
.companytable p{
	color: #bbb;
	font-size: 95%;
	margin-top: 10px;
	margin-bottom: 28px;
}
.companytable a{
	color: #eee;
}
.companytable a:hover{
	color: #62b9e0;
}
/*company--*/

/*--news*/
.newstable {
	width: 800px;
	margin: 0px auto 20px auto;
	border: none;	
}
.newstable  td {
	padding: 20px 20px;
	vertical-align: top;
}
.newstable .datenews {
	width: 120px;
	float: left;
	clear: left;
	margin-top: 2px;
	font-size: 80%;
	color: #999;
}
.newstable .textnews {
	width: 620px;
	float: left;
	margin-bottom:30px;
	color: #ddd;
}
.newstable p{
	color: #ddd;
	font-size: 95%;
	margin-top: 10px;
	margin-bottom: 28px;
}
.newstable a{
	color: #eee;
}
.newstable a:hover{
	color: #62b9e0;
}
.newstable img {
	border: 2px solid #555;
}
.newstable img:hover {
	border-color: #ddd;
}
.newstable .tag {
	color: #62b9e0;
	font-size: 70%;
}
.news_img {
	margin: 3px 15px 0px 0px;
	border: 2px solid #555;
}
/*news--*/

/*--clients*/
.clientstable {
	width: 60%;
	margin: 0px auto 40px auto;
	border: none;	
}
.clientstable  td {
	padding: 20px 20px;
	vertical-align: top;
}
.clientstable p{
	color: #bbb;
	font-size: 70%;
	margin-top: 10px;
	margin-bottom: 28px;
}
.client {
	cursor: pointer;
}
.client span {
	color: #888;
}
.client  span.tip {
	border-bottom: 1px dashed #666;
}
/*clients--*/

/*--contacts*/
.contac-tab h1 {
	margin-top: 20px;
	text-align: left; 
}
.contac-tab td {
	color: #62b9e0; 
}
.contac-tab td input,textarea,select {
	background-color: #3a3a3a;
	border: 1px solid #2a2a2a;
	color: #eee;
}
.contac-tab td input:focus,textarea:focus,select:focus {
	border: 1px solid #555;
}
/*contacts--*/

/*--Footer*/
.footertab {
	width: 100%;
	background-color: #2a2a2a;
	background-image: url(/images/ofuturo.gif);
	background-repeat:no-repeat;
	background-position: 99% 40%;
}
.footerblock {
	font-size: 75%;
	color: #aaa;
	margin: 10px 30px 10px 30px;
}
a.footerurl {
	color: #aaa;
	text-decoration: none;
}
a.footerurl:hover {
	color: #aaa;
	text-decoration: underline;
}
.footermenu {
	width: 100%;
	text-align: center;
	background-color: #2a2a2a;
}
.footermenu a {
	margin: 0px 10px 0px 10px;
}
/*Footer--*/



a.numetitle {
	font-family: Georgia, serif;
	font-size: 117%;
	color: #eee;
	text-decoration: none;
}
a.numetitle:hover {
	text-decoration: underline;
}
h1 {
	width: 96%;
	font-family: Georgia, serif;
	font-size: 125%;
	color: #eee;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 25px;
}
h2 {
	width: 96%;






	font-family: Georgia, serif;
	font-size: 105%;
	color: #eee;
	text-align: center;
}
p {
	color: #dfdfdf;
}


.recently {
	width: 210px;
	height: 180px;
	margin: 145px 10px 0px 0px;
	background-image: url(images/port_bg.png);
	background-repeat:no-repeat;
	background-position: top left;
}
.bearing {
	margin: 65px 0px 0px 13px;
	text-align: left;
}

.enumerationI {
	width: 200px;
	height: 200px;
	border: 2px #808080 solid;
}
.enumerationI:hover {
	border: 2px #ddd solid;
}
a.enumerationL {
	color: #eee;
	font-size: 85%;
	text-decoration: none;
}
a.enumerationL:hover {
	text-decoration: underline;
}
a.numetitleL {
	font-family: Georgia, serif;
	font-size: 105%;
	color: #eee;
	text-decoration: none;
}
a.numetitleL:hover {
	text-decoration: underline;
}
.current, .page_link, .ctrl {
	padding: 0.2em 0.1em 0.3em 0.1em;
	float: left;
	display: block;
	margin-right: 0.3em;
}
.page_link {
	color: #fff;
}
.current {
	color: #fff;
	font-weight: bold;
}
.ctrl {
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 85%;
	color: #fff;
}
.path_arrow {
	color: #eee;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}
.date {
	text-align: right;
}
#banners {margin:12px 10px 10px 10px;}
#banners a img {opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=30);}
#banners a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
