/* CSS */

body {
	border: 0;
	margin: 0;
	background: #000000 url(../img/bg/body.gif) top left repeat; 
	padding: 0;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif!important;
	/* font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif; */
	color: #D4D0C8;
}

.invers {
	margin-right: 0.1em;
	margin-left: 0.1em;
	background-color: #D4D0C8;
	padding-right: 0.2em;
	padding-left: 0.2em;
	color: #292926;
}

body * {
	outline: none;
}

#head {
	display: none;
}

#google-adsense-728x90 {
	width: 728px;
	margin: 10px auto -10px auto;
}

#container {
	margin: 20px auto 0 auto;
	border: 0;
	width: 90%;
/* max-width workaround */
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
/**/
	max-width: 900px;	
	background: #292926;
	padding: 0;
}

#navigation {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #C99F05;
	background: #000000;
	padding: 15px 20px 5px 20px;
}

#logo {
	margin: 5px 0 15px 0;
	border: 0;
	padding: 0;
	background-color: transparent;
	text-align: right;
}

#logo img, #logo a img {
	margin: 0 0 5px -10px;
	border: 0;
	padding: 0;
}

#navigation ul,
#navigation ul li {
	margin: 0;
	border: 0;
	padding: 0;
}


#navigation ul li {
	list-style-type: none;
}

#navigation ul li a {
	background-image: url(../img/bg/pathLi.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

h1 {
	margin: 0;
	border: 0;
	background-color: transparent;
	padding: 0;
	font-weight: normal;
	color: #C99F05;
}

#content {
	margin: 0;
	border: 0;
	background: transparent;
	padding: 5px 20px 25px 20px;
}

body.nature #content {
	margin: 0;
	border: 0;
	background: transparent url(../img/diverse/Nature_2010_0900x0300.jpg) top center no-repeat;
	padding: 310px 20px 25px 20px;
}


h2 {
	margin: 30px 0 0 -20px;
	border: 0;
	border-left: 1px solid #D4D0C8;
	background-color: transparent;
	background: url(../img/bg/h2.gif) top left no-repeat;
	padding: 0.3em 0 0.4em 20px;
	color: #81817a;
	color: #D4D0C8;
	font-weight: normal;
	text-decoration: none;
}

.no-padding-top {
	margin-top: 0;
}

.no-margin-top {
	margin-top: 0;
}

h3, h4, h5 {
	margin: 0;
	border: 0;
	background-color: transparent;
	padding: 0.5em 0 0 0;
	color: #75756f;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin: 0;
	border: 0;
	background-color: transparent;
	padding: 0.5em 0 0 0;
}

a:link,
a:visited,
a:hover,
a:active {
	background: transparent;
	text-decoration: none;
	color: #A0B9D2;
}

a:visited {
	color: #9ea5b3;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #C99F05;
}

img,
a img {
	border: 0;
}

code {
	font-size: 110%;
	color: #D4D0C8;
}

blockquote {
	margin: 15px -20px 1.0em 60px;
/*	border-top: 1px dashed #95907e;
	border-bottom: 1px dashed #95907e;
	border-left: 1px dashed #95907e;
*/	background: transparent url(../img/bg/blockquote.gif) top left repeat;
	padding: 15px 20% 25px 30px;
	color: #95907e;
}

blockquote h2 {
	margin: 0;
	border: 0;
	background-color: transparent;
	background: none;
	padding-left: 0;
}

blockquote h3,
blockquote h4,
blockquote h5 {
	color: #95907e;
}

blockquote p,
blockquote ul,
blockquote ol {
	margin-bottom: 0;
}

.blockquote-head {
	margin: 1.0em -20px 0 60px;
	width: auto;
	height: 25px;
	background-color: transparent;
	background: url(../img/bg/blockquoteHead.gif) bottom left no-repeat;
}

.blockquote-foot {
	margin: 0 -20px 1.0em 60px;
	height: 25px;
	background-color: transparent;
	background: url(../img/bg/blockquoteFoot.gif) bottom left no-repeat;
}


#disclaimer {
	clear: both;
	margin: 0 auto;
	border: 0;
	width: 90%;
/* max-width workaround */
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
/**/
	max-width: 900px;	
	background-color: #292926;
	background-color: transparent;
	padding: 3px 0 20px 0;
	color: #75756f;
	text-align: right;
}

table.icons {
	margin-top: 0.5em;
	font-size: smaller;
} 

table.icons td { 
	background-color: #7f7f7f;
	padding: 2px; 
	color: #ffffff;
	text-align: center; 
	vertical-align: middle;
}

table.icons td img {
	border: 0;
}

table.icons td.black {  
}

tr.description td, td.description { 
	background-color: #E8E6DF;
	padding: 2px; 
	color: #000000;
	text-align: center; 
	vertical-align: middle;
}


table.data {
	margin-top: 0.5em;
	border: 0;
	border-spacing: inherit;
	font-size: smaller;
	padding: 1px;
} 

table.data td { 
	background-color: #5b5951;
	padding: 2px 4px; 
	text-align: left; 
	vertical-align: middle;
}

table.data th { 
	background-color: #D4D0C8;
	padding: 2px 4px; 
	text-align: left; 
	vertical-align: middle;
	color: #5b5951;
	font-weight: normal;
}

table.data td img {
	border: 0;
}

table.data .transparent {
	background-color: transparent;
}

div.feature-right,
div.feature-right-over,
div.feature-left, 
div.feature-left-over {
	float: right;
	margin: 5px 0 5px 10px;
	border: solid #292926;
	border-width: 5px 0 5px 10px;
	background-color: #4f504b;
	padding: 0;
	white-space: nowrap;
	text-align: center;
}

div.feature-left, 
div.feature-left-over {
	float: left;
}

div.feature-right-over,
div.feature-left-over {
	cursor: pointer;
	background-color: #C99F05;
	color: #000000;
}

div.feature-right img, 
div.feature-right-over img,
div.feature-left img, 
div.feature-left-over img {
	margin: 0;
	border: 0;
	padding: 0;
}

div.feature-right-over a:link, 
div.feature-right-over a:visited,
div.feature-left-over a:link, 
div.feature-left-over a:visited  {
	color: #000000;
	text-decoration: underline;
}

div.feature-right p,
div.feature-right-over p,
div.feature-left p,
div.feature-left-over p  {
	margin: 0;
	border: 0;
	padding: 2px 7px 5px 7px;
	text-align: left;
}

table {
	font-size: small!important;
}

table.gallery {
	background-color: transparent;
	margin: 0;
	margin-top: 0.5em;
}

table.gallery div.feature-right,
table.gallery div.feature-right-over,
table.gallery div.feature-left,
table.gallery div.feature-left-over{
	border-width: 0 0 5px 5px;
}

ul.gallery {
	padding: 0;
}

ul.gallery li {
	display: inline;
	list-style: none;
}

ul.gallery img {
	height: 70px;
	margin: 0 2px 2px 0;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.float-right {
	float: right;
}

.clear-right {
	clear: right;
}

ul {
	list-style-type: square;
	margin-bottom: 0.3em;
	margin-left: 1.0em;
	padding-left: 15px;
}

ul li {
	margin-bottom: 0.4em;
}

ul.with-images {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ul.with-images li {
	clear: left;
	margin-top: 10px;
}

ul.with-images img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

dl {
}

dt {
	margin-top: 0.3em;
	border-top: 1px dashed #404040;
	padding-top: 5px;
	font-family: "Courier New", Courier, monospace;
	color: #808080;
	font-size: 150%;
}

dd {
	margin-left: 0;
}



.div-wrap {
	margin: 0.5em 0;
}

.biglink,
.biglink-over {
	clear: both;
	margin: 0 -20px 1px -20px;
	height: auto;
	width: 100%;
	border: 0;
	border-left: 1px solid #C99F05;
	background-color: #2f2f2a;
	background-image: url(../img/bg/biglink.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding: 4px 19px 16px 20px;
	list-style-type: none;
}

.biglink-over {
	background-color: #C99F05;
	background-image: none;
	color: #000000;
	cursor: pointer;
}

.biglink-over a:link, 
.biglink-over a:visited {
	text-decoration: underline;
	color: #000000;
}

.biglink-over * {
	color: #000000;
}

.biglink img,
.biglink-over img {
	display: block;
	float: left;
	margin: 7px 10px -5px 0;
	border: 0;
}

.biglink-over img {
 border: 0;
}

div.skype-status {
	margin: 0.5em -20px 1px -20px;
	border: 0;
	border-left: 3px solid #80c908;
	background: #2f302b url(../img/bg/skype-status.jpg) top left repeat-y;
	padding: 11px 20px 18px 20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.allcaps {
	text-transform: uppercase;
}