/* ---------------------------------------------- */
/* ---------- styles for grey abbey ------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------- CSS RESET ------------------- */
/* ---------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	
	content: "";
}

blockquote, q {
	
	quotes:  "" "";
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {	
	margin:  0;	
	padding:  0;
	font: 12px/130% "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;;
	color: #666666;
	background: #fff;
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 16px;
}

p {
	line-height: 130%;
	margin: 10px 0 0 0;
}

p a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	display: block;
}


/* ---------------------------------------------- */
/* ----------------- CLASSES -------------------- */
/* ---------------------------------------------- */

.red {
	color: #cc0000;
}

.no-border {
	border: none !important;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */

#wrapper {
	width: 920px;
	margin: 16px auto;	
}

#top {
	height: 20px;
	background: url(../img/landing-top.png) no-repeat;
}

#middle {
	background: url(../img/landing-middle.png) repeat-y;

}

#bottom {
	height: 20px;
	background: url(../img/landing-b.png) no-repeat;
}

.mid {
	background: url(../img/middle.gif) no-repeat;
	margin: 0 0 0 5px;
	height: 522px;
	padding: 38px 39px 0 34px;
}


.mid .left img {
	display: inline;
	margin: 0 10px 0 0;
}

.main {
	margin: 108px 0 0 0;
}

.main h1 {
	color: white;
	margin: 0 0 20px 0;
}
.main p {
	color: white;
	margin: 20px 0 0 0;
}

#boxes {
	margin: 20px 0 0 0;
}

.box {
	float: left;
	width: 161px;
	height: 94px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 113px;
}

.e {
	background: url(../img/box-e.png) no-repeat;
}


.a {
	background: url(../img/box-a.png) no-repeat;
}

.p {
	background: url(../img/box-p.png) no-repeat;
}

.box h2, .box p {
	width: 155px;
}

.box p {
	font-size: 11px;
	margin: 0 !important;
}

.box a {
	color: #666;
	text-decoration: none;
}

#footer {
	text-align: center;
	margin: 10px 0 0 0;
	color: #333;
	font-size: 11px;
}





