/* ======================================================
Filename:	stylesheet_holding.css
Website:	www.detoxmedia.net
Function:	Stylesheet for the holding page
Detox Media - Purifying The Web :: www.detoxmedia.co.uk
====================================================== */

/* =================================================== */
/* ----------------- html tag styles ----------------- */
/* =================================================== */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #ffffff;
	background-color: #ffffff;
}

/* =================================================== */
/* -------------------- paragraphs ------------------- */

p {
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #797979;
	background-color: #ffffff;
	margin-top: 10px;
}

/* =================================================== */
/* ---------------------- tables --------------------- */



/* =================================================== */
/* ---------------------- images --------------------- */



/* =================================================== */
/* ---------------------- lists ---------------------- */



/* =================================================== */
/* ---------------------- anchors -------------------- */

a {
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #40c7e9;
	background-color: #ffffff;
	margin-top: 10px;
}

a:hover {
	text-align: center;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #797979;
	background-color: #ffffff;
	margin-top: 10px;
}

/* =================================================== */
/* -------------------- form items ------------------- */



/* =================================================== */
/* ------------------ custom classes ----------------- */
/* =================================================== */

.class_container {
	position: relative;
}

.class_content {
	position: relative;
	margin: auto;
	width: 700px;
	height: 250px;
	top: 150px;
	border: 1px solid #40c7e9;
}

.class_title {
	position: relative;
	margin: auto;
	width: 250px;
	height: 50px;
	top: 30px;
}

.class_main_body {
	position: relative;
	margin: auto;
	width: 280px;
	height: 75px;
	top: 35px;
}