/*  

Client: 
Client URL: http://www.
Description: 
Version: 1.0
Author: Robert Games
Agency: Pad Media
Agency URL: http://www.padmedia.co.uk/
Date: 01/01/2009

Notes: --

*/

/* Contents

	1.0 Reset CSS
	2.0	Global Formatting
	3.0	Common Formatting
	4.0	Links
	5.0	Fonts
	6.0	Global Classes
	7.0	Wrapper
	8.0	Logo
	9.0	Layout
	10	Navigation
	11	Forms
	12	Tables
	
*/

/* 1.0	Reset CSS */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding:0;
margin:0;
}


/* 2.0	Global Formatting */

html, body {
	border:0;
	margin:0 0 0 0;
	padding:0;	
}

body {
	font-size:62.5%; /* 62.5% relative font size resets to 10px */
	color:#3d3d3d;
	margin:0;
	padding:0;
	background:#f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
}

/* 3.0	Common Formatting */

p {
	font-size:1.2em;
	line-height:18px;
	margin-bottom:18px;
}

h2 {
	font-size:1.8em;
	margin:0;
	line-height:18px;
}

h2 a,
h2 a:visited {
	color:#3d3d3d;
	text-decoration:none;
}

h2 a:focus,
h2 a:hover {
	text-decoration:underline;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

ul {
}

li {
}

blockquote {
}

img {
}

strong em {
	color:#000!important;
	font-style:italic;
	font-weight:bold;
}

u {
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/* 4.0	Links */

a,
a:visited {
	color:#25aae1;
	text-decoration:none;
}

a:hover,
a:focus {
	text-decoration:underline;
}

/* 5.0	Fonts */

/* 6.0	Global Classes */

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	display:block;
}

.hide {
	display:none;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}
 
.text-left { 
	text-align:left;
}

.text-right { 
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

/* 7.0	Wrapper */

div#wrapper {
	width:640px;
	padding:40px 10px 0 10px;
	margin:auto;
	border-top:5px solid #3d3d3d;
	background:#FFF;
}

/* 8.0	Logo */

#logo {
}

/* 9.0	Layout */

.col {
	width:300px;
	float:left;
	margin:0 10px;
	display:inline; /* Hack for IE6 Double margin bug */
}

.col img {
	margin-bottom:18px;
}

#content {
	margin:0 10px;
	position:relative;
}

.back {
	position: absolute;
	top:10px;
	right:10px;
	
}

img.float-right {
	display: inline;
	margin:0 0 18px 20px
}

/* 10.0	Navigation */

/* 11.0	Forms */

fieldset {
}

legend {
}

label {
}

input {
}


textarea {
}

button {
}

/* 12.0	Tables */

table {
}

tbody {
}

tr {
}

th {
}

td {
}