/* Setup defaults since variable in browsers

----------------------------------------------- */

body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
	margin: 0;
	padding: 0;
}

/* Element Defaults

----------------------------------------------- */

html {
	height: 100%;
	background-color: #272727;
}

img {
	border: 0;
	margin: 0;
}

body {
    font: 12px Arial, sans-serif; 
    text-decoration: none;
	line-height: 1.25em;
	color: #cccccc;
	position: relative;
	width: 870px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

input {
    border: 2px solid #131313;
    background-color: #ccc;
    font: 12px Arial, sans-serif; 
}

textarea {
    border: 2px solid #131313;
    background-color: #ccc;
    font: 12px Arial, sans-serif; 
}

select {
    border: 2px solid #131313;
    background-color: #ccc;
    font: 12px Arial, sans-serif; 
}

ol, ul {
	margin: 10px 0px 10px 6px;
}

li {
	margin: 10px 12px;
}

fieldset {
	border: 0;
}

/**/

#all {
}

#header {
    height:80px;
    width:100%;
    text-align:left;
    z-index:0;
}

#logo {
    height:100%;
    width: 55%;
	background: #fff url(../images/logo.jpg) 0 0 no-repeat;
    border: 2px solid #131313;
}

#menu {
    height: 100%;
    width: 45%;
	background: #ba2025;
	color: #cccccc;
    border: 2px solid #131313;
}

#menubuttons {
    height:90%;
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#menubuttons a:link {
    text-decoration: none;
	color: #ccd0c6;
}

#menubuttons a:hover {
    background-color: #9a0002;
	border-bottom: 1px solid #fff;
}

#menubuttons a:visited {
    text-decoration: none;
	color: #ccd0c6;
}

#border {
    height:15px;
    width:100%;
    text-align:left;
    z-index:0;
}

#borderempty {
    height:100%;
    width:10%;
    text-align:left;
    z-index:0;
    background: #131313;
}

#content {
    width:100%;
    text-align:left;
    /* border: 2px solid #131313; */
    z-index:0;
}

#contactheader {
    width: 100%;
}

#contactheaderimage {
    width: 100%;
    border: 2px solid #131313;
}

#sendbutton {
    border: 2px solid #131313;
    background-color: #272727;    
}

#a1 {
    width: 20%;
    border-left: 2px solid #131313;
}

#highlights {
    height:100%;
    width:100%;
    text-align:left;
    z-index:0;
}

#a2 {
    width:60%;
    border: 2px solid #131313;
}

#buydata {
    font: 12px Arial, sans-serif; 
    color: #ccc;
    width: 90%;
    height: 100%;
/*    border: 2px solid #131313; */
}

#buyinfo {
    width: 90%;
    height: 100%;
}

#a3 {
    width:20%;
    border-right: 2px solid #131313;
}

#hot {
    height:100%;
    width:100%;
    text-align:left;
}

#hotimage {
    height:100%;
    width:100%;
    text-align:right;
    z-index:0;
}

#hotinfo {
    height:100%;
    width:100%;
    text-align:left;
    z-index:0;
}

#footer {
    height:40px;
    width:100%;
    z-index:0;
}

#footerinfo {
    height:100%;
    width:100%;
    z-index:0;
    background: #131313;
    color: #aaa;
}

#footerinfoboxempty {
    width:30%;
}

#footerinfobox {
               height:50%;
    width:70%;
}

.boxdate {
}

.boxtitle {
    font: 14px Arial, sans-serif; 
    font-weight: bold;
}

.boxtitle a:link {
         text-decoration: underlined;
         color: #fff;
}

.boxtitle a:visited {
         text-decoration: underlined;
         color: #fff;
}

.boxsummary {
    font: 11px Arial, sans-serif; 
}

.boxISBN {
    font: 10px Arial, sans-serif; 
}

.boxauthor {
    font: 10px Arial, sans-serif; 
}

.boxpages {
    font: 10px Arial, sans-serif; 
    font-style: italic; 
}

.boxprice {
    font: 10px Arial, sans-serif; 
    font-style: italic; 
}


