/* DOCUMENT INFORMATION -----------------------------------

TITLE:			WWW2
LAST UPDATED:	20th October 2009
AUTHOR:			Ben Johnson

NOTES:			Minimal styles basic template

-- CONTENTS -----------------------------------------------

	=1:		[STANDARDS / HTML]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[MAIN.TPL COLUMN]
	=5:		[NAVIGATION]
	=6:		[FOOTER]
	=7:		[LISTS]
	=8:		[FORMS]
	=9:		[IMAGES]
	=10:	[MISC]	
	
---------------------------------------------------------*/


/*------=1:	[STANDARDS / HTML] -----------------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
html {}
/* remember to define focus styles! */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 100;
	text-align: left;
	line-height: 11pt;
	color: #000;
	background-color: #FFF;
	background: url('../images/bg.gif') repeat-x;
	height: 100%;
}

/*------=2:	 [LINKS] ---------------------------------------*/
a {color:#701d75; text-decoration:none;}
a:link {color: #701d75; text-decoration: none;}
a:visited {color: #701d75;}
a:hover {text-decoration: underline;}

/*------=3:	 [COMMON ELEMENTS] -----------------------------*/
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
p { line-height: 1.3em; font-weight: normal;  }

.bold {	font-weight: bold; }
small { font-size: 11px; }
strong { font-weight: bold; }


h1 {
	font-size: 22px;
	font-weight: bold;
}

/*	=4:	[TOP ELEMENTS] ------------------------------------*/
#outerwrap {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	/*background: url('../media/bg_plate.jpg') no-repeat;*/
	background: url('../images/client_bg_plate.jpg') no-repeat;
	clear: both;
	padding-bottom: 140px;
	position: relative;
}

#pagewrap {
	margin: 0 auto;
	padding-top: 15px;
	width: 961px;
	min-height: 550px;
	position: relative;
}


/*	=6:	[MAIN COLUMN] -------------------------------------*/	
.logo { margin: 0px 0px 5px 25px; }

.content {
	width: 960px;
	float:left;
	font-size: 13px;
	font-weight: bold;
}



/*	=8:	[FOOTER] ------------------------------------------*/	
#foot {
	clear: both;
	bottom: 0px;
	height: 84px;
	width: 961px;
	margin: 0 0 0 55px;
}

#footer {
	position: relative;
	margin: 30px 0px 10px 0px;
	background: url('../images/footer_bg.jpg') repeat-x;
	height: 29px;
}

#bottomMenu { 
	margin-top:7px;
	margin-left:10px;
	width:550px;
	float:left;
	color:#fff;
	font-size:11px;
	width:100%;
}

#bottomMenu a { 
	color: #ffffff;
	font-size:11px;
}

#copyrightInfo {
	float:right;
	padding-right: 20px;
}


/*------=9: [IMAGES] --------------------------------------*/
img {border: 0px; display: block;}	
img.inline { display: inline; }

img.imgBox { margin: 3px; padding: 2px; border: 1px solid #404040; }
		

/*------=10: [MISC] ----------------------------------------*/
#ieNotice {	display: none; }
.hide { display: none; }
p.pink {
	color: #711d76;
}
.red { color: #cc0000; }
.green { color: #00FF00; }
.blue { color: #00CC00; }
.black { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #666666; }
.amber { color: #FF6600; }