body{
	height:101% !important;
        margin:0;
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background:#000;
}

p 
{
margin-bottom:20px;
}

img{
border-style:none;
}

a{
	text-decoration:none;
	color:#fff;
}
a:hover{text-decoration:underline;}
#wrapper{
	width:978px;
	margin:0 auto;
	background:url(../images/bg-wrapper-c.gif) repeat-y;
}
#wrapper .wrapper-t{
	background:url(../images/bg-wrapper-t.gif) no-repeat;
}
#wrapper .wrapper-b{
	background:url(../images/bg-wrapper-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:28px 53px;
}
.main-holder{
	overflow:hidden;
	width:100%;
	position:relative;
}
#header{
	background:url(../images/bg-header.gif) no-repeat 100% 0;
	width:100%;
}
#header .header-holder{
	overflow:hidden;
	height:1%;
	padding:25px 21px 13px 25px;
}
#header .logo{
	float:left;
	background:url(../images/logo.gif) no-repeat;
	width:181px;
	height:61px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .tel{
	float:right;
	color:#fff;
	font-size:30px;
	margin:31px 0 0;
}
#nav,
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:15px;
	font-weight:bold;
	width:100%;
	text-align:center;
	border-bottom:4px solid #a9001d;
	text-transform:uppercase;
	z-index:10000;
}
#nav:after{
	display:block;
	clear:both;
	content:"";
}
#nav li{
	float:left;
	width:196px;
	margin:0 0 0 -21px;
}
#nav li a{
	background:url(../images/bg-nav-rt.gif) no-repeat 100% 0;
	display:block;
	padding:0 19px 0 0;
	cursor:pointer;
	color:#000;
	outline:none;
}
#nav li a span{
	display:block;
	background:url(../images/bg-nav-lt.gif) no-repeat;
	padding:10px 0 9px 28px;
}
#nav .last-item{
	width:193px;
}
#nav .last-item a{
	background:none;
	padding:0;
}
#nav li:hover a,
#nav li.hover a{
	background:url(../images/bg-nav-rt-hover.gif) no-repeat 100% 0;
	color:#fff;
}
#nav li.active a{
	background:url(../images/bg-nav-rt-hover.gif) no-repeat 100% 0;
	color:#fff;
}
#nav li:hover a span,
#nav li.hover a span{
	background:url(../images/bg-nav-lt-hover.gif) no-repeat;
	zoom:1;
}
#nav li.active a span{
	background:url(../images/bg-nav-lt-hover.gif) no-repeat;
	zoom:1;
}
#nav li a:hover{
	text-decoration:none;
	color:#fff;
}
#nav li:hover,
#nav li.hover{
	position:relative;
}
#nav li.hover ul,
#nav li:hover ul{display: block;}
#nav .dropdown{
	width:178px;
	position:absolute;
	left:16px;
	top:36px;
	z-index:10000;
/* removed next line to avoid menu going behind images */	
/* overflow:hidden; */
}
#nav ul{
	font-weight:normal;
	display:none;
	background:url(../images/bg-dropdown.png);
	border:none;
}
#nav li.hover ul a,
#nav li:hover ul a{
	background:none;
	color:#fff;
	padding:7px 0;
}
#nav ul li{
	margin:-1px 0 1px 0;
	border-top:1px solid #0c0d0c;
	width:100%;
	background:url(../images/none.gif) !important;
	position:relative;
}
#nav li:hover ul li,
#nav li.hover ul li{
	vertical-align:top;
	float:none;
	background:none;
}
#nav ul li:hover a,
#nav ul li.hover a{
	background:url(../images/bg-dropdown-hover.png);
	width:178px;
}
#main .main-img{
	vertical-align:top;
	border-bottom:4px solid #a9001d;
}
#main p {
	padding:0;
         margin:0;
}

.homepageModules img {
	float:left;
	margin:0 20px 20px 0;
}
.homepageModules p {
	margin:0;
	padding:0;
}
#main .news{
	margin:0;
	padding:0 0 10px 10px;
	list-style:none;
	overflow:hidden;
	height:1%;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:21px;
}
* html #main .news{
	margin:0 0 10px;
}
* +html #main .news{
	margin:0 0 10px;
}
.news li{
	background:url(../images/bg-box.gif);
	width:202px;
	height:223px;
	float:left;
	margin:0 16px 22px 0;
	padding:7px 25px 5px;
	position:relative;
	overflow:hidden;
}
.news .green{
	background:url(../images/bg-box-green.gif);
	text-align:left;
	padding:7px 10px 5px 20px;
	width:222px;
}
.news .green h2{
	margin:0 0 28px;
}
.news .red{
	background:url(../images/bg-box-red.gif);
	padding:7px 43px 5px 36px;
	width:444px;
	height:218px;
	overflow:hidden;
}
.news .add{
	background:url(../images/bg-box-add.gif);
	height:220px;
	padding:7px 1px 5px 25px;
	text-align:left;
	width:226px;
	font-size:15px;
	overflow:hidden;
}
.news h2{
	font-size:17px;
	margin:0 0 16px;
	color:#fff;
}
.news .ssupply{
	width:198px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 10px;
	background:url(../images/logo2.gif);
	display:block;
}
#content .news img{
	margin:-6px 0 0 -24px;
	position:relative;
}

.news a{
	color:#f5ed36;
	text-decoration:underline;
}
.news a:hover{
	text-decoration:none;
}
.news .more{
	color:#fff;
	position:absolute;
	bottom:10px;
	left:14px;
	width:90px;
}
#content .news .alignright{
	float:right;
	margin:-3px 0 0;
}
.news .red .more{
	bottom:14px;
	left:auto;
	right:14px;
}
.news .standard{
	background:url(../images/text-standard.gif);
	width:258px;
	height:142px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:22px 0 0;
}
#content .news .add img{
	margin:5px 0 0 -6px;
}
.news .text-holder{
	width:89px;
	float:left;
	padding:4px 0 0;
}
.news .text-holder a{
	color:#a9001d;
	display:block;
	margin:0 0 7px;
}
.news .shift{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-shift.gif) no-repeat;
	height:28px;
	width:149px;
	margin:0 auto 9px;
}
#footer{
	height:1%;
	background:url(../images/bg-footer.gif) no-repeat 0 100%;
	padding:0 44px 6px 0;
}
#footer:after{
	display:block;
	clear:both;
	content:"";
}
#footer .logo{
	float:right;
	background:url(../images/logo3.gif) no-repeat;
	width:180px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	margin:-5px 0 0;
	position:relative;
}
#main{
	color: #fff;
}
#main a {
	color: #fff;
	text-decoration: underline;
}
/*inner*/
#main.main-inner{
	background:#fff;
	color: #000;
}
#main.main-inner a {
	color: #000;
	text-decoration: underline;
}
#wrapper .main-inner{
	background:#fff;	
}
#wrapper .footer-inner{
	background:#fff url(../images/bg-footer2.gif) no-repeat 0 100%;
}
#wrapper .footer-inner .logo{
	background:url(../images/logo4.gif) no-repeat;
}
.main-inner #content{
	padding:10px 10px 10px 57px;
	width:800px;
}
.main-inner #content h2{
	font-size:40px;
	color:#6d6f72;
	margin:0 0 0 0;
	padding:0;
	line-height:38px;
	letter-spacing:-2px;
	text-transform:uppercase;
}
.main-inner #content h2 strong{
	color:#a9001d;
	display:block;
	font-size:36px;
}

.graphicMenu {
	overflow:visible;
	
	position:relative;
}
#content {
	padding:0 10px 0 27px;
	overflow:visible;
	font-size:11px;
	line-height:16px;
}
#content .text-holder{
	margin:0 0 38px;
}
#content p{
	margin:0;
}
#content .products{
	margin:0 0 48px;
	padding:0;
	list-style:none;
	text-align:center;
	overflow:hidden;
	height:1%;
}
.products li{
	background:url(../images/bg-block.gif) no-repeat;
	height:140px;
	width:365px;
	padding:11px 0 0;
	margin:14px 28px 0 0;
	float:left;
}
.products h3{
	color:#fff;
	margin:0 0 21px;
	font-size:18px;
	text-transform:uppercase;
}
#content .heading{
	font-size:20px;
	overflow:hidden;
	height:1%;
	padding:0 40px 0 0;
}
.heading ul, .heading .buttonheading{
	margin:3px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.heading ul li{
	float:left;
}
.heading ul a{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:24px;
	height:24px;
}
.heading .download{
	background:url(../images/ico-download.gif) no-repeat;
}
.heading .copy{
	background:url(../images/ico-copy.gif) no-repeat;
	width:22px;
}
.heading .mail{
	background:url(../images/ico-mail.gif) no-repeat;
}
#twocolumns{
	overflow:visible;
	position:relative;
	width:760px;
	padding:10px 0 47px 2px;
}
#twocolumns .columns-holder{
	width:820px;
	overflow:hidden;
}
#twocolumns .column{
	float:left;
	margin:0 60px 0 0;
	width:347px;
}
#twocolumns p{
	margin:0 0 10px;
}
#twocolumns h4{
	margin:0 0 1px;
	font-size:13px;
}
#twocolumns ul{
	list-style-type: square;
	margin-left: 0.75em; 
	padding-left: 0.75em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.column li{
	padding:0 0 8px 5px;
}
