/* 
 * Style Sheet for www.afineline.co.uk 
 */

/* Background and default properties */
* { margin:0; padding:0; }
body {
	background: #fff;
	font-size: 75%; margin: 0; padding: 0;
}
a, a:link {color: #f40000}

/* Layout */
#container {
	width: 1010px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	padding-top: 80px;
}

#contentleft {
	width: 310px;
	float: left;
}

#content {
	width: 700px;
	float: left;
}

/* Header 1 */
#contentleft h1 {
	text-indent: -8000em;
	height: 80px; line-height: 80px;
}
#contentleft h1 a {
	display: block;
	background: url(afineline.gif) top left no-repeat;	
	margin-left: 20px;
	width: 262px;
	height: 56px;
}

/* Top-level menu */
#menu1 {
	padding-left: 20px;
	height: 230px;
	color: #fff;
	background: #f40000 url(menu1line.gif) top right no-repeat;
}

#menu1 ul {
	margin: 0; 
	padding: 12px 0 0 0;
	list-style: none;
}
#menu1 li {
	padding-bottom: 0.1em;
}
#menu1 a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
}
#menu1 .selected {
	text-decoration: underline;
}

/* Plinth */
#plinth {
	height: 80px;
}
#plinth h2 {
	background: #f40000 url(plinthcorner.gif) bottom left no-repeat;
	width: 6em;
	color: #fff;
	font-size: 1.0em;
	padding: 0.2em 0 0.2em 18px;
	margin-bottom: 10px;
}
#plinth h2 a {
	color: #fff;
	text-decoration: none;
}

#plinth p {
	padding-right: 80px;
}

/* Header */
#header {
	background: #f40000;
	color: #fff;
	height: 230px;
	padding-right: 80px;
}

#header h2 {
	padding: 12px 80px 0.5em 0;
	font-weight: normal;
	font-size: 1.7em;
	clear: both;
}

#header a, #header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:hover, #header a.selected {
	color: #fff;
	text-decoration: underline;
}

/* Level 2 menu */
#menu2 {
	padding-top: 5px;
}
#menu2 ul {
	list-style:none; margin:0; padding:0;
}
#menu2 li {
	float: left;
	margin-right: 0.8em;	
	background: url(menu2slash.gif) center right no-repeat;
	font-size: 1.2em;
}
#menu2 a {
	display: block;
	padding-right: 0.8em;
	white-space: nowrap;
}


/* Main */
#main {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
}
#main p {
	padding: 0 80px 1em 0;
}

#main h3 {
	color: #f40000;
	padding: 0 80px 0.5em 0;
}

#main ul {
	padding: 0 80px 0.5em 1.3em;
}
#main a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#main a:hover {
	color: #f40000;
}

/* Footer image */
#footer {
	text-align: right;
	padding: 2em 80px 0.5em 0;
}

/* Homepage */
#home {
	margin: 1em 0 1em 0;
	font-size: 130%;
	font-weight: bolder;
}