@charset "UTF-8";
/* CSS Document */

body{
/*-moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -x-system-font: none;*/
    background-color: #08204c;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
    color: #fff;
    font-family:Verdana , "Lucida Grande",Lucida,Arial,sans-serif;
	font-size:12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
	margin:0px;
}




#menu {
	list-style: none;
	padding: 0;
	margin: 0px auto;
	width: 825px;
	height: 177px;
	margin-left:195px;
	
	position: relative;
	z-index:5000;
	float:left;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .hometab {
	width: 87px;
	height: 87px;
	background: url(../images/home.png) no-repeat;
	left: 0px;
	top: 90px;
}
#menu .hometab span {
	width: 87px;
	height: 87px;
	
	left: 0px;
	top: -87px;
}

#menu .bookstab {
	width: 87px;
	height: 87px;
	background: url(../images/books.png) no-repeat;
	left: 87px;
	top: 0px;
}
#menu .bookstab span {
	width: 87px;
	height: 87px;
	
	left: 87px;
	top: -87px;
}


#menu .contacttab {
	width: 87px;
	height: 87px;
	background: url(../images/contact.png) no-repeat;
	left: 174px;
	top: 90px;
}
#menu .contacttab span {
	width: 87px;
	height: 87px;
	
	left: 0px;
	top: -87px;
}

a, a:visited{
color:#e8feff;
text-decoration:none;

}

a:hover, a:active{
color:#00f0ff;
}

#zarflogo
{

width:175px;
height:176px;
position:relative;
top:0px;
left:0px;
margin-left:20px;
float:left;


}


#bookstack
{

width:252px;
height:524px;
position:absolute;
top:0px;
right:0px;
background:url(../images/bookstack.png);

}
#container
{
width:1000px;
margin:0px auto;
height:600px;
background-image:url(../images/containerbg.png);

}
#content
{

position:relative;


height:348px;
width:800px;
background-repeat:no-repeat;
z-index:10;

float:left;

}

#home, #books{
    clear: both;
    height: 340px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
    width: 535px;
}


#contact {
    clear: both;
    height: 340px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y:auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
    width: 535px;
}
.slogan
{
padding:80px 0px 0px 15px;
}

.bookcover{
float:left;
width:105px;
}

.bookwrite{
float:left;
padding-left:10px;
width:380px;
}


#footer
{
height:100px;
padding-top:20px;
width:100%;
float:left;
}

.left
{
float:left;
padding-right:10px;
}
.cleft
{
float:left;
padding-right:400px;
padding-left:10px;
}
.clear
{
clear:both;
}

.cright
{
float:right;
padding-right:10px;
}

.err
{
	
	color:#FFCC00;
}
