/* MTH AWESOME OZ */
/* Phosphor Essence Ltd */

/******* AWESOME OZ COLOURS *******/
/******* Purple = #281E67   *******/
/******* Yellow = #FEF000   *******/

/* BROWSER WRANGLING */
html {
	font-size: 100%; /* IE requirement */
}
/* BASE TYPOGRAPHY */

body {
	background-color: #666666;
	background-repeat: no-repeat;
	margin: 4px;
}
table {
	margin-bottom: 8px;
}
ul {
	padding: 0px;
	margin: 0px;
	margin-left: 26px;
	padding-top: 3px;
	list-style-image: url(images/bullet.gif);
	display: list-item;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
li {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 6px;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 0 0 8px 0;
}
h1 {
	font-size: 32px;
	margin: 8px 0 8px 0;
}
h1.blue {
	color: #336699;
}
h1.green {
	color: #339999;
}
h1.purple {
	color: #663366;
}
h1.red {
	color: #CC3333;
}
h1.orange {
	color: #CC6633;
}
h2 {
	font-size: 14px;
}
h2.blue {
	color: #336699;
}
h2.green {
	color: #339999;
}
h2.purple {
	color: #663366;
}
h2.red {
	color: #CC3333;
}
h2.orange {
	color: #CC6633;
}
h3 {
	font-size: 18px;
}
h3.blue {
	color: #336699;
}
h3.green {
	color: #339999;
}
h3.purple {
	color: #663366;
}
h3.red {
	color: #CC3333;
}
h3.orange {
	color: #CC6633;
}
p {
	margin: 0px;
	padding: 0px;
}
/* BASE STYLE GROUPING */

/* BODYTEXT STYLES */


.bodytext, .bodytext-bold, .bodytext-small, .bodytext-smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	line-height: 22px;
	left: auto;
	right: auto;
	margin: 0px;
	margin-bottom: 8px;
}
.bodytext {
	font-size: 11px;
	font-weight: normal;
}
.bodytext-bold {
	font-size: 11px;
	font-weight: bold;
}
.offertext {
	color: #663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.bodytext-small {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}
.bodytext-smallbold {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}
.bodytext-spacer {
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}
.copyright {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}
/* HEADER STYLES */

.header, .header-blue, .header-green, .header-purple, .header-red, .header-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #663366;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.header-blue {
	color: #336699;
}
.header-green {
	color: #339999;
}
.header-purple {
	color: #663366;
}
.header-red {
	color: #CC3333;
}
.header-orange {
	color: #CC6633;
}
/* BODY ANCHORS */

.bodytext a:link {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.bodytext a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.bodytext a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
/* NAVIGATIONAL ANCHORS */

.nav {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	margin-left: 2px;
	margin-right: 2px;
}
.nav a:link {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF01;
	border-bottom-color: #FFFF01;
}
.nav a:visited {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF01;
	border-bottom-color: #FFFF01;
}
.nav a:hover {
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	background-color: #FFFFCC;
	cursor: pointer;
	;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.nav-highlight {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	text-transform: capitalize;
	margin-left: 2px;
	margin-right: 2px;
}
.nav-highlight a:link {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	background-color: #FFFFCC;
	display: block;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.nav-highlight a:visited {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	background-color: #FFFFCC;
	display: block;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.nav-highlight a:hover {
	text-decoration: none;
	line-height: 18px;
	background-color: #FFFFCC;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
/* SUBNAV STYLES */

.subnav {
	color: #CCCCCC;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	vertical-align: middle;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subnav a:link {
	color: #996699;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF01;
	border-bottom-color: #FFFF01;
}
.subnav a:visited {
	color: #996699;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF01;
	border-bottom-color: #FFFF01;
}
.subnav a:hover {
	color: #660099;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	margin-left: 2px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.subnav-highlight {
	color: #660099;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	vertical-align: middle;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subnav-highlight a:link, .subnav-highlight a:visited {
	color: #5E0082;
	text-decoration: none;
	/*	font-style: italic;*/
	width: 121px;
	line-height: 18px;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF01;
	border-bottom-color: #FFFF01;
}
.subnav-highlight a:hover {
	color: #000000;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	margin-left: 2px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
/* NIFTY CORNERS STYLES */

div#nifty {
	background: #00ADED;
}
div#nifty-combo {
	background: #0099FF;
	background-image: url(images/com/bg-noprices.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* FORM STYLES */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	left: auto;
	right: auto;
	margin: 0px;
}

.thankyou 
{
	color:orange; 
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:14px;
	font-weight:bold;
}