p, ul, form, ol, h1, h2, h3, h4, img, body, html {
  margin: 0; border: 0; padding: 0;
}

body {
  font: 10pt 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  background: #e7e8e8 url('../images/lines_gray.gif') repeat scroll 0 0;
  text-align: left;
  line-height: 130%;
  padding-bottom: 30px;
}

h1, h2, h3 {
  color: #444;
  font-family: 'Lucida Grande', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


h3 {
  font-size: 1.2em;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
}

a, a:hover {
  color: #950000;
/*  border-bottom: 1px solid #ccc;
  text-decoration: none;*/
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
}

ul {
  list-style: square;
}

ol {
  padding: 0 0 0 25px;
}

form, table, td, tr, th {
	font-size: 100%;
}

p, ul, ol {
  margin: 8px 0;
}

textarea {
  font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  border:1px solid #E8E8E8;
  padding: 3px 5px;
}

input.checkbox {
  position: relative;
  top: 2px;
  margin-right: 4px;
}


input.button, input.submit, input.reset {
  padding: 10px 10px 10px 10px;
}


.label {
  display: block;
  color: #333;
  padding-bottom: 3px;
}

.label .label_required {
  color: red;
  font-size: 0.85em;
}

.form_group {
  margin-bottom: 9px;
}

input.text {
  border:1px solid #E8E8E8;
  padding: 3px 5px;
  font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  width: 240px;
}

.small {
  font-size: 80%;
}


div.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.debug {
	font-family:"Courier New", Courier, monospace;
	background-color:#CCCCCC;
}

.error {
	color:#FF0000;
	padding: 5px 10px 25px 55px;
	background: url('../images/messagebox_critical.png') no-repeat;
}
.warning {
	color:#440000;
	padding: 5px 10px 25px 55px;
	background: url('../images/messagebox_warning.png') no-repeat;
}
.info {
	color:#000000;
	padding: 5px 10px 25px 55px;
	background: url('../images/messagebox_info.png') no-repeat;
}


#header {
  position: relative;
  margin: 10px auto;
  text-align: left;
  height: 50px;
}

#header h1 {
  position: absolute;
  top: 15px; left: 20px;
  margin: 0;
  margin: -10px auto;
  padding: 0;
  width: 125px;
  height: 45px;
}

#header h1 a, #header h1 a:hover {
  border: 0;
  display: block;
  width: 125px;
  height: 48px;
  text-decoration:none;
  background: url('../images/logo.png') no-repeat;
}

#header h1 a span {
  display: block;
  padding: 16px 0 0 55px;
}

#header ul {
  position: absolute;
  top: 15px; right: 5px;
  margin: 0; padding: 0 18px 0 0;
  list-style: none;
  float: right;
}

#header ul li {
  display: inline;
}

#header ul li a, #header ul li a:hover {
  margin: 0 15px;
  padding: 0 2px 4px 2px;
  color: #950000;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  text-decoration:none;
}

#header ul li.selected a, #header ul li a:hover {
  border-bottom: 2px solid #752d2d;
  text-decoration:none;
}

#inner #body_wrapper {
  margin: 0 auto 8px;
  font-size: 1em;
  text-align: left;
  background: #fff url('../images/top_menu_pattern.gif') repeat-x;
}

#inner #body_wrapper .top {

}

#inner #body_wrapper .content{
  padding: 20px 30px;
}

#inner.with_sidebar #body_wrapper .content #page_content {
}



#inner #body_wrapper .content #page_head{
  margin-bottom: 25px;
  padding-bottom:10px;
  border-bottom: 2px solid #f3f3f3;
  text-align: center;
  color: #000;
}
#inner #body_wrapper .content #page_head h1 {
  font-family: Georgia, 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 3px;
}

#inner #body_wrapper .content #page_head h2 {
  padding-bottom: 0px;
  color: #950000;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: normal;
}

#inner #body_wrapper .content #page_head p {
  margin: 2px 0 0 0;
  font-size: 90%;
  color: #777;
}


#inner #body_wrapper .content #page_foot {
  margin-top: 7px;
  padding-top: 6px;
  border-top: 1px solid #f3f3f3;
}



#inner.with_sidebar #body_wrapper .content #page_sidebar {
  margin-left: 695px;
  width: 210px;
}

#inner #body_wrapper .bottom {
  height: 15px;
}

#footer_promotions {
  background: #DDD url('../images/menu_pattern.gif') repeat-x scroll 0 0;
  text-align: center;
  font-size: 10pt;
  padding: 10px 0px 0px;
  color: #222;
  margin: 0 0 -5px 0;
  list-style: none;
  height: 40px;
}

#footer_promotions li {
  padding: 0 10px;
  display: inline;
}

#footer_wrapper {
  background: #333 url('../images/footer_pattern.gif') repeat-x scroll 0 0;
  text-align: left;
  font-size: 8pt;
  padding: 10px 0px 10px;
  color: #AAA;
}

#footer_wrapper a, #footer_wrapper a:hover {
  border: 0;
  color: #777;
  text-decoration: none;
}

#footer_wrapper a:hover {
  text-decoration: underline;
}

#footer_wrapper .footer_left {
  float: left;
  text-align: left;
  line-height: 130%;
  padding-left: 25px;
}

#footer_wrapper .footer_right {
  float: right;
  text-align: right;
  padding-right: 20px;
}

* html .footer_right {
  margin-top: -22px;
}

.footer_right a {
  margin-left: 10px;
}

.footer_left .footer_logo {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 2px;
}


#footer_links {
  margin: 0; padding: 10px 0 0px 0;
  list-style: none;
}

#footer_links li {
  padding: 0 10px;
  display: inline;
}

#copy {
  margin: 0;
  padding: 0;
  color: #aaa;
  font-size: 0.9em;
}

#main_banner {
	color: #CCC;
}
#main_content {
	margin: 0px -30px -20px -30px;
	padding: 30px;
	background: #FFF;
}
#main_banner h1 {
	color: #DDD;
	font: 24pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}

#main_banner h2 {
	color: #CCC;
	font: 16pt 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#main_banner p {
	color: #5a4949;
	font: 12pt 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#main_banner .signup {
	padding: 10px;
	background-color: #c1d9d0;
	color: #000;
	text-align: center;
	border: 1px solid #5a4949;
	font-size: 1.8em;
	font-weight: bold;
}

.separator {
	border-bottom: 1px solid #5a4949;
	padding-top: 10px;
}

.separator_light{
	border-top: 1px solid #5a4949;
	padding-top: 10px;
}
.image_cell {
	width: 110px;
	padding: 10px 5px 5px 0px;
	text-align: center;
}

.validate_cell {
	width: 80px;
}

.big_button {
	font-size: 18pt;
}

.validate_button {
	font-size: 0.8em;
}

.product_name {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.highlighted {
	padding: 3px;
	font-size: 1.1em;
	color: #000000;
	background-color: #fffcdf;
}

.validated_message {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.validated_success {
	color: #0b7a24;
	font-weight: bold;
	font-size: 1.1em;
}
.validated_error {
	color: #a00505;
	font-weight: bold;
	font-size: 1.1em;
}

