@charset "UTF-8";

/* CSP Creative Base CSS */

/* FONTS =========================== cspcreative.com.au */

@font-face {
	font-family: Bank Gothic Light;
	src: url(../fonts/bank-gothic-light.ttf);
	}

@font-face {
	font-family: Avant Garde Book;
	src: url(../fonts/avant-garde-book.otf);
	}

/* GLOBAL =========================== cspcreative.com.au */

* {
	}

html {
	background: #000 url(../images/furniture/fibre-optics.jpg) no-repeat fixed left top;	
	}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	}

img {
	border: 0;
	}

.hidden {
	display:none;
	}

.clear {
	clear: both;
	}

/* NAVIGATION =========================== cspcreative.com.au */

#navigation {
	font-family: Bank Gothic Light, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	color: #fff;
	width: 290px;
	position: fixed;
	top: 50px;
	left: 40px;
	}

#navigation a {
	margin-left: 18px;
	}

#navigation .bank-numbers {
	font-size: 14px;
	}



/* DIVS =========================== cspcreative.com.au */

#mainbody {
	position: absolute;
	width: 600px;
	left: 360px;
	padding-bottom: 15px;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	text-align: center;
	background: rgba(1,0,40,0.8) url(../images/furniture/csp-logo-signature-small.png) no-repeat right bottom;
	}

#textbody {
	position: relative;
	width: 500px;
	left: 30px;
	top: -70px;
	text-align: left;
	border: 1px dotted rgba(255,255,255,0.2);
	padding: 20px;
	margin-bottom: -55px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}



/* TEXT =========================== cspcreative.com.au */

body {
	font: 0.8em/1.6em Avant Garde Book, Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	color: white;
	}

h1 {
	font-family: Bank Gothic Light, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 22px;
	color: #8abf35;
	margin: 20px 0 20px 0;
	font-weight: normal;
	}

h2 {
	font-family: Bank Gothic Light, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 18px;
	color: #909090;
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	font-weight: normal;
	}

a {
	color: #70b537;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #95ff57;
	}

.subtext {
	font-size: 9px;
	line-height: 1.7em;
	color: #7f7f7f;
	}

.highlight {
	color: #3149ff;
	}

.green {
	color: #8abf35;
	}

ul {
	list-style-type: square;
	}


/* IMAGES =========================== cspcreative.com.au */

.imagespaceleft {
	position: relative;
	top: 8px;
	margin-left: 20px;
	}


/* TABLES =========================== cspcreative.com.au */


table.tablefloat {
	float: left;
	margin-right: 5px;
	}

caption {
	caption-side: bottom;
	font-size: 9px;
	color: #7f7f7f;
	text-align: left;
	padding-top: 5px;
	}
