@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}
h2 {
	color: #00000;
	font-size: 16px;
	font-weight: bold;
	
	line-height: 28px;
}
h3 {
	color: #FF0000;
	font-size: 12px;
}
h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: lighter;
	line-height: 1px;
}
h5 {
	font-size: 14px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footerButton {
	background-image: url(../images/footer-button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bkgd{
	background-image: url(../images/bkgd-blank.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.bkgdBot {
	background-image: url(../images/bkgd-blank-bot.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bkgdProd {
	background-image: url(../images/bkgd-prod-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.bkgdProdBot {
	background-image: url(../images/bkgd-prod-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.brdrGray {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.brdrLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.textRed {
	color: #FF0000;
}
li {
	line-height: 24px;
}
.brdrRedBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#home {
	margin-bottom: 10px;
}
.bdrGrayBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.FloatR {
	float: right;
}
.FloatL {
	float: left;
	margin-right: 10px;
}
.prodTitle {
	color: #EF3842;
	font-size: 20px;
}
.brdrPict {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #999999;
	float: left;
}
.brdrFullGray {
	border: 2px solid #999999;
	
}
.brdrPictNoLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #999999;
	
}
#mov {
	margin-top: 15px;
	padding-top: 5px;
}