/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
	margin:0 0 20px 0;
	background-image: url(/images/bg-1.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.73em;
 }

h1,h2,h3,h4,h5,h6 {
	color:#427112;
	margin-bottom:1em;
 }
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a { text-decoration: none;}
a:link {color:#FA0C09;}
a:visited {color:#FA0C09;}
a:hover {color:#FA0C09; text-decoration:underline;}
a:active {color:#FA0C09;}

input, textarea, select, option, button {
	font:1em arial,helvetica,sans-serif;
 }
 
hr {
	border: none 0;
	border-top: 1px solid #CECECE;
	height: 1px;
}

img { border: none;}

.printonly {display:none;}

/*=================== GLOBAL RULES ======================*/
#container{
	margin:0 auto;
	width:775px;
	height:600px;
	background-color:white;
}

.redbar{
	height:3px;
	border-bottom:1px solid white;
	background-color:#FF0000;
}

#footer{
	border-top:1px solid #ebebeb;
	clear: both;
	height:30px;
}
#footer p{
	font-size:11px;
	color:#666666;
	margin:0;
	padding:6px 0 0 5px;
}

/*=================== HOMEPAGE RULES ======================*/

#flashheader{
	height:182px;
	background-image:url(/images/header-flash-tem.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#flashheader ul {
	height: 22px;
	list-style-type: none;
	width: 100%;
}

#flashheader li {
	float: left;
	height: 22px;
	text-align: center;
}

#flashheader li a span { visibility: hidden;}
#flashheader a:hover { text-decoration: none;}

#flashheader li#home, #flashheader li#home a { width: 171px;}
#flashheader li#about, #flashheader li#about a { width: 230px;}
#flashheader li#products, #flashheader li#products a { width: 163px;}
#flashheader li#toolkit, #flashheader li#toolkit a { width: 211px;}

#flashheader li#home { background-image:url(/images/nav_home_off.gif);}
#flashheader li#about { background-image:url(/images/nav_about_off.gif);}
#flashheader li#products { background-image:url(/images/nav_products_off.gif);}
#flashheader li#toolkit { background-image:url(/images/nav_toolkit_off.gif);}

#homelogobar{
	height:44px;
	background-image:url(/images/home-logobar.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}

#homelogobar p{
	color:white;
	margin:0;
	margin:0 0 0 310px;
	padding: 10px 0 0 0;
	letter-spacing: 1px;
}

#homeleft, #homemiddle, #homeright{
	float:left;
	margin:40px 0 30px 0;
	height:270px;
}

#homeleft{
	width:185px;
	padding-left:10px;
	background-image:url(/images/global-map.jpg);
	background-repeat:no-repeat;
	background-position:10px 52px;
}
#homeleft h2{
	font-size:12px;
	font-weight:normal;
	color:#FF0000;
	margin:0;
	padding:0 0 5px 0;
}
#homeleft h2 img{
	padding-right:5px;
}
#homeleft select{
	width:173px;
	margin:2px 0;
	font-size:10px;
	color:#666666;
}
#homemiddle{
	width:340px;
	margin-left:10px;
	margin-right:10px;
}
#homemiddle h1{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
}
#homemiddle img {
	margin: -20px 20px 0 20px;
}

#homeright{
	width:220px;
}

#homeright div {
	color: #FA0C09;
	height: 80px;
	margin: 0 0 30px 10px;
	position: relative;
	width: 180px;
}

#homeright div img {
	float: left;
	margin: 0 5px 0 0;
}

#homeright div img.learnMore {
	position: absolute;
	bottom: 0;
	margin: 0;
	right: 0;
}

#homefooterflash{
	clear:both;
	height:40px;
	background-image:url(/images/footer-flash.jpg);
	background-repeat:no-repeat;
}

/*=================== PRODUCT PAGE RULES ======================*/


