*
{
	margin: 0;
	padding: 0;
}

html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	line-height: 1.1em;
	margin: 0; 
	padding: 0;
}

/* global */
.graphic
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -11000px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*  clear fix END */

a
{
	color: #513e02;
	text-decoration: underline;
}

a:hover { color: #000; }

/* // global */
/* container */
#container
{
	width: 100%;
	margin: 0; 
}

/* // container */

/* header */
#header
{
	position: relative;
	width: 800px;
	height: 100px;
}

#header h1
{
	position: absolute;
	top: 25px;
	left: 60px;
	width: 850px;
	height: 133px;
	background: url(img/bg_h1.png) no-repeat;
}

#header2
{
	position: relative;
	width: 800px;
	height: 100px;
}

#header2 h1
{
	position: absolute;
	top: 25px;
	left: 60px;
	width: 850px;
	height: 133px;
	background: url(img/bg_h1-2.png) no-repeat;
}

/* // header */

/* secondary  */
* html #secondary { height: 321px; }

#secondary
{
	width: 207px;
	min-height: 308px;
	float: left;
}

/* // secondary */

/* nav */
#nav
{
	width: 10px;
	display: none;
}

/* // nav */

/* content */
#content { 
	width: 100%;
}

/* display */
#display
{
	width: 100%;
}

* html #display { height: 230px; }

#display h2
{
	font-size: 24pt;
	font-weight: normal;
	text-indent: 10px;
	clear: both;
}

#display h3
{
	height: 45px;
	padding-top: 11px;
	margin: 20px 0 0 0;
	clear: both;
	color: #FFF;
	line-height: 32px;
	font-size: 12pt;
	background-image: url(img/bg_h3.gif);
	background-repeat: no-repeat;
}

#display h3 a
{
	color: #FFF;
	text-decoration: none;
}

#display h3 a:hover
{
	font-weight: 250;
	text-decoration: underline;
}

#display h3 span
{
	display: block;
	float: left;
	height: 33px;
	background: #3b5d63;
	font-weight: normal;
	text-indent: 10px;
	padding-right: 5px;
}

#display h3 img
{
	border-color: #999;
	border-width: 4px;
	border-style: solid;
	float: right;
	margin: 0 10px 10px 0;
}

#display h4
{
	margin: 0 0 10px 10px;
	clear: both;
}

#display img
{

	float: left;
	margin: 0 10px 15px 0;
}

#display img.cart
{
	float: right;
	margin: 0 10px 15px 0;
}

#display p
{
	margin: 0 0 10px 0;
	color: #513e02;
	font-size: .8em;
	line-height: 15px;
	padding: 0 5px 2px 10px;
}

#display ul
{
	margin: 0 0 10px 0;
	color: #513e02;
	font-size: .8em;
	padding: 0 5px 0 10px;
}

#display li
{
	list-style-type: none;
}

#display p.first
{
	padding-top: 11px;
	margin: 0 0 10px 0;
	clear: both;
}

#display p.link
{
	font-size: .8em;
	text-align: right;
	clear: both;
}

#display p .email { display: block; }

#display p .clear
{
	clear: both;
	display: block;
     visibility: hidden;
     font-size: 0;
     content: " ";
     height: 0;
}

#clear
{
	clear: both;
	display: block;
     visibility: hidden;
     font-size: 0;
     content: " ";
     height: 0;
}

/* forms */
#display form
{
	margin: 10px 0 10px 0;
	color: #513e02;
	font-size: .8em;
	line-height: 15px;
	padding: 0 5px 2px 10px;
}

label
{
	display: block;
}

input
{
	font: 14px Tahoma, Sans-Serif;
	padding: 2px;
	color: #777;
}

/* // forms */


/* // display END */
/* // content */

/* footer */
#footer {
	font: 8pt "Courier New", Courier, mono;
	text-transform: uppercase;
	clear: both;
}

#footer a
{
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
/* // footer */

/* contacts pg grid */
#books
{
	padding-top: 10px;
	height: 100%;
	clear: none;
	width: 100%;
	margin: 10px 0;
}

#books h3
{
	background-image: none;
	font-variant: small-caps;
	font-size: 1.1em;
	color: #000;
	line-height: 1em;
	margin: 0 0 10px;
	height: 23px;
}

#books h3 a
{
	text-decoration: none;
	color: #000;
}

#books p img
{
	float: right;
	margin: 0 9px 9px;
	clear: right;
}

#books h3 a:hover
{
	font-weight: 250;
	text-decoration: underline;
}

#books h3 span
{
	background-color: transparent;
	height: auto;
	display: block;
	clear: both;
	float: left;
	text-indent: 0;
	padding-left: 10px;
}

.contacts
{
	width: 48%;
	float: left;
	margin: 10px 0 0 10px;
	height: 300px;
	background-color: #cacaca;
}
