/* Discounted Lifestyle specific */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #000;
	margin: 0;
	padding: 0;
}
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color:#69CC38;
}

.caption {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
.caption-centre {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.headings {
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sectionheadings {
	font-size: 120%;
	font-weight: bold;
	color:#666666;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:link {
	color: #69cc38;
}

a:visited {
	color: #666;
}
a:hover {
	color: #ff0000;
}
fieldset { border: 1px solid #c8c8c8; }
legend { background: #ffffff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #c8c8c8; background: #ffffff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaaaaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #8c8c8c; outline: 2px solid #dcdcdc; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

fieldset { padding: 0 1em 1em 1em; }
legend { padding: 0 .8em 0 .8em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em .4em; }  
form div { margin: .8em 0 .8em 0; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

.mainmenu-container {
	background:url(../images/img_mainmenu_background_off.jpg);
	background-repeat:repeat-y;
	width: 200px;
}
.mainmenu-start {
	background:url(../images/img_mainmenu_start.jpg);
	background-repeat:no-repeat;
	width: 200px;
	height: 18px;
}
.mainmenu-end {
	background:url(../images/img_mainmenu_end.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 200px;
	height: 135px;
}
a.mainmenu, a.mainmenu:active, a.mainmenu:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: inline-block;
}
a.mainmenu:hover {
	color: #FF0000;
	text-decoration: underline;
	padding-left: 10px;
}
