	/* $Id: style.css,v 1.1 2008/04/15 18:31:16 dm66 Exp $ */

body {
  font: normal normal normal 13px/23px Arial, Arial;
  color:#003A80;
  background: #fff url('header.jpg') repeat-x;
  padding:0;
  margin:0;
}


h1, h2, h3, h4, h5 {
  font-weight:500;
  text-align:left;
}

h1, h1 a:link, h1 a:visited {
  font-size: 24px;
  line-height: 28px;
  color: #003A80;
  margin:0.25em 0;
}

h2 {
  font-size:20px;
  margin:0.5em 0;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:17px;
}

h5 {
  font-size:16px;
}

h6 {
  font-size:14px;
}

#container {
  width:100%;
  margin:0 auto;
  max-width:800px;
  min-width:800px;
}

/*----------Header----------*/

#header {
  height:133px;
}

#logo {
  float:left;
  margin-top:7px;
  margin-left:10px;
}

#siteName {
  color:#fff;
  float:left;
  font-size:350%;
  margin:15px 0 0 15px;
}

#siteName a {
  color:#fff;
  text-decoration:none;
}

#siteSlogan {
  color:#eee;
  float:left;
  font-size:170%;
  margin:25px 0 0 10px;
  text-transform:lowercase;
  white-space:nowrap;
}

#logo img {
  border:0;
  float:left;
}

#logoWrapper {
  line-height:4em;
  position:absolute;
}

/*----------nav styles -- primary links in header----------*/

#nav ul {
  list-style:none;
  list-style-image:none;
  top:75px;
  left:340px;
  position: relative;
}

 #nav li a, #nav li a:visited {
  display:inline-block;
  font-weight:bold;
  line-height:27px;
  text-decoration:none;
  padding: 0 4px;
  }

#nav li a:hover, #nav li a:active {
color: #e2001a;
}

/*----------Content and siderar-----------*/
#content {
  float:left;
  margin: 0 0;
  overflow:hidden;
  width:580px;
  min-width:580px;
}

#content_full
{
  float:left;
  margin:0 0;
  overflow:hidden;
  width:800px;
}

#content, #content_full
{
	  border-left: 1px solid #003A80;
	  border-right: 1px solid #003A80;
}

#sidebar {
/*background: url('images/sidebar.gif') repeat-y left bottom;*/
border-right: 1px solid #003A80;
border-left: 1px solid #003A80;
border-top: 1px solid #003A80;
float:left;
width:196px;
min-height:600px;
}

#sidebar .block  {
/*margin: 13px 0 0 0;*/
}

#sidebar .title {
color:#011CA1;
/*margin:.5em 0;*/
}

#search {
/*margin: 0px 0 0 18px;
padding:0;
position: absolute;*/
background-color:#EBEBEB;
height:42px;
border-bottom: 1px solid #003A80;
}


#edit-search-theme-form-1
{
	position:relative;
	left:55px;
	top:10px;
}
#search input.form-submit {
  float: right;
  border: 0;
  margin: 0;
  padding: 40px 0 0;
  overflow: hidden;
  position:relative;
  left:-140px;
  top:-17px;
  background: url(images/search.gif) no-repeat 0 0;
}

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}
/*----------node styles----------*/
.node {
  margin:0 0 2em; /* 26px */
}

.content p {
  margin:0 0 1em 0;
}

.submitted {
  font-size:11px;
  color:#a3a3a3;
  width:100%;
  clear:both;
}

.submitted ul.links {
  background:url('icons/tag_red.png') no-repeat 0 7px;
  padding:0 0 0 0px;
  float:right;
}

.nodeLinks {
  font-size:12px;
  clear:both;
}

.picture {
  float: left;
  margin:5px 10px 0 0;
}

/*----------comment styles----------*/

.comment {
  clear:both;
}

#comments .submitted {
  padding:0 0 0 22px;
  margin:0 0 5px -10px;
  border-bottom: 1px solid #D3E3FB;
  background: #F3F2FF url('icons/comm.png') no-repeat 3px 5px;
}

#comments .new {
  float:right;
  color: #fff;
  line-height:23px;
  background: #CC0000;
  font-weight:bold;
  padding:0 0.5em;
}


#comments .comment .content {
  border: 1px solid #C9D9F0;
  padding:0 10px 10px 10px;
  overflow: hidden;
}

#comments div.links {
  float:right;
  font-size:11px;
  margin:0 0 5px 0;
}

#comments .box, .node-form, .profile {
  margin: 20px 0;
  padding: 10px;
  background: #F3F2FF;
  border: 1px solid #d4e4f8;
  clear:both;
}

/*----------footer----------*/
#footer {
  clear:both;
  background:#ffffff;
  border-top:1px solid #003a80;
  min-height:60px;
  text-align:center;
}

#footer .content {
  max-width:1270px;
  min-width:760px;
  width:95%;
  margin:0 auto;
  color:#003a80;
  font-size:11px;
  font-weight:bold;
}

#footer a {
  color:#E6E6FF;
}

/*----------icons for links----------*/

.node_read_more a {
  background:url('icons/page_white_go.png') no-repeat;
  padding:0 0 5px 20px;
}

.comment_comments a {
  background:url('icons/comments.png') no-repeat;
  padding:0 0 5px 20px;
}

.comment_new_comments a {
  background:url('icons/newcomment.png') no-repeat;
  padding:0 0 5px 20px;
}

.comment_add a {
  background:url('icons/comment_add.png') no-repeat;
  padding:0 0 5px 20px;
}

.book_printer a {
  background:url('icons/printer.png') no-repeat;
  padding:0 0 5px 20px;
}

.book_add_child a {
  background:url('icons/page_white_add.png') no-repeat;
  padding:0 0 5px 20px;
}

.blog_usernames_blog a {
  background:url('icons/user.png') no-repeat;
  padding:0 0 5px 20px;
}

#block-user-3 ul li {
  background:url('icons/user.png') no-repeat;
  padding:0 0 5px 20px;
}

/*----------list styles----------*/

ul.menu, .item-list ul {
  font-size:12px;
  line-height: 17px;
  margin: 0.5em 0 0 -0.5em; /* 6px */
  /*padding:0;*/
  padding-left:10px;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}


.content ol li, .content ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: .16em 0 .16em .5em; /* 1.92px and 6px */
}

ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .25em 1.5em; /* 3px and 18px */
  list-style-type: none;
  list-style-image: none;
  background: transparent url('images/menu-leaf.gif') no-repeat 1px .35em;
}

.content ol li {
  padding: 0 0 .3em;
  margin-left: 2em;
}

.content ul li.expanded {
  background: transparent url('images/menu-expanded.gif') no-repeat 1px .35em;
}

.content ul li.collapsed {
  background: transparent url('images/menu-collapsed.gif') no-repeat 0px .35em;
}

.content ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

ul.links li {
  background:none;
  list-style:none;
  padding:0 .5em;
}

.node .content ul li {
  padding:0 0 0 20px;
  line-height:26px;
  list-style-type: none;
  list-style-image: none;
  background: transparent url('images/menu-leaf.gif') no-repeat 1px .8em;
}

/*---------------user-login-form---remove center alignment---------------*/
#user-login-form {
  margin:0;
  padding:0 0 0 10px;
  text-align:left;
}

.form-item {
  text-align:left;
  margin:0;
  padding:0;
}

/*---------------Book navigation styles---------------*/

.book-navigation .menu {
  border-top: 1px solid #E1E1E1;
  padding: 1em 0 0 3em;
  background:#F9FAFF;
}

.book-navigation .page-links {
  border-top: 1px solid #A4A7C0;
  border-bottom: 1px solid #A4A7C0;
  text-align: center;
  padding: 7px;
  margin:0 0 7px 0;
  background: #F3F2FF;
  clear:both;
}

.book-navigation .page-previous {
  text-align: left;
  width: 39%;
  display: block;
  float: left;
  background:url('icons/resultset_previous.png') no-repeat 0 4px;
  padding: 0 0 0 20px;
}

.book-navigation .page-up {
  padding: 0 5px;
}

.book-navigation .page-next {
  text-align: right;
  width: 39%;
  display: block;
  float: right;
  background:url('icons/resultset_next.png') no-repeat 100% 4px;
  padding: 0 20px 0 0;
}

/*---------------table styles---------------*/
table {
  margin:10px 0;
  width:100%;
}

tr.even,tr.odd,tbody th {
  border:solid #E1E1E1;
  border-width:1px 0;
}

tr.even {
  background-color:#fff;
}

tr.odd {
  background-color:#F9FAFF;
}

td.region,td.module,td.container {
  background-color:#638EC6;
  border-bottom:1px solid #A4A7C0;
  color:#000;
  font-weight:bold;
}

td.container .name a  {
  color:#fff;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container {
  border-top-width:0;
}

td.menu-disabled,td.menu-disabled a {
  background-color:#D5C2C2;
  color:#000;
}

td.active {
  background-color:#f7f7f7;
}


/*---------------forum styles---------------*/

#forum thead th {
  border-bottom:2px solid #A4A7C0;
  color:#494949;
  font-weight:bold;
  font-size:11px;
  text-align:center;
}

#forum td,th {
  padding:5px 0;
}

#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}

#forum tr td.forum {
  padding-left: 5px;
  background-image: none;
}

#forum tr.new-topics td.forum {
  background-image: none;
}

#forum div.indent {
  margin-left: 20px;
}

.forum-topic-navigation {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
  padding: 7px;
  background: #F9FAFF;
  clear:both;
}

.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
  background:url('icons/resultset_previous.png') no-repeat 0 4px;
  padding: 0 0 0 20px;
}

.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
  background:url('icons/resultset_next.png') no-repeat 100% 4px;
  padding: 0 20px 0 0;
}

#forum td.container {
  padding-left: 5px;
}

#forum .name a {
  font-weight:bold;
  font-size:12px;
}

#forum .description {
  font-size: 11px;
}

#forum td.posts, #forum td.topics, #forum td.replies {
  width:10%;
  font-size:11px;
}

#forum td.last-reply, #forum td.created {
  width:21%;
  overflow:hidden;
  padding:0 7px;
  font-size:11px;
}

#forum td.icon img {
  padding: 5px 7px 0 0;
}

#forum td.title, #tracker {
  font-size:12px;
}

#forum {
  line-height:20px;
}


/*--------- Tabs styles -----------*/

div.tabs {
  margin: 10px 0 5px 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(images/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
  float: left;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(images/tab-left.png) no-repeat left -38px;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(images/tab-right.png) no-repeat right -38px;
}

ul.primary li a:hover {
  border-width: 0;
  background-color: transparent;
  background: url(images/tab-left.png) no-repeat left -76px;
}

ul.primary li a:hover .tab {
  background: url(images/tab-right.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(images/tab-left.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: url(images/tab-right.png) no-repeat right 0;
}


/*#Miei*/
#Please {
  top:100px;
  left:100px;
  position: relative;
  color:#009EE0;
  font-weight:bold;
}

#quality
{
	position:absolute;
	top:180px;

}

#row
{
	position:absolute;
	top:180px;

}

#usa
{
	position:absolute;
	top:180px;

}

#europe
{
	position:absolute;
	top:180px;

}

#asiapac
{
	position:absolute;
	top:180px;

}

#mondo
{
	position:relative;
	top:70px;
	left:85px;
}

a.linkover
{
	font-weight:bold;
	color:#e2001a;
}

a.linkout
{
	font-weight:bold;
	color:#ffffff;
}

table.tmain
{
	text-align:center;
	vertical-align:top;
	border-width:1px;
	border-top: solid 1px #A0A0A0;
	border-bottom:solid 0px #FFFFFF;
	border-left:solid 0px #FFFFFF;
	border-right:solid 0px #FFFFFF;
	border-collapse:separate;
	width:100%;
}

td.cmain1
{
	text-align:center;
	border:none;
    vertical-align:top;
}

td.cmain2
{
	text-align:center;
	border:none;
	padding-left:10px;
	vertical-align:top;
}

table.tback
{
text-align:left;
        vertical-align:top;
        border-width:0px;
        border-color:#ffffff;
        border-collapse:separate;
        width:100%;

}

td.cback{
	background-repeat:no-repeat;
	background-position: top right;
}
table.t1
{
	text-align:left;
	vertical-align:top;
	border-width:0px;
	border-color:#000000;
	border-collapse:separate;
	width:100%;
}

td.c1
{
padding-left:30px;
	border:none;
    vertical-align:top;
	width:10px;
}

td.c2
{
	text-align:left;
	border:none;
	padding-left:10px;
	vertical-align:top;
}

/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
