@charset "UTF-8";
/* CSS Document */

/* page layout styling
--------------------------------------------------*/
@import url("layout.css");


/* default text 
--------------------------------------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* default links 
--------------------------------------------------*/
body a:link, a:visited, a:hover, a:active {
	color:#DF1F27;
	text-decoration:none;
	font-size:11px;
	line-height:100%;
	}


body a:hover {
	color:#A9A8A8;
	}
	

/* heading styles
--------------------------------------------------*/
h1	{
	color:#000000;
	font-size:11px;
	}
	
h2	{
	color:#000;
	font-size:8px;
	}

h3	{
	color:#000;
	font-size:14px;
	}

	
reg {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-align:left;

}
	
	

/* links in imageHolder
--------------------------------------------------*/
.twoColFixLt #AboutimageHolder a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}

.twoColFixLt #AboutimageHolder a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}
	
.twoColFixLt #AboutimageHolderLarge a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #AboutimageHolderLarge a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}
	
.twoColFixLt #ProductsimageHolder a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #ProductsimageHolder a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}
	
.twoColFixLt #ProductsimageHolderLarge a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #ProductsimageHolderLarge a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}

.twoColFixLt #ContactimageHolder a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #ContactimageHolder a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}
	
.twoColFixLt #ContactimageHolderLarge a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #ContactimageHolderLarge a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}


.twoColFixLt #NewsimageHolder a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #NewsimageHolder a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}
	
.twoColFixLt #NewsimageHolderLarge a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}

.twoColFixLt #NewsimageHolderLarge a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	padding:0px;
	}

/* sidebar navigation links 
--------------------------------------------------*/

#menuHolder ul a:link, ul a:visited, ul a:hover, ul a:active {
	/*display:block;*/
	padding:2px 15px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	line-height:200%;
	}

#menuHolder ul a:hover {
	color:#fff;
	background:#DF1F27;
	}
	

/* sidebar navigation text 
--------------------------------------------------*/
#sidebar1 ul {
	list-style:none;
	line-height:200%;
	font:12px;
	color:#000;
	padding:0 0 0 0px;
	margin-right:70px;
	}
	
/* newsholder left links
--------------------------------------------------*/
.twoColFixLt #newsHolderLeft a:link, a:visited, a:hover a:active {
	color:#A9A8A8;
	text-decoration:none;
	font-size:10px;
	line-height:200%;
	}


.twoColFixLt #newsHolderLeft a:hover {
	color:#000;
	}
	
	
/* footer text
--------------------------------------------------*/
	
.twoColFixLt #footer { 
	color:#DF1F27;
	text-align:right;
	font-size:10px;
	}
	
	
	
	

