/* @group reset rules */

* {
	margin: 0;
	padding: 0;
}

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, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	background: #fff;
	color: #fff;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
	q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group common */

body {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "Century Gothic, Avant Garde", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: #a2a1a6 url(img/bg_small.jpg) repeat;
}

h2 {
	text-transform: uppercase;
	font: 1.4em/1.2em "Century Gothic, Avant Garde", Arial, Helvetica, Geneva, sans-serif;
}


h3 {
	text-transform: uppercase;
	font: 1.2em/1.4em "Century Gothic, Avant Garde", Arial, Helvetica, Geneva, sans-serif;
}

h4 {
	color: #333;
	font-size: 1em;
}

h5 {
	color: #333;
	font-size: .8em;
}

h6 {
	color: #333;
	font-size: .5em;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
	font: 0.9em/1.9em Arial, Helvetica, Geneva, sans-serif;
}

:focus {
	outline: 0;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

img {
	float: left;
	margin: 0;
	padding: 0;
}

#map {
	height: 25px;
	width: 45px;
	background: transparent url(img/map.jpg) no-repeat;
	padding: 0;
	#display: inline;
	float: left;
	#margin-top: 0;
	margin: 5px 10px 0 0;
	text-align: center;
	text-indent: -9999px;
}
/* @end */

/* @group selector page */

#contentsContainerLang {
	width: 900px;
	background-color: #908e95;
	color: white;
	height: 700px;
	background-image: url(img/bg.jpg);
	margin: 0 auto;
	padding: 0;
}

#contentsLang {
	margin: 0 auto;
	width: 300px;
	color: white;
	height: 300px;
	padding-top: 160px;
}

#contentsLang #languageSelectorWrapper {
	#margin: 0 auto;
	margin: 80px auto;
	width: 100%;
	float: left;
	text-align: center;
}
#contentsLang #logoContainer{
	margin: 0 auto;
	width: 100%;
	float: left;
	text-align: center;
}
.clearAll{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#contentsLang #languageSelectorContainer {
	margin: 0 auto;
	text-align: center;
	width: 200px
}
#contentsLang #languageSelectorWrapper #selectContainer{
	float:left;
	width: 100px;
}
#contentsLang #languageSelectorWrapper select {
	#display: inline;
	padding: 0;
	margin: 6px 0;
}

#languageSelectorContainer #lang {
	margin: 0;
	padding: 0;
	display: inline;
}

#contentsLang h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	text-indent: -9999px;
	background: transparent url(img/gf_logo_bg.jpg) no-repeat;
	height: 108px;
	width: 264px;
	margin: 0 auto;
}

/* @end */

/* @group language page */

#contentsContainer {
	width: 900px;
	color: #000;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat;
}

img.line {
	background: url(img/line.jpg) no-repeat;
	height: 1px;
	float: left;
	margin: 0;
	padding: 0;
	width: 898px;
}

#headerContainer {
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0;
	height: 20px;
}

#headerContainer #languageSelectorContainer {
	float: right;
	margin: 10px 0 0;
	padding: 0;
}

#logo {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	text-indent: -9999px;
	background: transparent url(img/gf_logo_sml.jpg) no-repeat;
	height: 38px;
	width: 248px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#headerContainer #lang {
	margin: 4px 0 0;
	padding: 0;
	float: left;
}

#container {
	width: 900px;
	margin: 0 auto;
	font-size: 1.4em;
	*width: 890px;
}

#content {
	background: url(img/portrait.jpg) no-repeat;
	border: 1px solid #7b7b7c;
	border-top-style: none;
	border-bottom-style: none;
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
	float: left;
	width: 898px;
}

#contentText {
	width: 400px;
	margin: 0 0 0 460px;
	padding: 20px;
	float: right;
}

/* @end */

/* @group button rules */

button {
	border: 0;
	cursor: pointer;
	text-align: center;
	float: left;
	margin: 0 auto;
	font-weight: bold;
	padding: 0;
}

button span {
	position: relative;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 20px;
}

/* @group ie button fix */

button {
	*width: auto;
	*overflow: visible;
	text-decoration: none;
}

button span {
	*margin-top: 2px;
	text-decoration: none;
}

/* @end */

/* @group owners button rules */

.ownersButtonContainer {
	padding: 0;
	float: left;
	margin: 10px 0 0;
}

button.ownersBtn {
	background: url(img/om_button/om_button_r.jpg) no-repeat right;
	text-transform: uppercase;
	padding: 0;
	font-size: 1.2em;
	width: 900px;
	margin: 0;
}

button.ownersBtn a {
	outline: none;
	margin: 0;
	padding: 0;
}

button.ownersBtn span {
	height: 118px;
	background: url(img/om_button/om_button_l.jpg) left no-repeat;
	color: #000;
	font-weight: bold;
	margin: 0;
	line-height: 5.2em;
	*top: 1px;
}

button.ownersBtn:hover {
	background: url(img/om_button/om_button_r_o.jpg) right no-repeat;
	padding: 0;
	margin: 0;
}

button.ownersBtn:hover span {
	background: url(img/om_button/om_button_l_o.jpg) left no-repeat;
	color: #000;
	*top: 1px;
}

button .whiteArrow {
	background: url(img/om_button/arrow.gif) no-repeat 0;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 3px;
	height: 5px;
	display: inline;
}

/* @end */

/* @group registration button rules */

.registrationButtonContainer {
	padding: 0;
	float: left;
	margin: 30px 0 0;
}

button.registrationBtn {
	background: url(img/register_button/reg_button_r.jpg) no-repeat right;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	width: 373px;
}

button.registrationBtn a {
	outline: none;
	margin: 0;
	padding: 0;
}

button.registrationBtn span {
	height: 53px;
	background: url(img/register_button/reg_button_l.jpg) left no-repeat;
	color: #000;
	margin: 0;
	line-height: 2.5em;
}

button.registrationBtn:hover {
	background: url(img/register_button/reg_button_r_o.jpg) right no-repeat;
	padding: 0;
	margin: 0;
}

button.registrationBtn:hover span {
	background: url(img/register_button/reg_button_l_o.jpg) left no-repeat;
	color: #000;
}

button .blackArrow {
	background: url(img/register_button/arrow.gif) no-repeat 0;
	width: 3px;
	height: 5px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	display: inline;
}

/* @end */

/* @end */

/* @group clear */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */
</style>