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

/*  ----------------------------------------------------COLOURS---

Grey - #b8b6b6
Red - #bd1622

*/

* {
margin: 0px;

}

html, body {
height: auto;
display:block;
font-family: 'Cutive Mono' !important;
color:#000000;
font-size:1.1em;
text-align:center;
background:url(../images/Background.jpg);
}

img {
       border:none;
       margin:0;
       padding:0;
}

.wrapper{
	width:auto;
	display:block;
	padding:0px;
}

/*  ----------------------------------------------------Header--- */
.header {
}

/*  ----------------------------------------------------Navigation--- */
.nav {
}

.nav ul {
}
.nav ul li {
}

/*  ----------------------------------------------------Containers--- */
.mainContent{
	width:auto;
	display:block;
	padding:0px;
}


.logoContent{
	width:80%;
	display:block;
	max-width:700px;
	margin:0px auto;
	overflow:auto;
}

.logoContent img{
	width:100%;
}

.textContent{
	width:70%;
	display:block;
	max-width:400px;
	margin:50px auto;
	overflow:auto;
}

.textContent ul {
	margin:0px;
	padding:0px;
}
.textContent ul li {
	display:inline;
	list-style-type:none;
	padding:0 0.5em;

}



.line{
	width:100%;
	display:block;
	margin:0px auto;
	overflow:auto;
	height:10px;
	background-color:#AE9B29;
}





/*  ----------------------------------------------------Text Styles--- */

h1 {
	font-family: 'Cutive Mono', ;
	text-transform:capitalize;
	margin-top:0px;
	padding-bottom:10px;
	padding-top:20px;
	line-height:120%;
	font-size:2em;
	text-align:center;
}

h2 {
	font-family: 'Cutive Mono', ;
	padding:0 0 20px 0;
	line-height:110%;
	font-size:1.5em;
}

body,td,th {
	line-height:120%;
}

p {
	padding: 10px 0;
}

.wine {
	font-family: 'Cutive Mono' !important;
	padding:20px 0;
	line-height:110%;
	font-size:1.3em;
	color:#323232;
}

.link{
	background-color:#000000;
	padding:5px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color:#ffffff;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}



@media only screen and (max-width : 999px) and (min-width : 768px) {}

@media only screen and (max-width : 767px) and (min-width : 481px) {
html, body {
font-size:1em;
}
}

@media screen and (max-width: 480px) {
html, body {
font-size:0.95em;
}
}