@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #1F1F1F url(../images/dinpattern-stripe-dark.gif) repeat left top;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 15px 10px;
	background: #FFFFFF url(../images/top-corners.png) no-repeat center top;
	border-top: 6px solid #000000;
	border-right: 6px solid #000000;
	border-bottom: 6px none #000000;
	border-left: 6px solid #000000;
}
div#mainContent {
	/*border: 5px solid red;
overflow: auto;*/
width: 955px;
	background: #FFFFFF;
}
.oneColFixCtr #container #headContent {
}
.oneColFixCtr #container #footer #footerLeft {
	background: transparent url(../images/footerLeft.gif) no-repeat left center;
	height: 39px;
	width: 13px;
	float: left;
}
.oneColFixCtr #container #footer #footerRight {
	background: transparent url(../images/footerright.gif) no-repeat right center;
	height: 39px;
	width: 13px;
	float: right;
}
.oneColFixCtr #container #footer {
	background: url(../images/footermiddle.gif) repeat-x;
	height: 39px;
	margin: 15px 0px 0px;
	padding: 0px 0px 15px;
}
.oneColFixCtr #container #footer #footerContent {
	font: 10px/39px Arial, Helvetica, sans-serif;
	float: left;
}




.oneColFixCtr #container #mainContent .nextPage {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0px 0px 0px 10px;
	background: url(../images/viewMoreButton.gif) no-repeat left top;
	font: 12px/30px Arial, Helvetica, sans-serif;
	margin: 4px 0px;
	text-align: left;
	width: 150px;
	float: right;
}
.oneColFixCtr #container #mainContent .nextPage:hover {
	text-decoration: underline;
	color: #000000;
	background: url(../images/viewMoreButton.gif) no-repeat left -30px;
}

.oneColFixCtr #container #mainContent .prePage {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0px 10px 0px 0px;
	background: url(../images/viewMoreButtonLeft.gif) no-repeat right top;
	font: 12px/30px Arial, Helvetica, sans-serif;
	margin: 4px 0px;
	text-align: right;
	width: 150px;
	float: left;
}
.oneColFixCtr #container #mainContent .prePage:hover {
	text-decoration: underline;
	color: #000000;
	background: url(../images/viewMoreButtonLeft.gif) no-repeat left -30px;
}



.oneColFixCtr #container #notice #noticeLeft {
	background: transparent url(../images/footerLeft.gif) no-repeat left center;
	height: 39px;
	width: 13px;
	float: left;
}
.oneColFixCtr #container #notice #noticeRight {
	background: transparent url(../images/footerright.gif) no-repeat right center;
	height: 39px;
	width: 13px;
	float: right;
}
.oneColFixCtr #container #notice {
	background: url(../images/footermiddle.gif) repeat-x;
	height: 39px;
	margin: 15px 0px 0px;
	padding: 0px;
}
.oneColFixCtr #container #notice #noticeContent {
	font: bold 14px/39px Arial, Helvetica, sans-serif;
	float: left;
	color: #333333;
}

.oneColFixCtr #container #mainContent .boxTop {
	background: url(../images/boxTop.gif) no-repeat center top;
	height: 11px;
	width: 955px;
	margin-top: 15px;
}
.oneColFixCtr #container .box .boxLeft {
	background: transparent url(../images/boxLeft.gif) no-repeat left bottom;
	height: 288px;
	width: 11px;
	float: left;
}
.oneColFixCtr #container .box .boxRight {
	background: transparent url(../images/boxRight.gif) no-repeat right bottom;
	height: 288px;
	width: 11px;
	float: right;
}
.oneColFixCtr #container .box {
	background: url(../images/boxBg.gif) repeat-x center bottom;
	height: 288px;
	width: 955px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container .box .boxContent {
	font: 12px/normal Arial, Helvetica, sans-serif;
	float: left;
	width: 900px;
	height: 240px;
	overflow: auto;
	padding: 10px;
	margin: 5px;
	color: #333333;
}
.oneColFixCtr #container #mainContent .box .boxContent h1, .oneColFixCtr #bg_image #container #mainContent .infoBoxWrapper .infobox .productBox h1 {
	font: normal 36px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
.oneColFixCtr #container #mainContent .box .boxContent h3, .oneColFixCtr #bg_image #container #mainContent .infoBoxWrapper .infobox .productBox h3 {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent .box .boxContent p, .oneColFixCtr #bg_image #container #mainContent .infoBoxWrapper .infobox .productBox p {
	line-height: 20px;
	margin: 18px 0px 0px;
	padding: 0px;
}


/*Info Box Style */

.oneColFixCtr #container #mainContent .infoboxTop {
	background: url(../images/boxTop.gif) no-repeat center top;
	height: 11px;
	width: 955px;
	margin-top: 15px;
}
.oneColFixCtr #container .infobox .infoboxLeft {
	background: transparent url(../images/infoboxLeft.gif) no-repeat left bottom;
	height: 288px;
	width: 11px;
	float: left;
}
.oneColFixCtr #container .infobox .infoboxRight {
	background: transparent url(../images/infoboxRight.gif) no-repeat right bottom;
	height: 288px;
	width: 11px;
	float: right;
}
.oneColFixCtr #container .infobox {
	background: url(../images/inboxBg.gif) no-repeat center bottom;
	height: 288px;
	width: 955px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container .infobox .infoboxContent {
	font: 12px/normal Arial, Helvetica, sans-serif;
	float: left;
	width: 900px;
	height: 240px;
	overflow: auto;
	padding: 10px;
	margin: 5px;
	color: #333333;
}
.oneColFixCtr #container #mainContent .infobox .infoboxContent h1 {
	font: normal 36px Arial, Helvetica, sans-serif;
	color: #868686;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .infoproductBox h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 15px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent .infobox .infoboxContent p {
	line-height: 20px;
	margin: 18px 0px 0px;
	padding: 0px;
}

.oneColFixCtr #container #mainContent .infobox .infoproductBox {
	font: 12px/normal Arial, Helvetica, sans-serif;
	float: left;
	width: 915px;
	height: 260px;
	overflow: auto;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 5px 5px;
	color: #333333;
}

.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .infoproductBox .infoboxTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	padding-right: 10px;
}

.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .infoproductBox .infoboxTable .title td {
	color: #333333;
}




.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable .topLinks {
	color: #666666;
	text-decoration: none;
	background: url(../images/roundGreyButtonMaster.gif) no-repeat left top;
	display: block;
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 22px;
	margin: 10px 30px 10px 0px;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable .topLinks:hover {
	text-decoration: underline;
	color: #333333;
	background: url(../images/roundGreyButtonMaster.gif) no-repeat left -18px;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox h2 {
	color: #666666;
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox {
	font: 12px/normal Arial, Helvetica, sans-serif;
	float: left;
	width: 915px;
	height: 260px;
	overflow: auto;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 5px 5px;
	color: #333333;
}
.oneColFixCtr #container #mainContent .productBoxWrapper .box .productBox .infoboxTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	padding-right: 10px;
	text-transform: uppercase;
}
.oneColFixCtr #container #mainContent .productBoxWrapper .box .productBox .infoboxTable .title td {
	color: #990000;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable .viewMore {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0px 0px 0px 10px;
	background: url(../images/viewMoreButton.gif) no-repeat left top;
	margin-top: 8px;
	font: 12px/30px Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable .viewMore:hover {
	text-decoration: underline;
	color: #000000;
	background: url(../images/viewMoreButton.gif) no-repeat left -30px;
}



.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable .thumbImages {
	display: block;
	height: 158px;
	width: 158px;
	background: #FFFFFF url(../images/thumbnails/edge%20ref%20004-1.jpg) no-repeat center center;
	border: 1px solid #D2D2D2;
}
.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable .thumbImages:hover {
	border: 1px solid #666666;
}

.oneColFixCtr #container #mainContent .infoBoxWrapper .infobox .productBox .productsTable {
	margin-top: 10px;
}

/*End - Info Box Style */



.oneColFixCtr #container #mainContent .box .boxContent .wizard, .oneColFixCtr #bg_image #container #mainContent .infoBoxWrapper .infobox .productBox .wizard {
	float: right;
	margin: 10px 10px 0px 30px;
}
.oneColFixCtr #container #mainContent .box .productBox .productsTable .topLinks {
	color: #333333;
	text-decoration: none;
	background: url(../images/roundGreyButtonMaster.gif) no-repeat left top;
	display: block;
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 22px;
	margin: 10px 0px;
}
.oneColFixCtr #container #mainContent .box .productBox .productsTable .topLinks:hover {
	color: #333333;
	background: url(../images/roundGreyButtonMaster.gif) no-repeat left -18px;
}
.oneColFixCtr #container #mainContent .box .productBox h2 {
	color: #666666;
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent .box .productBox {
	font: 12px/normal Arial, Helvetica, sans-serif;
	float: left;
	width: 915px;
	height: 260px;
	overflow: auto;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 5px 5px;
	color: #333333;
}
.oneColFixCtr #container #mainContent .box .productBox .productsTable .viewMore {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0px 0px 0px 10px;
	background: url(../images/viewMoreButton.gif) no-repeat left top;
	margin-top: 8px;
	font: 12px/30px Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #mainContent .box .productBox .productsTable .viewMore:hover {
	text-decoration: underline;
	color: #000000;
	background: url(../images/viewMoreButton.gif) no-repeat left -30px;
}
.oneColFixCtr #container #mainContent #footer #footerContent a {
	color: #990000;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent #footer #footerContent a:hover {
	text-decoration: underline;
}
.oneColFixCtr #container #mainContent .box .productBox .productsTable {
	margin-top: 10px;
}
.oneColFixCtr #container #headContent #headTopNavBar {
	background: #000000 url(../images/topbarbg.gif) no-repeat center top;
	height: 31px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
}
.oneColFixCtr #container #headContent #navBarLeft {
	background: #000000 url(../images/navleftbg.gif) no-repeat left top;
	height: 270px;
	width: 238px;
	float: left;
}
.oneColFixCtr #container #headContent #flash {
	height: 255px;
	background: #FFFFFF url(../images/cornertopleft.gif) no-repeat left top;
	width: 700px;
	float: left;
	margin: 0px;
	padding: 15px 0px 0px 17px;
}
.oneColFixCtr #container #logoBanner {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFFFFF url(../images/head-logo-banner.gif) no-repeat center center;
}
.oneColFixCtr #container #headContent #navBarLeft ul {
	color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #headContent #navBarLeft a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	margin: 1px 0px 1px 25px;
	padding: 0px 0px 0px 22px;
	background: url(../images/navleftButton.gif) no-repeat left -18px;
	font: 10px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.oneColFixCtr #container #headContent #navBarLeft li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.oneColFixCtr #container #headContent #navBarLeft a:hover {
	background: url(../images/navleftButton.gif) no-repeat left top;
	color: #FFFFFF;
}
.oneColFixCtr #container #headContent #navBarLeft #selected {
	background: url(../images/navleftButton.gif) no-repeat left top;
	color: #FFFFFF;
}
.oneColFixCtr #container #headContent #headTopNavBar p {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font: italic normal 46px/61px Arial, Helvetica, sans-serif;
	letter-spacing: -4px;
}
.oneColFixCtr #container #headContent #headTopNavBar #newsBar {
	font: 10px/30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/nav-bar.gif) no-repeat left center;
	padding-left: 13px;
}
.contactInput fieldset {
	border: 1px solid #CCCCCC;
	padding: 0px 20px 10px 10px;
	width: auto;
	margin-right: 10px;
}
.contactInput legend {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #666666;
}
.contactInput #contactForm label {
	font-weight: bold;
}
.contactInput #contactForm .textfield {
	background: #FFFFFF url(../images/main_txt_bg.gif) repeat-x;
	border: 1px solid #999999;
	padding: 2px;
	color: #333333;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 2px;
}.oneColFixCtr #container #headContent #flash #mapbg {
	background: url(../images/gmapbg.gif) no-repeat center top;
	padding: 15px;
}
.oneColFixCtr #container #headContent #flash #mapbg #map {
	height: 223px;
	border: 1px solid #666666;
}
.oneColFixCtr #container #mainContent .box .boxContent h2 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #868686;
}.oneColFixCtr #container #mainContent .productBoxWrapper .box .productBox h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent .productBoxWrapper .box .productBox .productsTable .thumbImages {
	display: block;
	height: 158px;
	width: 158px;
	background: #FFFFFF url(../images/thumbnails/edge%20ref%20004-1.jpg) no-repeat center center;
	border: 1px solid #D2D2D2;
}
.oneColFixCtr #container #mainContent .productBoxWrapper .box .productBox .productsTable .thumbImages:hover {
	border: 1px solid #666666;
}
.oneColFixCtr #container #headContent #headTopNavBar #newsBar a {
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtr #bg_image #container #headContent #headTopNavBar #newsBar #selected {
	color: #FFFFFF;
	text-decoration: underline;
	}
.oneColFixCtr #container #headContent #headTopNavBar #newsBar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.oneColFixCtr #container #mainContent .productBoxWrapper .boxTop1, .oneColFixCtr #container #mainContent .boxTop1 {
	margin-top: 15px;
}
.oneColFixCtr #container #headContent #flash #flashbg {
	background: url(../images/flashbg.jpg) no-repeat center top;
}
.oneColFixCtr #container #mainContent .productBoxWrapper .box .productBox .infoboxTable {
	margin-top: 15px;
}
.oneColFixCtr #bg_image {
	background: url(../images/carlick-bg-tile-dark.gif) repeat-x 2px top;
	margin: 0px;
	padding: 60px 0px 0px;
}
.oneColFixCtr #footerBlack {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background: #000000 url(../images/footer-corners.png) no-repeat center top;
	border-right: 6px solid #000000;
	border-left: 6px solid #000000;
	padding: 20px 15px 15px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
.oneColFixCtr #footerBlack a {
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtr #footerBlack a:hover {
	text-decoration: underline;
}
.oneColFixCtr #footerBlack p {
	margin: 5px 0px;
	padding: 0px;
}
.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox .dimensions .tableHead td {
	background: #DADBDC;
	padding: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #BDBEC0;
}
.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox .dimensions td {
padding: 2px 5px;
	border-bottom: 1px solid #EDEDEE;
	font: 10px Arial, Helvetica, sans-serif;
}
.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox .dimensions {
border: 1px none #BDBEC0;
	margin-top: 10px;
	margin-bottom: 10px;
}


.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox .dimensions .cutoff{
	/*	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;*/
	white-space:nowrap;
	width:85px;
	overflow:hidden;
	-o-text-overflow:ellipsis; /*Opera 9*/
	text-overflow:ellipsis;
	display:block;
 /* -moz-binding: url('ellipsis.xml#ellipsis');*/
 
 }
.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox .dimensions .cutoff:hover
{
	position:relative;
	overflow:visible;
	color:#FFF;
	z-index:50;
	background: #333;
	width:200px;
	text-align: left;
	padding: 5px;
	border: 1px solid #D4145A;
	border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: normal;
	cursor:default;
	display:block;
	top: -5px;
}

.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox li {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.oneColFixCtr #bg_image #container #mainContent .productBoxWrapper .box .productBox ul {
	list-style: square;
}
.selector {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 920px;
}
.selector a {
	width: 20px;
	height: 20px;
	color: #000000;
	padding: 2px 4px;
	text-align: center;
	border: 1px solid #999999;
	font: 10px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
}
 
 .selector a:hover {
	text-decoration: underline;
	color: #000000;
	background: #FFFFFF;
}
.oneColFixCtr #bg_image #container #mainContent .notice .noticeContent .selector .current_page {
	text-decoration: underline;
	color: #FFFFFF;
	background: #666666;
	border: 1px solid #000000;
}

