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

*{ outline:none; }

body {
  background:transparent url(images/site_back.gif) fixed;
  font-size: 14px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  padding:20px;
  margin:0px;
}

/* Glabal Links */

a:link {
  color: #990000;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #990000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:active {
  text-decoration: underline;
  color: #000000;
}

/* Top Navigation Menu */

#tabs {
  float:right;
  width:100%;
  font-size: 16px;
  line-height:normal;
  overflow:hidden;
  position:relative;
  }

#tabs ul {
  margin:0;
  padding: 67px 10px 0 0px;
  list-style:none;

  }

#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }

#tabs li a {
  float:right;
  background:url("images/tab_left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
  }

#tabs li a span {
  float:right;
  display:block;
  background:url("images/tab_right.png") no-repeat right top;
  padding:6px 10px 4px 0px;
  margin-right:2px;
  color:#000000;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs li a span {float:none;}

/* End IE5-Mac hack */
#tabs li a:hover span {
  }

#tabs li a:hover {
  background-position:0% -42px;
  color: #FFFFFF;
  }

#tabs li a:hover span {
  background-position:100% -42px;
  color: #FFFFFF;
  }

/* Body Style */

.size16 {font-size: 16px}
.size24 {font-size: 24px; letter-spacing: 4px;}
.white {color: #FFFFFF}
.size13 {font-size: 13px}
.red {color: #ac2c2b}
.size16Bold {font-size: 16px; font-weight: bold; }
.green {color: #01A406}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

ul {
  list-style-type:none;
  padding:0px;
  margin:10px;
}

li {
  background-image: url(images/bulletIcon.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 14px;
  line-height: 23px;
  margin-left: 10px;
}
#tabs #fb-icon { color:#fff; position:absolute; top:23px; right:15px; background:none; text-decoration:none; }
#tabs #fb-icon:hover { color:#000; }
#tabs #fb-icon img { width:35px; height:35px; border:none; float:left; padding-right:10px; }
#tabs #fb-icon span {  font-size:24px; font-weight:bold; padding-top:5px; float:left; }

.coupon_form {
  	background: url(images/couponclipping.gif) no-repeat 0 0;
	padding: 60px 0 20px 60px;
}

.coupon_form tr {
	padding: 10px 0;
}

.coupon_form .submit {
    background: url("images/getcoupon_btn.png") no-repeat scroll 0 0;
    border: 0 none;
    height: 50px;
    width: 160px;
    cursor: pointer;
}
.couponclip {
	width: 340px;
	height: 200px;
}

.couponclip p {
	padding:50px 75px;
}
