body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:0px;
    background-image: url('../images/background.jpg');
    color: #000000;
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position:49% 0%;
    background-color: #000000;
}

a { color: #424242; text-decoration: underline; }
a:hover { text-decoration: none; }
.hidden { display: none; }
.center { text-align: center; margin: auto; }
.m_left_align { float:left; }
.m_right_align { float:right; }
.vmiddle { vertical-align:middle; }
.clear { clear: both; font-size:0; }
.bold { font-weight: bold; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }
.red { color: #ff0000; }

#page {
    width: 954px;
    text-align: left;
    margin: auto;

}

p {
    padding-bottom:20px;
}

/*  ---- Page Header  ---- */
#header {
    margin:0px;
    padding:0px;
}

/*  ---- Page Nacigation ---- */
#navigation {
    padding:0px;
}

#navigation .item {
    padding:0px;
    float:left;
}

#navigation .item .hover {
    cursor: pointer;
    cursor: hand;
}


/*  ---- Page Content ---- */
#content {
    background-image: url('../images/content-bgr.jpg');
    background-repeat:no-repeat;
    height: 649px;
    padding-left:110px;
}

.scroll-pane {
    width: 380px;
    height: 358px;
    padding-right:10px;
    overflow: auto;
}

.jScrollPaneTrack {
    background: none;
    background-image: url("../images/scroll/bgr.gif");
    background-repeat: repeat-y;
}

.jScrollPaneDrag {
    background: none;
    background-image: url("../images/scroll/bar.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height:33px;
}

.contentpart {
    width:420px;
    padding-top:10px;
    float:left;    
}

.rightpart {
    text-align: center;
    width:330px;
    padding-top:10px;
    float:left;    
}

.menucat {
    float:left;
    padding-top:15px;
}

.menuitem {
    padding-top:15px;
}

.menuitem .itemtitle {
    font-weight:bold;
    float:left;
    width:300px;
    padding-bottom:5px;
}

.menuitem .itemprice {
    font-weight:bold;
    float:right;
}


.linksholder {
    width:1px;
    height:1px;
    position:relative;
}

.sound {
    position:absolute;
    top: 590px;
    left: -60px;
    width: 75px;
    height: 30px;
}

.facebook {
    position:absolute;
    top: 580px;
    left: 60px;
    width: 82px;
    height: 41px;
}

.signup {
    position:absolute;
    top: 580px;
    left: 156px;
    width: 82px;
    height: 41px;
}

.wall_image_holder {
    background-image: url("../images/frame.gif");
    background-repeat: no-repeat;
    position:relative;

    width:282px;
    height:183px;
    padding:10px;
    padding-top:19px;
    
}

.wall_image_holder img {
    position:absolute;
    top:19px;
    left:10px;
    cursor: pointer;
    cursor: hand;
}

#wall_image {
    cursor: pointer;
    cursor: hand;
}


.couponitem {
    padding-bottom:15px;
    background-image: url("../images/coupon.png");
    background-repeat: no-repeat;
    width:328px;
    height:174px;
    padding-left:25px;
    padding-right:25px;
}

.couponitem .textcont {
    padding-top:45px;
    height: 95px;
    overflow:hidden;
    line-height:15px;

    color:#ffffff;
}

.couponitem .textcont .firsttext {
    padding:0px;
    padding-left: 80px;
    padding-bottom: 5px;

    height:45px;
    line-height:15px;

    color: #87203e;
    font-weight:bold;
    font-size: 14px;
}

.couponitem .textcont .expdate {
    
    color: #421301;
    font-weight:bold;
}

.couponitem .expdate {
    color: #421301;
    font-weight:bold;
    float:left;
    margin-top:3px;
}

.couponitem a.expdate  {
    float:right;
    text-decoration:none;
}





#content .contentpart .pagetitle {
    padding-bottom:10px;    
}



/*  ---- Page Footer ---- */
#footer {
    height: 25px;
    padding-left:12px;
    padding-right:12px;
    padding-top:5px;
}

#footer a {
    font-size: 11px;
    color:#9a5933;
    text-decoration:none;
    float:right;
}

#footer a:hover {
    color:#9a5933;
    text-decoration:none;
}

#copyright {
    color:#a38144;
    font-size:11px;
    float:left;
}




form { display: inline }

#form input.error, #form select.error, #form textarea.error {
    border: 1px solid #f40005;
}

/*#form label.error {
    color: #f40005;
    margin-left: 10px;
    vertical-align: top;
}*/

table.form_table {
    margin-top:10px;
}

table.form_table tr td {
    font-family:Arial;
    font-size:11px;
    padding:5px;
    _padding:4px;
    
}

table.form_table tr td.label {
    font-weight:bold;
}

table.form_table tr td.disclamer {
    text-align:center;
    font-size:10px;
}


table.form_table tr td input, table.form_table tr td select, table.form_table tr td textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding:2px 0 2px 3px;
    background:#ffffff;
    border:1px solid #000000;
    color:#000000;
    width:200px;
}

table.form_table tr td select {
    padding:0px;
    width:auto;
}


#form input.btn, input.btn {
	width: auto;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #300;
	background-color:#300;
	color:#ffffff;
	cursor:pointer;
}


