/*General Page Styles*/
body {
	background-color: #eee;
	color: #3f3f3f;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

h1,h2,h3 { color: #4A1A2C; font-size: 11px; font-weight: bold; margin: 0; padding: 13px 0 0 0; }

a:link { text-decoration: none; color:  #4A1A2C; text-decoration: underline; }
a:visited { text-decoration: underline; color: #66223B; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; color: #66223B; }

p { margin: 0; padding: 0; }
#padding {
	margin: 0 0 6px 0;
}

td,th { margin: 0; padding: 0; }

th {
	border-bottom: 1px solid #ccc;
	color: #4A1A2C;
	font-weight: bold;
	text-align: left;
}

caption { color: #4A1A2C; font-weight: bold; text-align: left; }

/*Style for subcontent on Services.html*/
#wine { color: #4A1A2C; margin: 10px 0 0 0; padding: 0; font-variant: small-caps;}

/*UL in the Sub Content section*/
#content_right_sub ul { margin: 0; padding: 10px 0 0 0; } 
#content_right_sub li, identity_right ul { display: inline; margin: 0; padding: 0; list-style: none; }
#sub_nav {
	display: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}
#current_pg { color: #959595; }


/*Framework & Layout Styles*/
#container {
	padding: 60px 40px 60px 40px;
	margin: 0 auto;
	width: 720px;
	height: 480px;
	/*background-image: url(../media/container_background.gif);*/
}

#subcontainer { background-color: #fff; height: 480px; width: 720px; margin: 0; padding: 0; border: 1px solid #ccc; }

#content { width: 720px; height: 233px; padding: 62px 0 0 0; margin: 0; }

#content_left {
	/*width: 160px;*/
	height: 233px;
	float: left;
	padding-left: 80px;
	padding-right: 10px;
	margin: 0;
	
}
#content_left_main {
	width: 160px;
	height: 171px;
	position: relative;
	margin: 0;
	padding: 0;
}
#content_left_main_content {
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: right;
}

<!-[if IE 6]>
<style type="text/css">
#content_left_main_content {
	position: relative;
}
</style>
<![endif]->

<!-[if IE 7]>
<style type="text/css">
#content_left_main_content {
	position: relative;
}
</style>
<![endif]->

#content_left_sub {
	width: 160px;
	height: 62px;
	margin: 0;
	padding: 0;
}

#content_right { width: 340px; height: 233px; float: left; padding-left: 10px; padding-right: 120px; margin: 0; text-align: left; }
#content_right_main { width: 350px; height: 171px; position: relative; margin: 0; padding: 0; }
#content_right_main_content {
	position: absolute;
	bottom: -1px;
	margin: 0;
	padding: 0;
	left: -1px;
	width: 350px;
}
#content_right_sub {
	width: 350px;
	height: 52px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#identity { width: 720px; height: 185px; color: #fff; }
#identity_left {
	background-color: #66223B;
	width: 210px;
	height: 160px;
	padding: 25px 10px 0 29px;
	float: left; /*text-align: right;*/
	border-right: 1px solid #fff;
}
#identity_right {
	background-color: #7B314C;
	width: 460px;
	height: 185px;
	padding-left: 10px;
	float: left;
	text-transform: uppercase;
}

#identity_left h2 {
	width: 225px;
	height: 45px;
	margin: 0;
	padding: 0;
	background-image: url(../media/identity_typo.png);
	background-repeat: no-repeat;
}
#identity_left h2 a {
	display: block;
	width: 210px;
	height: 45px;
	text-indent: -9999px;
}

/*navigation menu styles*/
#identity_right ul { margin: 0; padding: 10px 0 0 0px; } 
#identity_right li, identity_right ul { display: inline; margin: 0; padding: 0; list-style: none; }
#identity_right a:link { float: left; margin: 0 10px 0 0px; text-decoration: none; color: #efefef; }
#identity_right a:visited { float: left; margin: 0 10px 0 0px;; text-decoration: none; color: #fff; }
#identity_right a:hover { text-decoration: underline; color: #fff; }
#identity_right a:active { float: left; margin: 0 10px 0 0px; text-decoration: none; color: #fff; }

/*index.html specific styles*/
h1 {
	width: 321px;
	height: 93px;
	text-indent: -9999px;
	background-image: url(../media/homepg_typo.png);
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -14px;
	margin-left: 0;
}
.img_border {
	border: 1px solid #eee;
}
.pic_nav {
	font-size: 9px;
}
