/* CSS styles for the general site layout */
.clear, .clearFix {
	clear:both;
}

a.lightbox, a.thickbox {
	cursor: url(/img/magnify.cur), pointer;
}

html {
	background:#183b16;
}

#wrapper {
	width:950px;
	padding:0 6px 0 0;
	margin:0 auto 0 auto;
	background:url(/img/wrapper-bg.jpg) white repeat-y right;
}

#wrapper .masthead {
	height:130px;
	background:url(/img/masthead-bg.jpg) repeat-x;
}

#wrapper .masthead a.logo {
	display:block;
	text-indent:-9999em;
	background:url(/img/fencing.jpg) no-repeat center top;
	width:100%;
	height:100%;
}

#wrapper .menu {
	height:34px;
	background:url(/img/menu-bg.jpg) repeat-x;
	z-index:800;
}

#wrapper .menu ul {
	margin:0 0 0 270px;
	padding:0;
	z-index:800;
}

#wrapper .menu ul li {
	list-style:none;
	margin:0;
	padding:0;
	height:34px;
	background:url(/img/div1.gif) repeat-y left top;
	float:left;
	position:relative;
	z-index:800;
}

#wrapper .menu ul li:hover ul {
	display:block;
	z-index:800;
}

#wrapper .menu ul li a {
	height:100%;
	padding:0 8px 0 8px;
	z-index:800;
}

#wrapper .menu ul li ul {
	display:none;
	position:absolute;
	top:34px;
	left:0;
	background:#fcec5d;
	min-width:100%;
	white-space:nowrap;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	z-index:800;
	padding:10px 0 5px 0;
	margin:0;
}

#wrapper .menu ul li ul li {
	border-bottom:1px solid #cfcb61;
	float:none;
	clear:left;
	height:auto;
	margin:0 8px 3px 8px;
	z-index:800;
	padding:0 0 3px 0;
	background:none;
}

#wrapper .menu ul li ul li a {
	float:none;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	z-index:800;
}

#wrapper .menu ul li ul li ul {
	visibility:hidden;
}

#wrapper .middle {
	height:228px;
	background:url(/img/middle/default.jpg) no-repeat;
	position:relative;
	z-index:200;
}

#wrapper .contentContainer {
	background:white;
	position:relative;
}

.xShadow {
	position:absolute;
	width:100%;
	z-index:500;
	height:10px;
	left:0;
	background:url(/img/shadow1.png) repeat-x;
	_display:none;
}

#slideshow {
	z-index:200;
}

#wrapper .content {
	width:667px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	margin:16px 0 0 40px;
}

#wrapper .left {
	float:left;
	margin:16px 0 0 23px;
	width:182px;
	background:url(/img/box-bg.gif) repeat-y;
	position:relative;
	padding-bottom:16px;
}

#wrapper .left.noBg {
	background-image:none;
}

#wrapper .left .top {
	height:46px;
	background:url(/img/box-top.gif) no-repeat;
}

#wrapper .left .bottom {
	position:absolute;
	bottom:-1px;
	background:url(/img/box-bottom.gif) no-repeat;
	height:16px;
	width:100%;
}

#wrapper .left ul {
	margin:0;
	padding:0 18px 0 18px;
}

#wrapper .left ul li {
	list-style:none;
	border-bottom:1px solid #cec744;
	padding:5px 10px 5px 10px;
}

#wrapper .left ul li ul {
	display:none;
}

#footer {
	width:956px;
	margin:0 auto 0 auto;
	height:10px;
	padding-top:20px;
	background:url(/img/footer-bg.jpg) no-repeat;
}

.breadcrumbs {
	margin-bottom:16px;
}

.thumbSubNav,
.uploadedMediaImage {
	float:left;
	width:70px;
	margin:0 10px 10px 0;
}

.thumbSubNav span {
	display:block;
	clear:left;
	padding-top:5px;
}

.thumbSubNavRow {
	clear:both;
	display:block;
}

.bigPic {
	float:left;
	margin:0 30px 50px 0;
}

.productPageText {
	float:right;
	width:380px;
}

.productPageText .thickbox {
	margin:0 10px 10px 0;
}

/************************ News Results */
.newsResult {
	clear:left;
	border-bottom:1px dashed #cacaca;
	margin-bottom:20px;
}

.newsResult img {
	float:right;
	clear:right;
	margin:0 0 15px 15px;
}

.newsArticleMainImage {
	float:right;
	margin:0 0 15px 15px;
}

/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:90%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}


/************************ Webkit Only Fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/************************ Firefox Only Fixes */
@-moz-document url-prefix() {

}