@charset "UTF-8";
/* CSS Document */

a {
   outline: none;
}

a:active
{
  outline: none;
}



img {
	border: none;	
}

.wrapper {
	text-align:left;
	width:100%;
	height: 100%;
	width:100%;
	overflow:auto;
	z-index: 50;
}

.oneColFixCtr #container {
	width: 100%;  
	background: #000000;
	margin: 0 auto; 
	text-align: left; 
	z-index: 50;
}

.oneColFixCtr #mainContent {
	padding: 0px; 
	width: 100%;
	z-index: 10;
	height: auto;
	position: absolute;
	
}

#innerContent {
	width: 100%;
	padding: 50px 50px 50px 50px;
	margin: 0px 0px 0px 0px;
	background-color:#FFF;
	
}

.whiteSlice {
	width: 100%;
	height: 100%;
}

.whiteSlice img {
	width: 100%;	
}

.mainTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.innerTableContent {
	width: 100%;
	background-color:#FFF;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 30px;

}

.innerInnerContent {
	width: 800px;
	margin: 0 auto;
}

.bottomWhite {
	background:url(../images/whiteAngle_bottom.png);
	height: 48px;
	width: 100%;	
}

.topWhite {
	background:url(../images/whiteAngle.png);
	height: 32px;
	width: 100%;
}

#flashcontent {
	height: 100%;
}

.header {
	margin: 0 auto;	
	margin-top: 25px;
	margin-bottom: 25px;
	width: 800px;
	z-index: 100;
}

.header img {
	vertical-align:top;
}

#headerLeft {
	float:left;
	margin-right: 170px;
}

#headerRight {
	padding-top: 10px;
	
}

.header2 {
	margin: 0 auto;	
	margin-top: 70px;
	width: 800px;
	text-align:center;
	position: relative;
}

.menu {
	margin-top: 35px;	
	margin-bottom: 0px;
}

.bodyCopy {
	text-align:left;
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

.subMenu {
	margin-top: 15px;	
	position: absolute;
	font-weight: bold;
	font-size: 8pt;
	color: #5f5f5f;
}

.subMenu a {
	font-size: 8pt;
	color: #5f5f5f;
	text-decoration: none;
	margin: 0px;
}

.subMenu a:hover {
	color: #000000;
}

.subMenu img {
	margin-bottom: 5px;	
}

.lowerBody {
	position: absolute;
	margin-top: 90px;
}

.lowerBody a {
	color: #000000;
	text-decoration: underline;
	margin-bottom: 30px;
}

.lowerBody a:hover {
	color: #666666;
}

#myContent {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

h3 {
	margin-bottom: 20px;
	font-size: 14px;
}

.stockists p {
		margin-bottom: 20px;
}


