/* codulfiscal.ro - HTML & CSS by Mihai Petre - DOTWEB Software Systems */

/* X-browser CSS properties reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline:none;}
/* /X-browser CSS properties reset */

body {
  font-family: Arial, sans-serif; font-size: 12px;
  background: #DBDBDB url(../images/body-bg.gif) repeat-x top;
  position: relative;
}

input, select, textarea {
  font-family: Arial, sans-serif; font-size: 12px;
}

#topbar {
  position: fixed; z-index: 1000; top: 0; left: 0;
  height: 60px; width: 100%;
  background-color: #ab9e71;
}

#topbar ul {
  overflow: hidden; width: 990px;
  margin: 3px auto;
  list-style-type: none;
}

#logocf {
  float: left;
  margin-left: 100px;
}

#topbar ul li {
  float: left;
  margin: 0 10px; 
}

#topbar ul li a {
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  display: block;
  width: 110px; height: 29px;
  background: url(../images/order.jpg);
}

#wrapper {
  width: 990px;
  margin: 0 auto;
}



/*** Header ***/
#header {
  width: 980px; height: 85px;
  margin: 70px auto 0 auto;
  background: url(../images/header-bg.gif) no-repeat center;
  position: relative;
}

#header h1 {
  position: absolute; top: 15px; left: 30px;
}

#header h1 a {
  display: block; height: 52px; width: 162px;
  text-indent: -10000px;
  background: url(../images/logo-codfiscal-nou-cp.gif);
  margin-left:0px;
}

#header ul#nav {
  position: absolute; top: 30px; right: 0;
}

#header ul#nav li {
  float: left; display: inline;
  margin-right: 25px;
}

#header ul#nav li a {
  display: inline-block;
  height: 31px;
  padding-left: 10px;
  color: #626262;
  font-family: 'Trebuchet MS';font-size: 14px; font-weight: bold;
  text-transform: uppercase; text-decoration: none;
  background: url(../images/menu-link-bg.gif) no-repeat left -31px;
}
#header ul#nav li a span {
  display: inline-block;
  height: 31px; line-height: 31px;
  padding-right: 10px;
  background: url(../images/menu-link-bgg.gif) no-repeat right -31px;
}

#header ul#nav li a:hover {
  background: url(../images/menu-link-hover-bg.gif) no-repeat left -31px;
}
#header ul#nav li a:hover span {
  background: url(../images/menu-link-hover-bgg.gif) no-repeat right -31px;
}

#header ul#nav li a:hover, #header ul#nav li a.active {
  color: #fff;
  background-position: left;
}
#header ul#nav li a:hover span, #header ul#nav li a.active span {
  background-position: right;
  cursor: pointer;
}
/******************************/



/*** Promo ***/
#promo {
  width: 990px; height: 270px;
  margin: 0 auto;
  background: url(../images/promo-bg-new.jpg) no-repeat center;
  position: relative;
}
          
#new-book {
  width: 226px; height: 266px;
  margin: 5px 10px 0 10px;
  float: left;
}

#promo h2 {
  color: #fff;
  text-shadow: #000 1px 1px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#promo h3 {
  color: #fff;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: 5px;
}

#new-book-description {
  width: 240px;
  height: 250px;
  margin: 10px 0 10px 0;
  float: left;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

#flash {
  width: 490px;
  height: 250px;
  margin: 0;
  float: left;

}
/******************************/



#content {
  width: 930px; margin: 0 auto;
  padding: 30px 25px 50px;
  padding-top: 30px;
  color: #5d5d5d;
  background: #F9F8F5;
  overflow: hidden;
}

hr {
  color: #eee;
}

h2 {
  margin-bottom: 20px;
  color: #a09c9c;
  font-family: 'Trebuchet MS'; font-size: 20px;
}

h3 {
  color: #f4831b;
  font-family: 'Arial'; font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-shadow: #aaa 1px 1px 2px;
  text-align: center;
}

#promo a.order {
  display: block;
  width: 235px; height:40px;
  margin-top: 10px;
  text-indent: -10000px;
  background: url(../images/order-big-h.gif) no-repeat bottom;
}

#promo a.order:hover {
  background: url(../images/order-big-h.gif) no-repeat top;
}

h4 {
  margin-bottom: 10px;
  color: #8b8b8b;
  font-weight: bold;
  font-family: 'Trebuchet MS'; font-size: 12px;
  text-align: center;
}

p { margin-bottom: 10px; }

ol { list-style: decimal; }

ul { list-style: disc; }

li {   margin: 0 0 10px 10px; }

#content a {
  color: #1a4c77;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}

/*** Main content ***/
#main-content {
  float: left; display: inline;
  width: 560px;
  padding-right: 30px; padding-left: 25px;
}
/******************************/


/*** Side content ***/
#side-content {
  float: right; display: inline;
  width: 270px;
  padding-left: 30px;
  color: #a09c9c;
}
/******************************/



#full {
  width: 250px;
}

#full img, #promo #full a {
  display: block;
  margin: 0 auto 15px auto;
}

#full .desc {
  color: #7e7e7e;;
  text-align: center;
  font-size: 11px;
}

#full a.order {
  display: block;
  width: 235px; height:40px;
  margin-bottom: 15px;
  text-indent: -10000px;
  background: url(../images/order-big.gif) no-repeat bottom;
}

#full a.order:hover {
  background: url(../images/order-big.gif) no-repeat top;
}

.cuprins {
  display: block;
  width: 200px;
  float:left;
}

ul#cuprins li a.active {
  font-weight: bold;
}


#include {
  color: #6C0000;
  font-weight: bold;
}

#include a {
  color: #6C0000;
  font-weight: bold;
}


ul#sitemap li {
  margin-bottom: 0; line-height: 30px;
}


/*** Order Form ***/
#order-form {
  margin-bottom: 25px;
}

#order-form ul {
  list-style: none;
}

#order-form ul li {
  margin-bottom: 10px;
  overflow: hidden;
}

#order-form ul li label {
  float: left;
  width: 150px;
  margin-right: 20px;
  text-align: right;
}

#order-form .submit {
  margin-left: 180px;
  cursor: pointer;
}

#disclaimer {
  font-size: 10px;
  text-align: center;
}

#disclaimer p {
  margin-bottom: 3px;
}

#errors {
  color: #BE3E0C;
  font-weight: bold;
}
/******************************/



/*** Footer ***/
#footer {
  height: 32px;
  margin-bottom: 15px;
  padding: 18px 25px 0;
  color: #7e7e7e;
  font-size: 11px;
  background: url(../images/footer-bg.gif) no-repeat center;
  position: relative;
}

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

#dotweb {
  position: absolute; top: 18px; right: 25px;
}

#dotweb a {
  color: #7e7e7e;
}

#trafic {
  position: absolute; left: 450px; top: 10px;
}
/******************************/