
h1,h2,h3,ul,li,p{margin:0;padding:0; font-weight:normal;}
/*a{text-decoration:none;}*/
a:link{color: #FFF380}
a:hover{color: #FFFC17}
a:active{color: #329AAF}
a:visited{color: #EDDA74}

ul{list-style:none;}
img{border:0;}

html{
	font-size:100.01%;
	}
body{
	margin:0;
	padding:0;
	background:#363636;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75.5%;
}
#header{
	background:#5c8727;
	overflow:visible;
	width:100%;
	min-width:1010px;
	min-height:75px;
}
#header a{
text-decoration:none;
}
#header-holder{
	width:1010px;
	/*min-height of 100px ensures that the landor logo fits*/
	min-height:100px;
	/*if you set this overflow:hidden then the menu will be cut off by the container*/
	overflow:visible;
	background:#5c8727;
	margin:0 auto;
	position:relative;
	background:url('/img/header-bg.png') no-repeat 0 0;
}

#header-holder h1 a{
	display:block;
	background:url('/img/landor-logo.png') no-repeat 0 0;
	text-indent:-9999px;
	width:251px;
	height:100px;
	overflow:hidden;
}
#header-holder h1{
	float:left;
	margin:0 0 0 0;
	overflow:hidden;
	display:inline;
}

#right-menu{
	float:right;
	margin:24px 0 0 0;
	overflow:hidden;
	width:140px;
	padding:0 0 30px 0;
	}
#right-menu li{
	float:right;
	overflow:hidden;
	clear:right;
	}
#right-menu li a{
	font-size:11px;
	line-height:1.4em;
	color:#ebebeb;
	padding:0 3px 2px 3px;
}
#right-menu li a:hover{
	background:#111;
	}
#header-holder ul.submenu{
	display:none;
}
#header-holder ul.subsubmenu{
	display:none;
}
#navbar {
	width: 100%;
	min-width:1010px;
	background: url(/img/nav_bg.gif) repeat;
	height: 30px;
	z-index: 100;
}

#navmenu {
	background: url(/img/nav_bg.gif) repeat right bottom;
	letter-spacing: .01px;
	width:1010px;
	min-height:29px;
	background-color: #3F602B;
	position:relative;
	height: 29px;
	margin:0 auto;
	z-index: 200;
}

#main-holder{
	margin:0 auto;
	width:1000px;
}
#main{
	width:1010px;
	float:left;
	margin:10px auto 0 auto;
	padding:0 0 145px 0;
}

#news{
	width:1010px;
	float:left;
	margin:10px auto 0 auto;
	padding:0 0 145px 0;
}
#image-holder{
	overflow:hidden;
	width:1006px;
	height:180px;
	background:url('/img/green-border.gif') repeat-y 0 0;
	position:relative;
	margin:0 0 20px 0;
}
#text-holder{
	top:30px;
	right:40px;
	overflow:hidden;
	position:absolute;
	width:450px;
}
#image-holder p{
	font-size:14px;
	line-height:1.7em;
	color:#fff;
	width:438px;
	padding:10px 0px 10px 12px;
	background:url('/img/text-bg.png') repeat-y;
	overflow:hidden;
}

#image{
	background:url('/img/main-bg.png') no-repeat 0 0;
	width:1010px;
	height:180px;
	overflow:hidden;
	margin:0 0 0 10px;
}

#product-list{
	/*border-top: 1px solid #969696;
	border-bottom: 1px solid #a8a5a5;*/
	height: 194px; 
}

.productItemSpacer {
	width: 1px;
	height: 194px;
	float: left;
	background: #cecece url('/img/main/vl.gif') no-repeat top left;
}

.productItem 
{
	position: relative;
	width: 335px;
	height: 250px;
	float: left;
	background: #2e678d url('/images/main/home_prodbg_grey.jpg') no-repeat top left;
}

.productItem p 
{
	margin: 0px;
	padding: 5px 15px 0 20px;
	color: #000000;
	font-size: 12px;
	line-height: 1.4em;
}

.productItem h1
{
	font-size: 22px;
	padding: 15px 0 0 20px;
}

.productItem h1 a, 
.productItem h1 a:hover, 
.productItem h1 a:active, 
.productItem h1 a:visited 
{
	text-decoration: none;
	color: #000000;
	font-family: Georgia;
}

.productItem .productThumb 
{
	position: absolute;
	bottom: 0;
	right: 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 80px;
	width: 214px;
} 

.productItem .productLink
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 140px;
	padding: 25px 0 0 20px;
	z-index: 10;
	font-size: 12px;
}

.productLink a, 
.productLink a:hover, 
.productLink a:active, 
.productLink a:visited 
{
	text-decoration: underline;
	color: #f1f1f1;
}

/* hover productItem */

#preloadImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url("/img/main/bg.gif");
	background-image: none;
}

.productItem:hover 
{
	position: relative;
	width: 336px;
	height: 250px;
	float: left;
	background: #00B0D8 url('/img/main/bg.gif') no-repeat top left;
}

.productItem:hover p 
{
	margin: 0px;
	padding: 5px 15px 0 20px;
	color: #f1f1f1;
	font-size: 12px;
	line-height: 1.4em;
}

.productItem:hover h1
{
	font-size: 22px;
	padding: 15px 0 0 20px;
}

.productItem:hover h1 a, 
.productItem:hover h1 a:hover, 
.productItem:hover h1 a:active, 
.productItem:hover h1 a:visited
{
	text-decoration: none;
	color: #FFF380;
	font-family: Georgia;
}

.productItem:hover .productLink
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 140px;
	padding: 25px 0 0 20px;
	z-index: 10;
	font-size: 12px;
}

.productItem:hover .productLink a, 
.productItem:hover .productLink a:hover,
.productItem:hover .productLink a:active,
.productItem:hover .productLink a:visited 
{
	text-decoration: underline;
	color: #FFF380;
}

#newsBox {
	padding: 20px 0px 0px 30px;
}

#newsBoxLeft {
	width: 300px;
	padding: 10px;
	float: left;
}

#newsBoxCenter 
{
	background: #f1f1f1 url('/images/main/home_blog_title.jpg') top left no-repeat;
	padding: 10px;
	width: 300px;
	float: left;
}

#newsBoxCenter h1 {
	font: 20px Verdana,Geneva,Arial;	
	font-weight: normal;
	margin: 10px 0 0 0;
}

#newsBoxRight {
	width: 300px;
	float: left;
	margin-left: 20px;
	padding-top: 4px;
}

#newsBoxRight img
{
	margin-bottom: 20px;
}

#newsBox h1 {
	font: 20px Verdana,Geneva,Arial;	
	font-weight: normal;
	margin: 10px 0 0 0;
}

#newsBox ul {
	padding: 0px;
	margin: 0px;
}

#newsBox li {
	text-align: left;
	color: black;
	padding-top : .5em;
	margin:	10px 0 0 0;
	list-style-type: none;
}

#newsBox li a 
{
	text-decoration: underline;
	color: #a13232; 
}

.homenewshead a {
	text-decoration: underline;
	font-weight: bold;
	color: #a13232; 
	margin-top: 10px;
}

#moreNews, #morePraise, #moreAwards, #moreArticles {
	margin-top: 0.5em; 
	margin-bottom: 1.1em; 
	font-size: 90%;
	text-align: right;  
}

#moreNews a, #morePraise a, #moreAwards a, #moreArticles a {
	color: #000000;
	font-weight: normal;
}


#footer{
	clear:left;
	min-width:1010px;
	width:100%;
	background:#111;
	overflow:hidden;
}
#footer-holder{
	width:1010px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	overflow:hidden;
	margin:0 auto;
	background:#111;
	padding:0 0 32px 0;
}
#footer-holder p{
	float:right;
	margin:8px 114px 0 0;
	font-size:1.1em;
	display:inline;
	line-height:1.6em;
	color:#464646;
}
#footer-holder p span{
	display:block;
}

