body{
	background-image: url('../images/main_bg.gif');
	background-repeat: repeat;
	height:100%;
}
img{
 	border-style: none;
}
.copyright{
	font-size: 11px;
	color: #7F7652;
	position: absolute;
	bottom: 10px;
	right: 50px;
}
.list{
	height:22px;
}

.RelativeLinkNormal {
  color: #000000;
  font-weight: normal;
}

.RelativeLinkNormal:link {color: #000000; text-decoration: none; font-weight: normal;}
.RelativeLinkNormal:visited {color: #000000; text-decoration: none; font-weight: normal;}
.RelativeLinkNormal:hover {color: #000000; text-decoration: underline; font-weight: normal;}
.RelativeLinkNormal:active {color: #000000; text-decoration: underline; font-weight: normal;} 

form h4 {
  border-top: 0.6em solid #FFFFFF;
}

/********************************** HOME PAGE STYLES ***********************************/
.container{
	margin-left: auto;
    margin-right: auto;
    width: 979px;
    font-family: arial,sans-serif;
    background-image: url('../images/content_bg.jpg');
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
}
.container-top{
	background-image: url('../images/top_bar.gif');
	background-repeat: no-repeat;
	width:979px;
	height: 21px;
	display:block;
	margin-left: auto;
    margin-right: auto;
}
.container-bottom{
	background-image: url('../images/bottom_bar.gif');
	background-repeat: no-repeat;
	display:block;
	width:979px;
	height: 21px;
	margin-left: auto;
    margin-right: auto;
}
/* LEFT COLUMN */
.left-column {
	background-image: url('../images/left_bar.gif');
	background-repeat: repeat-y;
	float: left;
	width: 525px;
	height: 520px;
	vertical-align: top;
	background-position:left;
	/*border: 1px solid black;*/
}
.left-column-body{
	padding-left:40px;
	padding-top:20px;
	vertical-align: top;
	height: 100%;
	position: relative;
}
.left-column-body-prefix{
	background-image: url('../images/home_banner.gif');
	background-repeat: no-repeat;
	width: 460px;
	height: 260px;
	margin: 0px 0px 0px 20px;
}
.left-column-body-care{
	background-image: url('../images/caring_bg_home.gif');
	background-repeat: no-repeat;
	width: 422px;
	height: 156px;
	padding: 10px 10px 0px 10px;
    margin: 30px 0px 0px 30px;
    color: #FFFFFF;
}
.left-column-body-care ul {
	margin-top: 50px;
}
.left-column-body-care ul li{
	text-decoration: none;
	padding: 1px 8px 6px 0px;
	font-size: 12px;
	list-style-image: url('../images/caring_pointer_home.gif');
	position: relative;
}
.left-column-body-care ul li a{
	text-decoration: none;
	color: #FFFFFF;
}

/* RIGHT COLUMN */
.right-column img{
	vertical-align: bottom;
}
.right-column{
	float: left;
	background-image: url('../images/right_bar.gif');
	background-repeat: repeat-y;
	background-position:right;
	width: 454px;
	height: 520px;
	font-size:12px;
}
.right-column h1{
	font-weight: bold;
	color: #652d89;
	font-size:32px;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.right-column h2{
	color: #000000;
	font-size:16px;
	padding: 0px 5px 5px 0px;
    margin: 0px 5px 5px 0px;
}
.right-column h3{
	font-weight: bold;
	color: #000000;
	font-size:16px;
}
.right-column-body{
	width: 454px;
	padding-top:25px;
	height: 100%;
	position: relative;
}
.right-column-body-logo{
	background-image: url('../images/nominet_logo_home.gif');
	background-repeat: no-repeat;
	width: 125px;
	height:111px;
	position: absolute;
	bottom: 80px;
	right:0px;
	margin-right: 60px;
}
.right-column-body-text{
	width: 400px;
	height: 330px;
	margin: 60px 20px 0px 20px;
}
.right-column-body-text h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}
.right-column-body-text a{
	color: #652d89;
	text-decoration: none;
}
.right-column-body-text a:hover{
	color: #652d89;
	text-decoration: underline;
}

.InputGo {
  position: relative;
  top: 5px;
}