﻿.country-column {
	width: 305px;
	float: left;
	margin-left: 10px;
	position: relative;
	overflow: auto;
}

#newzealand {
	position: relative;
	z-index: 200;
	margin-top: -46px;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 5px;
	background: transparent
	            0 100%
	            url(/images/global/nz-nav_cap.png)
	            no-repeat;
}

#australia {
	position: relative;
	z-index: 200;
	margin-top: -46px;
	margin-bottom: 10px;
	margin-left: 12px!important;
	padding-bottom: 5px;
	background: transparent
	            0 100%
	            url(/images/global/au-nav_cap.png)
	            no-repeat;
}

#canada 
{
    position: relative;
    overflow: auto;
    z-index: 200;
    margin-top: -46px;
    margin-bottom: 10px;
    margin-left: 12px!important;
    padding-bottom: 5px;
	background: transparent
	            0 100%
	            url(/images/global/ca-nav_cap.png)
	            no-repeat;
	  
}

#content-wrapper {
	background-image: none;
	margin-bottom: -10px;
}

#content {
	margin: 0;
	width: 960px;
}

#content .padding {
	padding: 0;
}

#content p 
{
    clear: both;
    margin-bottom: 5px;
}

.country-column h2 {
	margin: 0;
	margin-bottom: 7px;
}

.country-column ul {
	width: 291px;
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow: auto;
	padding: 3px 7px 0 7px;
	list-style-type: none;
}

.country-column ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.country-column ul li a {
	display: block;
	padding: 7px 10px;
}

#newzealand ul 
{
    background: transparent
                url(/images/global/nz_bg.png)
                repeat-y;
}

#newzealand ul li {
	border-bottom: 1px solid #cce4a9;
}

#newzealand ul li a {
	background: transparent
				url(../images/global/nz-navlink_bg.png)
				0 50%
				repeat-x;
}

#australia ul 
{
    background: transparent
                url(/images/global/au_bg.png)
                repeat-y;
}

#australia ul li {
	border-bottom: 1px solid #e5d8a8;
}

#australia ul li a {
	background: transparent
				url(../images/global/au-navlink_bg.png)
				0 50%
				repeat-x;
}

#canada ul 
{
    background: transparent
                url(/images/global/ca_bg.png)
                repeat-y;
}

#canada ul li 
{
    border-bottom: 1px solid #e5a8a8;
}

#canada ul li a 
{
    background: transparent
				url(../images/global/ca-navlink_bg.png)
				0 50%
				repeat-x;
}

#footer-container {
	display: block;
	height: 1%; /* Trigger haslayout for IE6 */
	clear: both;
	background: transparent
				url(../images/global/footer_bg.jpg)
				no-repeat;
}

#partner-placement {
	height: 148px;
	width: 481px;
	float: left;
	color: #fff;
}

#partner-placement .padding {
	padding-left: 25px;
}

#expo-placement {
	color: #fff;
	height: 148px;
	width: 368px;
	float: left;
}

#expo-placement .padding {
	padding-left: 15px;
	padding-right: 10px;
}

#expo-placement .linkbutton,
#partner-placement .linkbutton {
	float: right;
	margin-top: 3px;
	margin-right: 20px;
	display: block;
	line-height: 24px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
	text-decoration: none;
	background: transparent
				url(../images/common/link-button.png)
				no-repeat;
}

#expo-placement .linkbutton span,
#partner-placement .linkbutton span {
	display: block;
	padding: 0 10px;
	background: transparent
				url(../images/common/link-button.png)
				100% 0
				no-repeat;
}

#expo-placement .linkbutton:hover,
#partner-placement .linkbutton:hover {
	background-position: 0 -30px;
}

#expo-placement .linkbutton:hover span,
#partner-placement .linkbutton:hover span {
	background-position: 100% -30px;
}

/* Footer
------------------------------------------------- */

#footer-container {
	display: block;
	height: 1%; /* Trigger haslayout for IE6 */
	clear: both;
	background: transparent
				url(../images/global/footer_bg.jpg)
				no-repeat;
}

#footer {
	clear: both;
	line-height: 18px;
	color: #82e6ff;
	font-size: 11px;
	background-image: none;
}

#footer .padding {
	padding: 20px 20px 20px 20px;
}