/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#222222 url('images/top_right_diag.png') no-repeat top right;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Layout */
#outer {
width: 720px;
margin: auto;
}

#header {
height:150px;
}

#ident_logo {
width: 720px;
height: 106px;
background:url('images/logo_large_720px.png') no-repeat;
}

#boxes {
padding: 30px 0;
}

#box1 {
border: 10px solid #fff;
float: left;
}

#box1 h2 a {
width: 200px; 
height: 230px;
margin:0;
padding: 0;
display: block;
background:url('images/away_menu_avc.png') no-repeat;
}

#box1 h2 a span {display: none; }


#box1:hover, #box2:hover, #box3:hover {
-moz-box-shadow: 0 0 10px #ff7700;
-webkit-box-shadow: 0 0 10px #ff7700;
}

#box2 {
border: 10px solid #fff;
float: left;
margin: 0 30px;
background:url('images/away_menu_furls.png') no-repeat;
}

#box2 h2 a {
width: 200px; 
height: 230px;
margin:0;
padding: 0;
display: block;
background:url('images/away_menu_furls.png') no-repeat;
}

#box2 h2 a span {display: none; }

#box3 {
border: 10px solid #fff;
float: left;
}

#box3 h2 a {
width: 200px; 
height: 230px;
margin:0;
padding: 0;
display: block;
background:url('images/away_menu_walls.png') no-repeat;
}

#box3 h2 a span {display: none; }
