@charset "utf-8";
/* Pentier Stylesheet
   Common Colors:
   LightTeal: #8EB8B6;
   MediumTeal: #3B8F8A;
   DarkTeal: #0E5854;
   BackgroundGray: #E2E2E2;
   MediumGray: #808080;
 */

/***************************************************
 * ~general: General Layout
 ***************************************************/
body {
	background: Black url(../img/stripes/page-bg.png) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	padding: 0;
	margin: 0;
}
.printOnly {
	display: none;
}
 
/***************************************************
 * ~links: General Links
 ***************************************************/
#main-content a:link {
	color: #3B8F8A;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
#main-content a:visited {
	color: #0E5854;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
#main-content a:hover {
	background: #F6F6F6 url(../img/stripes/ahover.png) repeat-x left bottom;
	border-color: Black;
}
#main-content a:active {
	color: Black;
	outline: none;
}
#main-content a:focus {
	border-bottom: 1px solid Black;
	outline: none;
}
#main-content a.anchor,
#main-content a.anchor:hover,
#main-content a.anchor:focus {
	color: inherit;
	text-decoration: inherit;
	background-color: inherit;
	background-image: none;
}

/***************************************************
 * ~title: Site Title
 ***************************************************/
#site-title {
	position: relative;
	height: 77px;
	background: #E8E8E8 url(../img/stripes/site-title-bg.png) repeat-x left bottom;
}
#site-title h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 184px;
	height: 77px;
	padding: 0;
	margin: 0;
}
#site-title h1 a {
	display: block;
	width: 184px;
	height: 77px;
	background: transparent url(../img/stripes/site-title-l.png) no-repeat left bottom;
}
#site-title h1 a img {
	display: none;
}
#site-title h1 a:focus {
	outline: none;
}
#site-title #page-subtitle {
	position: absolute;
	bottom: 14px;
	right: 2em;
	font-size: 1.125em;
	font-style: italic;
	overflow: auto;
}

/***************************************************
 * ~nav: Navigation Components
 ***************************************************/
#nav {
	position: relative;
	background: #8EB8B6 url(../img/stripes/nav-list-bg.png) repeat-x left bottom;
	color: White;
	height: 30px;
}
#nav ul {
	display: block;
	padding: 0 0 0 84px;
	margin: 0;
	background: transparent url(../img/stripes/nav-left.png) no-repeat left bottom;
	height: 30px;
	overflow: hidden;
}
#nav ul li {
	list-style: none;
	margin: 0;
	display: block;
	float: left;
	height: 30px;
	background: transparent url(../img/stripes/nav-sep.png) no-repeat right bottom;
	padding: 0 16px 0 0;
	font-weight: bold;
	font-style: italic;
	font-size: .875em;
	line-height: 1.28em;
}
#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	background-color: transparent;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 30px;
	outline: none;
}
#nav ul li.selected a {
	color: Black;
	background-image: url(../img/stripes/nav-selected.png);
}
#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	color: #0E5854;
	background-image: url(../img/stripes/nav-hover.png) !important;
	outline: none;
}
#nav ul li a:focus {
	color: White;
}

/***************************************************
 * ~content: Main Content Area
 ***************************************************/
#main-content {
	background: #E2E2E2 url(../img/stripes/page-bg.png) repeat-y left top;
	padding: 0;
	margin: 0;
}
/* fix IE7 bug that causes bottom section to jump around */
/* Hides from IE-mac \*/
* html #main-content {height: 1%;}
/* End hide from IE-mac */

#main-content div.for-styling {
	background: transparent url(../img/stripes/content-bg.png) no-repeat top left;
	padding: .5em 2em 1px 80px;
	min-height: 200px;
	/* ie6 hack */
	height: auto !important;
	height: 200px;
}
#main-content p.img {
	float: right;
	margin: 1em 0 .5em .5em;
}
#main-content p.icon {
	float: left;
	padding: 0 .5em .25em 0;
	margin: 0;
}
#main-content p.gallery-link img {
	float: left;
	border: none;
	margin: 0 .5em 1em 0;
}
#main-content ul li {
	list-style-image: url(../img/stripes/bullet-white.png);
}
#main-content ol li {
	list-style-image: none;
}
#main-content p.back-link {
	margin-top: 1em;
	clear: both;
}
#main-content p.back-link a {
	background: transparent url(../img/stripes/back.png) no-repeat left top;
	padding-left: 16px;
}

/***************************************************
 * ~box: Generic Content Box
 ***************************************************/
div.box {
	background: transparent url(../img/stripes/box-top-bg.png) no-repeat left top;
	width: 40em;
	margin-bottom: 1em;
	
}
/* Hides from IE-mac \*/
* html div.box {height: 1%;}
/* End hide from IE-mac */
div.box h2 {
	float: right;
	margin: 0;
	padding: 0 1em;
	background: transparent url(../img/stripes/box-h2-bg.png) no-repeat left top;
	border-right: 1px solid Black;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	height: 30px;
	max-width: 36em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.box div.content {
	position: relative;
	clear: right;
	background: White url(../img/stripes/box-bottom-bg.png) repeat-x left bottom;
	color: Black;
	padding: 1px 1em .5em 1em;
	margin: 0;
	font-size: .75em;
	border: 1px solid Black;
	border-width: 0 1px 1px 1px;
}
/* forces the the box to surround the floats. */
div.box div.content:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.box div.content {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html div.box div.content { height: 1%; }
div.box div.content { display: block; }
/* End Hack */
/* End float surround */
div.box div.for-styling-bottom {
	height: 4px;
	border: 1px solid #E2E2E2;
	border-width: 0 1px;
	background: transparent url(../img/stripes/box-bottom-shadow.png) repeat-x left top;
}

/***************************************************
 * ~other: Other Info
 ***************************************************/
#other-info {
	position: relative;
	padding: 0 0 1.5em 0;
	margin: 0 0 0 48px;
 	background: Black url(../img/stripes/more-info-bg.png) repeat-x left top;
	color: #E2E2E2;
}
#other-info h2 {
	background: transparent url(../img/stripes/more-info-detail.png) no-repeat left top;
	padding: 13px 0 0 19px;
	font-size: .625em;
	font-weight: bold;
	margin: 0;
	height: 2em;
	color: White;
}
#other-info-address {
	font-size: .75em;
	height: 1em;
	padding-left: 19px;
}
#other-info-address div,
#other-info-address span {
	float: left;
}
#other-info-address span.comma {
	display: none;
}
#other-info-address div.org,
#other-info-address div.street-address,
#other-info-address span.locality,
#other-info-address span.region,
#other-info-address span.postal-code,
#other-info-address div.country-name {
	background: Black url(../img/stripes/more-info-bullet-w.png) no-repeat right center;
	padding: 0 .75em 0 .5em;
}
#other-info-address div.org {
	padding-left: 0 !important;
}
#other-info-address div.tel span {
	padding-left: .75em;
}
#other-info-copyright {
	clear: left;
	margin-top: .5em;
	font-size: .75em;
	color: #3B8F8A;
	padding-left: 19px;
}


/***************************************************
 * ~home: Home Page
 ***************************************************/
div#section-aboutus p.img img {
	border: 1px solid #808080;
}

/***************************************************
 * ~services: Servicess Pages
 ***************************************************/
#services-list {
	display: block;
	margin: 0;
	padding: 0;
}
/* fix IE7 bug that causes bottom section to jump around */
/* Hides from IE-mac \*/
* html #services-list {height: 1%;}
/* End hide from IE-mac */
#services-list li {
	display: block;
	clear: both;
	margin: 0 1em;
	padding: 0 0 1em 40px;
	background: transparent url(../img/icons/services.png) no-repeat top left;
	list-style: none !important;
	list-style-image: none !important;
}
#services-list h3 {
	margin: 0;
	padding: 0;
	font-size: 1.167em;
	font-weight: bold;
}
#services-list h3 a {
	display: block;
}
#services-list li div.description {
	margin: .5em 0 0 0;
}
#section-services p.img {
	margin-top: 0;
	padding-right: .5em;
}

/***************************************************
 * ~gallery: Gallery page and embedded galleries
 ***************************************************/
#main-content ul#gallery-albums-list {
	width: 40em;
	margin: 0;
	padding: 0;
}
#main-content ul#gallery-images-list {
	width: 48.5em;
	margin: 0 auto;
	padding: 0;
}
#main-content ul.gallery-list li {
	display: block;
	position: relative;
	list-style: none !important;
	list-style-image: none !important;
	float: left;
	padding: 0;
	margin: .5em;
	cursor: pointer;
	cursor: hand;
}
#main-content ul#gallery-albums-list li {
	background: #E2E2E2 url(../img/stripes/gallery-thumbnail-bg.png) no-repeat top left;
	width: 128px;
	height: 132px;
}
#main-content ul#gallery-images-list li {
	border: 1px solid White;
}
#main-content ul#gallery-images-list li.selected {
	border: 1px solid #808080;
	background: #E0E0E0;
	padding: .25em;
	margin: .25em;
}
#main-content ul.gallery-list li a {
	display: block;
	padding: 0;
	text-align: center;
}
#main-content ul#gallery-albums-list li a {
	padding-top: 8px;
	width: 128px;
	height: 132px;
}
	
#main-content ul.gallery-list li a,
#main-content ul.gallery-list li a:link,
#main-content ul.gallery-list li a:visited,
#main-content ul.gallery-list li a:hover,
#main-content ul.gallery-list li a:active {
	text-decoration: none;
	background: transparent;
	background-image: none;
	border: none;
}
#main-content ul#gallery-albums-list li img {
	border: none;
}
#main-content ul#gallery-images-list li img {
	border: 1px solid #808080;
	width: 8.33em;
	height: 8.33em;
}
#main-content ul.gallery-list li label {
	line-height: 20px;
	display: block;
	height: 20px;
	overflow: hidden;
	font-size: .875em;
	cursor: pointer;
}
#main-content ul#gallery-albums-list li label {
	position: absolute;
	top: 108px;
	width: 116px;
	left: 4px;
	color: Black;
	font-size: .75em;
}
#main-content ul#gallery-images-list li label {
	width: 100px;
}
/* forces the the box to surround the floats. */
#main-content ul.gallery-list:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#main-content ul.gallery-list {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html #main-content ul.gallery-list { height: 1%; }
#main-content ul.gallery-list { display: block; }
/* End Hack */
/* End float surround */

#main-content .gallery-image-viewer {
	border: 1px solid #E0E0E0;
	padding: .5em;
	background-color: #EFEFEF;
}
#main-content #image-preview.empty {
	visibility: hidden;
}
#main-content .gallery-image-viewer h3 {
	font-size: 1.33em;
	margin: .5em 0;
	padding: 0;
}
#main-content .gallery-image-viewer p.image,
#main-content .gallery-image-viewer p.pdflink {
	text-align: center;
}
#main-content .gallery-image-viewer p.image a,
#main-content .gallery-image-viewer p.image a:link,
#main-content .gallery-image-viewer p.image a:hover,
#main-content .gallery-image-viewer p.image a:visited,
#main-content .gallery-image-viewer p.image a:active {
	border: none;
	text-decoration: none;
}
#main-content .gallery-image-viewer p.image img {
	border: 1px solid #808080;
}

/***************************************************
 * ~featured: Featured Products Page
 * ~sales: Sales Page
 ***************************************************/

#main-content ul#featured-list li,
#main-content ul#equipment-sale-list li {
	clear: left;
	list-style: none !important;
	list-style-image: none !important;
}
#main-content ul#featured-list li a,
#main-content ul#equipment-sale-list li a {
	font-size: 1.333em
}
#main-content ul#featured-list li a img,
#main-content ul#equipment-sale-list li a img {
	float: left;
	border: none;
	margin: 0 .5em 1em 0;
}


/***************************************************
 * ~links: Links Page
 ***************************************************/
#links-list li.link-item a {
	display: block;
	font-size: 1.167em;
	font-weight: bold;
	/*text-decoration: underline;*/
	border-color: #3B8F8A;
	color: #3B8F8A !important;
	/*margin-bottom: .25em;*/
}
#links-list li.link-item {
	display: block;
	margin-top: 2em;
	margin-left: 0;
	padding-left: 48px;
	min-height: 36px;
	/* ie6 min-height hack */
	height: auto !important;
	height: 36px;
	list-style: none !important;
	list-style-image: none !important;
	background-position: left top;
	background-repeat: no-repeat;
}
#links-list #link-pdf {
	background-image: url(../img/icons/pdf.png);
}
#links-list #link-dwg {
	background-image: url(../img/icons/dwg.png);
}
#links-list #link-dxf-win {
	background-image: url(../img/icons/edrawings-win.png);
}
#links-list #link-dxf-mac {
	background-image: url(../img/icons/edrawings-mac.png);
}

/***************************************************
 * ~contact: Contact Page
 ***************************************************/
#contact-info .org {
	font-weight: bold;
	font-style: italic;
	margin-left: 8em;
}
#contact-info .adr {
	margin-left: 8.25em;
}
#contact-info-map-message p {
	text-align: center;
}
#contact-info-map {
	margin: 1em auto 2em auto;
	width: 37em;
}
.gsmsc-mapDiv {
	display: none;
}
#contact-info-map .gsmsc-idleMapDiv,
#contact-info-map .gsmsc-mapDiv {
	height: 20em;
}
#contact-info-map .gsmsc-controls {
	display: none;
}
#contact-info .type {
	display: block;
	clear: left;
	float: left;
	width: 18em;
	text-align: right;
	margin-right: .5em;
	color: #808080;
	font-weight: bold;
}
#contact-info .icon {
	display: block;
	position: absolute;
	top: .5em;
	left: 2em;
}