﻿body
{
	background-image:url('graphics/bg2.png');
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

img
{
	border:none;
}

#divBorder
{
	position:relative;
	margin:auto;
	width:830px;
	background-image:url('graphics/shadow.gif');
	
}

#divTop
{
	position:relative;
	margin:auto;
	width:800px;
	height:200px;
	background-color:#FFFFFF;
	text-align:center;
}

#spnSubHeading
{
	color:#699682;
	font-weight:bold;
	font-size:20px;
}

#divNav
{
	position:relative;
	margin:auto;
	width:800px;
	height:75px;
	background-color:#FFFFFF;
}

#divNavBar
{
	position:relative;
	margin:auto;
	width:800px;
	height:30px;
	background-color:#00CCCC;
}

#divMain
{
	position:relative;
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
	overflow:auto;
}

.contentMargin
{
	margin:5px;
	float:left;
	width:auto;
}

#divMain h1
{
	color:#699682;
}

.photoBar
{
	float:right;
	margin:5px;
	width:250px;
}

.photo
{
	list-style:none;
}

#divDesign
{
	position:relative;
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
}

.center
{
	text-align:center;
}

.warning
{
	color:red;
}

/* Form Positioning */
label
{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

/* Form Style */				
input[type="text"], input[type="password"], input[type="submit"], input[type="file"], input[type="button"], textarea
{
	color: #304C4C;
	background: #C5F2E5;
	border: 1px solid #781351
}

.invalidInput input
{
	color: #FF0000;
}

.checkPostcode input
{
	margin-left:0.5em;
}

.email
{
	font-weight:bold;
}

#portfolio_thumbnail
{
	height:75px;	
}

.light
{
	background-color:#FFFFFF;
}
.dark
{
	background-color:#D2FFFF;
}

.tableHeader
{
	background-color:#666666;
	color:#FFFFFF;
}

.rightAlign
{
	text-align:right;
}

.postcodeYes
{
	color:#16730C;
}

.postcodeNo
{
	color:#FF0000;
}

.total
{
	font-weight:bold;
}

a:link
{
	text-decoration:none;
	color:#0B6CD9;
}
a:visited
{
	text-decoration:none;
	color:#0B6CD9;
}
a:active
{
	text-decoration:none;
	color:#0B6CD9;
}
a:hover
{
	text-decoration:underline;
	color:#0B6CD9;
}