BODY, DIV, H1, H2, H3, H4, H5, H6, P, A, FORM, FIELDSET, SELECT, INPUT,
TABLE, TD, TH, DD, DL, DT, LI {
    padding:0;
    margin:0;
}

UL, OL {
    margin: 0 0 0 20px;
    padding: 0 0 0 10px;
}

UL {
    list-style: disc;
}

OL {
    list-style: decimal;
}


IMG {
	border: none;
}

.t-left	{
	text-align: left;
}
.t-center {
	text-align: center;
}
.t-right  {
	text-align: right;
}

.f-l {
	float:left;
}
.f-r {
	float:right;
}

.clear {
    clear: both;
    font-size: 1px;
}
.v-align {
	vertical-align: top;
}

a,
a:visited {
	text-decoration: underline;
	color: #EC008C;
}

a:hover {
	text-decoration: none;
}
.text-sm {
	font-size: 11px;
}
STRONG {
	font-weight: bold;
}
.bold {
	font-weight: bold !important;	
}
.text-top {
	padding-top: 0 !important;	
}
/*******************************************************************************/


@font-face {
    font-family: 'HeliosThinCRegular';
    src: url('heliosthinc-webfont.eot');
    src: local('O'), url('heliosthinc-webfont.woff') format('woff'), url('heliosthinc-webfont.ttf') format('truetype'), url('heliosthinc-webfont.svg#webfontz9aM6rCw') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HeliosThin';
    src: url('he_th___-webfont.eot');
    src: url('he_th___-webfont.eot?#iefix') format('eot'),
         url('he_th___-webfont.woff') format('woff'),
         url('he_th___-webfont.ttf') format('truetype'),
         url('he_th___-webfont.svg#webfontIZIWaLsh') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*******************************************************************************/



.btn-login {
	display: block;
	height: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	background: url(../images/btn-black-25x70.png) no-repeat left top;
	width: 70px;
}
h1{
	border-bottom: 1px solid #EC008C;
	height: 34px;
	font-size: 20px;
	text-align: right;
	font-weight: normal;
	background-image: url(../images/page-title-mark.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 50px 12px 0;
	line-height: 50px;
	color: #EC008C;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.content-viewer h1{
	border-bottom: 1px solid #EC008C;
	height: 34px;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	background-image: url(../images/page-title-mark.png);
	background-position: 636px top;
	background-repeat: no-repeat;
	padding: 0 50px 12px 0;
	line-height: 50px;
	color: #EC008C;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: -10px;
}

h2 {
	color: #EC008C;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 20px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	color: #323232;
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;	
}
ul,
ol {
	margin-left: 30px;
}
li {
	margin-bottom: 15px;	
}
/*** Color scheme ******/
.pink {
	color: #EC008C;
}
.black {
	color: #000;
}
.grey {
	color: #333333!important;
}
.light-grey {
	color: #8A8A8A;	
}
/***********************/

/*** Buttons *************************************/
.btn {
	display: block;
	height: 34px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	cursor: pointer;
}
.sm.grey {
	width: 100px;
	background: url(../images/btn-grey-34x100.png) no-repeat left top;
}
.sm.pink {
	width: 90px;
	background: url(../images/btn-pink-34x90.png) no-repeat left top;
}
.big.pink {
	width: 217px;
	background: url(../images/btn-pink-34x217.gif) no-repeat left top;
}

button.pink {
	display: block;
	/*float: left;*/
	height: 35px;
	border: none;
	padding: 0;
	margin: 3px 5px;
	background: transparent; 
	cursor:pointer;
	width:auto;
	overflow:visible;
}
button.pink span.c-l{
	display: block;
	float: left;
	height: 35px;
	border: none;
	padding: 0 0 0 11px;
	background: url(../images/btn-pink-34-left.png) no-repeat left top;	
	margin: 0;
}
button.pink span.c-r{
	display: block;
	float: left;
	height: 35px;
	padding: 0 11px 0 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0;
	background: url(../images/btn-pink-34-right.png) no-repeat right top;
}

button.pink-sm {
	display: block;
	/*float: left;*/
	height: 26px;
	border: none;
	padding: 0;
	margin: 3px 3px;
	background: transparent; 
	cursor:pointer;
	width:auto;
	overflow:visible;
	
}
button.pink-sm span.c-l{
	display: block;
	float: left;
	height: 26px;
	border: none;
	padding: 0 0 0 11px;
	background: url(../images/btn-pink-25-left.gif) no-repeat left top;	
	margin: 0;
}
button.pink-sm span.c-r{
	display: block;
	float: left;
	height: 26px;
	padding: 0 11px 0 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0;
	background: url(../images/btn-pink-25-right.gif) no-repeat right top;
	
}
button.pink-tr {
	display: block;
	/*float: left;*/
	height: 35px;
	border: none;
	padding: 0;
	margin: 3px 5px;
	background: transparent; 
	cursor:pointer;
	width:auto;
	overflow:visible;
}
button.pink-tr span.c-l{
	display: block;
	float: left;
	height: 35px;
	border: none;
	padding: 0 11px 0 0;
	background: url(../images/btn-pink-tr-34-right.png) no-repeat right top;
	margin: 0;
}
button.pink-tr span.c-r{
	display: block;
	float: left;
	height: 35px;
	padding: 0 0 0 11px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0;
	background: url(../images/btn-pink-tr-34-left.png) no-repeat left top;	
}


/***************************************/

button.black {
	display: block;
	height: 27px;
	border: none;
	padding: 0px;
	margin: 3px 3px;
	background: transparent; 
	cursor:pointer;
	width:auto;
	overflow:visible;
}
button.black span.c-l{
	display: block;
	float: left;
	height: 25px;
	border: none;
	background: url(../images/btn-black-25-left.png) no-repeat left top;
	margin: 0;
	padding: 0;
	
}
button.black span.c-r{
	display: block;
	float: left;
	height: 25px;
	padding: 0 11px 0 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 0 0 11px;
	background: url(../images/btn-black-25-right.png) no-repeat right top;
}

/*** End Buttons *********************************/

a.link-btn,
a.link-btn:visited {
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

a.link-btn span.btn-bg,
a.link-btn:visited span.btn-bg{
	display: block;
	float: left;
	padding: 0 10px 0 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/btn-black-25-right.gif);
	cursor: pointer;
}

a.link-btn.black,
a.link-btn.black:visited {
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	background: url(../images/btn-black-25-left.png) no-repeat left top;
}

a.link-btn.black span.btn-bg,
a.link-btn.black:visited span.btn-bg{
	background-image: url(../images/btn-black-25-right.png);
}a.link-btn.black.disabled,a.link-btn.black.disabled:visited ,a.link-btn.black.disabled-contact-btn,a.link-btn.black.disabled-contact-btn:visited {	background: url(../images/btn-grey-25-left.png) no-repeat left top;		cursor:default;	}a.link-btn.black.disabled span.btn-bg,a.link-btn.black.disabled:visited span.btn-bg,a.link-btn.black.disabled-contact-btn span.btn-bg,a.link-btn.black.disabled-contact-btn:visited span.btn-bg{	background-image: url(../images/btn-grey-25-right.png);		cursor:default;}
a.link-btn.pink,
a.link-btn.pink:visited {
	background: url(../images/btn-pink-34-left.png) no-repeat left top;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
}

a.link-btn.subscribe,
a.link-btn.subscribe:visited {
	background: url(../images/btn-blackonpink-58-left.gif) no-repeat left top;
	height: 58px;
	font-size: 28px;
	line-height: 58px;
	font-weight: normal;
	text-transform: uppercase;	
	padding-left: 20px;
	margin: 20px 28px;
}
a.link-btn.subscribe span.btn-bg,
a.link-btn.subscribe:visited span.btn-bg{
	background-image: url(../images/btn-blackonpink-58-right.gif);
	padding-right: 20px;
}


a.link-btn-sm,
a.link-btn-sm:visited {
	display: block;
	width: 62px;
	height: 24px;
	background-image: url(../images/btn-pink62x24.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 24px;	
	text-align: center;
	text-decoration: none;
	margin: -5px 5px 0 5px;
}

a.help,
a.help:visited,
a.help:hover {
	display: block;
	float: left;
	background-image: url(../images/question-mark.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

a.available,
a.available:visited {
	display: block;
	float: right;
	background-image: url(../images/ico-available.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 21px;
	font-size: 11px;
	line-height: 21px;
	padding-right: 24px;
	margin-bottom: 10px;
}

label.block{
	float: left;
	display: block;
	margin-right: 10px;
}

h1 a.link-btn {
	position: absolute;
	left: 0px;
	top: 15px;	
}

