body {
	height: 100%;
	margin:0;
	padding:0;
	text-align: left;
}
.container {
	background-color: #fff;
	background-image:url("images/bkg_body.gif")
	width: 100%;
	height: 100%;
}
.containerhome {
	background: #696 url("images/bkg_body_home.gif") top left repeat-x scroll;
	width: 100%;
	height: 100%;
}




/*  TYPOGRAPHY  */

body, p , div, td, span {
	font-family: verdana,helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#navigationhome, #navigation, td{
	font-family: georgia, Times, serif;
	font-size: 7.5pt;
	color: #000;
	vertical-align: top;
	padding-top: 1px;
	padding-left: 5px;
}

h1 {
	margin:0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.Heading2 {
	margin:0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin:0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
body div#ContentPane h2 {
	height: 26px;
	margin:0;
	padding:0;
	margin-left: -10px;
}
ContentPane {
	margin:0;
	padding:0;
	margin-left: -10px;
	background:  url("images/bkg_content.jpg") top left no-repeat;
}
h3 {
	margin:0;
	margin-top: 0.9em;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

h4 {
	margin:0;
	padding:0;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	margin:0;
	padding:0;
	font-size: 13px;
	font-weight: normal;
}


p.caption {
	margin:1em;
	padding:0;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

a:link, a:visited {
	color: #363;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #363;
	text-decoration: underline;
}
	

/*  / TYPOGRAPHY  */




/*  FORMS  */

form {
	margin:0;
	padding:0;
}

label {
	float:left;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	padding-right: 5px;
	width: 100px;
	text-align: right;
}

form.inline label.block {
	float: none;
	width: auto;
	text-align: left;
}

input.inputText {
	float: left;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	border: 1px #999 solid;
	width: 210px;
	font-family: georgia, serif;
	font-size: 12px;
	color: #333;
}
input.inputTextLarge {
	width: 410px;
}

textarea.inputTextarea {
	float: left;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	border: 1px #999 solid;
	width: 210px;
	font-family: georgia, serif;
	font-size: 12px;
	color: #333;
}
textarea.inputTextareaMedium {
	width: 410px;
	height: 100px;
}

input.inputButton {
	float: left;
	margin:0;
	margin-top: 4px;
	font-family: georgia, serif;
	font-size: 12px;
	color: #333;
}
form.inline input.inputButtonBlock {
	float: none;
	width: auto;
	text-align: left;
}

form br {
	clear: both;
}


/*  / FORMS  */






/*  LISTS  */

ul {
	margin: 0 0 1em 0;
	padding:0;
	list-style: none;
}
ul li {
	margin: 0 0 0.5em 0;
	padding:0;
	list-style: none;
}

ul.normal {
	padding:0;
}
ul.normal li {
	padding:0;
}

ul.tertnav {
	margin:0;
	margin-top: 1em;
	padding:0;
	list-style: none;
}
ul.tertnav li {
	display: inline;
	margin:0;
	padding:0;
	list-style: none;
}
ul.tertnav li.at a:link, ul.tertnav li.at a:visited, ul.tertnav li.at a:active, ul.tertnav li.at a:hover {
	font-weight: bold;
	text-decoration: none;
}

ul.barbados {
	margin: 0 0 1em 0;
	padding:0;
	list-style: none;
}
ul.barbados li {
	margin: 0 0 0 0;
	padding:0;
	list-style: none;
}

/*  / LISTS  */






/*  OTHER TAGS  */

img.border {
	border: 1px #ccc solid;
}
img.right {
	float: right;
	margin: 0 1px 12px 0;
	margin-bottom: 1em;
}

div.dottedBorder {
	margin: 1em 0 1em 0;
	padding:0;
	height: 1px;
	background: url("images/hr_dotted.gif") top left repeat-x;
}

/*  / OTHER TAGS  */






/*  UTILITY CLASSES  */

.hidden {
	display: none;
}

.RightPane {
	margin:0;
	padding:0;
	clear: both;
}

.alert {
	color: #900;
	font-weight: bold;
}
.alert2 {
	color: #356736;
	font-weight: bold;
	font-size: 14px;
}
.alert3 {
	color: #356736;
	font-weight: bold;
	font-size: 11px;
}

/*  / UTILITY CLASSES  */






/*  PAGE LAYOUT  */

div#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	margin:0;
	padding:0;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}


body div#header {
	height: 83px;
	width: 100%;
	margin:0;
	padding:0;
	background: #efe8db url("images/bkg_header.jpg") top left no-repeat;
}
body div#headerhome {
	height: 202px;
	width: 100%;
	background: #003366 url("images/bkg_header_home_alt.jpg") top left no-repeat;
}
body div#header.althome {
	height: 202px;
	width: 100%;
	background: url("images/bkg_header_home_alt.jpg") top left no-repeat;
}

body div#navigation {
	width: 100%;
	height: 38px;
	margin:0;
	padding-left:160;
	background: #efe8db url("images/bkg_nav.jpg") top left no-repeat;
}
body div#navigationhome {
	background: #efe8db url("images/bkg_nav_home.jpg") top left no-repeat;
	width: 100%;
	height: 38px;
	margin:0;
	padding-left:150;
}


body div#content {
	width: 100%;
	margin:0;
	padding:0;
	padding-bottom: 60px;
	background:  url("images/bkg_content.jpg") top left no-repeat;
}
body table#contentInside {
	width: 100%;
	margin:0;
	padding:0;
	padding-bottom: 60px;
	background:  url("images/bkg_content_sub.jpg") top left no-repeat;
}
body table#contentMain {
	background:  url("images/bkg_content.jpg") top left no-repeat;
}
body div#contenthome {
	width: 100%;
	background:  url("images/bkg_content_home.jpg") top left no-repeat;
	background-color: #679966;
}
body table#contenthome {
	width: 100%;
	background:  url("images/bkg_content_home.jpg") top left no-repeat;
	background-color: #679966;
}
body.sub div#content {
	width: 100%;
	background:  url("images/bkg_content_sub.jpg") top left no-repeat;
}


.clear {
	margin:0;
	padding:0;
	clear: both;
}

div#footer {
	height: 126px;
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
}
div#disclaimer {
	height: 126px;
	width: 100%;
	position: relative;
	bottom: 126;
	left: 0;
}

/*  / PAGE LAYOUT  */






/*  HEADER  */

body div#header h1 {
	float: left;
	margin:0;
	padding: 9px 0 0 17px;
	width: 154px;
	height: 66px;
}
body div#headerhome h1 {
	padding:0;
	padding-top: 119px;
	width: 191px;
	height: 83px;
}

body div#header h1 a {
	display: block;
	float: left;
	width: 154px;
	height: 66px;
	background: url("images/logo.gif") no-repeat;
}
body div#headerhome h1 a {
	width: 191px;
	height: 83px;
	background: url("images/logo_home.gif") no-repeat;
}


/*  / HEADER  */






/*  NAVIGATION  */

body div#navigation ul {
	height: 38px;
	margin:0;
	margin-left: 95px;
	padding:0;
	list-style: none;
}
body.home div#navigation ul {
	margin-left: 158px;
}

body div#navigation ul li {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}

body div#navigation ul li a {
	display:block;
	margin:0;
	padding:0;
	height: 38px;
}

body div#navigation ul li a#home:link, body div#navigation ul li a#home:active, body div#navigation ul li a#home:visited {
	width: 63px;
	background: url("images/nav_home.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#home:hover {
	background: url("images/nav_home.gif") 0px -38px no-repeat;
}
body.home div#navigation ul li a#home:link, body.home div#navigation ul li a#home:visited, body.home div#navigation ul li a#home:active, body.home div#navigation ul li a#home:hover {
	background: url("images/nav_home.gif") 0px -76px no-repeat;
}

body div#navigation ul li a#products:link, body div#navigation ul li a#products:active, body div#navigation ul li a#products:visited {
	width: 82px;
	background: url("images/nav_products.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#products:hover {
	background: url("images/nav_products.gif") 0px -38px no-repeat;
}
body.products div#navigation ul li a#products:link, body.products div#navigation ul li a#products:visited, body.products div#navigation ul li a#products:active, body.products div#navigation ul li a#products:hover {
	background: url("images/nav_products.gif") 0px -76px no-repeat;
}

body div#navigation ul li a#dist:link, body div#navigation ul li a#dist:active, body div#navigation ul li a#dist:visited {
	width: 97px;
	background: url("images/nav_dist.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#dist:hover {
	background: url("images/nav_dist.gif") 0px -38px no-repeat;
}
body.dist div#navigation ul li a#dist:link, body.dist div#navigation ul li a#dist:visited, body.dist div#navigation ul li a#dist:active, body.dist div#navigation ul li a#dist:hover {
	background: url("images/nav_dist.gif") 0px -76px no-repeat;
}

body div#navigation ul li a#carib:link, body div#navigation ul li a#carib:active, body div#navigation ul li a#carib:visited {
	width: 106px;
	background: url("images/nav_carib.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#carib:hover {
	background: url("images/nav_carib.gif") 0px -38px no-repeat;
}
body.carib div#navigation ul li a#carib:link, body.carib div#navigation ul li a#carib:visited, body.carib div#navigation ul li a#carib:active, body.carib div#navigation ul li a#carib:hover {
	background: url("images/nav_carib.gif") 0px -76px no-repeat;
}


body div#navigation ul li a#barbados:link, body div#navigation ul li a#barbados:active, body div#navigation ul li a#barbados:visited {
	width: 116px;
	background: url("images/nav_barbados.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#barbados:hover {
	background: url("images/nav_barbados.gif") 0px -38px no-repeat;
}
body.barbados div#navigation ul li a#barbados:link, body.barbados div#navigation ul li a#barbados:visited, body.barbados div#navigation ul li a#barbados:active, body.barbados div#navigation ul li a#barbados:hover {
	background: url("images/nav_barbados.gif") 0px -76px no-repeat;
}

body div#navigation ul li a#press:link, body div#navigation ul li a#press:active, body div#navigation ul li a#press:visited {
	width: 99px;
	background: url("images/nav_press.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#press:hover {
	background: url("images/nav_press.gif") 0px -38px no-repeat;
}
body.press div#navigation ul li a#press:link, body.press div#navigation ul li a#press:visited, body.press div#navigation ul li a#press:active, body.press div#navigation ul li a#press:hover {
	background: url("images/nav_press.gif") 0px -76px no-repeat;
}

body div#navigation ul li a#about:link, body div#navigation ul li a#about:active, body div#navigation ul li a#about:visited {
	width: 70px;
	background: url("images/nav_about.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#about:hover {
	background: url("nav_about.gif") 0px -38px no-repeat;
}
body.about div#navigation ul li a#about:link, body.about div#navigation ul li a#about:visited, body.about div#navigation ul li a#about:active, body.about div#navigation ul li a#about:hover {
	background: url("images/nav_about.gif") 0px -76px no-repeat;
}

body div#navigation ul li a#contact:link, body div#navigation ul li a#contact:active, body div#navigation ul li a#contact:visited {
	width: 72px;
	background: url("images/nav_contact.gif") 0px 0px no-repeat;
}
body div#navigation ul li a#contact:hover {
	background: url("images/nav_contact.gif") 0px -38px no-repeat;
}
body.contact div#navigation ul li a#contact:link, body.contact div#navigation ul li a#contact:visited, body.contact div#navigation ul li a#contact:active, body.contact div#navigation ul li a#contact:hover {
	background: url("images/nav_contact.gif") 0px -76px no-repeat;
}


/*  / NAVIGATION  */
body div#leftNavPane {
	margin:0;
	padding:0;
	left:0
	width: 150px;
	height: 150px;
	list-style: none;
}
body div#rightNavPane {
	margin:0;
	padding:0;
	left:151;
	width: 650px;
	height: 150px;
	list-style: none;
}





/*  SUB NAVIGATION  */


body div#LeftPane ul.subnav {
	margin:0;
	padding:0;
	width: 166px;
	height: 240px;
	list-style: none;
}
body div#LeftPane ul.subnav li {
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
	list-style: none;
}

body div#LeftPane ul.subnav li a:link, body div#LeftPane ul.subnav li a:visited, body div#LeftPane ul.subnav li a:active, body div#LeftPane ul.subnav li a:hover {
	display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}

a.wine:link,  a.wine:visited {
	background: url("images/nav_sub_products_wine.jpg") 0px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.wine:hover, a.wine:active {
	background: url("images/nav_sub_products_wine.jpg") -166px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.wineSet:link, a.wineSet:visited, a.wineSet:hover, a.wineSet:active {
	background: url("images/nav_sub_products_wine.jpg") -332px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.spirits:link, a.spirits:visited {
	background: url("images/nav_sub_products_spirits.jpg") 0px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.spirits:hover, a.spirits:active {
	background: url("images/nav_sub_products_spirits.jpg") -166px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.spiritsSet:link, a.spiritsSet:visited, a.spiritsSet:hover, a.spiritsSet:active {
	background: url("images/nav_sub_products_spirits.jpg") -332px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.health:link, a.health:visited {
	background: url("images/nav_sub_products_health.jpg") 0px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.health:hover, a.health:active {
	background: url("images/nav_sub_products_health.jpg") -166px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}
a.healthSet:link, a.healthSet:visited, a.healthSet:hover, a.healthSet:active {
	background: url("images/nav_sub_products_health.jpg") -332px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 80px;
}

a#distList1Side:link, a#distList1Side:visited {
	background: url("images/nav_sub_dist_list1.jpg") 0px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 95px;
}
a#distList1Side:hover, a#distList1Side:active {
	background: url("images/nav_sub_dist_list1.jpg") -166px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 95px;
}
a#distList1SideSet:link, a#distList1SideSet:visited, a#distList1SideSet:hover, a#distList1SideSet:active {
	background: url("images/nav_sub_dist_list1.jpg") -332px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 95px;
}
a#distList2Side:link, a#distList2Side:visited {
	background: url("images/nav_sub_dist_list2.jpg") 0px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 95px;
}
a#distList2Side:hover, a#distList2Side:active {
	background: url("images/nav_sub_dist_list2.jpg") -166px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 95px;
}
a#distList2SideSet:link, a#distList2SideSet:visited, a#distList2SideSet:hover, a#distList2SideSet:active {
	background: url("images/nav_sub_dist_list2.jpg") -332px 0px no-repeat;display: block;
	float: left;
	margin:0;
	padding:0;
	width: 166px;
	height: 95px;
}

a#wine:link, a#wine:visited {
	background: url("images/nav_sub_products_wine.jpg") 0px 0px no-repeat;
}
a#wine:hover, a#wine:active {
	background: url("images/nav_sub_products_wine.jpg") -166px 0px no-repeat;
}
body#barbadosWine div#LeftPane ul.subnav li a#wine:link, body#barbadosWine div#LeftPane ul.subnav li a#wine:visited, body#barbadosWine div#LeftPane ul.subnav li a#wine:hover, body#barbadosWine div#LeftPane ul.subnav li a#wine:active {
	background: url("images/nav_sub_products_wine.jpg") -332px 0px no-repeat;
}
a#spirits:link, a#spirits:visited {
	background: url("images/nav_sub_products_spirits.jpg") 0px 0px no-repeat;
}
a#spirits:hover, a#spirits:active {
	background: url("images/nav_sub_products_spirits.jpg") -166px 0px no-repeat;
}
body#barbadosSpirits div#LeftPane ul.subnav li a#spirits:link, body#barbadosSpirits div#LeftPane ul.subnav li a#spirits:visited, body#barbadosSpirits div#LeftPane ul.subnav li a#spirits:hover, body#barbadosSpirits div#LeftPane ul.subnav li a#spirits:active {
	background: url("images/nav_sub_products_spirits.jpg") -332px 0px no-repeat;
}
a#health:link, a#health:visited {
	background: url("images/nav_sub_products_health.jpg") 0px 0px no-repeat;
}
a#health:hover, a#health:active {
	background: url("images/nav_sub_products_health.jpg") -166px 0px no-repeat;
}
body#barbadosHealth div#LeftPane ul.subnav li a#health:link, body#barbadosHealth div#LeftPane ul.subnav li a#health:visited, body#barbadosHealth div#LeftPane ul.subnav li a#health:hover, body#barbadosHealth div#LeftPane ul.subnav li a#health:active {
	background: url("images/nav_sub_products_health.jpg") -332px 0px no-repeat;
}


a#aboutJobs:link, a#aboutJobs:visited {
	background: url("images/nav_sub_about_jobs.jpg") 0px 0px no-repeat;
}
a#aboutJobs:hover, a#aboutJobs:active {
	background: url("images/nav_sub_about_jobs.jpg") -166px 0px no-repeat;
}


a#aboutMarketing:link, a#aboutMarketing:visited {
	background: url("images/nav_sub_about_marketing.jpg") 0px 0px no-repeat;
}
a#aboutMarketing:hover, a#aboutMarketing:active {
	background: url("images/nav_sub_about_marketing.jpg") -166px 0px no-repeat;
}

a#aboutAdmin:link, a#aboutAdmin:visited {
	background: url("images/nav_sub_about_admin.jpg") 0px 0px no-repeat;
}
a#aboutAdmin:hover, a#aboutAdmin:active {
	background: url("images/nav_sub_about_admin.jpg") -166px 0px no-repeat;
}

/*  / SUB NAVIGATION  */







/*  CONTENT  */

body div#LeftPane {
	float: left;
	width: 166px;
	margin:0;
	padding:0;
}
body.home div#LeftPane {
	width: 145px;
}

body div#ContentPane {
	float: left;
	width: 536px%;
	margin: 60px 31px 0 67px;
	padding: 0;
	padding-left: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 526px;
} 

body div#contenthome {
	margin:0;
	padding:0;
	width: 100%;
}

body div.spacer {
	float: left;
	margin:0;
	padding:0;
	width: 1px;
	height: 450px;
}

div.twoCol {
	float: left;
	width: 132px;
	margin-right: 10px;
}

div.fourColWide {
	float: left;
	width: 137px;
	margin-right: 5px;
}
div.fourColNarrow {
	float: left;
	width: 113px;
	margin-right: 5px;
}

div.threeCol {
	float: left;
	width: 160px;
	margin-right: 10px;
}


/*  / CONTENT  */






/*  FOOTER  */

div#footer div#info {
	width: 820px;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 10px;
	text-align: right;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 66px;
} 

div#footer div#distAccess {
	height: 30px;
	margin: 0;
	padding: 6px 0 6px 561px;
	background-color: #cc9;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 18px;
} 

div#footer div#distAccess a {
	display: block;
	margin:0;
	padding:0;
	width: 210px;
	height: 18px;
	background:  url("images/but_dist-access.gif") top left no-repeat;
}

/*  / FOOTER  */






/*  HOME PAGE  */

body div#distAccesshome {
	margin: 313px 0 0 5px;
	padding:0;
}
body div#distAccesshome a {
	display: block;
	margin:0;
	padding:0;
	width: 140px;
	height: 39px;
	background:  url("images/but_dist-access_home.gif") top left no-repeat;
}
body div#jobAccesshome {
	margin: 13px 0 0 5px;
	padding:0;
}
body div#jobAccesshome a {
	display: block;
	margin:0;
	padding:0;
	width: 140px;
	height: 39px;
	background:  url("images/careerOpp_btn.gif") top left no-repeat;
}
body div#contenthome h2 {
	margin: 54px 0 26px 142px;
	padding:0;
	width: 393px;
	height: 26px;
	background:  url("images/h2_home.gif") top left no-repeat;
}

body div#contenthome div#col2subcol1 {
	float: left;
	width: 454px;
	margin:0;
	padding: 0 0 0 154px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 300px;
} 

body div#contenthome div#col2subcol2 {
	float: left;
	width: 199px;
	margin:0;
	padding:0;

}

body.home div#wineWorld {
	float: left;
	width: 140px;
	margin: 12px 10px 0 0;
	padding:0;
}
body.home div#wineWorld a {
	display: block;
	margin:0;
	padding:0;
	width: 140px;
	height: 39px;
	background:  url("images/logo_wine-world.gif") top left no-repeat;
}

body.home div#sevenSeas {
	float: left;
	width: 142px;
	margin: 11px 0 0 0;
	padding:0;
}
body.home div#sevenSeas a {
	display: block;
	margin:0;
	padding:0;
	width: 142px;
	height: 41px;
	background:  url("images/logo_seven-seas.gif") top left no-repeat;
}

body.home p {
	margin-top: 0;
	margin-bottom: 1em;
	color: #fff;
}

/*  / HOME PAGE  */


/*  ABOUT US */
h2.aboutush2 {
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
	background:  url("images/h2_about.gif") top left no-repeat;
}



/*  PRODUCTS  */

h2.products {
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
	background:  url("images/h2_products.gif") top left no-repeat;
}

h2.productsFineWine {
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
	background:  url("images/h2_products_wine.gif") top left no-repeat;
}
h2.productsSparklingWine {
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
	background:  url("images/h2_products_wine.gif") top left no-repeat;
}
h2.beer {
	background:  url("images/h2_products_spirits.gif") 0px 0px no-repeat;
	height: 26px;
	margin:0;
	padding:0;
	margin-left: -10px;
}
h2.productsHealth {
	background:  url("images/h2_products_health.gif") 0px 0px no-repeat;
	height: 26px;
	margin:0;
	padding:0;
	margin-left: -10px;
}

body#products div#ContentPane ul li a#wine {
	width: 107px;
	background: url("images/but_products_wine.jpg") top left no-repeat;
}
body#products div#ContentPane ul li a#spirits {
	width: 109px;
	background: url("images/but_products_spirits.jpg") top left no-repeat;
}
body#products div#ContentPane ul li a#health {
	width: 108px;
	background: url("images/but_products_health.jpg") top left no-repeat;
}

body.products div#sevenSeas {
	margin: 11px 0 0 0;
	padding:0;
}
body.products div#sevenSeas a {
	display: block;
	margin:0;
	padding:0;
	width: 142px;
	height: 41px;
	background:  url("images/logo_seven-seas_white.gif") top left no-repeat;
}



/*  / PRODUCTS  */






/*  DISTRIBUTION NETWORK  */

.distributorsH2 {
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
	background:  url("images/h2_dist.gif") top left no-repeat;
}

body#dist div#ContentPane ul li a {
	height: 158px;
}
a#distList1 {
	width: 107px;
	background: url("images/but_dist_list1.jpg") top left no-repeat;
	height: 158px;
}
a#distList2 {
	width: 109px;
	background: url("images/but_dist_list2.jpg") top left no-repeat;
	height: 158px;
}

h2#dist1Header {
	background:  url("images/h2_dist_list1.gif") 0px 0px no-repeat;
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
}
h2#dist2Header {
	background:  url("images/h2_dist_list2.gif") 0px 0px no-repeat;
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
}

body#distList1 div#LeftPane ul.subnav li a, body#distList2 div#LeftPane ul.subnav li a {
	height: 96px;
}

/*  / DISTRIBUTION NETWORK  */






/*  CARIBBEAN MARKET  */

body#carib div#LeftPane {
	width: 100%;
}

body.caribSub div#ContentPane h2 {
	margin:0;
	padding:0;
	height: 36px;
}

body.caribSub a#backToMap:link, body.caribSub a#backToMap:visited {
	display: block;
	width: 264px;
	height: 22px;
	background: url("images/txt_back-to-map.gif") top left no-repeat;
}
body.caribSub a#backToMap:hover, body.caribSub a#backToMap:active {
	background:  url("txt_back-to-map.gif") 0px -22px no-repeat;
}

body.caribSub div#ContentPane ul {
	margin:0;
	padding:0;
	padding-top: 10px;
	height: 418px;
	background:  url("images/ul_carib.gif") top left no-repeat;
	list-style: none;
}

body.caribSub div#ContentPane ul li {
	display: block;
	clear: both;
	margin:0;
	padding:0;
	list-style: none;
}
body.caribSub div#ContentPane ul li div.label {
	float: left;
	width: 108px;
	margin: 3px 11px 3px 3px;
	padding:0;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
}
body.caribSub div#ContentPane ul li div.data {
	float: left;
	width: 137px;
	margin: 3px 0 3px 0;
	padding:0;
	font-size: 10px;
}
body.caribSub div#ContentPane ul li div.data br {
	clear: both;
}


body.caribSub div#ContentPane h2#caribAnguilla {
	background:  url("images/h2_carib_anguilla.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribAntigua {
	background:  url("images/h2_carib_antigua.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribBahamas {
	background:  url("images/h2_carib_bahamas.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribBarbados {
	background:  url("images/h2_carib_barbados.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribBelize {
	background:  url("images/h2_carib_belize.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribBritishVirgin {
	background:  url("images/h2_carib_british-virgin.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribCaymanIslands {
	background:  url("images/h2_carib_cayman-islands.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribDominica {
	background:  url("images/h2_carib_dominica.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribGrenada {
	background:  url("images/h2_carib_grenada.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribGuyana {
	background:  url("images/h2_carib_guyana.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribJamaica {
	background:  url("images/h2_carib_jamaica.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribMontserrat {
	background:  url("images/h2_carib_montserrat.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribStKitts {
	background:  url("images/h2_carib_st-kitts.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribStLucia {
	background:  url("images/h2_carib_st-lucia.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribStVincent {
	background:  url("images/h2_carib_st-vincent.gif") top left no-repeat;
	height: 60px;
}
body.caribSub div#ContentPane h2#caribTrinidad {
	background:  url("images/h2_carib_trinidad.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribTurks {
	background:  url("images/h2_carib_turks.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribUSVirgin {
	background:  url("images/h2_carib_us-virgin.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribFrenchGuiana {
	background:  url("images/h2_carib_french-guiana.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribGuadeloupe {
	background:  url("images/h2_carib_guadeloupe.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribHaiti {
	background:  url("images/h2_carib_haiti.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribMartinique {
	background:  url("images/h2_carib_martinique.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribStBarthelemy {
	background:  url("images/h2_carib_st-barthelemy.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribAruba {
	background:  url("images/h2_carib_aruba.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribBonaire {
	background:  url("images/h2_carib_bonaire.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribCuracao {
	background:  url("images/h2_carib_curacao.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribSaba {
	background:  url("images/h2_carib_saba.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribSuriname {
	background:  url("images/h2_carib_suriname.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribStEustatius {
	background:  url("images/h2_carib_st-eustatius.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribStMaarten {
	background:  url("images/h2_carib_st-maarten.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribCuba {
	background:  url("images/h2_carib_cuba.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribDominicanRepublic {
	background:  url("images/h2_carib_dominican-republic.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribPuertoRico {
	background:  url("images/h2_carib_puerto-rico.gif") top left no-repeat;
}
body.caribSub div#ContentPane h2#caribPanama {
	background:  url("images/h2_carib_panama.gif") top left no-repeat;
}

/*  / CARIBBEAN MARKET  */






/*  SS BARBADOS  */

body#barbados div#ContentPane h2 {
	margin: 66px 0 12px 0;
	padding:0;
	height: 30px;
	background:  url("images/h2_barbados.gif") top left no-repeat;
}

body#barbadosWine div#ContentPane h2 {
	background:  url("images/h2_barbados_wine.gif") 0px 0px no-repeat;
}
body#barbadosSpirits div#ContentPane h2 {
	background:  url("images/h2_barbados_spirits.gif") 0px 0px no-repeat;
}
body#barbadosHealth div#ContentPane h2 {
	background:  url("images/h2_barbados_health.gif") 0px 0px no-repeat;
}

body#barbados div#ContentPane ul li a {
	height: 158px;
}

body#barbados div#ContentPane ul li a#wine {
	width: 107px;
	background: url("images/but_products_wine.jpg") top left no-repeat;
}
body#barbados div#ContentPane ul li a#spirits {
	width: 109px;
	background: url("images/but_products_spirits.jpg") top left no-repeat;
}
body#barbados div#ContentPane ul li a#health {
	width: 108px;
	background: url("images/but_products_health.jpg") top left no-repeat;
}

body.barbados div#sevenSeas {
	margin: 11px 0 0 0;
	padding:0;
}
body.barbados div#sevenSeas a {
	display: block;
	margin:0;
	padding:0;
	width: 142px;
	height: 41px;
	background:  url("images/logo_seven-seas_white.gif") top left no-repeat;
}



.aboutjobsH2 {
	background:  url("images/h2_about_jobs.gif") 0px 0px no-repeat;
}
h2.aboutMarketing {
	background:  url("images/h2_about_marketing.gif") 0px 0px no-repeat;
}
h2.aboutAdmin {
	background:  url("images/h2_about_admin.gif") 0px 0px no-repeat;
}



.branding-top {
	background: url(dnn_large_banner.jpg) no-repeat center;
	width: 890px;
	height: 340px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 270px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.training {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .support {
	background: url(support_title.gif) no-repeat top left;
}
.support dt {
	background: url(support_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
#LoginInfo
{
	width:660px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 310px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 26px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px gray dotted;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}


