/* ------------------------------------------------------------
   Project: Red Circle
   Type: CSS2
   Author: Lee Westwood
   Date: 05/08/2010
   Company: www.discountdomainsuk.com
   ------------------------------------------------------------ */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */ 

#wrapper {
	width: 670px;
	margin: auto auto;
	text-align: left;
	border: 1px solid #999999;
	overflow: auto;
}
#header {
	width: 670px;
	background: #fff;
	border-bottom: 20px solid #da2e3a;
	text-align: right;
}
#content {
	width: 650px;
	padding: 10px;
	overflow: auto;
	float: left;
}
#content_left {
	width: 190px;
	float: left;
}
#content_right {
	width: 450px;
	float: left;
	padding: 0px 0px 0px 10px;
}
#footer {
	width: 670px;
	background: #da2e3a;
	color: #fff;
	font-size: 10px;
	float: left;
	text-align: center;
	padding: 3px 0px 3px 0px;
}
#footer_links {
	width: 660px;
	float: left;
	color: #e13a42;
	font-size: 11px;
	padding: 5px;
}

/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#content h1 {
	color: #353535;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
}
.redtitle {
	color: #CA1E26;
	font-size: 22px;
	padding: 5px 0px 5px 0px;
}
#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #353535;
	line-height: 16px;
}
#content p a {
	font-size: 12px;
	color: #353535;
	text-decoration: none;
}
#content p a:hover {
	font-size: 12px;
	color: #353535;
	text-decoration: underline;
}
#footer_links a {
	color: #353535;
	text-decoration: none;
}
#footer_links a:hover {
	color: #353535;
	text-decoration: underline;
}
#content ul li {
	font-size: 12px;
	color: #353535;
}

/* ------------------------------------------------------------
   Menu
   ------------------------------------------------------------ */

#menu {
	width: 670px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu li {
	margin: 5px 0px 5px 4px;
	list-style: none;
	float: left;
	background: #da2e3a;
	font-size: 14px;
}
#menu li a {
	background: #e13a42;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 33px 7px 32px;
	font-size: 14px;
}
#menu li a:hover {
	background: #ca1e26;
	color: #fff;
}
