html {
	height: 100%;
}
body {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pageBG.gif);
	background-repeat: repeat-x;
	background-color: #6A6A6A;
	height: 100%;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
/**************************************************************
   Common Decoration styles
 **************************************************************/


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
.hSep {
	width: 1px;
	margin-right: 24px;
	margin-left: 25px;
}
.vSep {
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.white {
	background-color: #FFFFFF;
}

.grey {
  color: #666;
}
.blue {
	background-color: #B2CDE2;
}
/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}

.w250 {
	width: 250px;
}
.w275 {
	width: 275px;
}

.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.block {
  display: block;
}
.RelativeBlock {
	display: block;
	position: relative;
}
.clear {
	clear: both;
}

.small {
	font-size: 9px;
}
.justify {
	text-align: justify;
}
.picLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 5px;
	position: relative;
	border: 1px solid #AAAAAA;
}
.picRight {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 5px;
	position: relative;
	border: 1px solid #AAAAAA;
}
.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
}
.textSmall-tahoma {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
}

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#pageContainer {
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#pageContainer,
#width {  
  width: 900px;
  margin: 0px auto;
}

#pageContainer[id],
#width[id] {
	height: auto;
}

#page {
	width: 900px;
	position: relative;
	display: block;	
	margin: 0px auto;
}
#page #contentHolder {
	width: 900px;
	float: left;
	margin: 0px;
	padding-bottom: 100px;
}
#page h3 {
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
}
#page #newsItem {
	background-image: url(../images/sidebar_bg.gif);
	display: block;
	width: 168px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A3A3A;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	border-left-color: #3A3A3A;
	margin-bottom: 10px;
}
#page #newsItem ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-image: url(../images/elem_arrow_right.gif);
	list-style-position: outside;
}
#page #newsItem li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
#page #newsItem li strong {
	font-size: 10px;
}

#header {
	padding: 0px;
	height: 300px;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#QuickLinks {
	padding: 0px;
	height: 90px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	position: relative;
}

#footerContainer {
	float: left;
	width: 100%;
	clear: both;
	height: 70px;
	margin-top: -70px;
}

#footerContainer #footer {
	background-color: #4d4d4d;
	width: 900px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3a3a3a;
	padding-top: 15px;
	height: 50px;
	clear: both;
	margin: 0px auto;
	position: relative;
	z-index: 9;
}

#footerContainer #footer #links ul {
	list-style: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footerContainer #footer #links li {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	clear: none;
	margin: 0px;
}
#footerContainer #footer  #links  #sep  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

#footerContainer #footer #links li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D4D4D;
	letter-spacing: 1px;
	font-weight: bold;
}
#footerContainer #footer #links li a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#footerContainer #footer #copyrights {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	float: right;
	padding-top: 5px;
	padding-right: 25px;
	font-weight: bold;
}
a.jumpLink:link, a.jumpLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #bababa;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DA2423;
}
a.jumpLink:hover, a.jumpLink:active {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DA2423;
}
.prodList {
	display: block;
	float: left;
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 293px;
}
.prodList li {
	display: block;
	margin: 1px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.prodList  .altColor  {
	background-color: #797979;
}
.clientList {
	display: block;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 440px;
	position: relative;
	list-style: none;
}
.clientList li {
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 5px;
}
.clientList li strong {
	display: block;
	background-color: #797979;
	width: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 20px;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

a.galThumb:link, a.galThumb:visited {
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display: block;
	background-color: #575757;
	padding: 19px;
}
a.galThumb:hover, a.galThumb:active {
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color: #3A3A3A;
}
.contactBox {
	display: block;
	width: 294px;
	float: left;
}
.contactBox h4 {
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #E5E5E5;
	text-decoration: none;
	background-color: #4D4D4D;
}
.contactBox ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	width: 279px;
	background-color: #868686;
	list-style: none;
	color: #e1e1e1;
	text-decoration: none;
}
.contactBox li {
	margin-bottom: 25px;
}

.contactBox #address {
	height: 75px;
	display: block;
}
.contactBox #numbers {
	display: block;
	height: 150px;
}
.contactBox #email {
	display: block;
	height: 40px;
}

.frmTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #B4B4B4;
	height: 17px;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.frmTxtBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #B4B4B4;
	height: 90px;
	border: 1px solid #FFFFFF;
	padding: 2px;
}
.frmBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #797979;
	width: 120px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	border-left-color: #999999;
	text-transform: uppercase;
	font-weight: bold;
}
.frmTxtMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #B4B4B4;
	height: 19px;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
