@import url(http://fonts.googleapis.com/css?family=Montserrat:700);

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg-a.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFF;
}
#Header {
	margin: auto;
	width: 945px;
	height: 128px;
	position: relative;
}
.tag{
	position: absolute;
	top:0;
	left: 0
}
#Header .logo {
	height: 144px;
	width: 144px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Header .logo2 {
	background-image: url(../images/logo.png);
	height: 90px;
	width: 145px;
	position: absolute;
	right: -20px;
	top: 28px;
}
#Header .slog{
	position: absolute;
	top:15px;
	left: 172px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 26px;
	font-weight: bold;
}

#Header .slog .t1{
	display: block;
	font-size: 38px;

}
#Header .slog .t2{
	display: block;
	font-size: 18px;
}
#Header .Bar-opt {
	position: absolute;
	top: 14px;
	right: 93px;
	width: 160px;
	font-size: 11px;
	color: #FFF;
}
#Header .Bar-opt img  {
	vertical-align: text-top;
}

#Header .Bar-opt a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#Header .Bar-opt a:hover {
	color: #FF9;
}


#Header .faceLink {
	background-image: url(../images/facebook.png);
	height: 32px;
	width: 111px;
	position: absolute;
	top: 14px;
	right: 260px;
}
#Header .faceLink a{
	width: 111px;
	height: 32px;
	display:block;
}


.Menu {
	position: absolute;
	left: 156px;
	bottom: 0px;
	height: 40px;
}
#Middle {
	margin: auto;
	background-image: url(../images/bg-middle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Middle .mgallery {
	padding-top: 80px;
	padding-bottom: 180px;
}

.iContt {
	margin: auto;
	width: 920px;
}
.iContt .content {
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 70px;
}
.listCats {
	margin: auto;
	width: 1024px;
	padding-bottom: 56px;
}
.listCats h2 {
	margin-left: 30px;
}

.listCats ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: block;
	height: 100%;
	overflow: hidden;
}

.listCats ul li {
	display: table;
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 298px;
}

.listCats ul li .item {
	height: 74px;
	width: 298px;
	background-image: url(../images/bg-rlist.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.ProdctInfo {
	margin: auto;
	width: 964px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.ProdctInfo .imgThumb {
	padding-top: 70px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.ProdctInfo .min-Thumbs {
	height: 120px;
	margin-top: 25px;
	position: relative;
	z-index: 2;
}
.ProdctInfo .min-Thumbs ul {
	display: block;
	height: 100%;
	margin: auto;
	width: 500px;
	text-align: center;
}

.ProdctInfo .min-Thumbs ul li {
	display: block;
	border: 1px solid #666;
	background-color: #000;
	float: left;
	padding: 5px;
	margin-right: 12px;
	list-style-type: none;
	border-radius:4px;
}
.ProdctInfo .bloqData {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;

}
.ProdctInfo .bloqData blockquote {
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 20px;
	padding-left: 10px;
	border-left-width: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	color: #CCC;
}

.iContt .gallery {
	margin: auto;
	width: 780px;
	padding-top: 20px;
	background-image: url(../images/div-gallr.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 20px;
}

.clear{clear:both;}

.inp-field {
	width: 45%;
	border: 1px solid #414141;
	margin-bottom: 3px;
	background-color: #333333;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-radius:3px;
}
.inp-tarea {
	padding: 4px;
	width: 45%;
	border: 1px solid #414141;
	overflow: hidden;
	margin-bottom: 6px;
	color: #FFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border-radius:3px;
}
.alignleft {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.alignright {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
}

#button {
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
}







#Bottom {
	background-image: url(../images/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
}
.divline {
	background-image: url(../images/div-line.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#Bottom .spc {
	width: 1030px;
	margin: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 96px;
	position: relative;
}


#Bottom .spc .tt1 {
	width: 350px;
	font-size: 13px;
	font-style: italic;
	float: left;
	margin-right: 24px;
	height: 76px;
	padding-top: 8px;
}
#Bottom .spc .tt1 p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Bottom .spc .tt1 p:before {
	content: url(../images/com-bef.png);


}
#Bottom .spc .tt1 p:after {
	content: url(../images/com-af.png);
}

#Bottom .spc .tt2 {
	float: left;
	width: 230px;
	margin-right: 20px;
	height: 76px;
	padding-top: 8px;
	font-size: 13px;
	color: #CCC;
}

#Bottom .spc .tt3 {
	float: left;
	width: 150px;
	padding-top: 0px;
	height: 76px;
	position: absolute;
	top: -10px;
	right: 10px;
}

#Footer {
	background-image: url(../images/bg-footer.png);
	background-position: center top;
	width: 1024px;
	background-repeat: no-repeat;
	margin: auto;
	height: 30px;
}
#Footer .cpy {
	float: left;
	color: #444;
	padding-top: 5px;
}
#Footer .by {
	float: right;
	font-size: 10px;
	color: #666;
	padding-top: 5px;
}
#Footer .by a {
	color: #666;
}
