/* CSS Document */

body {
color: #000000;
padding: 22px 0 0 0;
margin: 0;
font-family: arial, helvetica, sans-serif;
font-size:62.5%;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	border: 0;
    text-align: center;
	width: 880px;
	background-color: #fff;
}

#dropmenudiv{
	position:absolute;
	background-color: #469ECD;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font:normal 12px Verdana;
	padding: 14px 14px 14px 6px;
	margin: 12px 0 0 6px;
	line-height: 18px;
	z-index:100;
}

#dropmenudiv a{
	background-color: #469ECD;
	display: block;
	text-indent: 3px;
	/*border-bottom: 0px solid black;*/
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #469ECD;
	color: #160A5F;
}

#banner {
 margin: 0 auto;   /* align for good browsers */
 border: 0;
 padding-bottom: 10px;
 text-align: left;
 background-color: #fff;
 width: 880px;
 height: 170px;
}

#nav {
 margin: 0 auto;   /* align for good browsers */
 text-align: left;
 background-color: #0279BB;
 color: #fff; 
 width: 865px;
 padding: 12px 0 12px 15px;
 margin-bottom: 22px;
 font-size:1em;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 6px 0 6px;
}

/* HOME PAGE LAYOUT STYLES */
#content_area {

	background-image: url('./images/content_bg.gif');
	background-repeat: repeat-y;
    padding-top: 12px;
	width: 880px;
	height: 318px;
}

#main_content {
	float: left;
    padding: 0;
	width: 660px;
	color: #FFF;
	/*background-color: #FFF;*/
	/*border: solid 1px #000000;*/
}

div .text {
	text-align: left;
	width: 407px;
	padding-left: 14px;
	padding-right:5px;
	
	
}

div .textint {
	text-align: left;
	width: 324px;
	padding-left: 320px;
    padding-bottom: 12px;
}


/* INTERNAL PAGE LAYOUT STYLES */

#content_area_int {
	overflow: auto;
	background-image: url('./images/content_bg.gif');
	background-repeat: repeat-y;
	background-color: #FF1301;
    padding-top: 12px;
	width: 880px;
}

#text_int {
	text-align: left;
	width: 324px;
	padding-left: 24px;
    padding-bottom: 12px;
	padding-top:6px;
	font-size: 1.1em;
	float:left;
}


#main_image{
width:297px;
float:left;


}



h2 {
font-size:15px;
font-weight:bold;
text-transform: uppercase;
} 



h1 {
font-size:15px;
font-weight:bold;
text-transform: uppercase;


} 

#text_int h1 {
	font-size: 1.5em;	
	text-transform: uppercase;
}
.rightBox_top {
	text-align: left;
	height: 100px;
	width: 189px;
	border-right: solid 10px #FF1301;
	border-bottom: solid 10px #FF1301;
	border-top: solid 10px #FF1301;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	float: right;
}

.rightBox_top h1 {
	font-size: 1.1em;
	color: #FF1301;
	text-transform: uppercase;
}

.rightBox {
	text-align: left;
	height: 100px;
	width: 189px;
	margin-top: 12px;
	border-right: solid 10px #FF1301;
	border-bottom: solid 10px #FF1301;
	border-top: solid 10px #FF1301;
	background-color: #FFF;
	padding: 10px;
	float: right;
}

.rightBox h1 {
	font-size: 1.1em;
	color: #FF1301;
	text-transform: uppercase;
}


/* GENERAL STYLES */

#footer {
 clear: both;
 margin: 0 auto;   /* align for good browsers */
 text-align: left;
 font-size: 0.9em;
 padding: 4px 0 4px 0;
 width: 880px;
 height: 16px;
 background-color: #fff;
 color: #000; 
}

#footer a {
 text-decoration: none;
 color: #000; 
}

#footer a:hover {
 text-decoration: underline;
 color: #000; 
}

img {
 border: none;
}

.homeimage {
 float: right;
 border: solid 10px #fff;	
 margin-right: 10px;
}
.homeimage2 {
 float: left;
 border: solid 10px #fff;	
 margin-right: 10px;
}
.productimage {
 float: left;
 border-top: solid 10px #fff;	
 border-right: solid 10px #fff;
 border-bottom: solid 10px #fff;
 margin-right: 5px;
 margin-top: 8px;
}

p {
 font-family: myriad, arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 1.1em;	
 text-align: left;
}

.italic {
 font-style: italic;	
}

.bold {
 font-style: bold;	
}


/* INTERNAL NAV */


.salesnav {

 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none; 
font-weight: bold;

} 			


a.salesnav:link   {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none; 
font-weight: normal
}


a.salesnav:visited	
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none; 
font-weight: normal
}

a.salesnav:hover  {
font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#FFFFFF;
text-decoration: underline; 
font-weight: normal
}

