* { border: 0; margin: 0; padding: 0;}
div, aside, article, nav, section, footer
{behavior: url(ie-css3.htc);}

body {
	font-family:  Myriad Pro Regular, Tahoma, Verdana;
	font-size: 12px;
	color: #131313;
	background: #ffffff url(images/bg.jpg) repeat-x;
	text-align: center;
}
a {
	color: #0f0f0f;
	text-decoration: none;
}
ul { list-style: none; }
img {
	border:0;
}

header, #main, #content, #content2, #partners, footer{
	margin: 0 auto;
	width: 1200px;
	position: relative;
	clear: both;
	display: block;
	text-align: left;
}
.clr { clear: both; }
h1 { font-size: 14px;font-family: Myriad Pro; color: #fff; }
h2,h3,h4 { font-size: 14px;font-weight: normal; }
/*** TOP ***/
header {
  background : url(images/dogs.png) no-repeat center 117px;
  height: 454px;
}
#logo {
  float: left;
  margin: 30px 0 0 30px;
}
nav {
  float: right;
  background: url(images/bg_menu.png) no-repeat top center;
  width: 540px;
  height: 84px;
  margin-top: 30px;
}
nav ul li {
  float: left;  
  margin-top: 17px;
  padding: 0 20px;
  border-style: solid; border-width: 0px 2px 0px 0px;
  -webkit-border-image:url(images/border-menu.jpg) 0 2 0 0 round; /* Safari 3.1-5 */
  -o-border-image:url(images/border-menu.jpg) 0 2 0 0 round; /* Opera 11-12.1 */
  border-image:url(images/border-menu.jpg) 0 2 0 0 round;
}
nav ul li a {
  font-size: 14px;
  color: #5a5a5a;    
  float: left;
}
nav ul li:last-child {
  border-width: 0px 0px 0px 0px;
} 
#fb {
  position: fixed;
  top: 30px;
  right: 0;
}
#fb img {
  height: 50px;
}
/*** /TOP ***/
/*** MAIN ***/
#bg-main {
	height: 165px;
	background: #7a7a7a;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	font-size: 24px;  
}
#partners {
  margin-bottom: 20px;
}
/*** /MAIN ***/
/*** MAIN ***/
#content {
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
#main{width: 1200px;}
#bg-main-b {
  width: 100%;
  min-height: 360px;
  background: url(images/bg-content.jpg) repeat-x top left;
  padding-top: 20px;
}
.title {
  margin: 20px 0 0 20px;
  font-size: 20px;
}
.desc {
  margin: 20px;
  line-height: 24px;
  float: left;
}
.offer {
  width: 504px;
  height: 286px;
  background: url(images/bg-oferta.jpg) no-repeat;
  float: left;
  margin: 20px 60px 20px 0;
}
.offer .t-offer {
  color: red;
  margin: 5px 12px 0px 12px;
  float: left;
  font-size: 18px;
}
.offer .d-offer {
  font-size: 14px;
  margin: 10px 12px 0 12px;
  text-align: justify;
  line-height: 22px;
}
#partners a {
  margin-right: 20px;
}
/*** /MAIN ***/
/*** FOOTER ***/
#bg-footer {
  background: #7a7a7a;
  height: 72px;
  border-bottom: 5px #6b6b6b solid;
}
#f-left {
  width: 450px;
  float: left;
  padding-top: 20px;
  color: #ffffff;
  font-size: 10px;
}
#f-left a {color: #ffffff;}
#f-right {
  float: right;
  width: 500px;
}
#f-right ul {
  float: right;
  margin-top: 20px;
}
#f-right ul li {
  float: left;
}
#f-right ul li a {
  color: #ffffff;
  font-size: 10px;
  margin: 0 10px;
}
/*** /FOOTER ***/