/* 
 * ecomp-simple.css
 * 
 * Default CSS file for Ecomplement.com Home theme ecomp-simple
 * 
 * Date: 2/23/2010
 * Author: Jeff Mashaw
 *
 */
 
body {
	text-align: center;
	font-family: Sans,Arial,Sans-serif; 
}

a {
	text-decoration: none;	
	color: blue;		
}

a#notice {
	font-size: 9pt;	
}

a#special {
	text-decoration: underline;	
	font-style: italic;
}

p#padding {
	padding: 10px 40px;	
}

span.title {
	color: maroon;
	font-size: 16pt;
	font-style:italic;
}

div.page {
	background: transparent;
}

div.header {
	display: block;
	position: relative;
	min-width: 800px; 
	height: 58px;
	top: 0px;
	left: 0px;
	right: 0px;	
}

div.header  a {
	line-height: 52px;
}

div.header a.logo {
	font-size: 18pt;
	font-weight: bolder;
}

div.body {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 50px 10px;	
	text-align: center;
	margin-bottom: 50px;
}

div.form {
	margin: 10px;
	padding: 10px 10px 30px 10px;	
	border: 5px solid green;
}

div.message {
	position: relative;
	background-color: #000066;
	border: 1px solid black;
	color: white;	
	z-index: 101;
	width: 100%;
}

div.page {
	position: relative; 
	z-index: 102;
	width: 100%;
	background-color: white;
	text-align: center;
}

div.page p{
	margin: 20px;
}

div.debug {
	position: relative;
	top: 90px;
	background-color: red;
	color: white;
}

ul.debug {
	list-style: none;
}

div.footer {
	margin: 0;
	padding: 5px;
	font-size: 12pt;
	position: fixed;
	width: auto;
	min-width: 790px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: white;
}

div.footer a {
	font-size: smaller;
	padding: 0 10px 0 10px; 
}
