@charset "utf-8";
/* CSS Document */

/* Colour palate black white red:#ff3300 grey:#333333 */

body {
	background:				#000 none repeat scroll 0%;
	color:						#999999;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
}

* {
	margin:					0pt;
	padding:				0pt;
}

a {
	color:						#FFF;
	text-decoration: 		none;
}

a:hover {
	color:					#ff3600;
}

p {
	padding-bottom:			10px;
}

.locked {
	background:				url(../images/general/locked.gif) no-repeat right;
	padding-right:			20px;
}

h1 {
	font-size:				16px;
	text-transform:			uppercase;
	padding:				5px 0 0 5px;
	margin-bottom:			10px;
	color:					#ff3600;
	border-bottom:			#ff3600 solid 1px;
}

h1 a {
	color:					#ff3600;
}

h2 {
	border-bottom:				#ff3600 solid 1px;
	margin-bottom:				20px;
	color:						#FFF;
	text-transform:				lowercase;
	font-size:					16px;
}

h2 a {
	color:					#ff3600;
}

h3 {
	font-size:				12px;
	font-weight:			bold;
	color:					#FFF;
}

ul {
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
}

th {
	text-align:				left;
	border-bottom:			#D2D2BD solid 1px;
	padding-bottom: 		5px;
}

.message {
	color:						#ff3300;
}


/* CONTACT PAGE */
.fbIcon {
	background:					url(../images/general/facebook.gif) no-repeat;
	padding-left:				20px;
}

.skypeIcon {
	background:					url(../images/general/skype.gif) no-repeat;
	padding-left:				20px;
}

.twitIcon {
	background:					url(../images/general/twitter.gif) no-repeat;
	padding-left:				20px;
}

.linkedIcon {
	background:					url(../images/general/linkedin.gif) no-repeat;
	padding-left:				20px;
}

.flickrIcon {
	background:					url(../images/general/flickr.gif) no-repeat;
	padding-left:				20px;
}


.clearer {
	clear:				both;
	display:			block;
	font-size:			1px;
	height:				1px;
	line-height:		1px;
	margin:				0;
	overflow:			hidden;
	padding:			0;
}


