/*	Blue: #62B8FF
	Pink: #FF8ECE
	Light Blue: #BEE1FF
*/
/* Clean default styling */
*
{
	margin: 0;
	padding: 0;
}

:link, :visited
{
	text-decoration: none;
}

ul, ol, li
{
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

img {
	border: 0;
}

/* Body */
body {
	/*background: #fff url('../i/ita.gif') no-repeat right top;;*/
	background-color: #fff;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
}

body#index #wrapper {
	background: #fff url(http://static.pagety.com/unilife/back.gif) no-repeat right 30px;
}

h2 {
	color: #62B8FF;
	font-size: 2em;
	font-weight: bold;
	font-family: 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 {
        color: #62B8FF;
	font-weight: bold;
	font-family: 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, a:visited {
	color: #62B8FF;
	border-bottom: #FF8ECE 1px dotted;
}

a:hover {
	border-bottom: #62B8FF 1px solid;
}

.noborder {
	border: 0;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.hide {
	display: none;
}

p {
	margin: 5px;
}

.pink {
	color: #FF8ECE;
}

.blue {
	color: #62B8FF;
}

hr {
	clear: both;
	border: 1px solid #efefef;
	margin: 10px auto;
	width: 90%;
}
/* Wrapper */
#wrapper {
	width: 700px;
	margin: 0 auto;
}

/* Header */
#header h1 {
	font-size: 2em;
	font-weight: bold;
	padding-top: 10px;
	float: left;
}

#header h1 a {
	display: block;
	position: relative;
	width: 179px;
	height: 60px;
	border: 0;
}

#header h1 a span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(http://static.pagety.com/unilife/logo.gif) no-repeat left top;
}

#right-box {
	text-align: right;
	float: right;
	width: 480px;
	background: #BEE1FF url(http://static.pagety.com/unilife/br.gif) no-repeat right bottom;
}

#right-box .placeholder{
	width: 100%;
	padding-top: 10px;
	background: url(http://static.pagety.com/unilife/bl.gif) no-repeat left bottom;
}

#right-box ul {
	padding: 10px;
}

#right-box ul li a, #right-box ul li a:visited {
	color: #007;
	border-bottom: #FF8ECE 1px dotted;
	padding-bottom: 1px;
}

#right-box ul li a:hover {
	border-bottom: #fff 1px solid;
}

#right-box li {
	display: inline;
	margin: 3px 10px;
	padding-bottom: 1px;
}

#right-box .form {
	margin: 5px;
}

#right-box input {
	margin: 0 3px;
	font-size: 1.1em;
}

#right-box .textfield {
	color: #888;
	width: 180px;
}

/* Main */
#main {
	padding: 5px;
}

#main .field {
    width: 100%;
    margin: 10px 0;
}

#main .field label {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

#main .field .textfield {
    width: 100%;
    font-size: 1.2em;
    color: #222;
}

#main .field textarea {
    width: 100%;
    height: 150px;
    font-size: 0.9em;
    color: #222;
    font-family: Monaco, 'Courier New', Courier, monospace;
}

#main .block-left {
	float: left;
	width:  350px;
}

#main dl {
	margin: 10px;
}

#main dt a {
	color: #228;
}

#main dd {
	font-size: 0.9em;
	margin: 10px 0;
	border-left: 2px solid #ddd;
	padding: 10px 5px;
}

#main h3 {
	font-weight: bold;
	font-size: 1.1em;
}

#main ul {
	margin: 5px;
}

#main ul li {
	list-style-type: disc;
	list-style-position: inside;
}

#index #main ul {
	margin: 0;
}

#index #main ul li {
	list-style: none;
}

#first-help {
	display: block;
	margin: 10px auto;
}

#first-help li a {
	display: block;
	position: relative;
	width: 219px;
	height: 110px;
	border: 0;
	margin: 5px;
}

#first-help li a span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#first-help li.one a, #first-help li.two a {
	margin-left: 5px;
}

#first-help li.one a span {
	background: url(http://static.pagety.com/unilife/what.jpg) no-repeat left top;
}

#first-help li.two a span {
	background: url(http://static.pagety.com/unilife/help.jpg) no-repeat left top;
}

#first-help li.three a span {
	background: url(http://static.pagety.com/unilife/video.jpg) no-repeat left top;
}
/* Footer */
#footer p {
	margin-top: 15px;
	font-size: 0.85em;
	padding-bottom: 1px;
}

body#index #footer {
	padding: 120px 0 60px 0;
}
