@charset "utf-8";

/* =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,
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;
}

#header{
	position:relative;	
}

/* =Elements */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:11px;
	margin-bottom:10px;
}

h1 {
	width:319px;
	height:36px;
	margin:30px auto 15px;
	background:transparent url(../../images/header_main.png) top left no-repeat;
	text-indent:-9000px;	
}

h2.title {
	width:342px;
	height:21px;
	margin:20px auto;
	background:transparent url(../../images/header_expert-tips.png) top left no-repeat;
	text-indent:-9000px;
}

ul {
	list-style-type:none;
	margin:8px;	
}

ul li {
	margin:13px 0;
}

a:link, a:visited {
	color:#b4284f;
	text-decoration:none;
	font-size:13px;
}

a:hover {
	color:#470e20;
	text-decoration:none;
	font-size:13px;
}



/* =Divs */
#wrapper {
	width:950px;
	margin:0px auto;
}

#main {
	width:950px; /* height is variable; defined inline */
	padding:0 0px;
}

#category1 {
	width:233px;
	height:286px;
	background:#e7dbe1 url(../../images/bg_box_light.png) bottom left no-repeat;
	float:left;
}

#category2 {
	width:236px;
	height:286px;
	background:#e3d6dd url(../../images/bg_box_dark.png) bottom left no-repeat;
	float:left;
	margin-left:3px;
}

#category3 {
	width:236px;
	height:286px;
	background:#e3d6dd url(../../images/bg_box_dark.png) bottom left no-repeat;
	float:left;
	margin-left:3px;
}

#category4 {
	width:233px;
	height:286px;
	background:#e3d6dd url(../../images/bg_box_dark.png) bottom left no-repeat;
	float:left;
	margin-left:3px;
}

#callouts {
	width:950px;
	height:120px; 
	_width:953px; /* hacks for our most beloved ie6 */
	_position:relative;
	_top:-3px;
}



/* =Classes */
img.subnav {
	float:left;
	cursor:pointer;
}

.callout1, .callout2, .callout3 {
	display:inline;
	float:left;
}

#landing_page .main1 {
	background:url(../../images/bg_main.jpg) top left no-repeat;
	width:950px;
	height:482px;
	overflow:hidden;
}

#landing_page .callout2 a {
	color:#1e1514;
}

#landing_page .callout2 a:hover {
	color:#213677;
}