@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;
	background: url(images/bg-main.png) center repeat-y #acacac;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
}
#wrapper{ 
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	background:url(images/bg-left.png) left repeat-y;
}
#menu {
	background:url(images/bg-menu.png) top repeat-x #FFFFFF;
	margin:0 3px;
	height:35px;
	padding-left:90px;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	margin:0;
	padding:0;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 15px;
	display:block;
	margin:3px;
}
#menu a:hover {
	color:#ffc20e;
	background:url(images/bg-menu-hover.png) top repeat-x #FFFFFF;
	
}
#header {
	background-color:#FFFFFF;
}
#content {
	padding:0 3px 5px 3px;

}
#content_full {
	padding:10px 100px;

}
#left {
	float:left;
	width:200px;
	padding:21px;

}
#left h1 {
	margin:0;
}
#right {
	padding:20px;
	width:608px;
	margin-left:242px;
}
#right h1 {
	margin-top:0;
}
#footer {
	background-color:#FFFFFF;
}
#banner {
	padding-left:2px;
	width:608px;
	margin-left:244px;
}
#copyright {
	text-align:center;
	font-size:11px;
	color:#666666;
	padding:15px;
}
#copyright a {
	color:#666666;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#error {
	border:1px solid red;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:red;
}
#data-table {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
#data-table th {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ededed;
}
#data-table td{
	border-bottom:1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height:20px;
}
#data-table tr.even {
	background-color:#f5f5f5;
}
#earnings {
	border:2px solid green;
	text-align:center;
	padding:10px;
	font-weight:bold;
	background-color:#def6b0;
	margin-bottom:15px;
	width:580px;
}
#submenu {

}
#submenu ul {
	margin:0;
	padding:0;
}
#submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
#submenu a {
	color:#333333;
	text-decoration:none;
	padding:6px 15px;
	display:block;
	margin:3px;
	border-bottom:1px solid #cccccc;
}
#submenu a:hover {
	color:#666666;
}
#box-grey {
	border:1px solid #cccccc;
	background-color:#ededed;
	padding:15px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}
#faq_top {
	text-align:right;
	margin:10px 0;
	font-size:12px;
	border-bottom:1px solid #666666;
}
#faq_top a {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
#eva_casenum {
	 background:url(images/case-num.gif) center top no-repeat;
	 padding:22px;
	 height:16px;
	 text-align:center;
	 font-size:14px; 
}
#eva_shipping {
	background:url(images/free-shipping-instructions.gif) top left no-repeat; 
	width:453px;
	padding:45px 15px 15px 15px;
	margin:0 auto;
} 
#eva_optional {
	border:1px solid #cccccc;
	background-color:#ededed;
	padding:10px;
	margin:10px 0;
}
#box {
	border:1px solid #cccccc;
	background-color:#ededed;
	margin-bottom:30px;
	padding:10px;
}
#box a {
	color:blue;
}