 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**************************************************************** end reset **/
/****************************************************************** general **/
html body {
	background-color:#000000;
	}
#wrapper1 {
	margin: 0 auto;
	width:1280px;
	height:1024px;
	background-image:url(images/homeBckGrd.jpg);
	}
#wrapper2 {
	margin: 0 auto;
	width:1280px;
	height:1024px;
	background-image:url(images/detailBckGrd.jpg);
	}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover{
	color:#ffcc00;
}
h1  {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	line-height:30px;
	padding-top:10px;
	text-align:center;
}
h2  {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:900;
	color:#000000;
	}
p  {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:900;
	font-size:16px;
	}
.more {
	font-style:italic;
	text-decoration:underline;
}
.colorFix{
	color:#000000;
	}
:-moz-any-link:focus {/**removes annoying dotted border on an active link in Firefox **/
  outline: none;
}
/** end general */
/************************************************************** begin all banners **/
#hmBnr {
	height:475px;
	width:1280px;
	background-image:url(images/homeBnr1.png);
	}
#detailBnr {
	width:1280px;
	height:425px;
	background-image:url(images/detailBnr1.png);
	background-repeat:no-repeat;
	}
/** end all banners */
/********************************************************************** begin block h1 **/
#blockh1 {
	width:1280px;
	height:100px;
}
#quickview {
	margin:-200px auto auto 100px;
	float:left;
}
#lead {
	height:80px;
	width:845px;
	float:right;
	margin:10px 217px auto auto;
	background-color:#7e959e;
}
#lead h1{
	margin:0 80px auto 80px;
}
/** end block h1 **/
/************************************************************************ begin block h2 **/
#blockh2 {
	width:1280px;
	height:250px;
	margin-top:35px;
	}
	#lefth2 {
		height:240px;
		width:585px;
		float:left;
		background-color:#7e959e;
		margin:5px auto auto 30px;
	}
		#lefth2 h2{
		text-align:center;
		margin-top:15px;
	}
		#lefth2 p {
			text-align:justify;
			margin:15px 35px auto 35px;
	}
	#righth2 {
		height:210px;
		width:585px;
		float:right;
		background-color:#7e959e;
		margin:5px 30px auto auto;
	}
		
		#righth2 h2{
			text-align:center;
			font-weight:bold;
			margin-top:10px;
		}
		#righth2 p {
			text-align:justify;
			margin:15px 40px auto 40px;
		}
	#hmNav {
		width:585px;
		height:25px;
		background-color:#7e959e;
		float:right;
		margin:5px 30px auto auto;
		}
		#hmNav h2 {
			font-style:italic;
			text-align:center;
			padding-top:5px;
		}
/** end block h2 */
/*************************************************************************** gallery etc **/
#galleryBlock {
	width:1280px;
	height:200px;
}
#gallery {
	width:1070px;
	height:190px;
	background-color:#7e959e;
	margin:0 auto auto 35px;
	
	}
	#gallery h2 {
		text-decoration:underline;
		text-align:justify;
		margin:5px auto 0 50px;
		padding-top:10px;
		}
	#gallery table {
		margin:10px auto auto 35px;
		}
	#gallery table td a img {
		border:1px solid #000000;
	}
	#gallery table td a img:hover {
	border:1px solid #ff6600;
	}
/** end gallery etc */
/**************************************************************************** begin detail mid block **/
#midBlock {
	width:1280px;
	height:274px;
	}
/** end detail mid block **/
/******************************************************************************** begin detail blocks **/
#detailLeft {
	width:370px;
	height:253px;
	float:left;
	margin:5px auto auto 35px;
	background-color:#7e959e;
	}
	#detailLeft h2 {
		text-align:center;
		text-decoration:underline;
		margin:15px auto auto auto;
		}
	#detailLeft p {
		text-align:center;
		margin:25px 50px auto 50px;
		}
#detailMid {
	width:350px;
	height:253px;
	float:left;
	background-color:#7e959e;
	margin:5px auto auto 45px;
	}
	#detailMid h2 {
		text-align:center;
		margin-top:10px;
	}
	#detailMid p {
		text-align:center;
		margin:5px 20px;
		}
#detailRight {
	width:380px;
	height:223px;
	float:left;
	margin:5px auto auto 50px;
	background-color:#7e959e;
	}
	#detailRight h2 {
		text-align:center;
		margin-top:50px;
		}
		#bookLink{
	margin:20px auto auto 110px;
}
#bookLink a img {
	border:1px solid #000000;
}
#bookLink a img:hover {
	border:1px solid #ff6600;
}
		
#detailNav {
		width:380px;
		height:25px;
		background-color:#7e959e;
		float:left;
		margin:10px auto auto 50px;
		}
		#detailNav h2 {
			font-style:italic;
			text-align:center;
			padding-top:5px;
		}
/** end detail blocks **/
/*************************************************************************** begin footer **/
#blockFtr {
	width:1280px;
	height:80px;
	margin-top:30px;
}
	#footer {
	height:75px;
	width:750px;
	background-color:#7e959e;
	margin:0 auto auto 100px;
	float:left;
}
	#footer p {
		font:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		text-align:center;
		margin:5px 25px 0 25px;
	}
	#footer a {
		color:#000000;
	}
	#footer a:last-of-type{
		color:#ffffff;
	}
	#footer a:hover{
		color:#ffcc00;
	}
	#dogFrd {
	margin: -30px 90px auto auto;
	float:right;
	}
/** end footer */
/******************************************************************************* start iealert **/
#iealert {
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin:20px 300px auto 300px;
	padding:5px;
}
#iealert li {
	margin:5px 50px;
}
#iealert a {
	color:#000000;
}
#iealert a:hover {
	color:#ff0000;
}
/** end iealert **/


