@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

body {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}

#brand {
	font-weight:800;
	font-size:35px;
}

#brand a {
	text-decoration:none;
	color:#E86211;
}

#brand p {
	font-size:20px;
}

#dropdown .head {
	font-size:15px;
	text-decoration:none;
	color:#D3141A;
}

.kwicks li a {
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-weight:800;
}

/* Headings */
h1 {
	font-weight:800;
	font-size:20px;
}

h2 {
	font-weight:800;
	font-size:15px;
	margin-bottom:10px;
}

