/***************** Browser Resets **********************/
/* Resets default browser CSS styles.                  */
/* Remove all virtical height from all items           */
/*******************************************************/
* {
    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 {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*********************** Typography *********************/
/* Baseline set by the body line height. All subsequent */
/* virticle space should be set in multiples of this    */
/* line-height value                                    */
/********************************************************/
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;  
	line-height: 18px; /* Baseline setting */
}
p {
	margin-bottom: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Arial, Helvetica, Sans-serif; 
}
h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}
/********************* Links **********************/
/**** Remember to define focus styles! ****/
:focus {
	outline: 0;
}
a:link, a:visited { 
	outline: 0;
	text-decoration: none;
	color: #ec1c24;
}
a:hover, a:active {text-decoration: underline;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre, code, kbd {
	font-family: "Courier New", Courier, mono;
	border: 1px dotted #000000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

acronym, abbr {
	border-bottom: 1px dotted #000000;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote, q {
	border: 1px dotted #000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

/***************** FROM ELEMENTS STARTS *****************/
form {}

form ul, form li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

form li {
    padding: 6px 0px;
    clear: both;
}

label {
	float:left;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 150px;
}

label.tiny { width: 30px; }
label.small { width: 75px; }
label.medium { width: 140px; }
label.large { width: 190px; }

fieldset {
	border: none;
	margin: 0px 0px 16px 0px;
	text-align: left;
	padding: 3px 3px 6px 3px;
}

legend
{
	font-size: 18px;
	letter-spacing: -0.006em;
	font-weight: 700;
}
input.tiny, input.small, input.medium, input.large {
    display: block;
    float: left;
}

input.tiny { width: 30px; }
input.small { width: 100px; }
input.medium { width: 200px; }
input.large { width: 300px; }

textarea.small { width: 150px; }
textarea.medium { width: 300px; }
textarea.large { width: 500px; }

select{
	font-family: sans-serif;
	font-size:100%;
	line-height:180%;
}
select.small { width: 150px; }
select.medium { width: 300px; }
select.large { width: 500px; }

optgroup{ font-style: normal; }

.required {
	font-weight: 700;
	color: #FF6600;	
}

/**************** FROM ELEMENTS FINISHES ****************/

/**************** TABLE ELEMENTS STARTS *****************/
table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 18px;
	margin-top: -1px; /* border width to pull the table back onto the baseline */
	line-height: 17px; /* reduce baseline value for table content to compensate for the border value */
}

tbody{}
tfoot{}
tr {}

th, td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: 700;
}
/**************** TABLE ELEMENTS FINISHES ***************/

/**************** LIST ELEMENTS STARTS ******************/
ul, ol, dl {
    margin-left: 2em;
    margin-bottom: 18px;
}

ol {}

li {}

dl {}

dt {}

dd {}

/**************** LIST ELEMENTS FINISHES ****************/
hr {
	margin-bottom: 17px;
}

/****************************** Text Replacement ********************************************/
.replace {
	text-indent: -6000px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

/***************************** Accessibilty Items ******************************************/
#skip-link {
	position: absolute;
	top: 0;
	left: -6000px;
}

/***************************** Control Items ***********************************************/
/**** Tabs ****//**** Menus ****/
ul.tabs, ul.tabs li, ul.menu, ul.menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

ul.tabs, ul.tabs li {
	width: auto;
	float: left;
}

ul.menu, ul.menu li {
}

/**************** GENERAL CLASSES STARTS ****************/
.clear-both {clear: both;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.float-left {float:left;}
.float-right {float:right;}
.uppercase {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.hide {display: none;}

/*************** GENERAL CLASSES FINISHES ***************/

/********************* Standard Layout Items **************/
html {width:100%; height:100%;}
body {width:100%; height:100%; background-color: #EE2C00;}
body.vacancy {width:100%; height:100%; background-color: #0daf2b;}
body.terms {width:100%; height:100%; background-color: #FFFFFF;}
.container {
	width: 100%;
	height: 100%;
	min-height: 768px;
	min-width: 1024px;
	position: relative;
}
body.terms .container {
	height: auto;
}
/**** Uncomment the line below to see the grid and baseline. ****/
/*.container { background: url(img/grid.png); } 
.container { background: url(img/baseline.png); } */

/**** Text Content Regions ****/
#main-content {}
#sub-content {}

/**** Layout Columns ****/
.column {
	position: relative;
	float: left;
	margin: 0px 2px;
	/*padding-bottom: 32767px;
    margin-bottom: -32767px;*/
}

/* The first and last elements in a multi-column 
   block needs one of these classes each. */

.column.first  { margin-left: 0; }
.column.last   { margin-right: 0; }

.column-wrapper {
	/*overflow: hidden;*/
	clear: both;
}

#column-one {
	width: 172px;
}
#column-two {
	width: 499px;
}
#column-three {}

/**** Other Elements ****/
#outer {height: 100%; width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static; background-color: #FFFFFF;}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {_position: relative; _top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
.content {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0px auto;
}

#menu_html {
	position: absolute;
	left: 0px;
	bottom: 50px;
}
#content {
	position: relative;
	width: 1010px;
	margin-left: 50%;
	left: -505px;
}
#news {
	float: left;
	width: 777px;
	background-color: #FFFFFF;
}
#news-heading {
	height: 247px;
	width: 407px;
	float: left;
	background-image: url('../images/news.gif');
	background-repeat: no-repeat;
}
#news-controller {
	width: 218px;
	height: 600px;
	margin: 0px 0px 0px 0px;
	float: left;
	background: url('../images/list-bg.gif') repeat-y top left;
}
#news-controller div {
	background: url('../images/list-top-bg.gif') no-repeat top left;
	width: 218px;
	height: 600px;
}
#news-controller div div {
	background: url('../images/list-bottom-bg.gif') no-repeat bottom left;
	width: 198px;
	height: 580px;
	padding: 10px;
}
#news-controller div div div {
	overflow: auto;
	background: none;
	width: 178px;
	height: 560px;
}
#news-content h2 {
	font-size: 34px;
	line-height: 38px;
}
#news-body {
	padding: 20px 0px 0px 0px;
}
#news-body h1, #news-body h2, #news-body h3, #news-body h4, #news-body h5 {
	color: #FF0000;
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
}
#news-body h2 {
	color: #FF0000;
	font-size: 24px;
	margin: 0px;
}
#news-body h3 {
	color: #666;
	font-size: 18px;
}
#news-body h4 {
	font-size: 18px;
}

#news-image {
	width: 330px;
	height: 247px;
	float: left;
}

#news-controller h2
{
	margin: 0px 0px 4px 0px !important;	
}

ul.titleList, ul.titleList li
{
	margin: 0px;
	padding: 0px;	
	list-style: none;
}

ul.titleList li
{
	font-size: 11px;
	padding-bottom: 5px;
}

ul.titleList li a
{
	font-weight: bold;
	font-size: 13px;
}


/******************* Recruitment **************/

#recruitment-wrapper {
	background-image: url('../images/recruitment-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #0daf2b;
	width:100%;
	height:100%;
}
#recruitment {
	padding: 49px 0px 0px 0px;
	width: 910px;
}

#recruitment a {color: #FF6600;}

#recruitment-logo {
	float: left;
	width: 180px;
}

#recruitment-content {
	float: left;
	width: 570px;
	color: #FFF;
	font-size: 12px;
}

#recruitment-content h1, #recruitment-content h2, #recruitment-content h3, #recruitment-content h4, #recruitment-content h5 {
	color: #FF6600;
	font-size: 36px;
	line-height: 28px;
}
#recruitment-content h2 {
	font-size: 22px;
	color: #FFFFFF;
}
#recruitment-content h3 {
	font-size: 18px;
}

#recruitment #menu_html {position: relative; clear: both; bottom: 0px;}


/******************* Terms and Conditions ********************/
#terms {
}
#terms ol {
	list-style-type: decimal;
}
#terms ol ol {
	list-style-type: lower-roman;
}
#terms ol ol ol {
	list-style-type: lower-alpha;
}

#frontController, #artworkController {
	width: 100%;
	height:100%;
	position: relative;
}
#footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 15px;
	color: #666;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #FF6600;
}

#footer a {color: #FF6600;}

body.vacancy #footer, body.terms #footer {
	display: none;
}
