@charset "utf-8";

/* CSS Reset CSS                                       */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
/* END CSS Reset CSS                                       */

body {
	background-color: #0079C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited, a:active, a:hover {
	color:  #FFF;
	text-decoration: none;
}

sup {
	vertical-align: top;
}
#container {
	width: 935px;
	margin: auto;
}
#header {
	height: 50px;
	margin: 15px 0;
}
#header a:link, #header a:visited, #header a:active, #header a:hover {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header #logo {
	float: left;
}
#links {
	float: right;
	margin: 0px 10px 0 0;
}
#links li {
	float: left;
	list-style: none;
}
#content {
	clear: both;
	background-color: #000;
	background: url('../images/bg-image.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 470px;
	position: relative;
	font-size: 14px;
}

#text-section
{
	width: 390px;
	padding: 38px 60px 0px 60px;
}

.hideText
{
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#content #heading-one {
	width: 100%;
	height: 231px;
	background: url("../images/main-heading-en.png") no-repeat scroll;
	padding-bottom: 20px;
}

#content .separator {
clear: both;
width: 100%;
height: 3px;
background: url("../images/separator.png") no-repeat scroll left;
}

#footer {
	padding: 24px 0 0 5px;
	*padding: 10px 0 0 6px;
	margin-bottom: 40px;
}

#footer img{
	*padding: 0;
	*margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#terms {
	color: #FFF;
	margin-bottom: 20px;
}

#terms a:link, a:active, a:visited, a:hover
{
	text-decoration: underline;
}
