body {
	margin: 0 auto 0 auto;
	padding: 0 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#page {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align: center;
	background-image: url(img/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#top {
	background-image: url(img/booktop.jpg);
	background-repeat: no-repeat;
	background-position: 474px bottom;
	text-align: left;
	height: 106px;
}

#top_main {
	background-image: url(img/booktop_main.jpg);
	background-repeat: no-repeat;
	background-position: 474px bottom;
	text-align: left;
	height: 106px;
}

#top img, #top_main img {
	margin: 17px 0 0 10px;
	padding: 0 0;
}

#head {
	height:190px;
	margin: 0;
	padding: 0 0; 
	float: left;
	clear: both;
	
}

#head img {
	margin: 0;
	padding: 0 0;
}

#menu {
	height: 40px;
	margin: 0;
	padding: 0 0;
	text-align: left;
	clear: both;
}

#menu ul {
	list-style: none;
	background-image: url(img/butbkg.gif);
	background-repeat: repeat-x;
	background-position: center -5px;
	width: 100%;
	margin: 0;
	padding: 0 0;
	float: left;
	clear: both;
	
}

#menu ul li {
	display: inline;
	background-image: url(img/btnline.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	margin: 0;
	padding: 0 0;
}

#menu ul li a {
	padding: 0px 17px 0px 17px;
	margin: 0;
	line-height: 40px;
	text-decoration: none;
	color: #F1E2CB;
	font-weight: bold;
	font-size: 14px;
	float: left;
}

#menu ul li a:hover {
	background-image: url(img/buthover.gif);
	background-repeat: repeat-x;
	background-position: center -5px;
	padding: 0px 17px 0px 17px;
	height: 40px;
	color: #BAAA92;
}

#content {
	text-align: justify;
	margin: 0px;
	padding: 20px 25px 0px 25px;
	background-image: url(img/contbkg.gif);
	background-repeat: repeat-x;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#content h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0;
	border-bottom: 1px solid #4A82BE;
}

#content p {
	line-height: 160%;
}

#content a {
	color: #4A82BE;
	font-weight: bold;
}

#content table {
	border: 1px solid #E7D8B7;
	margin: 20px 0 10px 0;
}

#content th {
	background-color: #E7D8B7;
	text-align: right;
}

#content button {
	background-color: #4A82BE;
	color: #F4EDDC;
	height: 30px;
	font-weight: bold;
}

/* Products */

.rowdiv {
	margin: 20px 0 !important;
	display: table-row;
	width: auto;
	padding: 0px 0px;
	margin-bottom: 1px;
	clear: both;
}

.celldiv {
	display: table-cell;
	float: left;/*fix for buggy browsers*/
	padding: 0px 0px;
	margin: 4px;
}

.celldiv img {
	border: 1px solid #ccc;
}

.celldiv li {
	list-style: none;
	margin: 5px 0;
}

.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} /* overflow: hidden kills any autocomplete DIVs */

.clear {clear: both; }

/* Gallery */

ul.gallery {
	margin: 10px;
	padding: 0 0;
	clear: both;
}

ul.gallery li {
	list-style: none;
	float: left;
	display: inline;
	margin: 3px;
	padding: 0 0;
	border: 1px solid #4A82BE;
	width: 100px;
	height: 100px;
}


ul.gallery img {
	border: none; 
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0 0;
}

/* News */
#news {
	width: 226px;
	background-image: url(img/newsbkg.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin: 10px 0 10px 0;
}

#news h1 {
		background-image: url(img/newsh1.gif);
		background-repeat: no-repeat;
		background-position: top;
		margin: 0;
		padding: 0 0;
		height: 61px;
}

#news h1 span {visibility: hidden;}

#news p {
	margin: 2px 12px 5px 15px;
	padding: 0 0;
	text-align: left;
}

.newsbottom {
	background-image: url(img/newsbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 19px;
}


#bottom {
	background-image: url(img/bottombkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 125px;
	text-align: left;
}

#bottom .copy {
	padding: 40px 10px 10px 25px;
	color: #fff;
	float: left;
	clear: both;
}

#bottom ul {
	margin-left: 500px;
	padding: 40px 10px 10px 0px;
	color: #fff;
	text-align: left;
}

#bottom ul li {
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

#bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.contacts li {
	list-style: none;
	line-height: 170%;
	font-size: 12px;
}






