/* CSS Document */
.fullheight{
	height:100%;
}

html {
	height:100%;
	}	
body {
	height:100%;
	margin:0px;
	background-color: #969696;
	background-image:url(/grafx/page_structure/bg.gif);
	background-repeat:repeat-x;
}
a { outline:none; }
a img {
	border:none;
	background:none;
}
a:hover img {
	border:none;
	background:none;
}
#container {
	width:960px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #FFFFFF;
	text-align:left;
}

#container a, a:visited {
	text-decoration:none;
	}

#top {
	width:960px;
	height:87px;
	float:left;
	background-image:url(/grafx/page_structure/top.gif);
	background-repeat:no-repeat;
	}
#logo {
	height:56px;
	float:left;
	}
#home {
	width:960px;
	height:21px;
	float:left;
	}
.facebook {
	padding-top:4px;
	text-align:center;
}
#nav {
	width:952px;
	padding-left:8px;
	height:23px;
	margin:0px;
	line-height:0px;
	background-image:url(/grafx/page_structure/nav_bg.gif);
	background-repeat:repeat-x;
	float:left;
}
#place_holder {
	width:960px;
	height:407px;
	float:left;
}
#content {
	width:960px;
	float:left;
	padding-bottom:5px;
	padding-top:18px;
	font-size:11px;
	}

#content a{
	color:#81574a;
}

#content a:hover {
	color:#81574a;
}

#product_nav {
	width:960px;
	height:33px;
	float:left;
}
#bottom_nav {
	float:left;
	width:960px;
	height:140px;
	background-image:url(/grafx/page_structure/bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
	font-size:10px;
	color:#c5c5c5;
	line-height:14px;
	padding-top:15px;
}

#bottom_nav a{
	color:#c5c5c5;
	}

#bottom_nav a:hover {
	color:#0655af;
	}

.clearme {
	clear:both;
	}
#column {
	width:137px;
	float:left;
	}
#columnx2 {
	width:204px;
	padding-right:70px;
	float:left;
	}

.IECSC {
	color:#F60;
	font-size:13px;
	text-align: center;
}

.news-item {
	padding:10px 0px;
	border-bottom:1px dotted #D3D3D3;
}