@charset "utf-8";
/* CSS Document */
body{
	background-color: #F0F0F0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
a {
	text-decoration: underline;
	color: #E31B23;
}

#MainContent{
	background-color: #FFFFFF;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.Clear {
	clear: both;
}
.red{
	color: #E31B23;
	font-weight: bold;
	display: block;
}
/*top heade area started*/
#TopGrayBar{
	height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
p {
	margin-top: 0px;
}

#NavigationBar{
	background-image: url(../img/dark_gray.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 46px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #666666;
}
#MadeInUSA {
	background-image: url(../img/usa.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 113px;
	padding-top: 10px;
	background-position: right bottom;
	float: left;
	padding-left: 60px;
}
#TopGrayBarLinks{
	float: right;
	height: 40px;
	width: 290px;
}
#TopGrayBarLinks a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding-right: 40px;
	font-size: 12px;
	float: left;
	padding-top: 15px;
}

#Navigation {
	width: 645px;
	height: 46px;
	margin-left: 335px;
}
#Navigation a {
    display: block;
    float: left;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 37px;
    text-transform: uppercase;
}
#Navigation  a:hover, #TopGrayBarLinks a:hover{
	color: #E31B23;
}

#RedEmptyBar{
	background-image: url(../img/red_bg.gif);
	height: 10px;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E31B23;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*End of top header area*/

#InsideContent{
	width: 643px;
	display: block;
	float: right;
	background-color: #000000;
}
#ContentHolder {

}
#SideNavPlate{
	width: 335px;
	float: left;
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(../img/bg.gif);
}
#Content {
	float: right;
	width: 643px;
}
/*--the red login box started--*/
#LoginModule {
	background-color: #E31B23;
	height: 200px;
	width: 335px;
	background-image: url(../img/red_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#FormTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
#LoginForm {
	padding: 0px;
	width: 250px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.InputTitle {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.LoginTextInput {
	width: 250px;
	color: #000000;
}
#LoginSubmit {
	margin-top: 5px;
	height: 40px;
}
#LoginSubmit a {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	float: left;
	width: 120px;
	margin-top: 20px;
}
#LoginSubmit input {
	float: right;
	display: block;
	margin-top: 17px;
}
/*End of red login box*/

#FrontFlashHolder {
	background-image: url(../img/front_flash.jpg);
	background-repeat: no-repeat;
	height: 364px;
	width: 643px;
}

#Text {
	font-size: 12px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#ColLeft {
	width: 295px;
	float: left;
	height: 380px;
}
#SubNav {
	text-align: right;
	background-image: url(../img/sub_nav_plate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
}
#ColRight {
	float: right;
	width: 295px;
	height: 380px;
}
#Footer{
    font-size: 12px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: right;
    color: #999999;
    text-transform: lowercase;
}#Footer a {
	text-decoration: none;
	color: #999999;
}
#Copy {
	float: left;
	color: #CCCCCC;
}

