/*------------------------------------------------------------------
[Global home stylesheet for VitalABO.com]

Project:	VitalABO
Version:	0.1
Last change:	10/09/08
Assigned to:	Robert Kniedl
Primary use:	Shop
-------------------------------------------------------------------*/


/*
** reset all html elements
*/

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;
	color: black;
	background: white;
}
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: "" "";
}


/*
** Basic definitions
*/

/* force right scrollbar for Mozilla/Safari */
html { 
    height: 100%;
    margin-bottom: 1px;
}
body {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	background:#324900;
	color:#262622;
	text-align:center;
	line-height:1.4;
}

/* Cross-browser typographical normalization from Yahoo YUI */
table { font-size:inherit; }
/* 99% for safari; 100% is too large */
select, input, textarea {  font:99% Arial, Helvetica, sans-serif; }
/* Bump up !IE to get to 13px equivalent */
pre, code { font:115% monospace; }

/* Basic link definition */
a { 
	background-color:inherit;
	color:#475900;
	text-decoration:underline;
}
a:hover { 
	background-color:inherit;
	color:#475900;
	text-decoration:none;
}
/* Override font properties */
font { 
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:inherit;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

.hide {
	display:none !important;
}

input, 
select, 
textarea { 
	vertical-align:middle;
	font-size:1em;
}
input.text, 
select, 
textarea { 
	padding:1px; 
	background-color:#fff; 
	color:#000 !important;
	line-height:1.2em;
}
select,
option {
	text-align:left !important;
}

input.text:focus, 
textarea:focus { 
	background-color:#fff;
	color:inherit;
}
input.radio, 
input.checkbox { 
	margin:0 3px 0 0; 
	vertical-align:middle;
}
label { 
	vertical-align:middle;
}
label.radio, 
label.checkbox { 
	margin-right:1.5em;
}
/* Firefox fix */
option {
	padding-right:0.4em;
}

/* Float clearing workaround also working on Mozilla */

.clearer { 
	clear:both; 
	height:0px; 
	overflow:hidden; 
	margin-top:0px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



body {
	background:#324900;
	padding-top:75px;
}

.first-child,
.first {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

h1 {
	width:309px;
	height:83px;
	background:url(../images/global_home/logo.gif);
	overflow:hidden;
	text-indent:-9999px;
	margin:0 auto 20px auto;
	font-size:1em;
}

#language {
	width:298px;
	margin:0 auto;
	background:url(../images/global_home/teaser.jpg) no-repeat #324900;
	padding:60px 0 0 402px;
	font-size:1.1em;
	min-height:269px;
}
* html #language {
	height:269px;
}
#language h2 {
	text-align:center;
	color:#fff;
	margin-bottom:1em;
	font-size:1em;
}

#language ul {
	width:300px;
	margin:0 auto;
}
#language li {
	float:left;
	width:100px;
	text-align:center;
}
#language li a {
	display:block;
	width:100px;
	color:#fff;
	padding-top:85px;
	text-align:center;
}
#language li a:hover {
	color:#fff;
	text-decoration:none;
}

#language li#lang-at {
	background:url(../images/global_home/flag_at.gif) center top no-repeat;
}
#language li#lang-de {
	background:url(../images/global_home/flag_de.gif) center top no-repeat;
}
#language li#lang-eu {
	background:url(../images/global_home/flag_eu.gif) center top no-repeat;
}


/* ===================================================== */
/*
** PAGE FOOTER
*/
/* ===================================================== */

#footer {
	position:relative;
	color:#e5edd3;
	width:700px;
	margin:20px auto 0 auto;
	border-top:1px solid #445a16;
	padding-top:1.8em;
	font-size:0.9em;
}
#footer * {
	line-height:1.3;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#fff;
}

#footer ul {
	background-color:inherit;
	text-align:center;
	margin-bottom:0.7em;
}
#footer li {
	display:inline;
	margin-left:8px;
	border-left:1px solid #9dab7f;
	padding-left:8px;
	line-height:1;
}
#footer ul.bottom-nav li.first {
	margin:0;
	padding:0;
	border:0;
}

#footer p {
	margin-top:0.7em;
	text-align:center;
}