/* CSS Document */
body,
html {
	margin:0;
	padding:0;
	background-color:#A4C1D1;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	min-width:909px;
}
#wrap {
background:#99c;
width:909px;
margin-top: 5px;;
margin-right: auto;
margin-bottom: 2px;
margin-left: auto;
}
#header {
	background:#ddd;
}
#header h1 {
   	padding:5px;
    margin:0;
   }
#main {
	background-color:#B9CCEA;
	float:left;
	width:210px;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	background:#fff;
	float:right;
	width:699px;
	background-image: url(../images/generic/smoke.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
}
#sidebar ul {
	margin-bottom:0;
}
#rightText {
	height: 255px;
	margin: 10px 0 0 0;
}
#rightText p, #rightText li {
	padding: 0 10px;
	color: #A6A8AB;
	font-size: 0.7em;
}
#rightText h3 {
	padding: 0 10px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
#rightHeader {
	height: 83px;
	text-align: right;
	color: #FFFFFF;
	font-size: 1.0em;
	padding-top: 10px;
	margin: 0;
}
#rightHeader p {
	text-align: left;
}
#rightBottom {
	/* total height must be 52 */
	text-align: right;
	padding: 0px 10px 0px 10px;
	min-height: 52px;
	height: 52px;
	max-height: 52px;
}
#rightBottom h2 {
	color: #F6921D;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-weight: bold;
}
#rightBottom h3 {
	color: #7DA6D7;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftLogo {
	height: 93px;
	background-color: #FFFFFF;
}
#leftMenu {
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 210px;
	background-color: #B9CCEA;
}
#leftBottom {
	background: #B9CCEA;
	min-height: 282px;
}
#footer {
	background:#cc9;
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
}
/* menu buttons */
#leftMenu ul
{
text-align: right;
list-style: none;
padding: 0;
margin: 0;
}

#leftMenu ul li
{
display: block;
margin: 0;
padding: 0;
margin-bottom: 1px;
}

#leftMenu ul li a
{
display: block;
width: 200px;
padding: 11px 10px 11px 0;
color: #fff;
text-decoration: none;
background: #8899CA;
}
#leftMenu ul li a:hover, #leftMenu ul #active li a:hover
{
	color: #fff;
}
#leftmenu>ul#leftMenu li a { width: auto; }

/* menu colors */
#leftMenu ul li#activered a, #leftMenu ul li#red a:hover
{
	background: #C8252B;
	color: #fff;
}
#leftMenu ul li#activeorange a, #leftMenu ul li#orange a:hover, #factsMenu ul li#activeorange a, #factsMenu ul li#orange a:hover
{
	background: #F6921D;
	color: #fff;
}
#leftMenu ul li#activelightgreen a, #leftMenu ul li#lightgreen a:hover
{
	background: #9d7fff;
	color: #fff;
}
#leftMenu ul li#activegreen a, #leftMenu ul li#green a:hover, #poisoningMenu ul li#activegreen a, #poisoningMenu ul li#green a:hover
{
	background: #00A33D;
	color: #fff;
}
#leftMenu ul li#activeblue a, #leftMenu ul li#blue a:hover
{
	background: #0090ff;
	color: #fff;
}
#leftMenu ul li#activeyellow a, #leftMenu ul li#yellow a:hover
{
	background: #ffcc00;
	color: #fff;
}
#leftMenu ul li#activegrey a, #leftMenu ul li#grey a:hover, #safetyMenu ul li#activegrey a, #safetyMenu ul li#grey a:hover,
{
	background: #8C8C8C;
	color: #fff;
}
/* end of menu colors */
/* end of menu */
#headerSpacer {
	height: 1px;
}
.red		{ background: #C8252B; }
.orange		{ background: #f6921d; }
.green		{ background: #00A33D; }
.blue		{ background: #0090ff; }
.yellow		{ background: #ffcc00; }
.grey		{ background: #8C8C8C; }
.lightgreen	{ background: #9d7fff; }

.redtext	{ color: #C8252B; }
.orangetext	{ color: #f6921d; }
.greentext	{ color: #00A33D; }
.bluetext	{ color: #0090ff; }
.yellowtext	{ color: #ffcc00; }
.greytext	{ color: #8C8C8C; }

/* the facts menu */
#factsMenu {
	font-size: 0.6em;
	margin: 0 0 0 1px;
	/*padding-right: 10px;*/
	text-transform: uppercase;
	width: 270px;
	background-color: #A4C1D1;
	position: absolute;
	top: 133px;
}
#poisoningMenu {
	font-size: 0.6em;
	margin: 0 0 0 1px;
	/*padding-right: 10px;*/
	text-transform: uppercase;
	width: 120px;
	background-color: #A4C1D1;
	position: absolute;
	top: 168px;
}
#safetyMenu {
	font-size: 0.6em;
	margin: 0 0 0 1px;
	/*padding-right: 10px;*/
	text-transform: uppercase;
	width: 200px;
	background-color: #A4C1D1;
	position: absolute;
	top: 203px;
}
#factsMenu ul, #poisoningMenu ul, #safetyMenu ul
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
}

#factsMenu ul li, #poisoningMenu ul li, #safetyMenu ul li
{
display: block;
margin: 0;
padding: 0;
margin-bottom: 1px;
}
#factsMenu ul li a { 
width: 270px;
display: block;
padding: 11px 0 11px 10px;
color: #fff;
text-decoration: none;
background: #8899CA; 
}
#poisoningMenu ul li a { 
display: block;
width: 120px;
padding: 11px 0 11px 10px;
color: #fff;
text-decoration: none;
background: #8899CA; 
}
#safetyMenu ul li a { 
width: 200px;
display: block;
padding: 11px 0 11px 10px;
color: #fff;
text-decoration: none;
background: #8899CA; 
}
#factsMenu ul li a:hover, #factsMenu ul #active li a:hover
{
	color: #fff;
}
#factsMenu>ul#factsMenu li a, #poisoningMenu>ul#poisoningMenu li a { width: auto; }
/* end of facts menu */
