@charset "utf-8";
/* CSS Document */

body {
	background: #fef6e2;
}

/* HEADER */

.topNAV {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

.topNAV a:link {
	color: #000000;
	text-decoration:none;
}

.topNAV a:hover {
	color: #000000;
	text-decoration:underline;
}


/* MENU */
.menuContainer {
	/* background-color: #fef6e2; */
	text-align: center;
	width: 800px;
}

.menulink {
	font-family: "Myriad, Myriad Pro, Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	float: left;
	width: 114px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

.menulink:hover {
	text-decoration: none;
	color:#1B75BC;
}
/*
.menulink a {
	text-decoration: none;
	color:#FFFFFF;
}

.menulink a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
*/

/* CIRCLES */

.circles {
	background-image:url(../Images/Circles.gif);
	background-position:right;
	background-repeat:repeat-x;
}
	
.circles2 {
	background-image:url(../Images/Circles_BG.gif);
	
}

.circlesBG {
	background-color:#FEF6E2;
	background-image:url(../Images/BIG_BG.gif);
	background-position:center;
	background-repeat:no-repeat;

}
	
/* TYPE */

.type {
	font-family:"Myriad, Myriad Pro, Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color:#1B75BC;
	text-align:left;
}

.type a:link {
	text-decoration:none;
	color:#1B75BC;
}

.type a:visited {
	text-decoration:none;
	color:#1B75BC;
}


.type a:hover {
	text-decoration:none;
	color:#2a3992;
}


.typelink {
font-family:"Myriad, Myriad Pro, Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color:#1B75BC;
	font-weight:bold;
	}

.typelink a:link, a:visited {
	text-decoration:underline;
	color:#1B75BC;
	font-weight:bold;
}

.typelink a:hover {
	text-decoration:underline;
	color:#000000;
}
	

/* FOOTER */

.footer {
	font-family:"Myriad, Myriad Pro, Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	color:#8CC63F;
}

.footer a:link {
	text-decoration:none;
	color:#8CC63F;
}

.footer a:hover {
	text-decoration: underline;
	color:#8CC63F;
}

.footer a:visited {
	text-decoration:none;
	color:#E977AB;
}

.footersm {
	font-family:"Myriad, Myriad Pro, Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	color:#8CC63F;
}

.footersm a:link {
	text-decoration:none;
	color:#8CC63F;
}

.footersm a:hover {
	text-decoration: underline;
	color:#8CC63F;
}

.footersm a:visited {
	text-decoration:none;
	color:#E977AB;
}

#google {
	background-image:url(../Images/test_bg.jpg);
	}
	
/* BACKEND FORM STYLING */

fieldset {
width:100%;
}

legend {
font-weight:bold;
font-size:1.2em;
}

form label.formspan {
width:140px;
float:left;
text-align:right;
}

form input.wide {
margin-left:20px;
clear:left;
}

form textarea{
margin-left:0px;
clear:left;
}

.formtype {
color: #FF0000;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.fsample {
color: #FF0000;
font-family:Arial, Helvetica, sans-serif;
margin-left: 160px;
}
/* END FORM STYLING */

/* Coupon Page Styling */

.couponbody {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
width: 646px;
height: 420px;
margin:130px 20px 20px 20px;
/* margin-top:130px; */
text-align:center;
}

#coupondes {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
width: 600px;
padding-left:25px;
/* margin-top:130px; */
text-align:center;
}

#cid {
margin:0;
padding-left:50px;
margin-top:-55px;
width:646px;
/*position:absolute;
top:555px;
left:554px;*/
text-align:right; 
font-family: trebuchet, sans-serif;
font-size:1.2em;
color:#0f75bc;
/* background-image:url(../Images/copyright.png); 
background-repeat:no-repeat;
z-index:100; */
}

#distype {
font-size:9px;
padding:0 40px 0 40px;
}

#cbig {
font-size:3em;
color:#FF0000;
font-weight:bold;
text-align:right;
padding-right:25px;
/* margin-top:-40px; */
}

.gcbig {
font-size:2em;
color:#FF0000;
font-weight:bold;
}
.gcfine {
font-size:.8em;
color:#000000;
}
