/* cheops-audio.com default v0.2 */

body {
	border: 0;
	margin: 0;
	background-color: #000000;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* 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;
}

#container {
	margin: 0 auto 0 auto;
	border: 0;
	width: 86%;
/* max-width workaround */
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
/**/
	max-width: 800px;	
	background: #000000 url(../img/bg/container.jpg) top center no-repeat;
	padding: 0;
}

#navigation {
	margin: 0;
	border: 0;
	background: transparent;
	padding: 0;
}

#logo {
	margin: 0;
	border: 0;
	padding: 33px 0 0 30px;
	background-color: transparent;
	text-align: left;
}

#logo img, #logo a img {
	margin: 0;
	border: 0;
	padding: 0;
}

h1 {
	margin: 0 0 0 0;
	border: 0;
	background-color: transparent;
	padding: 0 0 22px 0;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 2px;
	text-align: left;
}

#content {
	margin: 0;
	border-width: 0;
	background-color: transparent;
	padding: 76px 20px 35px 20px;
}

h2 {
	margin: 25px 0 12px -20px;
	border: 0;
	border-left: 1px solid #D4D0C8;
	background-color: transparent;
	padding: 0 0 0 20px;
	color: #D4D0C8;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
}

.no-padding-top {
	padding-top: 0;
}

.no-margin-top {
	margin-top: 0;
}

h3 {
	margin: 1.1em 0 0.8em 0;
	border: 0;
	background-color: transparent;
	padding: 0 0 0 0;
	color: #75756f;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
}

p {
	margin: 0;
	border: 0;
	background-color: transparent;
	padding: 0.8em 0 0 0;
	line-height: 1.3em;
}

strong {

}

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: #de2723;
}

img,
a img {
	border: 0;
}

code {
	font-size: 110%;
	color: #D4D0C8;
}

blockquote {
	margin: 1.0em 0 1.0em 0;
	border: 0;
	background-color: #ffffff;
	padding: 15px 30px 25px 30px;
	color: #808080;
}

blockquote.comment {
	margin: 1.5em 0 0.5em 10px;
	width: 390px;
	background: #464741 url(../img/bg/blockquote.comment.gif) left bottom no-repeat;
	padding: 10px 20px 55px 20px;
	color: inherit;
}

blockquote.comment p,
blockquote.comment ul,
blockquote.comment ol {
	margin-bottom: 0;
	text-transform: none;
	line-height: inherit;
	letter-spacing: normal;
	font-style: italic;
	line-height: 1.4em;
	color: #a6a29a;
}



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;
	text-transform: uppercase;
	line-height: 1.6em;
	letter-spacing: 1px;
}

/*
.blockquote-head {
	margin: 1.0em -20px 0 60px;
	width: auto;
	height: 25px;
	background-color: transparent;
	background: url(../img/bgBlockquoteHead.gif) bottom left no-repeat;
}

.blockquote-foot {
	margin: 0 -20px 1.0em 60px;
	height: 25px;
	background-color: transparent;
	background: url(../img/bgBlockquoteFoot.gif) bottom left no-repeat;
}
*/


#disclaimer {
	clear: both;
	margin: 0 auto;
	border: 0;
	border-top: 1px dotted #75756f;
	width: 86%;
/* max-width workaround */
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
/**/
	max-width: 800px;	
	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;
}

span.feature-right,
span.feature-left {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
	background-color: #4f504b;
	padding: 0 0 0 0;
	font-size: 12px;
	text-transform: none;
	color: #D4D0C8;
	white-space: nowrap;
	text-align: center;
}

span.feature-left {
	float: left;
}

span.feature-right img, 
span.feature-left img {
	margin: 0;
	border: 0;
	padding: 0;
}


span.feature-right em,
span.feature-left em {
	display: block;
	margin: 0;
	border: 0;
	padding: 2px 7px 5px 7px;
	text-align: left;
	font-style: normal;
}

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-left {
	border-top: 0;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.float-right {
	float: right;
}

.clear-right {
	clear: right;
}

ul {
	list-style-type: square;
	margin: 0.6em 0 0.9em 1.0em;
	padding-left: 15px;
}

li {
	margin-top: 7px;
}

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;
}

.div-wrap {
	margin: 0.5em 0;
}

#content ul.biglink {
	margin: 30px 0 0 0;
	list-style: none;
	padding: 0;
	background: #474842;
}

ul.biglink li {
	clear: both;
	margin: 0 0 1px 0;
	height: auto;
	border: 0;
	border-left: 1px solid #de2723;
	background-color: #2f2f2a;
/*
	background-image: url(../img/bgBiglink.jpg);
	background-position: left;
	background-repeat: repeat-y;
*/
	padding: 0 19px 13px 20px;
}

ul.biglink li:hover {
	background-color: #de2723;
	background-image: none;
	color: #000000;
	cursor: pointer;
}

ul.biglink li:hover a:link, 
ul.biglink li:hover a:visited {
	text-decoration: underline;
}

ul.biglink li:hover a {
	color: #A0B9D2;
}

ul.biglink li:hover * {
	color: #ffffff;
}

ul.biglink li img {
	display: block;
	float: left;
	margin: 0 15px -13px -20px;
	border: 0;
}

ul.biglink li:hover img {
 border: 0;
}

ul.biglink h3 {
	margin: 0;
	border: 0;
	background-color: transparent;
	padding: 0.5em 0 0 0;
}

.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 */

#menu {
	position: absolute;
	display: block;
	top: 129px;
	margin: 0 0 0 0;
	height: 23px;
	background: transparent;
	list-style-type: none;
	padding: 0 0 0 0;
	border: 0;
	border-left: 1px solid #e9e8e3;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ed1c24;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	color: #939598;
}

#menu a:hover,
#menu li.active a:hover{
	color: #A0B9D2;
	text-decoration: none;
}


#menu li {
	float: left;
	margin: 0 0 0 0;
	border: 0;
	border-top: 1px dotted #e9e8e3;
	border-right: 1px dotted #e9e8e3;
	padding: 5px 12px 5px 12px;  
	background: #ffffff;
}

#menu li.active {
	background: transparent url(../img/bg/menuLi.active.gif) top left repeat-x;
}

#menu li.active,
#menu li.active a {
}

a.external,
a.external:link,
a.external:visited,
a.external:hover,
a.external:active {
	background: transparent url(../img/bg/11a_a.external.gif) center left no-repeat;
	padding-right: 1px;
	padding-left: 17px;
	white-space: nowrap;
}



