/*******************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*******************************************************/

html {
	background: url('../images/gradient.gif') top left repeat-x #bcbdc0;
	font-family: verdana;
	font-size: .9em;
}

body {
	margin: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a img {
	border: 0;
}

#container {
	position: relative;
	z-index: 1;
	width: 900px;
	margin: 25px auto;
	background: url('../images/back.gif') top left repeat-y;
	padding-top: 140px;
	min-height: 350px;
	border: 1px solid #999;
	border-bottom: 7px solid #f7931e;
}

#logo_black {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	width: 81px;
	height: 76px;
	margin: 0;
	padding: 0;
}

#bar_white {
	position: absolute;
	z-index: 1;
	top: 106px;
	left: 0;
	width: 187px;
	height: 1px;
	overflow: hidden;
	background: #fff;
}

#bar_black {
	position: absolute;
	z-index: 1;
	top: 106px;
	left: 187px;
	width: 713px;
	height: 1px;
	overflow: hidden;
	background: #000;
}

#block1 {
	position: absolute;
	top: 178px;
	right: 0;
	width: 9px;
	height: 20px;
	background: #f7931e;
}

#block2 {
	position: absolute;
	top: 216px;
	right: 0;
	width: 9px;
	height: 20px;
	background: #f7931e;
}

#left {
	float: left;
	margin-left: 20px;
	width: 167px;
	color: #fff;
}

#left fieldset {
	margin: 0;
	padding: 5px 0 0 0;
	border: 0;
}

#left legend {
	color: #f7931e;
	font-weight: bold;
	font-size: 110%;
}

#left label {
	display: block;
	padding: 2px 0 1px 2px;
	font-size: 90%;
}

#left .input_right {
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #f7931e;
	display: block;
	width: 159px;
	padding: 3px 3px;
}

#left .submit {
	float: right;
	margin-top: 10px;
	width: 23px;
	height: 18px;
}

#left em {
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	font-size: 70%;
	line-height: 1.2em;
}

#main {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 30px;
	width: 530px;
	padding-bottom: 150px;
}

#main h2 {
	color: #f7931e;
	margin: 0;
	padding: 14px 0 0;
	font-size: 110%;
	font-weight: bold;
}

#main h2.first {
	padding: 0;
}

#main p {
	margin: 0;
	padding: 6px 0;
}

#globe {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 186px;
	height: 261px;
	background: url('../images/globe.gif') no-repeat;
}

#logo_watermark {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	right: 30px;
	width: 237px;
	height: 225px;
	background: url('../images/logo_watermark.gif') no-repeat;
}