/*
	Carafe Wine Makers - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/


/* =General
---------------------------------------------------------------------------------------------------- */
body {
    background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff url('../images/wrapper/seamless_tile2.gif') repeat;
	/*background-color: #003082;*/
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	background: #ffffff url('../images/wrapper/seamless_tile1.gif') repeat;
	width: 769px;
	margin: 0 auto 30px auto;
	padding: 0;	
	border: 1px solid #000000;
}

#content {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 15px 13px 5px 30px;
}

#content p {
	color: #003082;
}

#content td {
	color: #003082;
}

#content li {
	color: #003082;
	line-height: 20px;
}
#flags {
	background: url('../images/seamless_tile1.gif');
	height: 88px;
}

#flags div {
	color: #A12830;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	letter-spacing: -0.5px;
}

#footer {
	background: #003082;
	color: #ffffff;
	width: 769px;
	padding: 8px 0 4px 0;
}

#footer p {
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

#sidebar {
	padding: 37 0 5px 0;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
.left-nav-bg {
	background: #A12830;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left-nav a {
	background: url('../images/nav_bullet_off.gif') 0 7px no-repeat;
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 3px 13px;
	margin: 0 0 0 17px;
	width: 150px;
}

.left-nav a.on {
	background: url('../images/nav_bullet_on.gif') 0 7px no-repeat;
}

.left-nav a:hover {
	background: url('../images/nav_bullet_on.gif') 0 7px no-repeat;
	color: #ffffff;
	text-decoration: underline
}

/* =links
---------------------------------------------------------------------------------------------------- */
a {
	color: #A12830;
	text-decoration: none;
}

a:hover {
	color: #A12830;
	text-decoration: underline;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 10px 0 8px 0;
}

h1 {
	color: #A12830;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	color: #A12830;
	font-size: 14px;
	margin-bottom: 0;
}

h3 {
	color: #A12830;
	font-size: 14px;
}

h4 {
	color: #A12830;
	font-size: 12px;
}

table {
	font-size: 12px;
}

