@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);
@import url(./catalogue.css);

body {
	font-family: "Times new Roman", serif;
	font-size: 100%;
	color: #333;
	background:#eee;
	margin: 20px;
	padding: 0;
}

#wrapper {
	width:920px;
	margin:0 auto;
	background:#fff;
}

#masthead {
	height:99px;
	background:url(../img/masthead.png) no-repeat;
}
#masthead h2 {
	float:right;
	color:#fff;
	font-size:1.4em;
	margin-top:64px;
	margin-right:7px;
}
#masthead h2 span { font-size:0.5em; }
#home-top {
	background:url(../img/home_image.jpg) no-repeat;
	height:auto !important;
	height:300px;
	min-height:300px;
	padding-top:100px;
}
#home-book {
	float:right;
	margin-right:20px;
	margin-top:0px;
}
#home-promo {
	text-align:center;
	background:url(../img/promo-badge.jpg) no-repeat 35px 20px;
	padding:0 250px 0 50px;
}
#home-promo p {
	font-weight:bold;
	font-size:1.2em;
	color:#900404;
}
#home-promo p.sub {
	font-size:1em;
	font-weight:normal;
}
#home-promo p.blue {
	color:#0D1B27;
}
#home-banner {
	color:#fff;
	margin-left:20px;
	margin-top: 190px !important;
	margin-top:280px;
	padding:10px;
	width:602px;
	height:126px;
	background:url(../img/home-banner.jpg);
}

#home-banner h3 							{ font-size:1.7em; }
#home-banner h4 							{ font-size:1.1em; }
#home-banner h5 							{ font-size:1.2em; }
#home-banner h5, h4, h3						{ font-weight:normal; margin:10px 0; }
#home-banner h5 span, h4 span, h3 span		{ font-size:8px; }

#right {
	height:auto !important;
	height:400px;
	min-height:400px;
}

#footer {
	height:30px;
	clear:both;
}

.lead {
	font-size:1.2em;
}
.content { padding:20px; }
.first-letter {
	font-size:2em; line-height:1em;
}

.box {
	background:url(../img/box-bg.jpg) no-repeat;
	width: 350px;
	float:right;
	color:#fff;
	padding:20px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.2em;

}

.definition {
	padding:10px;
	font-size:0.7em;
	color:#999;
}

.first {
	margin-top:80px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

a:link, a:visited, a:active 	{ color:#900404; text-decoration:none; }
