/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }*/


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.color1{
	color: #c90031; /*fushia*/
}

.color2{
	color: #000; /*black*/
}


.clear {
	clear: both;
}

p {
	margin: 0 0 15px 0;
}

body {
	background: #fff url(../img/bg-body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

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

/* HEADER */

#header {
	background:url(../img/bg-header.jpg) repeat-x;
	height:192px;
}

#column-left {
	width: 338px;
	float: left;
	text-align:center;
}

#adress {
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 24px 0 24px 0;
	height:33px;
}

#phone {
	font-size: 2.688em;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	text-decoration: none;
	height:81px;
	color: #c90031;
}

#phone a {
	color: #c90031;
	text-decoration: none;
}

#column-middle {
	width: 284px;
	height: 190px;
	float: left;
	padding-top:2px;
}

#column-right {
	width: 338px;
	float: left;
	text-align:center;
}

#opening-hours {
	font-size: 0.875em;
	padding:24px 0 24px 0;
	height:33px;
}

#delivery {
	font-size: 1.563em;
	text-transform: uppercase;
	padding: 28px 0 0 0;
	height:83px;
}

#delivery span.subtitle {
	font-size: 0.613em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}

/* NAVIGATION */

#nav {
	height: 57px;
	background: url(../img/bg-nav.png);
	margin-top: 15px;
	
}

#nav ul {
	display: block; 
	width: 198px; 
	margin: 0 auto;
	list-style:none;
}

#nav li {
	float:left;
} 

#nav a {
	width: 66px;
	height: 14px;
	display: block;
	font-size: 0.625em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top:43px;
}

#nav a.bt1 {
	background:url(../img/bt1-1.png) top center no-repeat;
	background-position:50% 3px;
}

#nav a:hover.bt1 {
	background: url(../img/bt1-2.png) top center no-repeat;
	background-position: 50% 3px;
	color: #000;
}

#nav a.bt1-active {
	background:url(../img/bt1-2.png) top center no-repeat;
	background-position:50% 3px;
	color: #000;
}

#nav a.bt2 {
	background:url(../img/bt2-1.png) top center no-repeat;
	background-position:50% 3px;
}

#nav a:hover.bt2 {
	background: url(../img/bt2-2.png) top center no-repeat;
	background-position: 50% 3px;
	color: #000;
}

#nav a.bt2-active {
	background:url(../img/bt2-2.png) top center no-repeat;
	background-position:50% 3px;
	color: #000;
}

#nav a.bt3 {
	background:url(../img/bt3-1.png) top center no-repeat;
	background-position:50% 3px;
}

#nav a:hover.bt3 {
	background: url(../img/bt3-2.png) top center no-repeat;
	background-position: 50% 3px;
	color: #000;
}

#nav a.bt3-active {
	background:url(../img/bt3-2.png) top center no-repeat;
	background-position:50% 3px;
	color: #000;
}

/* SECTION */

#section {
	height: 524px;
}

/* FORM */

#form {
	float: left;
	margin-top:65px;
	width: 330px;
}

#section h2 {
	font-size: 1.250em;
	color: #c90031;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0;
}

#form label {
	display: block;
	width: 330px;
	color: #fff;
	font-size: 0.875em;
}

#form input[type=text] {
	width: 330px;
	margin-bottom: 10px;
	font-size: 0.945em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: #ccc;
	border: 0px;
}

#form textarea {
	width: 330px;
	height: 155px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: #ccc;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#form input[type=submit] {
	font-size: 1em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: #c90031;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding:5px 8px;
}

#form input[type=submit]:hover {
	background:#000;
}

#map {
	float: right;
	margin-top:65px;
	width: 560px;
}

#map iframe {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* FOOTER */

#footer {
	text-align: center;
	padding: 15px 0;
	border-top: 9px solid #c90031;	
}

h3 {
	margin: 0px; 
	padding: 0px;
	font-size: 0.938em;
	text-transform:uppercase;
}

p.delivery-condition {
	font-size:0.563em;
	margin: 0;
}

p.copyright {
	font-size: 0.750em;
	margin: 0;
}

