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

body {
/*
	background:url(images/bg.jpg) no-repeat fixed #111;
	background-size:cover;
	-moz-background-size:100%;
	-webkit-background-size:100%;
*/
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	overflow:auto;
}

#content {
	width:740px;
	min-height:300px;
	padding:10px 25px 25px 25px;
	margin:64px auto 180px auto;
	overflow:hidden;

}

#content a.login-link {
  background:transparent url('images/icon_smallarrow.png') center left no-repeat scroll; 
  padding-left:10px;
  text-decoration:none;
}

.scrollpane {
	width:100%;
	overflow:hidden;
	position: relative;
}

.footer, .push {
}

.footer {
	width:100%;
	position:fixed;
	z-index: 5;
	bottom:0;
}


img.banner {
	margin-bottom:10px;
}

#content h3 {
	text-transform:uppercase;
	color:#ccb672;
	font-size:18px;
	font-weight:normal;
}



nav {
	display:block;
}
nav ul.kids-navi {
	list-style-type:disc;
	list-style-position:inside;
	display:block;
	margin-bottom:7px;
}


ul.kids-navi li{
	float:left;
	text-transform:uppercase;
	font-size:11px;
	margin-right:20px;
	margin-bottom:5px;
}


ul.kids-navi li a{
	color:#FFFFFF;
	text-decoration:none;
}

ul.kids-navi li a:hover{
	color:#ccb672;
}
ul.kids-navi li a.selected{
	/*font-weight:bold;*/
	color:#ccb672;
}



#scrollstrip{
	width:90000px;
}



#scrollstrip table {
	float:left;
}

section {
	width:740px;
	margin-top:10px;
	margin-right:100px;
	font-size:12px;
	line-height:16px;
	float:left;
	position:relative;
	overflow:hidden;
}

section p {
	margin-top:15px;
}

.emphasis {
	color:#ccb672;
}

hr.separator {
	border-top:dashed #ccb672 1px;
	width:790px;
	margin-left:-25px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}

section#rewards hr.separator {
	border-top:dashed #ccb672 1px;
	width:770px;
	margin-left:-25px;
	padding:7px 0;
}


section a:link,section a:visited {
	color:#FFFFFF;
}

section a:hover{
	color:#ccb672;
}

form table td{
	color:#ccb672;
	padding:7px;
}

form table td.xsmall,.view-pp  {
	font-size:9px;
	color:#9d9a9a;
	line-height:12px;
}

form input,select,option {
	color:#000000;
	padding:1px;
}

form input[type=text], form input[type=password] {
	width:200px;	
}

input#address {
	width:100%;
}

input#subscribe {
	
}

input#submit {
	background-image:url(images/btn_submit.gif);
	width:76px;
	height:21px;
	border:0;
	color: transparent;
/*	text-indent:-9999px;*/
	font-size:0;
	*line-height:0;
	*padding-left:1000px;

	/*
	text-indent:-9998px;
  * html button{font-size:0;display:block;line-height:0}  ie6 
  *+html button{font-size:0;display:block;line-height:0}  ie7 
  */
}


label[for=subscribe] {
	color:#ffffff;
	font-size:11px;
}

.invalid-field {
}

.view-pp {
	display:block;
	/*margin-left:15px;*/
}

/* selectmenu */
form#mailing-form table td .dropdown-styled{
	float:left;
	margin-right:5px;
	min-width:80px;
	color:#000;
}
/* override jquery ui css */
form#mailing-form .ui-selectmenu-group-label {
    color: #FFFFFF;
	text-align: center;
}

table.liney thead td {
	border-top: 1px solid #554f35;
}
table.liney {
	border-right: 1px solid #554f35;
}
table.liney td {
	border-bottom: 1px solid #554f35;
	border-left:1px solid #554f35;
	padding: 5px;
}
