@import "/stylesheets/reset.css";

/* ................GLOBAL................... */
body { 
    padding: 0;
    margin: 0; 
    color: #000;
	font-size: 87.5%;
	background: #000;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif; }
html > body	 {
    font-size: 14px; }	/* Non-IE browsers */
p {
    line-height: 1.4em;
}

form#login_form {
    height: 480px;
    width: 340px;
    padding-top: 28px;
    padding-left: 24px;
    background: transparent url(/images/alien.png) 0 0 no-repeat;
    margin-left: 32px;
    margin: 0px auto;
    text-align: left; }
form#login_form label {
    font-weight: bold;
    color: #90c; }
form#login_form table th,
form#login_form table td {
    padding: 3px; }
form#login_form table th {
    text-align: right; }
form#login_form table tbody input {
    width: 140px;
    font-size: 1.1em; }
form#login_form table tfoot input {
    font-weight: bold;
    font-size: 1.1em;
}

h2#error {
    padding: 6px 4px;
    color: #fff;
    margin-bottom: 10px;
    background-color: #f00; }

#header {
    padding: 10px 0;
    text-align: center;
    background-color: #34054D; }
#nav_frame #header {
    padding: 0;}	
#nav_frame #nav {
    margin-top: -32px;}
.wrap {
    width: 760px;
    margin: 0 auto;
    text-align: left;
}
#nav {
    margin-top: -30px;
    float: right; }
#nav li {
    margin: 0 2px;
    display: inline; }
#nav li a,
p.button a {
    color: #fff;
    padding: 6px;
    background-color: #670A99;
    font-weight: bold;
    text-decoration: none; }
#nav li a.active,
#nav li a:hover,
p.button a:hover {
    background-color: #8505C6; }
#nav li.divider {
    padding: 12px;
    margin-left: 5px;
    border-left: 2px solid #53425D;
}
#content {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 8px solid #04023D;
    background: #000 url(/images/bg.jpg) 0 0 repeat; }

h1 {
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
	font-style: italic;
    font-family: Arial, Helvetica, "Lucida Grande", Verdana, sans-serif; }
h2 {
    color: #fff; }
#content .wrap {
    min-height: 127px;
    text-align: center;
    padding: 20px 0 20px;
    background: transparent url(/images/planet-centered.png) bottom center no-repeat; }


.book {
    float: left;
    clear: left;
    width: 760px;
    text-align: left;
    margin-bottom: 20px;
    background: #050217 url(/images/books_bg.jpg) top left repeat-x; }
.book .thumb {
    float: left;
    padding: 0 8px; }
.book h2 {
    color: #fff;
    padding: 8px;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 12px;
    background: #262959 url(/images/books_header_bg.jpg) top left repeat-x; }
.book h2 a {
    color: #fff;
    display: block; }
.book h2 a:hover {
    color: #FF6; }
.book .description {
    margin-left: 240px;
    padding-right: 20px;
    color: #fff; }
.book ul {
    margin: 8px 0 20px;
    margin-left: 1.2em;
    list-style: square outside; }
.book ul li {
    color: #e0e0e0;
    font-size: .9em;
    line-height: 1.5em; }
.book .button a {
    text-decoration: underline; }
#footer {
    font-size: .8em;
    text-align: center;
    clear: both;
    color: #999;
    margin-top: 14px; }

#search {
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 30px;
    background-color: #34054D; }
#search label {
    background-color: #670A99;
    font-weight: bold;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase;
    color: #fff; }
#search label {
    margin-left: 4px; }
#search select {
    margin-right: 4px; }
#search h2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 6px 0 4px;
    background-color: #670A99; }
#search p {
     }
     
.trial_request_form {
    color: #fff;
    margin: 0 0 150px 0;
}

.trial_request_form .error {
    margin: 10px;
    padding: 6px;
    color: #A00000;
    background-color: #FFA0A0;
    border: 1px solid #A00000;
}

.trial_request_form a { color: #fff; }

.trial_request_form form { text-align: center; }

.trial_request_form table { margin: 0 auto; }

.trial_request_form th {
    padding: 4px 4px 14px 0;
    text-align: right;
}

.trial_request_form td {
    padding: 4px;
    text-align: left;
}
