body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	background-color: #363636;
}

p {margin-bottom: 0;}

h1, h2, h3, h4, h5 {line-height: normal;}


/* ============================================= */
/* ================= CONTAINER ================= */
/* ============================================= */

#container {
	width: 100%;
	background: url(../graphics/bg_container.gif) repeat-y center #a99a93;
}




/* ============================================= */
/* ================== HEADER =================== */
/* ============================================= */

#header {
	width: 958px;
	height: 189px;
	margin: 0 auto;
}

	#headerLogo {
		width: 240px;
		height: 189px;
		background: url(../graphics/bricklayer_500.jpg) no-repeat;
		float: left;
	}
	
		#headerLogo a {display: block; width: 240px; height: 189px;}
	
	#headerTag {
		width: 718px;
		height: 189px;
		text-align: center;
		background: url(../graphics/bg_header2010.gif) no-repeat;
		float: left;
	}
	
		#headerTag h2 {margin: 0; font-size: 15px; color: #ffffff;}
		#headerTag a {
			width: 718px;
			height: 189px;
			display: block;
		}
		
		




/* ============================================= */
/* ================ TOP BANNERS ================ */
/* ============================================= */

#topBanners {
	width: 958px;
	height: 85px;
	padding-top: 6px;
	margin: 0 auto;
}

	#topBannerA {
		width: 524px;
		height: 85px;
		float: left;
	}
	
	#topBannerB {
		width: 250px;
		height: 85px;
		padding-left: 6px;
		float: left;
	}
	
	#topBannerC {
		width: 171px;
		height: 85px;
		padding-left: 6px;
		float: left;
	}




/* ============================================= */
/* ==================== NAV ==================== */
/* ============================================= */

#nav {
	width: 958px;
	height: 42px;
	padding: 6px 0;
	margin: 0 auto;
	background-color: #363636;
}

*html #nav {margin-top: -6px;}

	#nav ul {height: 42px;}
	#nav ul, #nav ul li {margin: 0; padding: 0; list-style: none;}
	#nav ul li {float: left; position: relative;}
	
	#nav ul li a {display: block; float: left;}
	#nav ul li a:hover {background-position: 0 -42px; background-repeat: no-repeat;}

	a.newsNav {width: 50px; height: 42px; background: url(../graphics/nav/news.gif) no-repeat;}
	a.photographyNav {width: 101px; height: 42px; background: url(../graphics/nav/photography.gif) no-repeat;}
	a.videosNav {width: 59px; height: 42px; background: url(../graphics/nav/videos.gif) no-repeat;}
	a.rulesNav {width: 53px; height: 42px; background: url(../graphics/nav/rules.gif) no-repeat;}
	a.regionalsNav {width: 81px; height: 42px; background: url(../graphics/nav/regionals.gif) no-repeat;}
	a.nationalNav {width: 81px; height: 42px; background: url(../graphics/nav/national.gif) no-repeat;}
	a.judgingNav {width: 121px; height: 42px; background: url(../graphics/nav/judging.gif) no-repeat;}
	a.applicationNav {width: 165px; height: 42px; background: url(../graphics/nav/application.gif) no-repeat;}
	a.sponsorNav {width: 101px; height: 42px; background: url(../graphics/nav/sponsor.gif) no-repeat;}
	a.catalogNav {width: 69px; height: 42px; background: url(../graphics/nav/catalog.gif) no-repeat;}
	a.contactNav {width: 77px; height: 42px; background: url(../graphics/nav/contact.gif) no-repeat;}




/* ============================================= */
/* ================= DROP DOWN ================= */
/* ============================================= */

#nav ul ul {
	padding: 0;
	margin: 0;
	background: none;
	display: none;
	position: absolute;
	padding: 0;
	top: 41px;
	z-index: 10000;
	height: auto;
	border-top: 1px solid #8b8b8b;
	left: 0;
}
	
	#nav ul ul li {float: none;}
					
	#nav ul ul a {
		font-size: 1.2em;
		display: block;
		height: 21px;
		width: 260px;
		padding: 3px 6px 0 6px;
		text-decoration: none;
		background: url(../graphics/nav/bg_nav.gif) repeat-x;
		border-left: 4px solid #faa738;
		border-right: 1px solid #8b8b8b;
		/*border-bottom: 1px solid #8b8b8b;*/
		color: #ffffff;
		margin: 0;
		float: none;
	}
						
	#nav ul ul a:hover {
		text-decoration: none;
		color: #ffffff;
		background: url(../graphics/nav/bg_nav.gif) 0 -24px repeat-x;
		margin: 0;
	}
						
	#nav ul ul a:active {
		text-decoration: none;
		background: url(../graphics/nav/bg_nav.gif) 0 -24px repeat-x;
		color: #ffffff;
		margin: 0;
	}
				
	#nav li:hover > ul {
		display: block;
	}
	
	/* *html #nav ul ul li, *html #nav ul ul li a {float: none;} */
	
	

/* ============================================= */
/* =================== BODY ==================== */
/* ============================================= */

#bodyFull {
	width: 938px;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
}

#body {
	width: 950px;
	padding: 0 0 8px 8px;
	margin: 0 auto;
}

	#bodyLeft {
		/*width: 592px;*/
		width: 770px;
		float: left;
	}
	
		#bodyLeftContentContainer {
			width: 592px;
			float: left;
		}
		
		#bodyLeftRightContainer {
			width: 172px;
			padding-left: 6px;
			float: left;
		}
		
			#bodyLeftRightContainer p {margin-top: 6px;}
	
		#bodyLeftMidBanners {
			width: 592px;
			height: 120px;
		}
		
			#midBanner {
				width: 380px;
				height: 120px;
				float: left;
			}
			
			#midThumb {
				width: 100px;
				height: 120px;
				padding-left: 6px;
				float: left;
			}
		
		#bodyLeftContent {
			width: auto;
			margin-top: 6px;
			background: url(../graphics/bg_bodyLeft.gif) repeat-y;
		}
		
			#bodyLeftContentLeft {
				width: 380px;
				float: left;
			}
			
			#bodyLeftLowBanners {
				width: 206px;
				padding-left: 6px;
				float: left;
			}
			
				#orangeCallout {
					width: 206px;
					height: 279px;
					line-height: 12px;
					background: url(../graphics/bg_orange_callout.gif) repeat-y;
				}
				
					#orangeCallout p {margin: 10px 0 0 0;}
				
					#contentOrangeCallout {
						width: 190px;
						height: 77px;
						padding: 8px;
					}
					
						#contentOrangeLeft {
							width: 70px;
							border: 1px solid #000000;
							float: left;
						}
						
						#contentOrangeRight {
							width: 112px;
							font-size: 10px;
							float: right;
						}
			
				#lowBanner {
					width: 206px;
					height: 70px;
					padding-top: 6px;
				}
	
	#bodyRight {
		width: 166px;
		padding-left: 6px;
		float: left;
	}
	
		/* ============================================= */
		/* =============== RIGHT CALLOUT =============== */
		/* ============================================= */
			
		#bodyRightCallout {
			width: 166px;
			background-color: #efe9e5;
		}
		
		/*#bodyRightCallout2 {
			width: 146px;
			height: 73px;
			margin-top: 6px;
			padding: 311px 10px 0 10px;
			background: url(../graphics/filler.jpg) no-repeat #efe9e5;
			color: #ffffff;
			font-size: 10px;
			line-height: 12px;
		}
		
			#bodyRightCallout2 a, #bodyRightCallout2 a:visited {color: #ffc471; text-decoration: underline;}
			#bodyRightCallout2 a:hover {color: #fff2df; text-decoration: underline;}*/
			
		#bodyRightCallout2 {
			width: 166px;
			margin-top: 6px;
		}
		
			.storeCallout {background-image: url(../graphics/bg_store.gif); background-repeat: no-repeat;}
			
			a.wholeStoreCalloutLink {display: block; width: 166px; text-decoration: none; cursor: pointer;}
			a.wholeStoreCalloutLink:visited {display: block; width: 166px; text-decoration: none; cursor: pointer;}
			a.wholeStoreCalloutLink:hover {display: block; width: 166px; text-decoration: none; cursor: pointer;}
			a.wholeStoreCalloutLink:active {display: block; width: 166px; text-decoration: none; cursor: pointer;}
			
			#insideStoreCallout {
				width: 150px;
				padding: 50px 8px 8px 8px;
			}
			
			#insideStoreCallout h2 {font-size: 16px; color: #e31836; margin: 0;}
			#insideStoreCallout p {margin: 8px 0 0 0; line-height: normal;}
			p.storeCalloutText {font-size: 12px; font-weight: bold; color: #e31836;}
			
			.featuredImageBorder {border: 2px solid #9d8d85;}
	
#bottomBanners {
	width: auto;
	padding-top: 6px;
}
	
	#bottomBannerA {
		width: 516px;
		height: 110px;
		float: left;
	}
		
	#bottomBannerB {
		width: 242px;
		height: 110px;
		padding-left: 6px;
		float: left;
	}


#mason-month {
	width: 972px;
	height: 720px;
	margin: 20px auto;
	background: url(../graphics/bg-mason-month.jpg) no-repeat;
}

	#mason-month .inside {
		width: 334px;
		padding: 70px 0 0 14px;
		color: #fff;
		line-height: 13px;
	}
	
	#mason-month .inside p {margin-top: 8px;}
	
#video-demos {
	width: 980px;
	height: 817px;
	margin: 0 auto;
	padding: 20px;
}

#video-interviews {
	width: 980px;
	height: 834px;
	margin: 0 auto;
	padding: 20px 0;
}

#video-demos-video {
	width: 320px;
	margin: 0 auto;
	padding: 20px 0;
}

#ask-nick-container {
	width: 980px;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}
	
	#nick-header {
		width: 980px;
		height: 254px;
		background: url(../graphics/header-ask-nick.jpg) no-repeat;
	}

#photo-container {
	width: 971px;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}
	
	#photo-header {
		width: 971px;
		height: 172px;
		background: url(../graphics/header-photography.jpg) no-repeat;
	}

	#ask-question {
		width: auto;
		padding: 0 32px;
		background: #a3cafb;
	}
	
		#ask-question a {width: auto; float: left; background: #125687; color: #fff; text-decoration: none; font-weight: bold; font-size: 14px; padding: 6px 40px 12px 12px; display: block;}
		#ask-question a:visited {color: #fff; text-decoration: none;}
		#ask-question a:hover {color: #fed547; text-decoration: none;}

	#photo-body, #nick-body {
		width: auto;
		padding: 40px 32px;
		background: #a3cafb;
	}
	
		.question-container {
			width: auto;
			margin-top: 20px;
			padding: 10px 10px 40px 10px;
			background: url(../graphics/bg-q.gif) no-repeat #125687;
			color: #fff;
			font-size: 12px;
			line-height: 16px;
		}
		
		.question-container p {margin-top: 12px; margin-bottom: 0;}
			.question {padding-left: 16px;}
		
		.answer {
			color: #125687;
			padding-left: 26px;
			font-size: 12px;
			line-height: 16px;
			background: url(../graphics/bg-a.gif) 10px 0 no-repeat;
		}
	
	#photo-body h2 {
		margin: 0;
		color: #1c5787;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	#photo-body a, #photo-body a:visited,
	#photo-interim a, #photo-interim a:visited,
	#nick-body a, #nick-body a:visited {
		color: #1c5787;
		text-decoration: none;
	}
	
	#nick-body h1 {font-size: 20px; color: #1c5787;}
	
	#photo-body a:hover, #photo-interim a:hover, #nick-body a:hover {color: #1c5787; text-decoration: underline;}
	
		.table-photo-thumbs {border-collapse: separate;}
		.table-photo-thumbs td {padding: 0; line-height: 14px;}
		.table-photo-thumbs td.cell-photo-thumb {
			background: #fff;
			padding: 1px;
			width: 94px;
			height: 94px;
			text-align: center;
			vertical-align: middle;
		}
		
		.table-photo-thumbs td.cell-photo-header {padding: 20px 0 16px 0;}
		.table-photo-thumbs td.cell-photo-link {padding: 8px 0; vertical-align: top; text-align: center; width: 94px;}
		.table-photo-thumbs td.cell-photo-spacer {width: 16px;}
		.table-photo-thumbs a {cursor: pointer;}
		
	#photo-interim {width: 236px; margin: 0 auto; padding-top: 16px; text-align: center;}

/* ============================================= */
/* =============== STORE STYLING =============== */
/* ============================================= */

#featProdContainer {width: 938px; padding-bottom: 15px; border-bottom: 2px solid #00588f; font-size: 11px;}
	#featProdLogo {width: 150px; padding: 40px 0 0x 0; float: left;}
	#featProdImage {width: 200px; padding: 20px 10px 0 10px; float: left;}
	#featProdText {width: 538px; padding: 20px 15px 0 15px; float: left;}
		h3.prodHeader {font-size: 13px; color: #00588f; margin: 0;}
		h3.prodHeaderSmall {font-size: 11px; color: #00588f; margin: 15px 0 0 0;}
		#featProdText p {margin: 15px 0 0 0;}
		.biggerText {font-size: 13px;}
		.prodPriceBig {color: #FF0000; font-size: 16px; font-weight: bold;}
		.prodPriceNormal {color: #FF0000; font-size: 11px; font-weight: bold;}
	
#prodBrandContainer {width: 938px; margin-top: 15px; padding-bottom: 15px; border-bottom: 2px solid #00588f; font-size: 11px;}
	#prodBrandLogo {width: 100px; padding: 40px 0 0x 0; float: left;}
	#prodBrandProducts {width: 123px; padding: 20px 0 0 9px; float: left;}

#productContainer {width: 620px; margin: 20px auto 0 auto;}
	#productHeader {width: auto; padding-bottom: 10px; font-size: 12px; font-weight: bold;}
		#productHeader h2 {font-size: 17px; color: #00588f; margin: 0 0 8px 0;}
	#productDisplayContainer {width: auto;}
		#productDisplayImage {width: 220px; padding-top: 10px; border-top: 2px solid #00588f; float: left;}
			#productDisplayImage a, #productDisplayImage a:visited {color: #00588f; text-decoration: none;}
			#productDisplayImage a:hover {color: #00588f; text-decoration: underline;}
		#productDisplayText {width: 370px; padding-left: 20px; float: left; font-size: 12px;}
			.productDisplayPrice {font-size: 20px; color: #FF0000; font-weight: bold;}
	#productDescription {width: auto; font-size: 11px; padding-top: 20px; line-height: normal;}
	
	#productContainer ul {margin: 6px 0 0 25px; padding: 0;}
		#productContainer ul li {margin: 0 0 6px 0; padding: 0;}

	#productContainer p {margin: 15px 0 0 0; line-height: normal;}


form, input, select {margin: 0;}
.text-input {width: 180px; padding: 2px; border: 1px solid #3585e9; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.textarea-question {width: 350px; height: 150px; padding: 2px; border: 1px solid #3585e9; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

/* ============================================= */
/* ================== FOOTER =================== */
/* ============================================= */	
		
#footer {
	width: 100%;
	background: url(../graphics/bg_footer.gif) repeat-x;
	/* border-top: 1px solid #a99a93; */
}

	#footerContent {
		width: 958px;
		padding: 20px 0;
		margin: 0 auto;
		color: #CCCCCC;
		font-size: 10px;
	}
		
		

/* ============================================= */
/* =============== CLASS STYLES ================ */
/* ============================================= */

.clearfloats {clear: both;}
.hiddenspan {display: none;}
.nomargin {margin: 0;}