/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.smallbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3333CC;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #3333CC;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}

/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
	 z-index:100;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 40px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding-top: 55px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color: #C90404;
}

#menu li.active b {
	background: url(images/img05.gif) no-repeat;
}

/* Page */

#page {
 	position: absolute;
	top:125px;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}
#contentwide {
	float: none;
	 margin-left: auto; 
margin-right: auto;
width: 50em;
	width: 700px;
}


/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}
 /* From other site */

.textalignleft
{
    text-align:left;
}
 .imagefloatleft
{
    
     padding-left:20px;
    
    float: left;
    clear:right; 
	margin: 1px 1px 5px 1px;
	width: 88px;
    height: 31px;

}
 .imagefloatleft2
{
    
     padding-left:20px;
    
    float: left;
    clear:right; 
	margin:1px 1px 1px 1px;
	width: 88px;
    height: 0px;

}


 div.spacer {
  clear: both;
  }

.textboxright
{
		float: left;
		font-size: 10pt;
		padding-left:20px;
		padding-right:5px; 
		 
}

.smallfont
{
		
		font-size:8pt;
	
		 
}


.clearer {clear: left; line-height: 0; height: 0;}

 

.couponbox
{
    
     width:520px;
	 
     margin: 5px 5px 5px 5px;
     padding: 5px 5px 5px 5px; 
     margin-left: 0px;
     background-color:#FFFFCC;
     border: dashed  1px red; 
}
    .couponimage
{
    padding-left:20px;
    width: 30px;
    float: left;
	margin:1px 1px 1px 1px;
}

 .cssboxplain {  border-bottom: 1px solid #FF9933     ;width:100%; padding: 0.5em 1em 0.5em 1em;}
.punch2 {float: left; width: 100px; height: 70px; text-align: center; background: white; color: black; border: solid 1px #CCFF99 ; border-width: 0 1px 1px 0; padding: 0 10px 5px 0; margin: -1px 25px 10px -1px;}
.punch2 img {height: 70px; width: 100px;}
.cssbox1 h2 {margin: 0; padding: 5em 1em 5em 0;  background: #CCFFFF; text-align: center; font-family: sans-serif; border-bottom: 1px solid #68A;}
.cssbox1 p {padding: 0.5em 1em; margin: 0;}

   .cssboxlightgreen {border: 1px solid #00CC33;width:95%; }
.punch2 {float: left; width: 100px; height: 70px; text-align: center; background: white; color: black; border: solid 1px #CCFF99 ; border-width: 0 1px 1px 0; padding: 0 10px 5px 0; margin: -1px 25px 10px -1px;}
.punch2 img {height: 70px; width: 100px;}
.cssboxlightgreen h2 {margin: 0; padding: 0.25em 1em 0.125em 0; background: #CCFF99; text-align: center; font-family: sans-serif; border-bottom: 1px solid #68A;}
.cssboxlightgreen p {padding: 0.5em 1em; margin: 0;}

     .cssboxdarkgreen {border: 1px solid #00CC33;width:95%;  }
.punch2 {float: left; width: 100px; height: 70px; text-align: center; background: white; color: black; border: solid 1px #CCFF99 ; border-width: 0 1px 1px 0; padding: 0 10px 5px 0; margin: -1px 25px 10px -1px;}
.punch2 img {height: 70px; width: 100px;}
.cssboxdarkgreen h2 {margin: 0; padding: 0.25em 1em 0.125em 0; background: #CCFF99; text-align: center; font-family: sans-serif; border-bottom: 1px solid #68A;}
.cssboxdarkgreen p {padding: 0.5em 1em; margin: 0;}

  
     .cssboxdarkyellow {border: 1px solid #0066FF;width:95%; background:#FFFFCC; padding: 2px 2px 2px 2px;}
.punch2 {float: left; width: 100px; height: 70px; text-align: center; background: white; color: black; border: solid 1px #CCFF99 ; border-width: 0 1px 1px 0; padding: 0 10px 5px 0; margin: -1px 25px 10px -1px;}
.punch2 img {height: 70px; width: 100px;}
.cssboxdarkyellow h2 {margin: 0; padding: 0.25em 1em 0.125em 0; background-image: url(Images/gradient/shade.gif); text-align: center; font-family: sans-serif; border-bottom: 1px solid #68A;}
.cssboxdarkyellow p {padding: 0.5em 1em; margin: 0;}
      
.cssboxdarkeryellow {border: 1px solid #0066FF;width:95%; background:#FFFFCC}
.punch2 {float: left; width: 100px; height: 70px; text-align: center; background: white; color: black; border: solid 1px #CCFF99 ; border-width: 0 1px 1px 0; padding: 0 10px 5px 0; margin: -1px 25px 10px -1px;}
.punch2 img {height: 70px; width: 100px;}
.cssboxdarkeryellow h2 {margin: 0; padding: 0.25em 1em 0.125em 0;text-align: center; background-image: url(Images/gradient/shade.gif); font-family: sans-serif; border-bottom: 1px solid #68A;border-top: 1px solid #68A;}
   .cssboxdarkeryellow h1 {margin: 0; padding: 0.25em 1em 0.125em 0;text-align: center; background-image: url(Images/gradient/shade.gif); font-family: sans-serif; border-bottom: 1px solid #68A;border-top: 1px solid #68A;}

.cssboxdarkeryellow p {padding: 0.5em 2em; margin: 0;}
  
 .cssboxgreengradient {border: 0px solid #0066FF;min-width:95%;  background-image: url(Images/gradient/greenshade.gif); }
.cssboxgreengradient h2 {margin: 0; padding: 0.25em 1em 0.125em 0;text-align: center; background-image: url(Images/gradient/greenshade.gif); font-family: sans-serif; border-bottom: 0px solid #68A;}
.cssboxgreengradient p {padding: 0.5em 15em; margin: 0;}
  
   
 .cssboxbluegradient {border:  1px solid #0066FF;max-width:95%;    background-image: url(Images/gradient/blueshade.gif); }
.cssboxbluegradient h2 {margin: 0; padding:  0.25em 1em 0.125em 0;text-align: center; background-image: url(Images/gradient/blueshade.gif); font-family: sans-serif; border-bottom: 0px solid #68A;}
.cssboxbluegradient p {padding: 0.5em 15em; margin: 0;}

    
 .cssboxwhitegradient {border: 0px solid #0066FF;width:95%   }
.cssboxwhitegradient h2 {margin: 0; padding: 0.25em 1em 0.125em 0;text-align: left;  font-family: sans-serif; border-bottom: 0px solid #68A;}
.cssboxwhitegradient p {padding: 0.5em 1em; margin: 0; text-align: center;}

    
 .cssboxbeigegradient {border: 0px solid #0066FF;width:95%;   background-image: url(Images/gradient/beigeshade.gif); }
.cssboxbeigegradient h2 {margin: 0; padding: 0.25em 1em 0.125em 0;text-align: center; background-image: url(Images/gradient/blueshade.gif); font-family: sans-serif; border-bottom: 0px solid #68A;}
.cssboxbeigegradient p {padding: 0.5em 1em; margin: 0;}  
   
   
 .couponjukn
{
      margin-left: 0px;
      text-align:center;
      vertical-align:top;
      font-weight: bold;
	    font-size: 12pt;
	    color: #b22222;
}
  .couponcodeclass
  {
		 font-size: 11pt;
		 color: #FF6600;
		 font-weight: bold;
  }
  
 .couponbody
{
    font-size: 10pt;
    padding-left:20px;
    padding-right:20px; 
}
.twopixpadding
{
	padding: 20px, 20px, 20px, 20px; 
	border-width: 2px;
}
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
  }
  
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}



