@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;
	background: url(bg_body.gif) left top repeat-x;
}
a {}
a:hover {text-decoration:underline}
a img {border:none}

h1 {margin:0 0 0.25em 0; font-size:28px; font-weight:normal}
.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: 25px 0 37px 0;
	position: relative;
	height:55px;
}
#logo {
	padding: 0;
	position: absolute;
	top:0;
	z-index:1;
	margin-left:-22px;
}
#logo a {
	height: 66px;
	width: 197px;
	display: block;
	text-indent: -999em;
	outline: none;
}
#locale {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#locale select {width:220px}


/* 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(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(bg_button_left.gif) no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 18px;
}
.button:hover {
    background-position: bottom right;
    color: #000; 1
    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}

#clickhere {margin:0 0 -8px 0; vertical-align:baseline}
#clickhere-small {margin:0 0 -5px 0; vertical-align:baseline}

/* 05. FOOTER
------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #999;
	margin: 40px 0;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	color: #8e8e8e;
}


/* 06. VARIATIONS
------------------------------------------------------------------*/
/* DOWNLOAD BOX */
#download-var1 {
	border: 1px solid #0027b5;
	background: #d6dfff;
	padding: 17px 18px 14px 18px;
	text-align: center;
	margin-bottom:25px;
}

/* DOWNLOAD BUTTON */
.button-var1 {
    background: transparent url(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(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;
}

/* DOWNLOAD BUTTON LARGE */
.button-large-var1 {
    background: transparent url(bg_button-large-var1_right.gif) no-repeat scroll top right;
    color: white;
    display: block;
	font-size: 18px;
    height: 43px;
    padding-right: 18px;
    text-decoration: none;
	white-space: nowrap;
	margin: 0 0px 10px 0px;
	font-weight: bold;
}
* html .button-large-var1 {margin: 0 6px 10px 6px}
.button-large-var1 span {
    background: transparent url(bg_button-large-var1_left.gif) no-repeat;
    display: block;
    line-height: 22px;
    padding: 8px 0 13px 14px;
}
.button-large-var1:hover {
    background-position: bottom right;
    outline: none;
	text-decoration: underline;
}
.button-large-var1:hover span {
    background-position: bottom left;
}