body 
{
 margin: 0 auto; 
 padding: 0; 
 padding-top: 10px;
 text-align: center;
 background-color: #9ec503;
 height: 100%;
 /*background: -webkit-linear-gradient(#FFFF99, #FFFFCC, #FFFF99); /* For Safari 5.1 to 6.0 */
 /*background: -o-linear-gradient(#FFFF99, #FFFFCC, #FFFF99); /* For Opera 11.1 to 12.0 */
 /*background: -moz-linear-gradient(#FFFF99, #FFFFCC, #FFFF99); /* For Firefox 3.6 to 15 */
 /*background: linear-gradient(#FFFF99, #FFFFCC, #FFFF99); /* Standard syntax */*/
}

#contact{
    background: -webkit-gradient(linear, bottom, left 175px, from(#9ec503), to(#9ec503));
    background: -moz-linear-gradient(bottom, #9ec503, #9ec503 175px);
    background: #fff;
    margin:50px;
    position:relative;
    width:40%;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 100px;
    height:400px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    font-weight: bold;
    color: green;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    border: 1px solid #9ec503;
    border: inset 1px solid #9ec503;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

#contact input{
    width:350px;
    display:block;
    border: 1px solid #9ec503;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#contact textarea{
    width:90%;
    height:150px;
    display:block;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#contact #submit{
    width:150px;
    position:absolute;
    right:20px;
    bottom:20px;
    background:#9ec503;
    color:#fff;
    font-family: Tahoma, Geneva, sans-serif;
    height:30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #9ec503;
}

.submit input
{
margin-left: 4.5em;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

a{
    font-size: 20px;
    color: green;
    font-family: "times";
}

a:visited{
    font-size: 20px;
    color: green;
}
a:hover{
    font-size: 20px;
    color: blue;
}


#body{
/*				background-image: url('../../images/centeredBack.png');*/
	background-image: url('../images/bodyBackground.png');
 position: relative;
 bottom: 10px; 
 width: 70%; /* set to desired width in px or percent */
 text-align: center;  /*optionally you could use "justified" */
 border: 0; /* Changing this value will add lines around the centered area */
 padding: 0;
 margin: 0 auto;
 background-color: #ffffff;/*#BEBCF0;
 /*border-radius: 5px;*/
}

#centered
{
 position: relative;
 bottom: 0px;
 width: 100%; /* set to desired width in px or percent */
 text-align: center;  /*optionally you could use "justified" */
 border-top: 0px solid #000; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto;
 /*border-radius: 50px;
 box-shadow: 5px 5px 5px #99CC99;
 background-image: url('images/backgroundGreen.jpg');
 background: -webkit-linear-gradient(#CCFF99, #FFFF99, #CCFF99); /* For Safari 5.1 to 6.0 */
 /*background: -o-linear-gradient(#CCFF99, #FFFF99, #CCFF99); /* For Opera 11.1 to 12.0 */
 /*background: -moz-linear-gradient(#CCFF99, #FFFF99, #CCFF99); /* For Firefox 3.6 to 15 */
 /*background: linear-gradient(#CCFF99, #FFFF99, #CCFF99);*/ /* Standard syntax */*/
}

div#contentBody
{
 width: 100%; /* set to desired width in px or percent */
 height: 100%;
 /*text-align: left; /* optionally you could use "justified" */
 border: 0; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto;
 border-top: 35px solid #172322;
 border-radius: 5px;
}

/*#logo{
 position: fixed;
 bottom: 10px;
}*/


#footer {
	position: relative;
	clear: both;
	float: bottom;
	/*bottom: 1px;*/
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	background-image: url('../images/bodyBackground.png');
	/*margin-top: -150px;*/ /* negative value of footer height */
	width: 100%;
	height: 120px;
	/*#CADB5A;*/
	color: #172322;
	border-top: 1px solid #c2d53e;
	border-bottom: 1px solid #c2d53e;
	font-family: Times;
} 

#imagesTable{
	border:1px solid #99CC99;
	box-shadow: 5px 5px 5px 5px #99CC99;
	border-radius:40px;
	margin:auto;
}

div#slider{
	position: relative;
}

#btnPrevious, #btnNext{
	border:1px solid #FFFF99;
	background-color:#99CC99;
	border-radius:60px;
	width:100px;
	height:100px;
}

ul, ol
{

	font: 14px/16px "Trebuchet MS";
	color: #6F77A6;

}

h1
{
	font: 30px "Trebuchet MS";
	color: #6F77A6;

}

h3
{
	font: bold 20px/24px "Trebuchet MS";
	color: #6F77A6;
}

h4
{
	font: bold 20px/24px "Trebuchet MS";
	color: #000000;
}

div#header{
	background-image: url('../images/bodyBackground.png');
    position: relative;
    bottom: 100px;
    top: 0px;
    border: 0;
    width: 100%; /* set to desired width in px or percent */
/*    text-align: left; *//* optionally you could use "justified" */
    /*padding: 0;  
    margin: 0 auto;*/
}

div#header #books{
	width: 500px;
	height: 100px;
	float: right;
}

div#header #text{
	
}

div#map{
	margin: 50px;
	width: 700px;
	border: 2px solid #B7C8DA;
	box-shadow: 2px 2px 2px #B7C8DA; 
}

div#right{
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	width: 12%;
	position: relative;
	top: 10px;
	right: 0px;
	margin: 20px;
	bottom: 1px;
	margin-left: 0 auto;
	height: 100%;
	/*margin-top: -150px;*/ /* negative value of footer height */
	background-color: #D3F014;
	border-radius: 20px;
	/*box-shadow: 5px 5px 5px 5px #99CC99;*/
}

div#bodyImages{
	position: relative;
	top: 10px;
	height: 100%;
	overflow: hidden;
}

div#bodyImages > *:nth-child(2n+2){	
	margin-left: -70px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*#header ul li a{
				visibility: hidden;
}

#header ul:hover li a{
	visibility: visible;
	cursor: pointer;
}*/

div#bodyImages > *:nth-child(2n+3){	
	margin-left: 0px;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div#nav{
	position: relative;
	bottom: -10px;
	background-color: #000;
	/*margin: 0 auto;
	padding: 0;*/
	/*padding: 10px;
	margin-bottom: 7px;
	/*margin-right: 20px;*/
	text-align: center;
	/*margin-right: 160px;*/
}

div#navInNav ul{
	position: relative;
	bottom: -10px;
	list-style: none;
	/*padding:0;
	margin:0;*/
}

div#navInNav li{
	display: inline;
	border: 5px solid #99CC99;;
	border-width: 1px 1px 0 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 5px;
	margin: -10px;
	background-color: #c2d53e;
}

div#videoDiv{
	/*width: 520px;
	height: 400px;*/
	margin: 0px auto;
	padding: 0px;
	/*border: 1px solid #99CC99;
	box-shadow: 5px 5px 5px 5px #99CC99;
	border-radius: 20px;*/
}

div#navInNav li a {
	padding: 0 1em;
	font-size: medium;
}

div#navInNav li:hover{
	background-color: #eaeaea;
}

#logo{
    position: relative;
    bottom: 0px;
    left: 0px;
}

#banner{
    float: left;
    position: relative;
    top: 40px;
    left: 50px;
}

td.leftHand
{
	background-color: #FBEFAD;
	border-right: 1px dashed #000000;
	margin-top: 5px;
	padding: 3px;
	float: right;
}

div.content
{
	margin-left: 20px;
	margin-top: 15px;
	width: 625 px;
}

a.main
{  
	color: #172322;
	text-decoration: none; 
	font-family: "Times";
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

a.mainFootNav
{  
	color: #172322;
	text-decoration: none; 
	font-family: "Times";
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

a.mainFootNav:hover 
{  
	color: #B0D730;;
	text-decoration: none; 
	font-family: "Times";
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

a.large
{  
	color: #6F77A6;
	text-decoration: none; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

a.large:hover 
{  
	color: #B5BCE8;
	text-decoration: none; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

a.bodyTxt
{  
	color: #6F77A6;
	text-decoration: none; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

a.bodyTxt:hover 
{  
	color: #B5BCE8;
	text-decoration: none; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

a.leftTxt
{  
	color: #6F77A6;
	text-decoration: none; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

a.leftTxt:hover 
{  
	color: #B5BCE8;
	text-decoration: none; 
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

.anouncementTitle
{
	font: 16px/18px "Trebuchet MS";
	color: #000000;
	font-weight: bold;
	margin-top: 2px;
}

.leftTitle
{
	font: 14px/16px "Trebuchet MS";
	color: #000000;
	font-weight: bold;
}

.bodyText
{

font: 14px/16px "Trebuchet MS";
color: black;/*#6F77A6;*/

}

.marginText
{

font: 12px "Trebuchet MS";
color: #000000;

}
.leftTitle2
{
 font: 13px "Trebuchet MS";
 color: #000000;
 font-weight:bold; 
}
.leftHandText
{

font: 11px/13px "Trebuchet MS";
color: #000000;

}

.reviewText
{

font: 14px/16px "Arial";
color: #000000;

}

.bolded
{
	font-weight: bold;
}

.priceText
{
	font: bold 20px/24px "Trebuchet MS";
	color: #6F77A6;
}

@font-face {
	font-family: cool_font;
	src: url('SQUAREKI.ttf');
}

@font-face {
	font-family: cool_font1;
	src: url('EraserDust.ttf');
}

h6, h3
{
	font-size: 25px;
        /*font-family: cool_font;*/
	color: black;
        text-align: center;

}

#copyright{
	text-align: center;
	margin-top: -50px;
	
	
}

.searchContainer { background-color:#fff; display:inline; padding:0px; float: left; margin: 0px auto; margin-top: 40px; margin-left: 10px; border: 1px solid #c2d53e} 
.searchContainer input[type="text"] {border:none;} 
.searchContainer img { vertical-align:middle;}
.searchContainer .submit{
	background-image: url('images/search.jpg');
	cursor:pointer;
}

#latestBook:hover{
	width: 130px;
	height: 130px;
}