/* ------------------------------------------------------
	CSS for the Dihedrals.com site.
	Main file included in all pages on this site.
-------------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	background: rgb(92%,92%,92%) url(/images/site-backg.gif) top center repeat-x;
	font-family: verdana, "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: black;
	text-align: center;
	line-height: 1em;
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
	border: 0 none;
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
}


.hiddenText {
	display: none;
}
.clear {
	clear: both;
}
.vSpacer {}
.px2 { height: 2px; clear: both; }
.px5 { height: 5px; clear: both; }
.px11 { height: 11px; clear: both; }
.px25 { height: 25px; clear: both; }
.px30 { height: 30px; clear: both; }
.px50 { height: 50px; clear: both; }
.px65 { height: 65px; clear: both; }
.px95 { height: 95px; clear: both; }

i {
	font-style: italic;
}
b {
	font-weight: bold;
}

h1 {
	clear: both;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: -0.03em;
	margin: 15px 0 15px 0;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 5px 0 10px 0;
	color: rgb(30%,30%,30%);
}

h3 {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 5px 0 10px 0;
	color: rgb(30%,30%,30%);
}

p, ul, ol {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 7px 0;
}

a {
	color: rgb(30%,30%,30%);
}
a:hover {
	color: black;
}


/* Center Content Col + setup for anchored Footer. */
#hCenterBox {
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	position: relative;
}
* html #hCenterBox {
	height: 100%;
}








/* Site Header, Logo and Main Menus */
#logoBox {
	text-align: left;
	position: relative;
}
	#logoBox img {
		margin: 28px 0 0 0;
		position: relative;
		left: -52px;
		top: 0;
	}
	#logoBox #fotofastLogo {
		
	}
	#logoBox #fotofastLogo img {
		margin: 0 0 0 0;
		position: absolute;
		left: auto;
		top: auto;
		right: 0 !important;
		bottom: 0 !important;
	}

#mainMenuBox {
	text-align: left;
	color: white;
	cursor: default;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}
	#mainMenuBox ul {
		clear: both;
		line-height: 1.1em;
	}
	#mainMenuBox li {
		float: left;
		display: inline;
		font-weight: bold;
		list-style-type: none;
	}
	#mainMenuBox li a {
		text-decoration: none;
		color: rgb(70%,70%,70%);							/* Base Color: Menu Gray */
	}
	#mainMenuBox li a:hover {
		color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
	}
	#mainMenuBox li span {
		cursor: default;
		color: rgb(50%,50%,50%);							/* Base Color: Menu Very Dark Gray */
	}	
	#mainMenuBox #main {
		font-size: 110% !important;
	}
	#mainMenuBox #main #selected {
		color: white;
	}
	#mainMenuBox #sub {
		font-size: 85% !important;
		color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
	}

#shopBox {
	background: url(/images/btn-shop.gif) top center no-repeat;
	position: absolute;
	top: 84px; right: 0;
	width: 152px; 
	height: 32px;
	text-align: center;
	color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
	font-size: 85%;
	line-height: 33px;
	cursor: default;
}
	#shopBox a {
		display: block;
		width: 100%; height: 100%;
		color: white;
		text-decoration: none;
		line-height: 33px;
	}
	#shopBox a:hover {
		color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
	}
#basketBox {
	position: absolute;
	top: 84px; right: 160px;
	width: 38px; 
	height: 32px;
	text-align: center;
	background: url(/images/btn-basket.gif) bottom center no-repeat;
}
	#basketBox a {
		display: block;
		width: 100%; height: 100%;
		background: url(/images/btn-basket.gif) top center no-repeat;
	}
	#basketBox a:hover {
		background: url(/images/btn-basket.gif) bottom center no-repeat;
	}
	
#footerMenu #basketIcon {
	position: relative;
	top: -2px; left: 20px;
	width: 16px; 
	height: 15px;
	text-align: center;
	background: url(/images/footer-basket.gif) bottom center no-repeat;
}
	#footerMenu #basketIcon a {
		display: block;
		width: 100%; height: 100%;
		background: url(/images/footer-basket.gif) top center no-repeat;
	}
	#footerMenu #basketIcon a:hover {
		background: url(/images/footer-basket.gif) bottom center no-repeat;
	}
	
		
		
/* Header Photo ~ Slide Show box*/
#headerPhotoBox,
#slideShowBox {
	clear: both;
	width: 800px;
	height: 440px;
	border: 1px rgb(20%,20%,20%) solid;
	/* background-color: rgb(10%,10%,10%); */
	text-align: center;
	position: relative;
}
	#headerPhotoBox img,
	#slideShowBox img {
		margin: 10px 0 0 0;
	}
	
.slideShowBox {
	width: 480px !important;
	
}


/* Page Contents */
.leftCol {
	float: left;
	display: inline;
	width: 500px;
	min-height: 50px;
	text-align: left;
}
	.leftCol ul,
	.leftCol ol {
		margin-left: 35px;
	}
#rightCol,
#linksBox {
	float: right;
	display: inline;
	clear: right;
	margin: 34px 0 0 0;
	width: 245px;
	min-height: 50px;
	text-align: left;
	border-left: 1px rgb(85%,85%,85%) solid;
}
#linksBox {
	margin: 200px 0 0 0;
}
	#rightCol h3,
	#linksBox h3 {
		width: 200px;
		margin: 0 auto 5px auto;
	}
	#rightCol p,
	#linksBox p {
		width: 200px;
		margin: 0 auto 5px auto;
		font-size: 10px;
		color: rgb(30%,30%,30%);							/* Base Color: Menu Very Dark Gray */
	}
	#rightCol ul,
	#rightCol ol,
	#linksBox ul,
	#linksBox ol {
		margin-left: 45px;
		font-size: 10px;
		font-style: italic;
		color: rgb(30%,30%,30%);							/* Base Color: Menu Very Dark Gray */
	}





/* Footer */
#footer {
	margin-top: -80px;
	position: relative;
	background-color: black;
	height: 80px;
	width: 100%;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	cursor: default;
	color: white;
}
* html #footer {
	margin-top: -80px;
}
	#footer #contents {
		position: absolute;
		top: 44px; left: 0;
		width: 100%;
		color: rgb(50%,50%,50%);
	}
		#footer #contents p {
			text-align: left;
			margin: 0 auto;
			width: 800px;
			font-size: 10px;
		}
		#footer #contents p .copyr {
			font-size: 9px;
		}
		#footer #contents p a {
			color: rgb(50%,50%,50%);
			text-decoration: none;
		}
		#footer #contents p a:hover {
			color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
		}

	#footer ul {
		margin: 0 auto;
		position: relative;
		top: 18px; left: 0;
		width: 800px;
		text-align: left;
		line-height: 1.2em;
		padding: 0;
	}
		#footer li {
			float: left;
			display: inline;
			font-weight: bold;
			list-style-type: none;
		}
			#footer li a {
				text-decoration: none;
				color: rgb(70%,70%,70%);							/* Base Color: Menu Gray */
			}
			#footer li a:hover {
				color: rgb(255,230,0);								/* Base Color: Menu Yellow/Gold */
			}
			#footer li span {
				cursor: default;
				color: rgb(50%,50%,50%);							/* Base Color: Menu Very Dark Gray */
			}	
	

	
	
	
	
	
	
	
	
	
	
	
/* *********** DWA Component CSS ***********  */
.columnImg {
	margin: 0 0 10px 0;
}
.columnImgTitle {
	font-style: italic;
	font-size: 9px;
	text-align: center;
}
.columnImgThumb {
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	position: relative;
}
.columnImgThumbSpacer {
	float: left;
	display: inline;
	width: 20px;
	height: 110px;
}

.columnLeftFloatImg {
	float: left;
	display: inline;
	margin: 5px 25px 10px 0;
}

.columnRightImg {
	margin: 10px 0 10px 23px;
	text-align: left;
}
.columnRightLinkImg {
	margin: 10px 0 30px 23px;
	text-align: left;
	position: relative;
}
	.columnRightLinkImg p a {
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	.columnRightLinkImg p a:hover {
		text-decoration: none;
	}


.dwa-imgFloatRight {
	float: right;
	display: inline;
	margin: 5px 0 10px 25px;
}



	
.dwa-vSpacer10 {
	height: 10px;
	width: 100%;
	clear: both;
}
.dwa-vSpacer20 {
	height: 20px;
	width: 100%;
	clear: both;
}
.dwa-vSpacer40 {
	height: 40px;
	width: 100%;
	clear: both;
}
	


/* New Components - Column Images */
.dwa-fullColLandscape {
	margin: 10px 0;
}
.dwa-fullColPortrait {
	margin: 0 25px 10px 0;
	float: left;
	display: inline;
}

.dwa-doubleColPortrait {
	margin: 0 0 10px 0;
	float: left;
	display: inline;
}
.dwa-doubleColLandscape {
	margin: 0 0 10px 0;
	float: left;
	display: inline;
}


.dwa-tripleColPortrait {
	margin: 0 0 10px 0;
	float: left;
	display: inline;
}
.dwa-tripleColLandscape {
	margin: 0 0 10px 0;
	float: left;
	display: inline;
}









/* ------ LightBox -------- */
.dwaLightBox {
	
}
#previewBox {
	clear: both;
	float: left;
	display: inline;
	width: 480px;
	height: 440px;
	border: 1px rgb(20%,20%,20%) solid;
	/* background-color: rgb(10%,10%,10%); */
	text-align: center;
}
	#previewBox img {
		margin: 10px 0 0 0;
	}
	#previewBox #prev {
		float: left;
		display: inline;
		margin: 10px 0 0 10px;
		width: 460px;
		height: 420px;
		overflow: hidden;
	}


.dwaLightBox #thumbTopMargin {
	height: 10px;
	width: 297px;
	float: left;
	display: inline;
}
.dwaLightBox .thumbBox {
	float: left;
	display: inline;
	width: 298px;
	height: 400px;
}
.dwaLightBox .thumb {
	float: left;
	display: inline;
	margin: 0 0 7px 0;
	border: 1px black solid;
	position: relative;
	top: 0; left: 0;
}
.dwaLightBox .thumb:hover {
	border: 1px rgb(255,230,0) solid;
}
.dwaLightBox .selected {
	border: 1px white solid !important;
}
	.dwaLightBox .thumb img {
		width: 68px; height: 68px;
		display: block;
	}
	.dwaLightBox .thumb a {
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 68px; height: 68px;
		text-decoration: none;
		background: url(/images/invis-image.gif) repeat;
	}
	
.dwaLightBox .hThumbSpacer {
	float: left;
	display: inline;
	width: 6px;
	height: 10px;
}

.dwaLightBox #controllerBottomAnchor {
	float: left;
	display: inline;
	width: 20px;
	height: 400px;
}
.dwaLightBox .controller {
	height: 40px;
	width: 297px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
	text-align: center;
	color: rgb(50%,50%,50%);							/* Base Color: Menu Very Dark Gray */
	line-height: 1.5em;
	position: relative;
	left: 0;
	top: -14px;
}
	.dwaLightBox .controller #currentPage,
	.dwaLightBox .controller a {
		float: left;
		display: inline;
	}
	.dwaLightBox .controller #currentPage {
		width: 1.4em;
		border: 1px rgb(50%,50%,50%) solid;
		margin: 0 3px 5px 0;
		padding: 0 3px;
		color: white;
		font-weight: bold;
		cursor: default;
		background-color: black;
	}
	.dwaLightBox .controller a {
		width: 1.4em;
		border: 1px rgb(20%,20%,20%) solid;
		margin: 0 3px 5px 0;
		padding: 0 3px;
		color: rgb(50%,50%,50%);
		text-decoration: none;
		overflow: hidden;
		background-color: black;
	}

	.dwaLightBox .controller a:hover {
		color: rgb(255,230,0);
		border: 1px rgb(255,230,0) solid;
	}

	.dwaLightBox .controller #pageLbl {
		font-variant: small-caps; 
		font-size: 85%;
	}