* {
    margin: 0;
    padding: 0;
}

body {
    background: black;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
}

.step2_table {
	margin: 15px 0px;
	width: 100%;
}

.step2_table td {
	padding: 5px 0px;
}

.step2_table input {
	border: 1px solid gray;
}

p.saldo {
	margin-bottom: 10px;
}

.ulRadio li {
	list-style: none;
}

.giftUl {
	margin-top: 20px;
}
.giftUl li {
	list-style: none;
}
.giftUl li a {
	color: white;
	text-decoration: none;
}
.giftUl li a:hover {
	text-decoration: underline;
}

div#main {
    border: 0px;
    background-image: url(/media/images/background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    width: 900px;
    height: 600px;
    margin: 0 auto;
    text-align: left;
}

div#content {
    position: relative;
    top: 27px;
    left: 250px;
    width: 575px;
    text-align: left;
}

div#menu {
    position: relative;
    top: 5px;
    left: 235px;
    width: 665px;
    background: #4E5357;
    text-align: center;
}
div#flash {
    position: fixed;
    top: 5px;
	right : 70px;
}

div#newsletter {
    position: absolute;
    top: 50%;
	left : 0px;
}

div#newsletter a {
    text-decoration: none;
}

div#facebook {
    position: fixed;
    top: 5px;
	left : 50%;
}

div#facebook a {
    text-decoration: none;
}

span.menu_label {
    color: #FE0000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

ul.website {
    list-style: none;
    padding: 4px 0;
}

ul.website li {
    display: inline;
    padding: 0 20px;
}

ul.website li a {
    padding: 0;
    border: 0px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

ul.website li a:hover {
    color: #FE0000;
}

ul.menu {
    list-style: none;
    padding: 0px;
}

ul.menu li {
    display: block;
    padding-bottom: 5px;
}

ul.menu li a {
    color: white;
    text-decoration: none;
}

ul.menu li a:hover {
    text-decoration: none;
}

div.menu_title {
    color: red;
    font-size: 22px;
    letter-spacing: 10px;
    position: relative;
    top: -48px;
    left: -240px;
    text-align: right;
    width: 220px;
}

div#menu_first_column {
    text-align: right;
    position: relative;
    left: -290px;
    width: 250px;
    padding-right: 50px;
    text-transform: uppercase;
}

div#meals_title {
    color: white;
    font-size: 26px;
    margin-bottom: 10px;
}

div#menu_second_column {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 290px;
    text-align: left;
    padding-top: 20px;
    padding-left: 10px;
}

div#menu_second_column a {
    text-decoration: none;
}

.white {
    color: white;
}

.white a {
    color: white;
}

.red {
    color: #FE0000;
}

.red a {
    color: #FE0000;
}

div#menu_second_column a:hover {
    text-decoration: underline;
}

div#menu_third_column {
    position: absolute;
    top: 90px;
    left: 305px;
    width: 270px;
    text-align: center;
}
