@charset "UTF-8";

/*
SMARTCASUALS.CO.UK CSS STYLES
*/

/* @group GLOBAL */

body {
	background: white url(../images/backgrounds/body.gif) repeat-x 0 -50px;
	font: normal normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

h1 {
	font: normal 2em "Times New Roman", Times, serif;
	margin: 0.65em 0;
}

h2 {
	font: normal 1.6em "Times New Roman", Times, serif;
	margin: 0.65em 0;
}

h3 {
	font: normal 1.3em "Times New Roman", Times, serif;
	margin: 1em 0;
}

h4 {
	font: bold 1.1em "Times New Roman", Times, serif;
	margin: 1.5em 0;
}

h5 {
	font: italic 1.1em "Times New Roman", Times, serif;
	margin: 1.5em 0;
}

h5 a {
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 0.5em 0;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted red;
}

a:hover {
	color: #f00;
}

a img {
	border-style: none;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 1em 0 0;
	padding: 0;
}

dd {
	padding: 0;
	margin: 0.5em 0 0.5em 2em;
}

table {
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0.5em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;	
}

/* @end */

/* @group LAYOUT */

body {
	padding: 0;
	margin: 0;
	text-align: center; /* IE5 */
}

#wrapper {
	width: 760px;
	height: 520px;
	margin: 50px auto 0;
	text-align: left;
}

#header {
	position: relative;
	width: 760px;
	height: 100px;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 215px;
	height: 100px;
}

#menu {
	position: absolute;
	left: 215px;
	top: 75px;
	width: auto;
	height: 25px;
}

#content {
	position: relative;
	width: 760px;
	height: 400px;
}

#heading {
	position: absolute;
	left: 10px;
	top: 30px;
	font-size: 1em;
	overflow: hidden;
}

#heading span {
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

#heading, #heading span {
	width: 370px;
	height: 40px;
	padding: 0;
	margin: 0;
}

#copy {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 370px;
	height: 320px;
	margin: 10px;
    overflow: auto;
	padding-right: 10px;
}

#picture {
	float: right;
	width: 340px;
	height: 380px;
	margin: 10px;
}

#footer {
	width: 760px;
	height: 20px;
}

#copyright {
	float: left;
	width: auto;
	height: 20px;
	margin-left: 10px;
}

#technical {
	float: right;
	width: auto;
	height: 20px;
	margin-right: 10px;
}

/* @end */

/* @group HEADER */

#logo a {
	border-bottom-style: none;
}

/* @group MENU */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#menu li a {
	border-bottom-style: none;
}

/* @end */

/* @end */

/* @group CONTENT */

#heading {
	font-size: 1em;
}

#heading span {
	background: none no-repeat;
}

#copy img {
	margin: 5px 10px;
}

/* @group FORM */

form label { 
	display: block;
	float: left; 
	width: 7em; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form input, form textarea {
	width: 270px;
	margin-left: 5px;
	border-top: 1px solid #f00;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
}

#form-submit {
	width: auto;
	background-color: #eee;
}

.error {
	color: #f00;
}

.error img {
	margin-right: 10px;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	font-size: 9px;
	color: #999;
}

#footer a {
	color: #999;
}

/* @end */