/*
 * fsquared.css - stylesheet for fsquared.co.uk
 *
 * All layout managed here, in a bid to keep content and layout
 * as seperated as possible.
 *
 * Copyright (C) 2006 fsquared limited. All rights reserved.
 */

/* General page layout. */

html
{
	margin: 0px;
}

body
{
	background-color: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
}

h1
{
	font-family: times, serif;
	font-size: 2em;
	font-weight: bold;
	clear: both;
}

h2
{
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.5em;
	clear: both;
}

span.subtitle
{
	font-weight: normal;
	font-style: italic;
}

img
{
	border: none;
}

a
{
	font-style: normal;
	font-weight: bold;
	background-color: #ffffff;
	color: #ee8606;
	text-decoration: none;
}

a:hover
{
	background-color: #ffffff;
	color: #000000;
}

p.clear
{
	clear: both;
}

/* Design elements. */

div.iefix
{
	position: relative;
	width: 100%;
	height: 100%;
}

div.topshapes
{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 68px;
	right: 5px;
	background-image: url(/images/topstripes.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.topshapes div.iefix div.squares
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 68px;
}

div.smallbar
{
	position: absolute;
	top: 113px;
	left: 5px;
	height: 19px;
	right: 5px;
	background-color: #cccccc;
}

div.copyright
{
	position: relative;
	clear: both;
	height: 80px;
	width: 100%;
	background-color: #cccccc;
	color: #000000;
	font-size: 10px;
}

div.copyright div.iefix p
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2px;
}

div.image
{
	position: relative;
	width: 300px;
	height: 100%;
	vertical-align: bottom;
	float: left;
	margin-left: -300px;
}

div.main
{
	position: relative;
	margin-top: 127px;
	margin-left: 300px;
	border: solid 1px white;
}

/* Menu (slightly complicated to get it working right) */

div.menu
{
	position: absolute;
	background-color: #000000;
	background-image: url(/images/barlogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000000;
	height: 40px;
	top: 73px;
	left: 5px;
	right: 5px;
	text-align: right;
	vertical-align: bottom;
}

div.menu div.iefix ul.menuitems
{
	position: absolute;
	bottom: 0px;
	right: 1em;
	padding: 0px;
	margin-left: 200px;
	margin-bottom: 2px;
	text-align: right;
	list-style-type: none;
}

div.menu div.iefix ul.menuitems li.menuitem
{
	font-size: 15px;
	font-weight: bold;
	float: left;
	padding-left: 20px;
}

div.menu div.iefix ul.menuitems li.menuitem a
{
	background-color: #000000;
	color: #ee8606;
	text-decoration: none;
}

div.menu div.iefix ul.menuitems li.menuitem a:hover
{
	background-color: #000000;
	color: #ffffff;
}

/* Other style elements. */

p.quote
{
	margin-bottom: 0px;
	clear: both;
}

p.inlinequote
{
	margin-left: 25px;
	clear: both;
}

p.author
{
	font-style: italic;
	font-size: 0.8em;
	float: left;
	margin-bottom: 2em;
}

p.inlineauthor
{
	font-style: italic;
	font-size: 0.8em;
	margin-left: 25px;
	margin-bottom: 2em;
}

span.moreinfo
{
	float: right;
	text-align: right;
}

span.moreinfo a
{
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	background-color: #ffffff;
	color: #ee8606;
	text-decoration: none;
}

span.moreinfo a:hover
{
	background-color: #ffffff;
	color: #000000;
}

ul.features
{
	list-style-image: url(/images/bullet.png);
	padding-left: 0px;
	margin-left: 3em;
}

ul.features li
{
	padding-bottom: 0.5em;
}

div.formline
{
	width: 100%;
	text-align: left;
	clear: both;
	height: 2em;
}

div.formline span.formlabel
{
	float: left;
	text-align: left;
	margin-left: 2em;
	width: 25%;
}

div.formline span.formitem
{
	float: right;
	text-align: left;
	width: 70%;
}
