/* *** import font sheets *** */
@import url("fonts/neue-helvetica.css");


html, body {
	background: #323232 !important;
}
#brighton_body {
	background: #ffffff url(images/background-top.png) repeat-x !important;
}

/* *** header *** */
#brighton_header {
	height: 137px;
}
#brighton_header #header {
	width: 100%;
	overflow: hidden;
}
#brighton_header #logo {
	float: left;
	width: 400px;
	margin: 21px 0 0;
}
#brighton_header #right {
	width: 560px;
	overflow: hidden;
	float: right;
}
#brighton_header #right .top-row {
	width: 100%;
	overflow: hidden;
}
#brighton_header #right .top-row #header-cart {
	float: right;
	margin-left: 5px;
}
#brighton_header #right .top-row #header-cart a {
	display: block;
	background: url(images/header-tab-cart-left.png) no-repeat top left;
	height: 37px;
	text-decoration: none;
}
#brighton_header #right .top-row #header-cart a span {
	padding: 0 8px 1px 42px;
	line-height: 36px;
	color: #2390d7;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	background: url(images/header-tab-right.png) no-repeat top right;
}
#brighton_header #right .top-row #header-contact {
	float: right;
	margin-left: 5px;
}
#brighton_header #right .top-row #header-contact a {
	display: block;
	background: url(images/header-tab-left.png) no-repeat top left;
	height: 37px;
	text-decoration: none;
}
#brighton_header #right .top-row #header-contact a span {
	padding: 0 8px 1px;
	line-height: 36px;
	color: #2390d7;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	background: url(images/header-tab-right.png) no-repeat top right;
}
#brighton_header #right .top-row #header-languages {
	float: right;
	background: url(images/header-tab-left.png) no-repeat top left;
	height: 37px;
	text-decoration: none;
}
#brighton_header #right .top-row #header-languages div.languages-inner {
	padding: 0 8px 1px;
	height: 36px;
	color: #484848;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	background: url(images/header-tab-right.png) no-repeat top right;
	display: block;
	overflow: hidden;
}
#brighton_header #right .top-row #header-languages select {
	width: 145px;
	margin-top: 10px;
	text-transform: none;
}
#brighton_header #right #header-inv-search {
	width: 330px;
	height: 29px;
	float: right;
	overflow: hidden;
	margin-top: 36px;
}
#brighton_header #right #header-inv-search .invsearchinput {
	border: 0;
	outline: none;
	width: 221px;
	height: 25px;
	line-height: 25px;
	padding: 0 7px;
	color: #a7a9ac;
	background: url(images/header-invsearch-input.png) no-repeat;
	float: left;
}
#brighton_header #right #header-inv-search .invsearchsubmit {
	border: 0;
	width: 92px;
	height: 29px;
	padding: 0 !important;
	background: url(images/header-invsearch-submit.png) no-repeat;
	float: right;
	cursor: pointer;
}

/* *** navigation menu *** */
#brighton_menu {
	height: 45px;
	padding: 2px 0;
	margin-bottom: 15px;
}
#brighton_menu ul li {
	margin: 0;
	font-family: HelveticaNeueLTCom55Roman,Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#brighton_menu ul li a {
	background: url(images/nav-separator.png) no-repeat right center;
	outline: none;
}
#brighton_menu ul li a span {
	padding: 0 29px 0 27px;
	line-height: 45px;
}
#brighton_menu ul li.last a {
	background: none;
}
#brighton_menu ul li.last a span {
	padding: 0 27px;
}
#brighton_menu ul li a.selectedtab {
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif;
}
#brighton_menu ul li a.selectedtab span, #brighton_menu ul li a:hover span {
	background: url(images/nav-item-background.png) no-repeat center center;
}


/* *** element styles *** */
#brighton_col2 h1 {
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif !important;
	font-size: 25px;
	margin: 5px 0 15px;
	line-height: 1em;
}
#brighton_col2 h2 {
	font-family: HelveticaNeueLTCom65Medium,Helvetica,Arial,sans-serif !important;
	font-size: 18px;
	line-height: 23px;
        padding-bottom: 10px;
        background: url(images/main-points-border.png) no-repeat center bottom;
}
#brighton_col2 h3 {
	font-family: HelveticaNeueLTCom55Roman,Helvetica,Arial,sans-serif !important;
	font-size: 17px;
	line-height: 20px;
}
#brighton_col2 h4 {
	font-family: HelveticaNeueLTCom65Medium,Helvetica,Arial,sans-serif !important;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	color: #004491 !important;
}
#brighton_col2 p, #brighton_col2 li, #bb-container div.post, #brighton_content div.block p, #brighton_content div.block li {
	font-size: 1em;
}
#brighton_col2 p {
	margin: 0 0 18px;
}
#brighton_col2 ul {
	list-style-type: none;
	margin: 1em 0 1em 2em;
}
#brighton_col2 ul li {
	background: url(images/content-li.png) no-repeat 0 1px !important;
	line-height: 115%;
	padding: 0 0 12px 18px;
}
#brighton_col2 ol {
	margin: 1em 0 1em 3em;
}
#brighton_col2 ol li {
	line-height: 115%;
	padding: 0 0 12px;
}
#brighton_col2 ol ul {
	margin: 1em 0 -10px 2em;
}
#brighton_col2 ol ul li {
	background: url(images/content-ol-li.png) no-repeat 0 4px !important;
	padding: 0 0 10px 12px;
}
#brighton_col2 ul li ul li {
	background: url(images/content-ol-li.png) no-repeat 0 6px !important;
}
#brighton_content div.block, #brighton_content div.no-block {
	margin: 0 0 15px;
}
#brighton_content div.block h3 {
	font-family: HelveticaNeueLTCom65Medium,Helvetica,Arial,sans-serif !important;
	font-size: 17px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 15px;
}
#brighton_content div.block ul {
	list-style-type: none;
	margin: 1em 0 1em 1em;
}
#brighton_content div.block ul li {
	background: url(images/content-li.png) no-repeat 0 1px !important;
	line-height: 115%;
	padding: 0 0 12px 18px;
}
#brighton_content div.block ol {
	margin: 1em 0 1em 2em;
}
#brighton_content div.block ol li {
	line-height: 115%;
	padding: 0 0 12px;
}
#brighton_content div.block ol ul {
	margin: 1em 0 -10px 1em;
}
#brighton_content div.block ol ul li {
	background: url(images/content-ol-li.png) no-repeat 0 3px !important;
	padding: 0 0 10px 12px;
}

#shareBtn { height: 20px; text-align: right; }

/* *** column widths *** */
#brighton_one-column #brighton_col2 div.pad {
	padding: 0;
}

#brighton_two-column #brighton_col2 div.pad {
	padding: 0 0 0 20px;
}

#brighton_two-column-right #brighton_col2 {
	width: 650px;
}
#brighton_two-column-right #brighton_col2 div.pad {
	padding: 0 19px 0 0;
}
#brighton_two-column-right #brighton_col3 {
	width: 310px;
}


#brighton_content div.block div.pad {
	margin: 0 !important;
	padding: 0 !important;
}


/* *** submenu *** */
#brighton_col3 #brighton_sub-menu {
	padding: 14px 0 0;
	background: url(images/submenu-topgradient.png) no-repeat left top;
	margin: 0 0 15px;
}
#brighton_col3 #brighton_sub-menu div.radmenu {
	padding: 0 0 16px;
	background: url(images/submenu-bottomgradient.png) no-repeat left bottom;
}
#brighton_sub-menu ul li.first a, #brighton_sub-menu ul li a span {
	border: none !important;
}
#brighton_sub-menu ul li.last {
	margin-bottom: 0 !important;
}
#brighton_sub-menu ul li a {
	background: url(images/submenu-item.png) no-repeat;
}
#brighton_sub-menu ul li a span {
	padding: 0 0 0 60px;
	line-height: 35px;
	background: url(images/submenu-arrow.png) no-repeat 15px 9px;
	font-family: HelveticaNeueLTCom65Medium,Helvetica,Arial,sans-serif;
	font-size: 15px;
}
#brighton_sub-menu ul li a:hover {
	background: url(images/submenu-selected.png) no-repeat;
}
#brighton_sub-menu ul li a:hover span {
	background: url(images/submenu-arrow-hover.png) no-repeat 15px 9px;
}
#brighton_sub-menu ul li.selectedtab a {
	font-weight: normal;
	background: url(images/submenu-selected.png) no-repeat;
}
#brighton_sub-menu ul li a:hover span, #brighton_sub-menu ul li.selectedtab a span {
	background: url(images/submenu-arrow-hover.png) no-repeat 15px 9px;
}
#brighton_sub-menu ul li.selectedtab.haschildren a span {
	background: url(images/submenu-arrow-expanded.png) no-repeat 15px 9px;
}

#brighton_sub-menu ul li.childitem1 a {
	background: url(images/submenu-child.png) no-repeat left bottom;
}
#brighton_sub-menu ul li.childitem1 a span {
	font-size: 13px;
	line-height: 21px;
	background: none;
	margin: 0;
	color: #3A3A3A;
}
#brighton_sub-menu ul li.childitem1 a:hover span {
	text-decoration: underline;
	background: none;
}
#brighton_sub-menu ul li.childitem1.last {
	border: none !important;
	padding: 0 !important;
}
#brighton_sub-menu ul li.childitem1.last a {
	background: url(images/submenu-child-last.png) no-repeat left bottom;
}

#brighton_sub-menu ul li.childitem1.selectedtab a span {
	color: #0087DE;
	text-transform: uppercase;
	font-style: italic;
}


/* main points */
div.main-points {
	padding-top: 16px;
	background: url(images/main-points-border.png) no-repeat center top;
}
div.main-points div.main-points-inner {
	padding-bottom: 16px;
	background: url(images/main-points-border.png) no-repeat center bottom;
	width: 100%;
	overflow: hidden;
}
div.main-points div.left {
	width: 302px;
	float: left;
	background: url(images/main-points-separator.png) no-repeat right center;
	padding-right: 4px;
	margin-left: 15px;
	position: relative;
	height: 210px;
	padding-bottom: 45px;
}
div.main-points div.right {
	width: 292px;
	float: right;
	position: relative;
	height: 210px;
	padding-bottom: 45px;
}
div.main-points div.main-point {
	padding: 0 15px 0 55px;
	margin-bottom: 15px;
	font-family: HelveticaNeueLTCom55Roman,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #464646;
}
#brighton_col2 div.main-points h3 {
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif !important;
	font-size: 16px;
	margin: 0;
	line-height: 18px;
	color: #004c8a !important;
	text-transform: uppercase;
}
div.main-points div.value {
	background: url(images/main-points-value.png) no-repeat 4px 0;
}
div.main-points div.selection {
	background: url(images/main-points-selection.png) no-repeat;
}
div.main-points div.service {
	background: url(images/main-points-service.png) no-repeat;
}
div.main-points div.quality {
	background: url(images/main-points-quality.png) no-repeat 3px 0;
}

div.main-point-button {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

/* removing bottom border */
div.main-points.equip-sales div.main-points-inner {
	background: none;
}


/* *** inventory blocks *** */
div.inventory-blocks {
	padding-top: 16px;
	background: url(images/main-points-border.png) no-repeat center top;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
div.inventory-blocks div.inventory-row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
div.inventory-blocks div.inventory-row.last {
	margin: 0;
}
div.inventory-blocks div.inventory-block {
	width: 155px;
	min-height: 114px;
	float: left;
	padding-left: 155px;
	position: relative;
	font-family: HelveticaNeueLTCom55Roman,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #464646;
}
div.inventory-blocks div.inventory-block.right {
	float: right;
}
div.inventory-blocks div.inventory-block h4 {
	margin: 0 0 5px -150px !important;
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
	line-height: 19px !important;
}
div.inventory-blocks div.inventory-block p {
	margin: 10px 0 0 !important;
}
div.inventory-blocks div.inventory-block img.inventory-img {
	position: absolute;
	top: 24px;
	left: 0px;
}



/* *** inserted ctas *** */
div.cta-insert {
	background: url(images/cta-insert-top.png) no-repeat left top;
}
div.cta-insert div.inner {
	background: url(images/cta-insert-bottom.png) no-repeat left bottom;
	padding: 10px 0 10px 12px;
}

div.cta-insert div.cta {
	display: block;
	width: 298px;
	position: relative;
}
div.cta-insert div.cta a.download {
	display: block;
	height: 28px;
	width: 114px;
	background: url(images/cta-download.png) no-repeat;
	position: absolute;
}
div.cta-insert div.cta.top {
	margin-bottom: 10px;
}
div.cta-insert div.cta.inventory-brochure {
	height: 120px;
	padding-bottom: 15px;
	background: url(images/cta-inventory-brochure.png?2) no-repeat;
}
div.cta-insert div.cta.inventory-brochure a.download {
	top: 79px;
	left: 31px;
}
div.cta-insert div.cta.brochure-insert {
	height: 105px;
	background: url(images/cta-brochure-insert.png?2) no-repeat;
}
div.cta-insert div.cta.brochure-insert a.download {
	top: 71px;
	left: 171px;
}

.cta.new {
	padding: 15px;
	height: 90px;
	font-size: 1.3em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #1e1e1e;
}
.cta.new strong {
	display: block;
	font-size: 1.5em;
	letter-spacing: -2px;
}
.cta-insert .cta.new .download {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* *** newsletter block *** */
#brighton_content div.newsletter-block {
	background: url(images/newsletter-top.png) no-repeat left top;
	width: 310px;
	padding: 6px 0 0;
	color: #b7b7b7;
	font-family: HelveticaNeueLTCom55Roman,Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
#brighton_content div.newsletter-block div.pad {
	background: url(images/newsletter-bottom.png) no-repeat left bottom;
	padding: 0 15px 20px 14px !important;
	width: 281px;
}
#brighton_content div.newsletter-block h3 {
	color: #ffffff !important;
	margin: 13px 0 10px;
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	background: url(images/newsletter-icon.png) no-repeat left top;
	padding: 5px 0 0 35px !important;
}
#brighton_content div.newsletter-block .newsletter-head {
	text-align: left;
}
#brighton_content div.newsletter-block .form-container {
	width 100%;
	overflow: hidden;
	margin: 13px 0 0 !important;
}
#brighton_content div.newsletter-block .IngeniMailSubscribeEmailInput {
	background: url(images/newsletter-input.png) no-repeat;
	width: 185px;
	height: 25px;
	line-height: 25px;
	border: none;
	padding: 2px 7px !important;
	margin: 0 !important;
	float: left;
	color: #a7a9ac;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
}
#brighton_content div.newsletter-block .IngeniMailSubscribeEmailInput:focus {
	color: #333333;
	font-style: normal;
}
#brighton_content div.newsletter-block .IngeniMailSubscribeButton {
	float: right;
	background: url(images/newsletter-submit.png) no-repeat;
	width: 82px;
	height: 29px;
	padding: 0 !important;
	margin: 0;
	outline: 0 none;
	border: none;
	cursor: pointer;
}


/* *** footer *** */
#brighton_footer { display: none !important; }
#brighton_container {
	padding: 0 0 20px;
}
#footer {
	text-align: left;
	background: #323232;
}
#footer a {
	color: #737373;
	text-decoration: none;
}
#footer a:hover {
	color: #1793e2;
}
#footer img {
	border: 0;
}
#footer div.footerTop {
	background: #ebebeb url(images/footerTop-background.png) repeat-x;
	padding: 20px 0;
        height:210px;
}
#footer div.footerInner {
	width: 960px;
	margin: 0 auto;
}
#footer div.equip-categories h3 {
	font-family: HelveticaNeueLTCom65Medium,Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	color: #002d78;
	margin: 0 0 15px;
}
#footer div.equip-categories ul {
	list-style-type: none;
	width: 24%;
        float:left;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif;
	font-size: 13px;
}
#footer div.equip-categories ul li {
	height: 18px;
	line-height: 18px;
}
#footer div.footerBottom {
	background: #323232 url(images/footerBottom-background.png) repeat-x;
	padding: 8px 0 0;
        min-height: 79px;
}
#footer div.social-banner {
	width: 960px;
	overflow: hidden;
	margin: 0 auto 11px;
	font-family: HelveticaNeueLTCom75Bold,Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
}
#footer div.social-banner div {
	width: 225px;
	float: left;
}
#footer div.social-banner div.rss {
	text-align: center;
}
#footer div.social-banner div.linkedin {
	text-align: right;
}
#footer div.social-banner img {
	vertical-align: middle;
	margin-right: 5px;
}
#footer div.social-banner a {
	color: #c7c7c7 !important;
}
#footer div.social-banner a span {
	color: #2390d7 !important;
}
#footer #copyright {
	text-align: center;
	font-family: HelveticaNeueLTCom55Roman,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #737373;
}

.dotted-underline {
        background: url(images/main-points-border.png) no-repeat center top;
        height: 2px;
        width: 100%;
}
.clear-padding-small {
        clear: both;
        margin-bottom: 10px;
}
.clear-padding-large {
        clear: both;
        margin-bottom: 20px;
}
.clear {
        clear: both;
}
.two-column {
        width: 305px;
        float: left;
        margin-right: 10px;
}
.three-column {
        float: left;
        margin-right: 10px;
        width: 180px;
}
.cta-idle-equipment {
        background-image: url('images/cta-idle-equipment.png');
        background-repeat: no-repeat;
        width: 350px;
        height: 150px;
        margin-bottom: 15px;
}
.cta-idle-equipment-btn {
        position: relative;
        top: 102px;
        left: 175px;
}
.no-underline {
        background-image: none !important;
}
.locations-address {
        margin: 20px 0px;
}
.locations-bgd-top {
        background-image: url('images/locations/locations-list-bg-top.png');
        width: 630px;
        height: 5px;
}
.locations-bgd-bottom {
        background-image: url('images/locations/locations-list-bg-bottom.png');
        width: 630px;
        height: 5px;      
}
.locations-address-list {
        padding: 10px 10px 10px 15px;
        float: left;
}
.locations-address-list p {
        margin: 0 !important;
        font-size: 0.9em !important;
        width: 290px;
}
.locations-content {
        background-image: url('images/locations/locations-list-bg.png');
}
.google-map iframe {
        float: left;
}
.google-map h2, .google-map p {
        margin-left: 370px !important;
}
.google-map p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}
#event {
    overflow: hidden;
    display: block;
}
.events-container {
    width: 242px;
    float: left;
    margin-right: 20px;
    background-repeat: repeat-y;
    margin-bottom: 20px;
}
.events-content {
    padding-left: 12.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('images/events-container-bg.png ');
    padding-right: 12.5px;
}
.events-content h4 {
    margin: 25px 0px 0px 0px !important;
}
.events-content h3 {
    font-size: 1.2em !important;
}
.events-content p {
    margin: 0px !important;
}
.events-content img {
    margin-bottom: 5px !important;
}
.events-container-background-top {
    width: 242px;
    height: 5px;
    overflow: hidden;
}
.events-container-background-bottom {
    width: 242px;
    height: 5px;
    overflow: hidden;
}
.inventory-search-clear {
    width: 634px;
    height: 117px;
    background-image: url('images/cta-inventory-clear.png');
    margin-bottom: 20px;
}
.inventory-search-clear .browse-inventory-clear {
    top: 17px;
    left: 350px;
    position: relative;
}
.inventory-search-clear .sell-equipment-clear {
    top: 63px;
    left: 85px;
    position: relative;
}
.landing-location p {
    margin: 0 !important;
    font-size: 12px !important;
}
.landing-location {
    margin: 0px 0px 15px 330px;
}
.img-left {
    float: left;
    margin: 10px 0px;
}
.locations-landing-container {
    padding: 20px 15px 5px 15px;
    background-image: url('images/locations/locations-list-bg.png');
}
.landing-image {
    float: left;
    margin: 0 13px 10px 0;
}
.landing-image-end {
    float: left;
}
.landing-image h4, .landing-image-end h4 {
    text-align: center;
    color: #3A3A3A !important;
    font-size: 13px !important;
}
.landing-image img, .landing-image-end img {
    width: 140px;
    height: 86px;
}
.inventory-search-container {
    width: 634px;
    height: 114px;
    background: url('images/inventory-search-background.png') no-repeat;
    margin-top: 10px;
}
.inventory-search-container img {
    top: 63px;
    left: 435px;
    position: relative;
}
#sell-equipment-sidebar {
background-color: #f5faff;
border: 1px solid #cbe4ff;
}
#sell-equipment-sidebar .content {
padding: 10px;
}
/*p.hk_menu {
     display: none;
 }*/