@import "reset.css";
@import "forms.css";

/** =Globals **/
body, input, textarea, select, button {
	color: #000;
	font: 11px Arial, Helvetica, sans;
}

a:link, a:visited, a:active {
	color: #999;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	color: #D11E32;
}

strong {
	font-weight: bold;
}

h3, h4, h5, h6, hr, #content-container ul, #content-container dl, p, .detail-wrapper {
	margin-left: 21px;
	margin-right: 21px;
}
#content-container table {
	margin-left: 21px;
}

h3, h4, h5, h6 {
	margin-bottom: 0;
}

hr {
	clear: both;
	height: 1px;
	border: 0;
	color: #CDC6C0;
	background: #CDC6C0;
}

h3 {
	font-size: 18px;
}

h4 {
	clear: both;
	position: relative;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
}

h4 span {
	position: absolute;
	right: 0;
	bottom: 0;
}

h5 {
	font-size: 10px;
}

p, #content-container ul {
	margin-top: 2px;
	margin-bottom: 18px;
}

#content-container ul {
	list-style: disc inside;
}

.add-button, .delete-button, .edit-button, .view-button, .reorder-button, .transfer-button, .drawing-button, .assetpdf-button {
	text-indent: -999px;
	overflow: hidden;
}

.add-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/add_icon.png) no-repeat;
}

.delete-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/delete_icon.png) no-repeat;
}

.edit-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/edit_icon.png) no-repeat;
}

.view-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/view_icon.png) no-repeat;
}

.transfer-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/transfer_icon.png) no-repeat;
}

.reorder-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/reorder_icon.png) no-repeat;
}

.drawing-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/drawing_icon.png) no-repeat;
}

.assetpdf-button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/assetpdf_icon.png) no-repeat;
}

/** /Globals **/

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

.left {
	float: left;
}
/** =Forms **/
#content-container form {
	width: 458px;
}

label {
	display: block;
	margin: 0 0 1px 0;
	color: #666;
}

#content-container form input, #content-container form textarea {
	padding: 3px;
	border: 1px solid #ccc;
}

#content-container form textarea {
	width: 409px;
}

#content-container .button-row {
	list-style: none;
	float: right;
	clear: both;
	margin-top: 10px;
	text-align: right;
}

.button-row li {
	float: left;
	padding-left: 5px;
}

button {
	padding: 2px 5px;
	color: #fff;
	background: #666;
	border: 1px solid #888;
}

button:hover {
	cursor: pointer;
	background: #D11E32;
	border-color: #000;
}

.text-input {
	display: block;
	height: 15px;
	padding: 5px 5px 0 15px;
	font-size: 10px;
	border: 0;
}

form .rcap-grey, form .rcap-white {
	display: block;
	height: 21px;
	padding: 0 10px 0 0;
}

.rcap-grey {
	background: url(../images/input_rcap_grey.png) right no-repeat;
}

.rcap-grey input {
	background: url(../images/input_lcap_grey.png) no-repeat;
}

.rcap-white {
	background: url(../images/input_rcap_white.png) right no-repeat;
}

.rcap-white input {
	background: url(../images/input_lcap_white.png) no-repeat;
}

.button-block {
	clear: both;
	height: 21px;
}

/** Login **/
#login-form p {
	margin: 0;
	clear: both;
}
#login-form label {
	display: block;
	margin: 0 0 5px 0;
	color: #fff;
}

#login-form .input-wrap {
	width: 161px;
	margin: 0 0 7px 0;
}

#login-form .text-input {
	width: 131px;
}

#login-form button {
	float: right;
	max-height: 21px;
	padding: 3px 25px 3px 8px;
	color: #fff;
	border: 0;
	background: url(../images/login_button.png) no-repeat;
	overflow: hidden;
}

#login-form button:hover {
	background-position: 0 -21px;
}
/** Search **/
#search-form {
	float: left;
}

#search-form label, #search-form .input-wrap {
	float: left;
}

#search-form label {
	margin: 3px 10px 0 0;
	color: #999;
}

#search-form .text-input {
	width: 126px;
}

#search-form button {
	width: 21px;
	height: 20px;
	margin: 0 0 0 5px;
	text-indent: -1000px;
	background: url(../images/search_button.png) no-repeat;
	border: 0;
}

#search-form button:hover {
	background-position: 0 -20px;
}
/** /Forms **/
#header-wrapper, #main-wrapper, #footer-wrapper {
	min-width: 798px;
}

#footer-container {
	width: 748px;
	margin: 0 0 0 20px;
}

#header-wrapper {
	background: url(../images/global_nav_bg.gif) repeat-x bottom;
}

#header-container {
	position: relative;
	width: 779px;
	height: 100px;
}

#logo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 308px;
	height: 71px;
	margin: 0;
}

#logo a {
	display: block;
}

/** =Global Top Menu **/
#top-menu-wrapper {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 10px;
}

#top-menu-wrapper-span {
	position: absolute;
	top: 45px;
	right: 0;
	display:block;
}

#sound-toggle {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 0 0 20px;
	background: url(../images/sound_toggle.png) no-repeat;
}

#sound-toggle:hover {
	background-position: 0 -20px;
}

#sound-toggle.active {
	background-position: 0 -40px;
}

#sound-toggle.active:hover {
	background-position: 0 -60px;
}
/** /Global Top Menu **/

#global-nav {
	height: 89px;
	padding: 0 0 0 9px;
	background: url(../images/global-nav_bg.jpg) bottom repeat-x;
}

#global-nav li {
	float: left;
}

#global-nav li a {
	background: #FFF;
	display: block;
	margin: 0 5px 0 0;
	padding: 6px 10px 7px 10px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

#global-nav li a:hover {
	color: #000;
	border-color: #D11E32;
}

#global-nav li.active a {
	color: #fff;
	background: #323232;
	border-color: #CCCCCC;
}

#global-nav li.active a {
	display: block;
}

/** =2nd Level **/

#global-nav li ul {
	display: none;
	position: absolute;
	left: 9px;
	width: 798px;
	margin: 0;
}

#global-nav li.active ul {
	display: block;
}

#global-nav li ul li {
	background: url(../images/globa_nav_bg_divider.jpg) no-repeat right;
}

#global-nav li.active ul li a {
	background: url(../images/global-subnav_bg2.jpg) repeat-x 0 60px;
	margin: 0 1px 0 0;
	padding: 23px 10px 22px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	border: none;
}

#global-nav li.active ul li a.current {
	background: url(../images/global-subnav_bg.jpg) repeat-x 0 0;
}

#global-nav li ul li.active a, #global-nav li ul li a:hover {
	background-position: 0 0;	
}

#main-wrapper {
	background: url(../images/main_bg.gif) bottom repeat-x #999999;
}

#main-container {
	width: 768px;
}
/** =Left Column **/
#left-container {
	float: left;
	width: 200px;
	min-height: 400px;
}

#left-container h2 {
	margin: 15px 0 2px 19px;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}

.left-block {
	padding: 9px 19px 9px 20px;
	background: #666;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.left-block.video-container, .left-block.list {
	padding: 0;
}

.left-block object {
	margin: 0 0 0 -19px;
}

.resource-list {
	width: 199px;
}

.resource-list li {
	border-bottom: 1px solid #555;
}

.resource-list li.last {
	border: 0;
}

.resource-list li a {
	display: block;
	padding: 3px 10px 4px 19px;
	color: #fff;
	text-decoration: none;
}

.resource-list li a.current, .resource-list li a:active {
	background: #D11E32 url(../images/resource_item_active.jpg) repeat-x bottom;
}

.resource-list li a:hover {
	background: #999 url(../images/resource_item_hover.jpg) repeat-x bottom;
}

/** /Left Column **/
/** =Breadcrumb **/
#breadcrumb {
	float: left;
	width: 538px;
	height: 30px;
	margin: 0 0 0 30px;
}

#breadcrumb li {
	float: left;
	border-right: 1px solid #888;
}

#breadcrumb a {
	display: block;
	padding: 10px 9px 11px 9px;
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #fff;
}

#breadcrumb li#home-crumb a {
	width: 42px;
	height: 30px;
	padding: 0;
	background: url(../images/crumb_logo.gif) no-repeat;
}
/** /Breadcrumb **/
/** =Main Content Area **/
#content-container {
	float: left;
	width: 532px;
	min-height: 400px;
	margin:  30px 0 0 30px;
	padding: 2px 2px 20px 2px;
	background: #fff url(../images/content_btm_bg.jpg) repeat-x bottom;
	border: 1px solid #888;
}

h2.content-mast {
	position: relative;
	height: 98px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	background: url(../images/banner1.png) no-repeat;
	border: 1px solid #888;
}

.content-mast span {
	position: absolute;
	bottom: 5px;
	left: 15px;
}
/** /Main Content Area **/
/** =Footer **/
#footer-wrapper {
	background: url(../images/footer_bg.gif) repeat-x #fff;
}

#footer-container {
	min-height: 50px;
	font-size: 10px;
}

#footer-container a {
	text-decoration: none;
}

#footer-left, #footer-right {
	margin: 0;
	color: #666;
}

#footer-left {
	float: left;
	padding: 10px 0 0 20px;
}

#footer-right {
	float: right;
	padding: 10px 5px 0 0;
}

#footer-right li {
	float: left;
	margin: 0 0 0 7px;
}

#footer-right .footer-menu-divider {
	font: 14px bold;
	line-height: 13px;
}

#cred {
	display: block;
	line-height: 15px;
}

#cred, #cred a {
	color: #999999;
	text-decoration: none;
}
/** /Footer **/

/** =Matrix Tables **/
.matrix {
	clear: both;
	width: 500px;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 0.80em;
}

.matrix tr:hover {
	background: #efefef;
}

.matrix th, .matrix td {
	padding: 3px;
	border: 1px solid #ccc;	
}

.matrix th {
	color: #fff;
	background: #666;
}

.matrix td {
	color: #666;
}

.matrix td.required {
	width: 300px;
	padding: 0 0 0 14px;	
}

.matrix tr.total {
	background: #999;
}

.matrix tr.total td {
	color: #000000;
}

.matrix td.static {
	background: #D5D5D5;
	color: #999;
}

.matrix .head td {
	background: #efefef;
	color: #000;
	font-weight: bold;
}

.matrix th.label {
}

/** /Matrix Tables **/
/** =Store **/
.category-list {
	float: left;
	width: 217px;
	margin: 0 0 30px 0;
}

.category-list a:hover {
	text-decoration: underline;
}

.category-list dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.category-list dd {
	margin: 0 0 9px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(../images/right_arrow.png) no-repeat left 3px;
}

.category-list dd a, .category-list dt a {
	color: #000;
	text-decoration: none;
}

.product-gallery {
	list-style: none !important;
	margin-top: 10px !important;
}

.product-gallery li {
	float: left;
	margin-right: 20px;
}

.product-gallery li a {
	display: block;
	color: #000;
	text-decoration: none;
}

.product-gallery li a span {
	display: block;
	margin: 8px 0 0 0;
	text-align: center;
}

.product-gallery li a img {
	display: block;
	border: 1px solid #CFCFCF;
}

.product-gallery li a:hover {
	color: #D42B3E;
	text-decoration: underline;
}

.product-gallery li a:hover img {
	border-color: #D42B3E;
}

/*
.detail-wrapper img {
	float: left;
	margin: 3px 20px 100px 0;
	border: 1px solid #D42B3E;
}
*/

/** Product Listing **/

#product-image-wrapper {
	display: inline;
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
	padding: 0;
}

#product-image-wrapper p {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

#product-image-wrapper table {
	margin-top: 10px;
}

#product-image-wrapper tr {
	margin-bottom:10px;
}

p.product-image-wrapper {
	float: left;
	margin-right: 10px;
}

p.product-image-wrapper img {
	border: 1px solid #666666;
}

p.product-image-wrapper button {
	display: block;
	margin: 10px 0 0 0;
}

table.product-details {
	width: auto !important;
	margin: 0 !important;
}

table.product-details td {
	padding: 0 10px;
	line-height: 20px;
	border: 1px solid #CCC;
	color: #000000;
}

/** Sub Nav **/
#sub-nav {
	height: 31px;
	margin-left: -20px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #CDC6C0;
}
#sub-nav.reportsMenu {
	padding: 0 0 1px 10px;
}
#sub-nav li {
	float: left;
	margin: 0 5px 0 0;
	border-top: 1px solid #CDC6C0;
	border-left: 1px solid #CDC6C0;
	border-right: 1px solid #CDC6C0;
	list-style:none;
}

#sub-nav a {
	display: block;
	padding: 9px 16px;
	text-decoration: none;
}

#sub-nav li.active {
	border-bottom: 1px solid #fff;
}

#sub-nav a:hover {
	background: #EFECE9;
}

#sub-nav li.active a:hover {
	cursor: default;
	background: none;
}
/** /Sub Nav **/

#slideshow {
	width: 450px;
	margin: 0 auto;
}

/** /Content/ **/

	/*********************************************/
	/* Products									 */
	.picCat {
		clear: both;
	}
	.picCat li {
		float: left;
		list-style: none;
		width: 50%;
	}
	.picCat h3 {
		margin: 18px 0 0 0;
	}
	.picCat p {
		margin: 2px 10px 2px 0;
	}
	.picCat.categories img {
		border: solid 1px #CCC;
		margin: 10px 10px 0 0;
		padding: 3px;
	}
	.picCat.gallery img {
		border: solid 1px #CCC;
		margin: 10px 0 0 0;
		padding: 3px;
	}
	.picCat.gallery li {
		float: left;
		padding: 0 5px 0 0;
		width: 158px;
	}
	

	/*********************************************/
	/* Staff									 */
	#pic ul, #nopic ul {
		clear: both;
		padding-top: 15px;
	}
	#pic p, #nopic p {
		border-bottom: solid 2px #333;
		float: left;
		padding: 10px 0 20px 0;
		width: 468px;
	}
	#pic img {
		float: left;
		margin: 0 10px 10px 0;
	}
	#pic li, #nopic li {
		list-style: none;
	}
	#pic li {
		background: none;
		margin: 0;
		padding: 2px 2px 2px 0;
	}
	#nopic li {
		background: none;
		float: left;
		margin: 0;
		padding: 2px 2px 2px 0;
		width: 230px;
	}
	
	
	/*********************************************/
	/* ROI Calculator							 */
	#content-container #roibutton {
		clear: both;
		float: none;
	}
	#roibutton li {
		float: left;
	}
	#roibutton form {
		width: auto;
	}
	
/* CLEAFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearer {
	clear: both;
}
.messagefailed {
	background-color: #af545f;
	padding:10px;
	color:#FFFFFF;
}
.messagesucess {
	background-color: #5faf54;
	padding:10px;
	color:#FFFFFF;
}