/*OPTIMUM*/
@font-face {
	font-family: "Melbourne";  
	src: url( 'fonts/melbourne.eot' );
	src: local('ò?'),
		url('fonts/melbourne.woff') format('woff'), 
		url('fonts/melbourne.ttf') format('truetype'),
		url('fonts/melbourne.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #F1F1F1;
	font-family: Arial;
}
h1 {
	border-bottom: 2px solid #24619D;
    color: #24619D;
    font-family: Melbourne;
    font-size: 38px;
    padding-bottom: 5px;
    text-shadow: 0 2px 0 #B4D5F6;
}
p {
	font-size: 14px;
	color: #272727;
	margin: 12px 0;
	line-height: 150%;
}
p.indent {
	text-indent: 15px;
}
ul, ol {
	color: #272727;
    font-size: 14px;
}
li {
	line-height: 170%;
}
form {
	border-bottom: 1px solid #CCCCCC;
    color: #272727;
    font-size: 12px;
    line-height: 136%;
    margin: 30px 0;
    padding-bottom: 23px;
}
a {
	color: #205F9E;
}
h2.title {
	color: #24619D;
    font-family: melbourne;
    font-size: 18px;
}
.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.underline {
	text-decoration: underline;
}
.no-underline {
text-decoration: none;
}
.black {
	color: #000;
}
.border-red {
	border: 1px solid red;
}
.seafirstLogo {
	padding: 12px;
    text-align: right;
}
.seafirstLogo mg {
	width: 100px;
}
p.message-sent {
	background: transparent url(../images/Select.png) no-repeat center left;
	margin: 10px 0;
    padding-left: 21px;
	font-weight: bold;
	color: #000000;
}
.error-msg {
	background: transparent url(../images/Stop.png) no-repeat center left;
	 font-size: 11px;
    margin-left: 26px;
    padding-left: 19px;
	display: inline-block;
	height: 18px;
	padding-top: 6px
}
#wrapper {
	border: 1px solid #CCCCCC;
    box-shadow: 0 0 50px #5E5E5E;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 40px;
    width: 912px;
	background-color: #FFFFFF;
}
#header {
	height: 276px;
	background: transparent url(../images/header-bar.png) repeat-x 0 7px;
	margin-top: 25px;
}
.header-inner {
	background: transparent url(../images/header-inner.png) no-repeat top center;
	width: 1027px;
	margin: 0 auto;
	height: 276px;
}
#logo {
	left: 125px;
    position: relative;
    top: 75px;
}
#sidebar {
	float: left;
}
#navigation {
	width: 211px;
	background-color: #6b6b6b;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 2px 2px 15px 6px #CCCCCC;
}
#navigation li {
	position: relative;
}
#navigation li a,
#navigation li span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: #949494 url(../images/nav-arrow.png) no-repeat 95% 50%;
	font-size: 18px;
	padding: 6px 0 6px 10px;
	width: 200px;
	border-bottom: 1px solid #777777;
	font-family: Melbourne;
}
#navigation li ul li a {
	width: 245px;
}
#navigation li a:hover,
#navigation li a.active {
	background: #205f9e url(../images/nav-arrow-hover.png) no-repeat 95% 50%;
	color: #00aeff;
}
#navigation li a.first {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#navigation li a.last {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#navigation ul li ul {
	left: 210px;
    position: absolute;
    top: -1px;
    z-index: 15;
	background-color: #6B6B6B;
	padding: 5px;
	border-radius: 8px;
}
#banner {
	margin-top: 25px;
}
#banner p {
	font-size: 15px;
}
#banner span {
	display: inline-block;
	padding: 2px 0;
    text-align: center;
    vertical-align: top;
    width: 110px;
}
#slideshow {
	margin: 62px 0 20px;
}
#slideshow img {
	border-radius: 8px;
}
.content-wrapper {

}
.content {
	float: right;
    width: 640px;
}
#footer {
	background-color: #9d9d9d;
	border-top: 6px solid #787878;
}
.footer-inner {
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
	padding: 13px 5px 10px;
}
#footer ul {
	float: left;
}
#footer p {
	float: right;
}
#footer li {
	display: inline;
	color: #fff;
	font-size: 13px;
}
#footer li a,
#footer p {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
#footer li a:hover {
	text-decoration: underline;
}
.contact-us p {
	margin: 3px 0;
	line-height: 125%;
}
.contact-info .head {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    margin-bottom: 12px;
    padding: 3px 10px;
}
.contact-info .head p {
	color: #333333;
}
.contact-info {
	margin-top: 20px;
}
.contact-info p span {
	display: inline-block;
    width: 100px;
}
.contact-info .aff-box {
	margin-bottom: 30px;
}
.contact-info .aff-box span {
	display: inline-block;
    width: 112px;
}
.contact-info .left {
	float: left;
	margin-right: 30px;
}
.contact-info .right,
.contact-info .left {
	height: 147px;
}
.brand-imgs {
	overflow: hidden;
}
.project-references .img-box span {
	display: inline-block;
    height: 35px;
    padding: 8px 0;
    text-align: center;
    width: 250px;
}
.img-box {
	float: left;
    margin: 3px 12px;
}
.img-box  img {
    width: 250px;
	border: 1px solid #EEEEEE;
    box-shadow: 0 4px 0 #CCCCCC;
}
.custom .img-box img {
	border: 1px solid #EEEEEE;
    box-shadow: 0 4px 0 #CCCCCC;
	width: 180px;
}
.img-box  img:hover {
	border: 1px solid #ccc;
    box-shadow: 0 4px 0 #aaa;
}
.custom1 .img-box {
	width: 250px;
	text-align: center;
	height: 237px;
}	
.custom1 .img-box img {
	margin-bottom: 5px;
}
.custom1 .img-box span {
	font-size: 14px;
	color: #333;
}
.custom2 .img-box img {
	width: 288px;
}
fieldset {
	display: block;
	padding: 3px 0;
}
label {
	font-weight: bold;
	float: left;
	width: 35%;
}
input, textarea {
	width: 300px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	padding: 4px;
	background-color: #f8f8f8;
	font-size: 12px;
}
input:focus, textarea:focus {
	background-color: #fff;
	box-shadow: 0 0 3px #bababa;
}
textarea {
	overflow: hidden;
	height: 90px;
}
input.button {
	padding: 4px 6px;
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	border: none;
	background: #4aafde;
	box-shadow: 1px 1px 3px #999;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #4aafde, #198ec4);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#4aafde), to(#198ec4));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#4aafde', EndColorStr='#198ec4', GradientType=0);
}
input.button:hover,
input.button:active  {
	background: #198ec4;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #198ec4, #4aafde);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#198ec4), to(#4aafde));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#198ec4', EndColorStr='#4aafde', GradientType=0);
}
.note {
	margin: 15px 0;
	padding: 6px;
	background-color: #d2d2d2;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
}
.note span {
	color: #333;
}
.senderror,
.sendsuccess {
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
}
.senderror {
	background-color: #FBE3E4;
	border: 1px solid #FF0000;
}
.senderror p {
	color: #000000;
    font-size: 10px;
    font-weight: bold;
	padding: 2px 5px;
}
.sendsuccess {
	background-color: #fff;
	border: 1px solid #C7F2C8;
}
.sendsuccess  p {
	color: #33A333;
	font-size: 10px;
    font-weight: bold;
	padding: 2px 5px;
}
#lightbox-container-image-data #lightbox-image-details {
	color: #333;
}
/*projects*/
.project-box {
	padding: 14px 0;
	overflow: hidden;
}
.project-box-first {
	margin-top: 16px;
}
.project-box h2 {
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.project-box ul {
	padding-left: 15px;
}
.project-box li {
	color: #272727;
    font-size: 12px;
    line-height: 136%;
	list-style-type: disc;
}
/*products*/
.box {
	float: left;
	margin: 13px;
}
.box img {
	border: 1px solid #EEEEEE;
    box-shadow: 2px 2px 3px #EEEEEE;
}
/*about us*/
.about-us .content ul li {
	list-style-type: disc;
	list-style-type-color: #007879;
}
.about-us .content ul {
	margin-left: 12px;
}
/*products-by-type*/
.products-by-type .bottom .title {
	margin-bottom: 10px;
	font-size: 25px;
}
.products-by-type .bottom ul {
	margin-left: 14px;
}
.products-by-type .bottom ul li {
	list-style-type: circle;
}
.custom-row-wrapper {
	overflow: hidden;
}
.custom-row-wrapper .row {
	float: left;
	margin-right: 75px;
}
.row {
	margin: 25px 0 35px;
	overflow: hidden;
}
.title h2 {
	color: #333333;
    font-size: 24px;
    font-weight: normal;
	margin-bottom: 15px;
}
.row .row-item,
.row-item-two {
    float: left;
    margin-right: 25px;
    text-align: center;
	margin-bottom: 18px;
}
.row-item-two .row-item {
	margin-right: 15px;
	margin-bottom: 0;
}
.row-item-img img {
	border: 1px solid #EEEEEE;
    box-shadow: 0 4px 0 #CCCCCC;
    width: 180px;
}
.power-unit-packages-and-hydraulic-systems .row-item-img img {
	width: 280px;
}
.row-item-img img:hover {
	border: 1px solid #ccc;
	box-shadow: 0 4px 0 #aaaaaa;
}
.row-item-img-caption,
.row-item-two-cation {
	color: #24619D;
    padding-top: 5px;
	font-weight: bold;
}
.manufacturers-wrapper {
	padding-top: 35px;
	overflow: hidden;
}
.manufac {
    float: left;
    height: 75px;
    margin-right: 33px;
	margin-bottom: 7px;
    width: 125px;
}
.manufac img {
	border: 1px solid #EEEEEE;
    box-shadow: 2px 2px 2px #EEEEEE;
    display: block;
    padding: 2px;
}
.manufac img:hover {
    box-shadow: 0 0 2px #ccc;
}

/*strengths*/
.strengths .content ul {
	margin-left: 14px;
    margin-top: 10px;
}

.strengths .content ul.sub {
	margin-bottom: 5px;
    margin-top: 5px;
}

.strengths .content ul li {
	list-style-type: disc;
}

.strengths .content ul.sub li {
	list-style-type: circle;
}

/*commitments*/
.commitments .content ul {
	margin-left: 14px;
    margin-top: 10px;
}

.commitments .content ul li {
	list-style-type: disc;
}

/*power-unit-packages-and-hydraulic-systems*/

.power-unit-packages-and-hydraulic-systems .content .first {
	margin-bottom: 27px;
}

.hydraulic-cylinders .content img {
	width: 645px;
}

/*repair-services*/
.repair-services .img-wrapper {
	overflow: hidden;
	margin: 25px 0;
}

.repair-services .img-wrapper img {
	float: left;
    margin-right: 10px;
    width: 200px;
}

.repair-services h2.title {
	margin-top: 15px;
	margin-bottom: 10px;
}

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

.repair-services .content ul li {
	list-style-type: disc;
	margin-bottom: 6px;
}

.repair-services .content ul.last {
	margin-left: 28px;	
}

.repair-services .content ul.last li {
	list-style-type: circle;
}

/*distribution*/
.distribution .img-wrapper {
	overflow: hidden;
	padding-top: 5px;
}
.distribution img.first {
	width: 120px;
	float: left;
}

.distribution img.second  {
	width: 160px;
	float: right;
}

#distributor-wrapper {
	background: transparent url(../images/dist-background.jpg) no-repeat center center;
	height: 431px;
	position: relative;
}

#distributor-wrapper img.dist1,
#distributor-wrapper img.dist2,
#distributor-wrapper img.dist3,
#distributor-wrapper img.dist4,
#distributor-wrapper img.dist5,
#distributor-wrapper img.dist6,
#distributor-wrapper img.dist7,
#distributor-wrapper img.dist8,
#distributor-wrapper img.dist9 {
	position: absolute;
	width: 150px;
}

#distributor-wrapper img.dist1 {
	left: 244px;
    top: 11px;
}

#distributor-wrapper img.dist2 {
	left: 405px;
    top: 55px;
}

#distributor-wrapper img.dist9 {
	left: 82px;
    top: 55px;
}

#distributor-wrapper img.dist3 {
	left: 418px;
    top: 173px;
}

#distributor-wrapper img.dist8 {
	left: 68px;
    top: 170px;
}

#distributor-wrapper img.dist4 {
	left: 487px;
    top: 286px;
}

#distributor-wrapper img.dist7 {
	left: -1px;
    top: 283px;
}

#distributor-wrapper img.dist6 {
	left: 158px;
    top: 342px;
}

#distributor-wrapper img.dist5 {
	left: 328px;
    top: 342px;
}

.map-wrapper a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}