@charset 'utf-8';
/* 
	STYLESHEET: style.css
	--------------------------------------------------------------
	
	Media Type: 	Screen
	Copyright:		(c)2009
	Updated: 		2009-05-31
	Description:	Default Styles
	
------------------------------------------------------------------

__________________01. GLOBAL
__________________02. HEADER


------------------------------------------------------------------*/


/* 01. GLOBAL
------------------------------------------------------------------*/
* {margin:0; padding:0}
body {
	color: #000;
	font: 100.01%/1.4 Arial, Helvetica, sans-serif;
}
a {}
a:hover {text-decoration:underline}
a img {border:none}

h1 {margin:0 0 0.25em 0; font-size:28px; font-weight:normal; z-index: 100;}
.smaller {padding-top:6px; font-size:24px;}
.smaller2 {padding-top:12px; font-size:18px;}
h2 {margin:1em 0 .2em 0; font-size:18px; font-weight:normal}
h3 {margin:1em 0 .2em 0; font-size:14px; font-weight:bold}

address {font-style:normal}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

#container {
	width: 825px;
	margin: 0 auto;
}


/* 02. HEADER
------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #999;
	margin: 23px 0 40px 0;
	position: relative;
	height:55px;
}

#logo {
	padding: 0;
	position: absolute;
	top:44px;
	margin-left:-22px;
	z-index: 1;
}
#logo a {
	height: 66px;
	width: 197px;
	display: block;
	text-indent: -999em;
	outline: none;
}
#locale {
/*	position: absolute;
	bottom: 10px;
	right: 0;*/
	float: right;
	margin-right: 0;
	margin-top: 20px;
}
#locale select {width:150px}


/* 03. CONTENT
------------------------------------------------------------------*/
#content {font-size:15px;}

/* 04. SIDEBAR
------------------------------------------------------------------*/
#sidebar {
	width: 318px;
	float: right;
	font-size: 13px;
	margin-left: 55px;
}
/* DOWNLOAD BOX */
#download {
	border: 1px solid #e5ce6d;
	background: #fffae5;
	color: #7f7d72;
	padding: 20px 23px 14px 23px;
	text-align: center;
}
/* DOWNLOAD BUTTON */
.button {
    background: transparent url(images/bg_button_right.gif) no-repeat scroll top right;
    color: #000;
    display: block;
	font-size: 14px;
    height: 32px;
    padding-right: 18px;
    text-decoration: none;
	white-space: nowrap;
	margin: 0 0px 10px 0px;
	font-weight: bold;
}
* html .button {margin: 0 6px 10px 12px}
.button span {
    background: transparent url(images/bg_button_left.gif) no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 18px;
}
.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none;
	text-decoration: none;
}
.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px;
}

#idownload {margin:0.4em 0 3em 0}
#idownload img {margin:0px -1px -4px 3px; vertical-align:baseline}


/* 05. FOOTER
------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #999;
	margin: 40px 0;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	color: #8e8e8e;
	font-family: "lucida grande",tahoma,arial,sans-serif;
}
#footer #left
{
	float:left;
}
#footer #right
{
	float:right;
}
/* 06. VARIATIONS
------------------------------------------------------------------*/
/* DOWNLOAD BOX */
#download-var1 {
	border: 1px solid #0027b5;
	background: #d6dfff;
	padding: 20px 18px 14px 18px;
	text-align: center;
}

/* DOWNLOAD BUTTON */
.button-var1 {
    background: transparent url(images/bg_button-var1_right.gif) no-repeat scroll top right;
    color: white;
    display: block;
	font-size: 14px;
    height: 35px;
    padding-right: 18px;
    text-decoration: none;
	white-space: nowrap;
	margin: 0 0px 10px 0px;
	font-weight: bold;
}
* html .button-var1 {margin: 0 6px 10px 6px}
.button-var1 span {
    background: transparent url(images/bg_button-var1_left.gif) no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 8px 12px;
}
.button-var1:hover {
    background-position: bottom right;
    outline: none;
	text-decoration: none;
}
.button-var1:hover span {
    background-position: bottom left;
}


/* 07. Topbar
------------------------------------------------------------------*/
#topbar {
	background: url(images/bg_topbar.gif);
	z-index:3;
	position:relative;
	height:46px;
	text-align:right;
	/*padding-right:18px;*/
}
#topbar #topcontainer
{
	width: 825px;
	margin: 0 auto;
}
#topbar img {
	margin:5px 0 0 0;
	position:relative;
}
/*
#powered_text {
	position:relative;
	float:right;
	margin:14px 0px 0px 4px;
	font-size:11px;
	color: #4a4a4a;
}
*/