/* Tabled Portrait */
@media screen and (max-width: 768px) {
#wrapper { width:100%; }
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
#wrapper { width:100%; }
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
img { max-width: 100%; }
}


html
{ 
  position:relative; 
  min-height: 100%;
 }

*
{ margin: 0;
  padding: 0;}

}
.pageContentWrapper{
  margin-bottom:100px;/* Height of footer*/
} 

html,body {
    margin:0;
    padding:0;
    font: normal 95% 'century gothic', arial;
    background: url(datacenter2.png) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

p
{ padding: 0f 0 20px 0;
  line-height: 1.7em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;}

<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=yes">

h1, h2, h3
{ font: normal 170% 'century gothic', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  }

h2
{ font-size: 150%;
  padding: 9px 0 5px 0;
  color: #808080;}

h3
{ 
  font-size: 150%;
  padding: 5px 0 0 0;}

h4, h6
{ #background-color: #808080;
  #color: #808080;
  padding: 0 0 5px 0;
  font: normal 100% arial;
  text-transform: uppercase;}

h5, h6
{ color: #808080;
  font: normal 95% arial;
  letter-spacing: normal;
  padding: 0 0 15px 0;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #B48A7C;
  }

a:hover
{ text-decoration: none;
  background-color:#808080;}


blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

header
{ background: #80bfff;
  background-image: url("paper.gif");
  height: 186px;}
  
#bannerContact
{ background: transparent url(Contactbannner.jpg) no-repeat;
  width: 860px;
  height: 160px;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 4px solid #EE8400;}

#bannerContract
{ background: transparent url(ContractCadruBanner.jpg) no-repeat;
  width: 860px;
  height: 160px;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 4px solid #EE8400;}

#bannerServicii
{ background: transparent url(logobanner3backv1.jpg) no-repeat;
  width: 860px;
  height: 160px;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 4px solid #EE8400;}

#bannerHome
{ background: transparent url(logobanner3.jpg) no-repeat;
  width: 860px;
  height: 160px;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 4px solid #EE8400;}



#PozaSediu
{   height: auto;
    width: auto;
    left: 1018px;
    top: 422px;
    }

#logo
{ width: 880px;
  position: relative;
  height: 140px;
  background-image: url("paper.gif");
  opacity: 0.65;}

#logo #logo_text 
{ position: absolute; 
  top: 10px;
  left: 0;}

#logo h1, #logo h2
{ font: normal 400% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 9px;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{ font-size: 170%;
  color: #191919;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 32px 10px 0px 0px;}

#logo_text h1 a .logo_colour
{ color: #000033;}

#logo_text a:hover .logo_colour
{ color: #000033;}

#logo_text h2
{ font-size: 110%;
  padding: 4px 0 0 0;
  color: #000033;}

#menubar
{ width: 879px;
  height: 45px;
  border-radius: 10px
  padding-right: 15px;
  background-image: url("paperver.gif");
  opacity: 0.65;} 

ul#menu
{ float: right;
  margin: 0;}

ul#menu li
{ float: left;
  padding: 0 0 0 9px;
  border-radius: 10px;
  list-style: none;
  margin: 8px 4px 0 4px;}

ul#menu li a
{ font: normal 100% 'trebuchet ms', sans-serif;
  border-radius: 10px;
  display: block; 
  float: left; 
  height: 20px;
  padding: 6px 20px 5px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #EE8400;} 

ul#menu li.selected a
{ height: 20px;
  border-radius: 10px;
  padding: 6px 20px 5px 11px;}

ul#menu li.selected
{ margin: 8px 4px 0 13px;
  border-radius: 10px;
  background: #79797f;}

ul#menu li.selected a, ul#menu li.selected a:hover
{ background: #79797f;
  color: }

ul#menu li a:hover
{ color: #191919;}

#site_content
{ width: 880px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;} 

#sidebar_container
{ float: left;
  width: 224px;}

#.sidebar_top
{ border-radius: 25px;
  background: #808080;
  #background-repeat: no-repeat;
  width: 222px;
  height: 14px;
  #background: transparent url(side_top.png) no-repeat;}

#.sidebar_base
{ border-radius: 25px;
  background-color:#808080;
  background-repeat: no-repeat;
  width: 222px;
  height: 14px;
  background: url(paper.gif) no-repeat;
  opacity: 0.78;}

.sidebar
{ float: right;
  width: 222px;
  padding: 0;
  margin: 0 0 16px 0;
  #background-color:#808080;}

.sidebar_item
{ border-radius: 25px;
  background-color:#ffefcc;
  background: transparent url(paper.gif) no-repeat;
  opacity: 0.78;
  background: url(paper.gif) repeat-y;
  background: transparent url(paper.gif) no-repeat;
  background: url(paper.gif) repeat-y;
  padding: 0 15px;
  width: 192px;}

.sidebar li a.selected
{ color: #444;} 

.sidebar ul
{ margin: 0;} 

#content
{ text-align: left;
  width: 620px;
  padding: 0 0 0 10px;
  float: right;
  color: #191919;}

#content2
{ text-align: left;
  width: 620px;
  padding: 0 0 0 10px;
  float: right;}

#content3
{ text-align: left;
  width: 620px;
  padding: 0 0 0 10px;
  float: right;}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li, .sidebar ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

#footerindex
{  position:absolute;
   font-family: arial;
   opacity: 0.7;
   bottom:0;
   width:100%;
   height:80px;   /* Height of the footer */
   text-align: center; 
   background: #888888;
   border-top: 2px solid #888888;
   color: #FFF
   font-size: 73%;
   color: #FFF;
}

#footer
{ 
  bottom:0;
  opacity:0.7;
  font-size: 73%;
  width: 100%;
  font-family: arial;
  font-size: 100%;
  height: 80px;
  padding: 20px 0 5px 0;
  text-align: center; 
  background: #888888;
  border-top: 2px solid #888888;
  color: #FFF;
}

#footer p
{ line-height: 1.1em;
  padding: 0 0 10px 0;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #B48A7C;
  text-decoration: none;}

.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ background: #E5E5DB;
  color: #47433F;
  border-top: 1px solid #FFF;}


