@charset "UTF-8";

body{
	text-align:center;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

a {
	text-decoration:none;
	border:none;
}

img {
	border:none;
	margin: 0px;
}

p{
	margin:0px;
	padding:0px;
}

ul{
	margin:0px;
	padding:0px;
}

.main .container {
	background-color: #000000;
	margin: 0px auto;
	width:1200px;
}

#header{
	height: 12em;
}

#footer{
	width: 1200px;
}

.main .home{
	height: 43em;
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#logo {
	margin:0;
	padding:0;
	text-align:left;	
	position: relative;
	top: 45px;
	left: 58px;
}
.content { 
	width: 1100px;  
	background: #000;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 


/*********** navigation START *************/

ul#navigation{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1118px;
	background: #FFF;
	float: left;
	position: relative;
	left: 48px;
	top: 90px;
}

ul#navigation li{
	float: left;
}

ul#navigation a {
	display: block;
	padding: 0 5.5em;
	line-height: 2.1em;
	text-decoration: none;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/divider_black.gif) repeat-y left top;
}

ul#navigation a:hover {
	color:#d42f2f;
}

/************* navigation END **************/

.main #bottomBar {
	margin: 0;
	padding: 0;
	width: 995px;
	background: #FFF;
	float: left;
	position: relative;
	left: 48px;
	top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	line-height: 2.1em;
	padding: 0 5.6em;
	clear:both;

}

ul#links{
	margin-top:60px;
	background: #000;
	float: left;
	left: 48;
	top: 100px;

}

ul#links li{

	float:left;
}

ul#links a{
	padding: 0.5em 1.5em;
}
.main .arial11{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	top:650px;
}

.aboutText{
	margin-left: 62px;
	padding: 10px 0;
	width: 1050px;
	font: 14px Helvetica, Arial, sans-serif;
	text-align:justify;
	color:#FFF;
}

.highlight{
	font-size:18px;
	font-weight:bolder;
}

.italic{
	font-style:italic;
}

/****************BOOKS ****************/

.clearfloat { 
	clear:both;
	height:20px;
	font-size: 1px;
	line-height: 0px;
}
.fltlft{
	float: left;
	margin-right: 8px;
    width: 145px;
    z-index: -1;
	text-align:left;
}
.fltrgt{
	float: right;
	margin-left: 8px;
    width: 930px;
    z-index: -1;
	text-align:center;
}
.picture{
	width: 1200px;
}
.login{
}

.pv-border {
	background-color: #000000;
    border-color: #333333;
    border-width: 1px;
	margin: auto;
    left: -5px;
    padding: 4px;
    top: -5px;
	border-style: solid;
    height: 100%;
}
h2 {
	font-weight: normal;
	margin: auto;
}
.input {
    border: 1px solid;
    height: 22px;
    line-height: 20px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 3px 6px;
    width: 266px;
	border-color: #CCCCCC;
	font-size:14px;
}
.button {
    text-align: center;
	background:#FFF;
	border-color: #E6E6E6;
    width: 70px;
	margin-left: 10px;
	padding: 3px 10px;
	line-height: 20px;
	border-style: solid;
	cursor:pointer;
	font-size: 15px;
}
.button:hover {
	background: #CCC;
	border-color:#DFDFDF;
}
.error{
	color: #808080;
	display:inline;
	font-size:14px;
}
.mainLogin {
	position: relative;
	top: 60px;
}
