@charset "UTF-8";
/* CSS Document */


body {
	color: #660000;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFEFFF;
	background-image: url(../images/bkg1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.clear-fix { clear: both; line-height: 1px; }

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;
	line-height: 0.9em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h2 {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #660000;
}
.page article h4 {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #06C;
}
.biggerprice {
	font-size: 1.4em;
}

p { margin: 0 0 .75em 0; }

.artimg {
	max-width: 100%;
	height: auto;
}
.artimgphoto {
	max-width: 100%;
	height: auto;
	clear: right;
	display: block;
}

.google-maps {
	position:relative;
	padding-bottom:75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

.artimglft {
	float: left;
	border: 1px solid #666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.imgstickers {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.address {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #666;
	text-align: center;
}
.adressmall {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999;
}
.addressbiger {
	font-size: 1.4em;
	line-height: 1.2em;
}
.bigtxt {
	font-size: 1.6em;
	padding-left: 25px;
	color: #666;
	line-height: 1.4em;
}
.redcolor {
	color: #C00;
	font-weight: bold;
}
.redcolorbigger {
	font-size: 1.5em;
	color: #F00;
}

.bluecolor {
	color: #06C;
}

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

footer {
	font-size: 0.85em;
	color: #990000;
	background-color: #660000;
	padding: 10px 10px 10px 0; 	padding-left: 10px;
}

a.cta { 
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }

.promo h3 { font-size: 1.1em; margin: 0; color: #660000; }      
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; background-size: 60px 60px; }

.promo.one { background-image: url(../images/promo_1.jpg); }
.promo.two { background-image: url(../images/promo_2.jpg); }
.promo.three { background-image: url(../images/promo_3.jpg);
}

nav a {
	color: #FFCC99;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
}
nav a:hover { color: #fff; }
nav a.active { color: #fff }

.clear-fix { clear: both; line-height:1px; }
