@charset "utf-8";

body {
	color: #be9544;
	font-family: "Century Gothic", Century Gothic, Tahoma, Geneva, sans-serif;
}

#footer {
	text-align: center;
}

/*text styles*/
p {
	font-size: 13px;
	line-height: 1.8em;
}
h1 {
	font-size: 35px;
	line-height: 1.2em;
	font-weight: normal;
	color: #d80c1a;
}
h2 {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
}
h3 {
	font-size: 28px;
	line-height: 1.4em;
	font-weight:bold;
	letter-spacing: .05em;
	color: #d80c1a;
}
h4 {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .05em;
}
h5 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight:bold;
	letter-spacing: .05em;
	color: #d80c1a;
}
h6 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight:bold;
	letter-spacing: .05em;
	color: #d80c1a;
}

a {
	color: #be9544;
	text-decoration: none;
}
a:hover {
	color: #d80c1a;
}


/*main navigation*/
#main_nav a {
	font-family: "Century Gothic", Century Gothic, Tahoma, Geneva, sans-serif;
	font-size:15px;
	/*letter-spacing: .1em;*/
	line-height: 2em;
	text-decoration: none;
	text-align: left;
	color: #be9544;
}
#main_nav a:hover {
	color: #fff;
}

.nav_select {
	font-family: "Century Gothic", Century Gothic, Tahoma, Geneva, sans-serif;
	font-size:15px;
	/*font-weight: bold;*/
	/*letter-spacing: .1em;*/
	line-height: 2em;
	text-decoration: none;
	text-align: left;
	color: #e01015;
}


/*footer navigation*/
#footer_nav {
	text-align: center;
}
#footer_nav a {
	font-family: "Century Gothic", Century Gothic, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 2em;
	text-decoration: none;
	color: #be9544;
}

#footer_nav a:hover {
	color: #e01015;
}


/*footer content*/
#footer_box {
	text-align: center;
}
#footer_contact {
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 2em;
}


/*about pages*/
#about_info p {
	text-align: justify;
	text-justify: inter-word;
}


/*wines pages*/
#wines_nav a {
	text-align: left;
	font-family: "Century Gothic", Century Gothic, Tahoma, Geneva, sans-serif;
	font-size:15px;
	/*letter-spacing: .05em;*/
	line-height: 2em;
	text-decoration: none;
	color: #be9544;
}
#wines_nav a:hover {
	color: #fff;
}

.wine_select {
	text-align: left;
	font-family: "Century Gothic", Century Gothic, Tahoma, Geneva, sans-serif;
	font-size:15px;
	/*letter-spacing: .05em;*/
	line-height: 2em;
	text-decoration: none;
	color: #e01015;
}

.vintage_gold {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #000;
}
.vintage_red {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #000;
}

#content_wines p {
	text-align: justify;
	text-justify: inter-word;
}

#wines_purchase {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #be9544;
}
#wines_purchase a {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #be9544;
	text-decoration: none;
}
#wines_purchase a:hover {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

/*purchase pages*/
.purchase_text {
	text-align: left;
	font-size: 19px;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.purchase_title {
	color: #e01015;
}

/*contact pages*/
.contact_text {
	text-align: left;
	font-size: 19px;
	letter-spacing: .1em;
	line-height: 1.6em;
}




/*wine club content*/
#club_login {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #be9544;
}
#club_login a {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #be9544;
	text-decoration: none;
}
#club_login a:hover {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.club_option_text {
	text-align: left;
}
.club_option_title {
	color: #e01015;
}

.club_option_select {
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	color: #be9544;
}
.club_option_select a {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #be9544;
	text-decoration: none;
}
.club_option_select a:hover {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}



