/* layout
================================== */
/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

body {
	text-align: center;
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.3;
	color: #666666;
	background: url(images/background.jpg) 50%;
	background-color: #BEB4A8;
	overflow: -moz-scrollbars-vertical;
    height:100%;
	}

#wrapper {
	width: 756px;
	margin: 0 auto;
	text-align: left;
    background:#ffffff;
	}


#header {
	text-align: left;
	padding-top: 0px;
	}

#subNav {
	width: 134px;
	float: left;
	color:#FFFFFF;
	background: #00597C url(images/navbgcorner_02-05.gif) no-repeat bottom right;
	padding-bottom: 10px;
	margin: 10px 0;
	}

#content, #content2col {
	width: 585px;
	float: right;
	}
	

#mainContent {
	width: 448px;
	float: left;
	}

#secondaryContent {
	width: 127px;
	float: right;
	}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 10px;
	}


/* nav bar
================================== */

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
border-top: 1px solid #778;
text-align: center;
}


#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em 3px 0.5em;
margin: 3px;
border-bottom: none;
text-decoration: none;
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navlist li a:link {
	color: #00597C;
	}
#navlist li a:visited { 
	color: #106f86; 
	}

#navlist li a:hover
{
	color: #999999;
	border-color: #00597C;
	border-bottom:  2px solid white;
	border-left: 1px solid #778;
	border-right: 1px solid #778;
	margin: 2px;
}

/* highlight current page, unfortunately can't join all this together as Firefox won't like it!
================================== */

#home #navlist .home a {
background: white;
border-bottom: 2px solid #FFFFFF;
border-left: 1px solid #778;
border-right: 1px solid #778;
margin: 2px;

}
#about #navlist .about a
{
background: white;
border-bottom: 2px solid #FFFFFF;
border-left: 1px solid #778;
border-right: 1px solid #778;
margin: 2px;
}

#brands #navlist .brands a
{
background: white;
border-bottom: 2px solid #FFFFFF;
border-left: 1px solid #778;
border-right: 1px solid #778;
margin: 2px;
}

#investor #navlist .investor a
{
background: white;
border-bottom: 2px solid #FFFFFF;
border-left: 1px solid #778;
border-right: 1px solid #778;
margin: 2px;
}

#retailer #navlist .retailer a
{
background: white;
border-bottom: 2px solid #FFFFFF;
border-left: 1px solid #778;
border-right: 1px solid #778;
margin: 2px;
}

#know #navlist .know a
{
background: white;
border-bottom: 2px solid #FFFFFF;
border-left: 1px solid #778;
border-right: 1px solid #778;
margin: 2px;
}



/* padding
================================== */

#mainContent, #secondaryContent, #subNav {
  padding-top: 10px;
  padding-bottom: 5px;
	}


#subNav * {
  	padding-left: 5px;
  	padding-right: 5px;
	}

#subNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
	}

#mainContent {
  padding-left: 10px;
	}

#navcontainer {
	padding-top: 8px;
	}


/* style
================================== */

p, h1, h2, h3, h4{
   margin: 15px;
}

p{
  font-size: 1.2em;
}

p.intro {
  font-size: 1.5em;
  line-height: 140%;
}

p.intro a:hover, a:active {
	font-weight: normal;
	}

h1 {
  font-size: 2.4em;
  font-weight: normal;

}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	color:#00597C;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
  color:#999999;
}



a:link, a:visited {
	text-decoration:none;
	color: #999999;
	}


a:hover, a:active {
	text-decoration:underline;
	 color: #999999;
	}

	
 .breadcrumbs {
	font-weight: normal;
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 1em;
	}
	
.rightIndent200 {
	width: 350px;
	}

 hr { 
 	height:0px; 
    border:0px; 
    border-top:1px solid #CCCCCC;
	margin: 0px 30px 0px 30px;
 }

.textindent50 {
	padding: 0px 50px 0px 50px;
	}
 
 .smaller a {
	font-size: x-small;
	font-weight: normal;
	}

.smaller a:visited {
	font-size: x-small;
	font-weight: normal;
	color: #999933;
	}
	
.help a {
	color:#CC0033;
	font-weight:bold;
	}
	

.tips ul {
	list-style-position:inside;
	}
	

.tips li {
	margin: 0 15px 15px 30px;
	font-size: 1.2em;
	list-style-position:inside;
	text-indent: -12px;
	}

/* image placement
================================== */


img.floatLeft { 
    float: left;
	clear: both;
    margin: 4px; 
}

img.floatRight { 
    float: right;
    margin: 4px; 
}

img.alignLeft {
	margin: 4px;
	vertical-align: middle;
}
	
.imgalign {
	margin: 35px 0 0 0;
	}

.img-wrapper {
	background:url(images/shadow.gif) no-repeat bottom right;
	clear: both;
	float: left;
	 margin: 15px;
	}

.img-wrapper-right {
	background:url(images/shadow.gif) no-repeat bottom right;
	clear: both;
	float: right;
	 margin: 15px;
	}

.img-right {
	clear: both;
	float: right;
    margin: 8px;
	}

.img-wrapper img {
	margin: -5px 5px 4px -5px;
	}

.img-wrapper-right img {
	margin: -5px 5px 4px -5px;
	}




/* div style
================================== */	
	
#header p {
	text-align: right;
	margin-top: -30px;
	margin-bottom: 20px;
	}

#subNav ul {
	list-style-type:none;
	}
	
#subNav li {
	margin: 5px 5px 5px 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	font-weight: bold;
	}

	
#subNav a {
	color:#FFFFFF;
	font-size: 1em;
	}
	
#subNav h3 {
	font-size: 1.1em;
	background-color:#666666;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	margin: 0;
	color: #CCCCCC;
	}
	
#secondaryContent p {
	margin: 5px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}
	
#secondaryContent a {
	color: #00597C;
	font-weight: normal;
	font-size: 100%;
	}
	
#secondaryContent h3 {
	margin: 5px;
	}

#footer p {
	text-align: center;
	margin: 5px;
	}
#footer a {
	color: #999999;
	font-weight: normal;
	font-size: 1em;
	}

/* table style
================================== */	

table {
	border-collapse: collapse;
	border: 1px solid #CCCC66;
	margin: 10px;
	width: 555px;
	}

table p {
 	margin: 0;
	font-size: small;
 	}
 
table a:link, a:visited  {
	color: #999933;
	}


table a:hover {
	color: #CCCC66;
	}
	
td {
	padding: 10px;
	}
	
.tableinfo {
	border-bottom: 1px dotted #CCCCCC;
	font-size: small;
	}
	
.tableinfoborder {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCC66;

	}
	
.tableHeader {
	border-top: 1px solid #999933;
	border-bottom: 1px solid #999933;
	font-size: 1.8em;
	color: #00597C;
	height: 1em;
	padding: 3px 10px;
	background-image: url(images/companylogos/table_yellowfade_bg.jpg);
	background-repeat: repeat-y;
	}

.tablesubheads {
	font-size: 1.2em;
	font-weight: bold;
	padding:0;
	margin: 0;
	}

.clearboth {
	clear:both;
	}

.main	ul  {
	list-style-type: disc;
	}
	

.main li  {
	margin-left: 35px;
	font-size: 1.2em;
	 }
#investor #wrapper #content2col .Section1 pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	white-space: pre;
	margin: 15px;
}
.dq {
	font-size: 100%;
}

