html, body {
	margin: 0;
	padding: 0;
	color: #4A4e4e;
}

.text1 {
	color: #4A4e4e;
}

.text2 {
	color: #b51c00;
	word-wrap: break-word;
}

.centerbox {
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
}

.centerbox.wide {
	width: 840px;
}

a {
	color: #B41B01;
}

a img {
	border: 0;
}

h1 {
	font-weight: normal;
	color: #B41B01;
}

h2 {
	font-weight: normal;
}

#buttons {
	margin-top: 20px;
}

.button {
	cursor: pointer;
	width: 225px;
	height: 89px;
	float: left;
	margin-right: 10px;
	background: url(img/button.png) no-repeat;
	overflow: hidden;
	margin-bottom: 0px;
	position:relative;
}

.button.down {
	background: url(img/button-down.png) no-repeat;
	color: #fff;
}

.button div{
	position: absolute;
  	left: 10px;
  	top: 10px;
  	width: 205px;
  	height: 69px;
  	display: table;
}


.button div p {
	color: #b41b01;
	font-family: Museo300, Geneva, verdana;
	font-weight: normal;
	font-size: 22px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}

.button.down p{
	color: #fff;
}

.roundedTable {
	-moz-border-radius: 3px;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
}

.roundedTable table {
	width: 100%;
	border-collapse: collapse;
}

.roundedTable table td, .roundedTable table th {
	padding: 5px 3px;
}

.roundedTable table th {
	font-family: Helvetica;
	font-size: 14px;
	color: #4b4f4f;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}



/* CUSTOMIZABLE ELEMENTS */


#head {
	background-color: #55595a;
	height: 97px;
	text-align: center;
}

#logo {
	padding-top: 26px;
}

#content {
	background:url(img/contentback.png) repeat-x #f1eada;
	padding-top: 25px;
	text-align: center;
	padding-left:15px;
	padding-right:15px;
}

body {
	font-family: Museo300;
	background-color: #f1eada;
}

.darkBox {
	background:url(img/darkbox.png) repeat-x #e8dec8;
}

div.sep {
	height: 1px;
	overflow: hidden;
	background: url(img/sep.png) repeat-x;
}

div.margintop {
	margin-top: 25px;
}

div.marginbot {
	margin-bottom: 25px;
}

div.margined {
	margin: 25px 0;
}

.largeLabel {
	color: #393534;
	font-size: 30px;
	font-family: Museo300;
	padding-right: 20px;
}

.largeLabel2 {
	color: #a61901;
	font-size: 30px;
	font-family: Museo300;
	padding-right: 20px;
}

.largeInput {
	color: #393534;
	font-size: 16px;
	font-family: Museo300;
	width: 400px;
}

.questionTable {
	width: 100%;
}

.questionTable td.question {
	font-size: 15px;
	font-family: Helvetica;
	padding-bottom: 10px;
	width: 200px;
	color: #393534;
}

.questionTable td.question.auto {
	width: auto;
}

.questionTable td.answer input[type=text], .questionTable td.answer select, .questionTable td.answer textarea {
	font-size: 14px;
	font-family: Helvetica;
	width: 100%;
}

.questionTable td.answer select.dateselect, .questionTable td.answer input[type=text].dateselect {
	width: auto;
}

.questionTable td.answer {
	font-size: 14px;
	font-family: Helvetica;
}

.questionTable td.answer.wide {

}

.customerIcon {
	float:right;
	margin-left: 3px;
	cursor: pointer;
}

.customerIcon img {
	padding-top: 6px;
}

#tabbar {
	height: 33px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 119px;
}

#tabs {
	background: url(img/tabcorner-l.png) top left no-repeat #e4d9c1;
	float: right;
}

#tabs ul {
	background: url(img/tabcorner-r.png) top right no-repeat;
	display: block;
	height: 28px;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
#tabs ul li {
	list-style-type: none;
	float: left;
	font-family: sans-serif;
	color: #4a4f4f;
	font-size: 10px;
}
#tabs ul li a {
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a4f4f;
}
#tabs ul li.tabsep {
	padding-top: 5px;
}

#promosTab{
	float:right;
	height:28px;
	width:118px;
	background-image:url(/themes/default/img/tab-red.png); 
	font-size:12px;
	text-transform: uppercase;
	display:block;
	color:#FFFFFF;
	text-align:center;
}
#promosTab div{
	padding-top:8px;
}
#promosTab a{
	color:#FFFFFF; 
	text-decoration: none;
}


/* POPUP */
.popup {
	width: 719px;
	display: none;
}

.popup.preview {
	display: block;
}

.popupInner {;
	padding: 30px;
}

.popupTitle {
	width: 656px;
	height: 46px;
}


.popupTitle div {
	font-size: 34px;
	padding-top: 7px;
}

.popupInfo {
	font-size: 17px;
	padding: 27px 0px 0;
}

.popupInfoBlock {

}

.popupClose {
	background: url(/images/popup/close.png);
	width: 23px;
	height: 22px;
	float: right;
	cursor: pointer;
}

.popupDetails {
}

.popupDetails li {
	color: #0b235d;
	font-family: Verdana;
	font-size: 12px;
	list-style-image: url(/images/popup/li.png);
	margin-bottom: 10px;
	margin-left: 0;
}

.popupFooter {
	color: #42b0d2;
	font-family: Geneva;
	font-size: 17px;
	padding: 10px 0;
}

label.error, div.error {
	display: block;
	color:red;
	font-style: italic;
}

#loginBox {
	width: 427px;
	margin: 0 auto;
	background: url(img/loginbox/mid.png) repeat-y;	
}

#loginBoxFields {
  background: url(img/loginbox/bottom.png) left bottom no-repeat;
	padding-bottom: 10px;
	margin:0;
	padding:0;
	border:0;
}

#loginBoxFields div.form {
	padding: 20px 20px 20px;
}

#loginBoxFields div.label {
	font-family: Museo300;
	font-size: 14px;
  color:#282828;
  margin-bottom: 5px;
}

#loginBoxFields div.label.error {
	color: red;
}

#loginBoxFields div.field input, #loginBoxFields div.field select {
	border: 1px solid #ccc;
	width: 100%;
	height: 21px;
}

#loginBoxFields div.field {
	margin-bottom: 12px;
}


/* #loginBox fieldset objects should not be in use anymore  */
#loginBox fieldset {
  background: url(img/loginbox/bottom.png) left bottom no-repeat;
	padding-bottom: 10px;
	margin:0;
	padding:0;
	border:0;
}
#loginBox fieldset div.form {
	padding: 20px 20px 20px;
}
#loginBox fieldset div.label {
	font-family: Museo300;
	font-size: 14px;
  color:#282828;
  margin-bottom: 5px;
}
#loginBox fieldset div.label.error {
	color: red;
}
#loginBox fieldset div.field input, #loginBox fieldset div.field select {
	border: 1px solid #ccc;
	width: 100%;
	height: 21px;
}
#loginBox fieldset div.field {
	margin-bottom: 12px;
}


div.legend {
	color: #9e1701;
	font-family: Museo300;
	font-size: 24px;
  color:#A0200D;
}

.checkbox {
	background:url(img/checkboxes.png) no-repeat;
	width:24px;
	height: 26px;	
}

.checkbox.checked {
	background-position: 0 -26px;
}

.roundChart {
	background-color: #f8f4ec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#entryDiv {
	padding: 0 30px;
}


#loginRoundOuter {
	position: absolute;
	height: 65px;
	top: 115px;
	text-align:center;
	width: 100%;
	left:0;
}

#loginRoundContent {
}

#loginRound {
	float: right;
	background: url(img/loginRoundM.png) repeat-x;
	width: 351px;
}

#loginRoundInner {
	background: url(img/loginRoundL.png) top left no-repeat;
}

#loginRoundForm {
	background: url(img/loginRoundR.png) top right no-repeat;
	height: 65px;
	text-align: left;
	padding: 15px 0 0 24px;
}

#loginRoundForm input[type=text], #loginRoundForm input[type=password] {
	width: 100px;
}

.errorBox {
	background: url(img/error.png) top left no-repeat;
	padding-left: 105px;
	padding-bottom: 63px;
}

.errorBox div {
	padding-top:5px;
	padding-left:3px;
}


/* LANDING PAGE */
#aoptop {
	background: url(img/aoptop.png) bottom left no-repeat;
}

#home {
	background: url(img/screen.png) 347px 20px no-repeat;
}

#aopname {
	font-family: Museo300, Geneva, verdana;
	font-size: 40px;
	color: #a61901;
	padding-bottom: 41px;
}

.band {
	width: 417px;
	height: 147px;
	background: url(img/band.png) top left no-repeat;
	margin-bottom: 40px;
}

.bandcontent {
	padding: 31px 17px;
}

.museo {
	font-family: Museo300, Geneva, verdana;
}

#footer {
	border-top: 4px solid #fff;
	background-color: #4A4D4D;
	color: #fff;
}

#footer ul li {
	display: inline;
	padding: 8px 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
}

#footer ul li.sep {
	padding: 10px 0px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#custLabel {
 width:280px;
}

.attemptsRemaining {
    background-image: url("/themes/default/img/attempts-remaining.png");
    display:inline-block;
    vertical-align:middle;
    width:102px;
    height:28px;
	cursor: pointer;
}

.attemptsRemaining3 {
    background-position: 0px -84px;
}
.attemptsRemaining3:hover {
    background-position: -102px -84px;
}
.attemptsRemaining2 {
    background-position: 0px -56px;
}
.attemptsRemaining2:hover {
    background-position: -102px -56px;
}
.attemptsRemaining1 {
    background-position: 0px -28px;
}
.attemptsRemaining1:hover {
    background-position: -102px -28px;
}
.attemptsRemaining0 {
    background-position: 0px 0px;
}
.attemptsRemaining0:hover {
    background-position: -102px 0px;
}

.errorText{
	font-size: 13px;
	margin-top:10px;
	color:#FF3333;	
}
.contentTab{
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius: 3px;	
	font-size:18px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	height:37px;
}
.contentTab span{
	display:inline-block;
	height:37px;
	margin-top:8px;
}

.contentTabActive{
	background-color: #FFFFFF;	
	cursor:default;
}
.contentTabInactive{
	background-color: #e3d8bf;	
	cursor: pointer;
}

.address {
	font-size: 20px;
}

.red {
	color: #B41B01;
}

.bar {
	height: 44px;
	overflow: hidden;
	border-radius: 8px;
	background: url(/images/bar.png) repeat-x;
	margin-bottom: 15px;
	cursor: pointer;
	text-align:center;
}

.bar div {
	padding: 12px 15px;
	color: #fff;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
}

