html, body{ 
	margin:0; 
	padding:0; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff; 
	text-align:justify; 
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
} 

h1{
	font-size:140%;
	padding:0px;
                margin-bottom:0px;
	color:#FFCC66;
}

a{
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
}
a:hover{
	color: #ffffff; 
	text-decoration: underline;
}

 
#pagewidth{ 
	width:779px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	background-color:#BF0F0F;
}
 
#header{
	position:relative; 
	width:100%;
	height:100px; 
	background-color:#BF0F0F; 	
	background: #BF0F0F url("../images/topnav_bg.jpg") no-repeat 300px 57px;
} 

#header img{
	margin:2px;
} 

#topnav{
	width:779px;
	height:100px;
	background-image:url(../images/topnav_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	padding:0px 0px 0px 0px;
	margin:-40px 0px 0px 0px;
}

#topnavbox{
	position:relative;
	padding:0px;
	margin: -35px 0px 0px 0px;
	text-align:right;
	height:30px;
}

#topnavlinks li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;	
}

#topnavlinks a{
	font-weight: bold; 
	font-size: 12px; 
	color: #cc0000; 
	text-decoration: none;
	text-transform:uppercase;
}

#topnavlinks a:hover{
	border-bottom:2px #cc0000 solid;
}

.active a{
	border-bottom:2px #cc0000 solid;
}


#maincol{
	background-color: #BF0F0F;  
	float: right; 
	display:inline; 
	position: relative; 
	width:779px; 
}

#maincol p{
	text-align:justify;
	padding:3px;
	margin-top:2px;
}

#flashintro{
	width:777px;
	height:300px;
	margin:5px 0px 0px 0px;
}

.divider{
	margin-top:10px;
	height:8px;
	font-size:20%;
	background-color:#FFCC66;
}

#content{
	margin:2px;
                padding:2px;
    text-align:justify;
} 

#content img{
	margin:2px;
}
 
#homecontent{
	background-color:#FFCC66;
	width:99%;
	height:150px;
	margin:5px auto 5px auto;
	color:#333333;
} 

#homecontent img{
	margin:5px 0px 0px 5px;
}
 
.productdetails{
                text-align:justify;
}

.productdetails img{
                padding: 2px 2px 2px 0px;
}


#footer{
	height:50px; 
	background-color:#BF0F0F; 
	clear:both;
	font-size:80%;
	text-align:center;

} 

#footermenu{
	background-color:#FFA824;
	height:15px;
	padding:5px;
	text-align:center;
	font-size:140%;
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.label	{
	width:120px;
	float:left;
	text-align:left;
	padding:2px;
}

.label2	{
	width:120px;
	float:left;
	text-align:left;
	padding:2px;
}
 
.FormInputs  {
	color:#333333;
	border-color:#fff;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
}

.FormButton	{
	border-style:solid;
	color:#333333;
	border-color:#999999;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:2px;
	border-bottom-width:2px;
	background-color:#FFFFFF;
}

.error {font-weight:700;color:#FFCC66;font-size:90%}
.clearfix{display: inline-table;}


.resources	{
	text-align:justify;
	margin-bottom:10px;
}

.resources_title	{
                font-weight:700;
	height:20px;
	padding:2px;
}

.resources_description	{
	text-align:justify;
	padding:0px;
	width:95%;
}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 