/********************************************************************************/
/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/********************************************************************************/
/* TEMPLATE STRUCTURE CSS */
/********************************************************************************/
html, body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #EBEBEB;
	/*background-image: url(css_images/main/BGs/website2.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}
#header {
	width: 1000px;
	margin:0 auto 0 auto;
}
#contentArea {
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	background-color:#FFF;
}
#footer {
	width: 1000px;
	height:40px;
	position: relative;
	text-align: center;
	margin:0 auto 15px auto;
	background-color:#FFF;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.colFull {
	width:990px;
	margin:0 auto;
	float: left;
	padding:0 5px;
	overflow: hidden;
}