/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
/*	background:#F3DFBE url('../img/bg-3.gif') 100% 0px repeat;*/
        background:#fff url("../img/gr-v40-300px.png") 0 -50px repeat-x;   
	border-top: 0px solid #000;
	color: #123;
/*	font-size: 13px;*/
	padding: 0px;	
	min-width:960px;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
/*	border-bottom:1px dotted #123;*/
}
a:hover {
	color:#333;
	text-decoration:underline;
/*	border-bottom:1px solid #333;*/
}

.ulink a {
	border-bottom:1px dotted #123;
}
.ulink a:hover {
	text-decoration:none;
	border-bottom:1px solid #333;
}





/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:transparent;	
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.1em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */

div#header {
background: url(../img/er6.png) 16px 10px no-repeat;
height:100px;
width:600px;
margin:10px 0px 0px 50px;
}

h1#branding {
	font-weight:normal;
	font-size:2em;
	text-align:left;
	border:0px solid #234;
	padding:30px 0px 10px 22%;
	margin:0 0 50px 0;
	color:transparent;
	height:40px;
}

h1#branding span{
	font-size:13px;
	color:#000;
	line-height:25px;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.2em 0px;
	margin:0 0 4px 0;
	border-bottom:1px solid #abc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#FfF8EC;
	margin:20px 10px;
	padding:0px;
	border:1px solid #ddd;
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	/*text-transform:uppercase;*/
	color:#000;
	margin:0px;
	padding:6px 12px;
        border:0px solid #ff7300;
}
.box h2 a,
.box h2 a.visible {
	background:transparent url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	color:#000;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.box h2,h2.gr  { background:#ff7300; 
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#ff9322;
        color:#123;
	
}
.block {
	padding:5px 20px 20px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:0px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody td.cbheader { background:#aaa;;font-weight:bold;vertical-align:middle;
}
tbody td.cbinfo { text-align:right; padding-right:0px;text-transform:uppercase;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
	font-size:1em;
}
.articles h2 {
	margin:0;
	font-size:1em;
}
#articles {
	padding-top:0;
}
.article {
/*	border-top:2px solid #f82;*/
	border-top:1px solid #f82;
	padding-top:.5em;
	font-size:0.9em;
	margin-top:7px;
}
.article p{
	margin-left: 75px;
}

.box .article p{margin-left: 0px;}

.box .article  {
	border-top:3px solid #fff;
	padding:5px 10px 0 20px;
	font-size:1em;

}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.5em;
	font-size:1.3em;
}
.box .first, .first {
	border-top:none;
}

.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
   /* .article */
a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:2px;
	border:1px solid #bbb;
	background:#fff;
}
a.image:hover {
	border:1px solid #666;
}
a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}



/* AJAX sliding shelf 
----------------------------------------------- */
#loading {float:left; margin-right:14px; margin-top:-0px;}

/*.block {padding-bottom:1px;}*/


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #F3DFBE;
	border-bottom: 1px solid #FFF8EC;
	border-right: 1px solid #FFF8EC;
	border-top: 1px solid #eFe8dC;
	border-left: 1px solid #eFe8dC;
	font-size:1.1em;
	font-weight: normal;
	cursor:pointer;
}

.toggler:hover { text-decoration:underline;}


.element h4 {
	margin: 0;
	padding:4px 0;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px 0px 10px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}


/* site information
----------------------------------------------- */
#site_info {
	color:#cde;
	background:#123;
	text-align:center;
        padding:20px 30px 10px;
        margin:0;
}


#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}



/* --------ARS -----------------*/

.none {display:none;}

div.emit:hover {text-decoration:underline;}

div.filial {
  margin:15px 0 5px;
  padding:7px 0;
  font-weight:bold;
  font-size:16px; 
  border-top:1px dotted #ccc; 
  border-bottom:1px dotted #ccc;
}

div#date {
 font-style:italic;
 padding:8px 20px;
}

div#iblock {padding: 10px;}

div#iblock1 {background:#fff;text-align:center;padding: 10px;}

div#iblock1 div {display:inline-block;width:250px;vertical-align:top; text-align:center;background:#fff;}


div#personsliderwrap {
height:300px; width:100%;
position:relative;
margin:auto;
}

div#pswa {
 position:absolute;
 top:55%;
 left:50%;
 border:0px solid red;
 height:220px;
 width:600px;
 margin:-110px 0 0 -300px;
 
}

div#personslider {
height:270px; 
width:600px;
position:relative;
}

.person {
	font-size:.9em;
	font-style: italic;
	padding:0;
	margin:0;
	text-align:right;
}

div.mtext p
{margin:0.5em;}


div.mphoto {
 float:left;
 background:#fff url('../img/tvv.jpg');
 width:165px;
 height:200px;
 margin:-5px -5px 10px 5px; 
 border:1px solid #123;
border:1px solid #123;
}

div.mtext {
 top: 10%;
 margin:0 0 0 0px;
 padding:20px 20px 20px 190px;
 color:#cde;
 background:#123 url(../img/gr-1pxdark.png) repeat-y scroll 0 0;
/* height:200px;*/
}


span.cbinfo { text-align:right; padding-right:0px;text-transform:uppercase;
}

.shadow {
  width:100%;
  height:14px;
  padding:0;margin:0;
background:transparent url(../img/shadow.png) no-repeat scroll 50% 0;
position:static;
}

.shadow600 {
  width:100%;
  height:14px;
  padding:0;margin:0;
  background:transparent url(../img/shadow600x14.png) no-repeat scroll 50% 0;
  position:static;
}

.shadowv {
  width:100%;
  height:14px;
  padding:0;margin:0 0 30px 0;
  background:transparent url(../img/sh-v14.png) repeat-x;
  position:static;
}




#accordion img 
{border:1px solid #123;
float:right;
margin-top:0px;
}

#accordion img:hover
{border:1px solid #888;
}

#accordion a {
/*text-decoration:underline;*/
border-bottom:1px dotted #123;}

#accordion a:hover {
text-decoration:none;
border-bottom:1px solid #123;}

#doxbox table {
	width:100%;
	border:0px solid #bbb;
	margin-bottom:0px;
}

#doxbox table td{
	background:transparent;
	padding:8px 10px ;
	vertical-align:middle;
}

#doxbox table td a{
	font-weight:normal;
}

#price-content table {margin-bottom:20px;}

#price-content table thead th {
 font-weight:normal;
 border-top:2px solid #888;
 background:#eee;
} 

#price-content table td,#price-content table th {
 background:#fafafa;
} 

 
#price-content table tr.bt{
 border-top:2px solid #888;
} 

#price-content table tr.bb{
 border-bottom:2px solid #888;
} 
 




.solidbg {background:#f3dfbe;
}

#site_info_footer {
	background:#0a1015 url('../img/gr-v4-1px.png') 0 0 repeat-x;
	padding:0 0 100px 0;
	margin:0;
	color:#cde;
}

#site_info_footer a{
	color:#cde;
	border-bottom:1px dotted #cde;
	font-weight:normal;
}
#site_info_footer a:hover{
	border-bottom:1px solid #cde;
	text-decoration:none;
	color:#fff;
}


.footer_white {
 background:  url('../img/bg-t1.png')  repeat;
 padding:10px;
 width:250px;
 height:50px;
 float:left;
}

.footer_white img{
 float:left;
 margin-right:10px;
}

.footer_white p{
 padding:10px;
}

.footer {display:none;width:100%;background:#123 url(../img/bg-t1.png);height:70px;}

#menubg {
  position:fixed;
  top:-5px;
  right:0px;
  width:445px;
  height:40px;
  background: url('../img/menubg3.png') -15px -0px no-repeat;
  z-index:2;
}

#gototop { 
  float:right;
  height:100px;
  width:100px;
  overflow:hidden;
  margin-top:-30px;
  background: transparent url('../img/gototop4.png') 0 0 no-repeat;
  cursor:pointer;
}
#gototop a{ 
  color:#eee;
}


#fmenu { 
 float:right;
 background:#FFF8EC;
 padding:0;
 border:2px solid #ccc;
 color:#123;
 margin:-10px -10px 10px 10px;
 }

#fmenu li {
 list-style-type:none;
 margin:0 10px 2px;
}

#fmenu p {
 margin:0 0 8px;
}

p#fmenuheader {
 font-weight:bold;
 color:#fff;
 background:#123 url(../img/gr-r1px.png) 100% 0 repeat-y;
 padding:8px 0 4px 12px;
 position:relative;
 margin:-2px -2px 2px -2px;
}

#fmenu a {font-weight:normal;}

#switch {
color:#567;
position:absolute;
right:3px;
top:8px;
}


#logo {width: 100px; height:100px; position:absolute; top:50px; left:10%; background:url(../img/logo123.png) no-repeat}


.boxwrap {position:relative;height:auto;}

.shadowed {position:relative;}

.uppershadow {
  position:absolute;
  top:-10px;
  left:10px; 
  right:10px;
  height:10px;
  background:transparent url(../img/t10.png) repeat-x;
}

.topleftshadow {
  position:absolute;
  top:-10px;
  left:-10px; 
  width:20px;
  height:20px;
  background:transparent url(../img/tl20.png) no-repeat;
}

.toprightshadow {
  position:absolute;
  top:-10px;
  right:-10px; 
  width:20px;
  height:20px;
  background:transparent url(../img/tr20.png) no-repeat;
}

.leftshadow {
  position:absolute;
  top:10px;
  left:-10px; 
  width:10px; 
  bottom:9px;
  background:transparent url(../img/l10.png) repeat-y;
}

.rightshadow {
  position:absolute;
  top:10px;
  right:-10px; 
  width:11px; 
  bottom:9px;
  background:transparent url(../img/r11.png) repeat-y;
}

.bottomshadow {
  position:absolute;
  bottom:-11px;
  left:10px; 
  right:10px;
  height:11px;
  background:transparent url(../img/b11.png) repeat-x;
}

.bottomleftshadow {
  position:absolute;
  bottom:-11px;
  left:-10px; 
  width:20px;
  height:20px;
  background:transparent url(../img/bl20.png) no-repeat;
}

.bottomrightshadow {
  position:absolute;
  bottom:-11px;
  right:-10px; 
  width:20px;
  height:20px;
  background:transparent url(../img/br20.png) no-repeat;
}


