/*static-ccbarleta*/
@font-face {  
	font-family: "HelveticaNeue";  
	src: url( 'fonts/HelveticaNeue.eot' );
	src: local('ò?'),
		url('fonts/HelveticaNeue.woff') format('woff'), 
		url('fonts/HelveticaNeue.ttf') format('truetype'),
		url('fonts/HelveticaNeue.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: arial, sans-serif;
	font-size: 14px;
}

.bgImg img {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -10;
}

a {
	color: #2b327f;
	text-decoration: none;
}

a:hover {
	color: #3b4189;
}

h1 {
	border-bottom: 1px solid #00021E;
    color: #00021E;
    font-family: HelveticaNeue;
    font-size: 25px;
    margin-bottom: 18px;
    padding-bottom: 5px;
	text-shadow: 2px 2px 3px #E2E2E2;
	text-transform: uppercase;
}

p {
	color: #2A2A2A;
    line-height: 160%;
    margin: 10px 0;
	text-align: justify;
}

ol, ul, table {
	color: #2A2A2A;
}

.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.black {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalized;
}
.small {
	font-size: 12px;
}
.click2enlarge {
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
}

#header {
	background: transparent url(../images/bg_header.jpg) repeat-x top left;
}

.header-inner {
	background: transparent url(../images/bg_header-inner.png) no-repeat top center;
	width: 1132px;
	margin: 0 auto;
	position: relative;
}

#logo {
	left: 183px;
    position: relative;
    top: 4px;
}

#tuplogo {
	right: 183px;
	position: absolute;
	width: 70px;
	top: 12px;
}

#tuplogo img {
	width: 100%;
}

#navigation {
	margin-bottom: 8px;
    margin-top: 20px;
    text-align: center;
}

#navigation li {
	display: inline;
}

#navigation li.sep {
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}

#navigation li  a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
	font-size: 18px;
}

#navigation li  a:hover ,
#navigation li  a.active {
	text-decoration: underline;
	color: #00021e;
}

.content-wrapper {
	/*background-color: #777777;
    border: 4px double #666666;*/
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 14px 18px #000000;
    overflow: hidden;
    position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#868686), to(#adadad));
	background: -moz-linear-gradient(top,  #868686,  #adadad);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#868686', endColorstr='#adadad');
	padding: 3px;
}

.content-inner {
	background-color: #CCCCCC;
    overflow: hidden;
}

.content {
	float: right;
    padding: 30px;
    width: 610px;
}

#vmenu {	
	overflow: hidden;
}

.sidebar {
	background-color: #E1E1E1;
    float: left;
    padding: 20px 0;
    width: 285px;
	min-height: 480px;
}

.sidebar a {
	color: #000;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-shadow: 0 1px 0 #999999;
}

.sidebar a.active {
	opacity: 0.7;
}

.sidebar-inner {
	background-color: #F2F5F6;
    border: 1px solid #C2C9CE;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 auto;
    width: 249px;
}

.side-tup {
	margin: 15px auto;
	width: 249px;
}

/*.side-tup img {
	width: 62px;
	float: left;
	margin-right: 12px;
}
*/
.side-tup-text {
	width: 175px;
	float: left;
}

.side-tup-text p {
	font-size: 11px;
	margin-top: 5px;
}

.side-tup-text-clear p {
	text-align: center;
}

.sidebar h3 {
	background: transparent url(../images/services_icon.png) no-repeat center left;
	font-size: 18px;
    margin: 0 auto;
    padding: 10px 0 10px 28px;
    text-align: center;
    text-transform: uppercase;
    width: 95px;
}

.sidebar li.parent {
	background: transparent url(../images/bg_li_parent.png) repeat-x top left;	
}

.sidebar li.parent a {
	background: transparent url(../images/bg_li_parent_a.png) no-repeat top left;
	display: inline-block;
    height: 25px;
    padding-left: 44px;
    padding-top: 9px;
    width: 206px;
}

.sidebar li.parent2 {
	background: transparent url(../images/bg_li_parent2.png) repeat-x top left;	
}

.sidebar li.parent2 a {
	background: transparent url(../images/bg_li_parent2_a.png) no-repeat top left;
	display: inline-block;
    height: 37px;
    padding-left: 44px;
    padding-top: 4px;
    width: 206px;
}

.sidebar li.parent ul li {
	background: transparent url(../images/bg_li_notparent.png) repeat-x top left;	
	padding-left: 50px;
}

.sidebar li.parent ul li a {
	background: transparent url(../images/bg_li_notparent_a.png) no-repeat center left;
	height: 24px;
    padding-left: 33px;
	color: #fff;
}

#footer {
	border-top: 2px solid #444444;
    margin-top: 15px;
    padding-top: 4px;
	overflow: hidden;
	margin-bottom: 34px;
}

#footer span {
	color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    right: 26px;
    top: 4px;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
}

#footer ul {
	width: 500px;
	float: left;
}

#footer li {
	color: #FFFFFF;
    display: inline;
}

#footer li.sep {
	font-size: 11px;
    position: relative;
	top: -1px;
	font-weight: bold;
	padding: 0 2px;
}

#footer li a {
	color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
}

/*about*/
.about-us .sidebar {
	height: 420px;
}

/*automotive-engine-rebuilding*/
.automotive-engine-rebuilding .content li {
	margin-bottom: 8px;
	list-style-type: disc;
}

.automotive-engine-rebuilding  .sidebar {
	height: 472px;
}

.automotive-engine-rebuilding .content ul {
	margin-left: 14px;
}

/*marine-engine-rebuilding*/
.marine-engine-rebuilding .content li {
	margin-bottom: 8px;
	list-style-type: disc;
}

.marine-engine-rebuilding .sidebar {
	height: 472px;
}

.marine-engine-rebuilding .content ul {
	margin-left: 14px;
}

/*other-services*/
.other-services .content li {
	margin-bottom: 8px;
	list-style-type: disc;
}

.other-services .content ul {
	margin-left: 14px;
}

/*contact-us*/
.branch {
	margin: 30px 0;
	overflow: hidden;
}

.mapWrapper {
	float: right;
    margin-top: 15px;
    padding-left: 40px;
}

.branchTitle {
	background-color: #D7D7D7;
    border: 1px solid #B8B8B8;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    padding: 10px 7px;
    text-transform: uppercase;
    width: 100%;
}

.branch td {
	padding: 5px 0;
}

.branch td.indent {
	padding-right: 20px;
}

.branch-inner {
	padding-left: 10px;
}

.contact-us .sidebar {
	height: 1186px;
}

/*facilities*/
.box {
	border-bottom: 1px solid #ABABAB;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}

.box-inner {
	line-height: 150%;
}

.floatMe {
	float: right;
	width: 257px;
}

.facilities .sidebar {
	height: 3175px;
}

.boxMargin {
	margin-left: 61px;
}

.aerospace .sidebar {
	height: 772px;
}

.job-opportunities .sidebar {
	height: 436px;
}

.jobOpenings li {
	line-height: 150%;
}

.contactImage {
	text-align: center;
}

.contactImage img {
	box-shadow: 2px 2px 3px #999999;
}

.contactLink {
	font-size: 16px;
    font-weight: bold;
}

.imgbox {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#images {
	overflow: hidden;
}

.industrial-imgs .first {
	margin-right: 15px;
}
