/* ZERO DEFAULTS */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}


body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	height: 100%;
}

.cl {
clear:both;
}

/* STANDARD ELEMENTS */

/* page content heading */
h1 {
	font-size: 1.3em;
	color: #cc0000;
	text-align: center;
}

/* product line description */
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
	line-height: 1.4em;
}

/* item heading */
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #cc0000;
	margin-top: 25px;
	border-bottom: 1px dotted #cc0000;
}

/* form headings */
h4 {
	font-size: 1em;
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
	width: 95%;
}

/* misc headings */
h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

/* item descriptions */
h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}
	
/* BASIC PAGE COMPONENTS */

#container {
	width: 800px;
	background-color: #999999;
	border: 1px solid #000;
	margin: 0px auto;
}

#top {
	height: 125px;
	background-color:  #999999;
	border-bottom: 4px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftnav {
	float: left;
	width:  120px;
	padding: 5px 5px 25px 10px;
	margin-right: 12px;
}

#content {
	background-color: #FFFFFF;
	padding: 20px 25px 3px 20px;
	border-left: 3px solid black;
	margin-left: 140px;
}

#bottom {
	clear: both;
	height: 60px;
	background-color: #cc0000;
	border-top: 4px solid black;
}


/* ELEMENTS OF THE TOP DIV */
#logo {
	float: left;
	padding-left: 20px;
}

#contactinfo {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 20px 0 10px;
}


#tagline {
	width: 325px;
	float: left;
	margin: 20px 10px 20px 15px;
	text-align: center;
	border: 0px solid black;
}			

#tagline p {
     font-size: 1.4em;
     font-style: italic;
     font-weight: bold;
     color: #000;	 
}

#tagline #weship {
	margin-top: 12px;	
}


#contactinfo .telnum {
	color: #000000;
	padding-bottom: 5px;
}

#contactinfo .emailaddr {
	color: #cc0000;
	color: #000000;
}

#contactinfo .emailaddr a:link {
	color: #cc0000;
	color: black;
}

.fbicon img {
	text-decoration:none;
	border:0px;
}


/* ELEMENTS OF THE LEFT NAV */

/* general link appearance */
#leftnav a:link, #leftnav a:visited, #leftnav a:active {
	color: #000000;
	font-weight: bold;
}

#leftnav a:hover {
	color: #cc0000;
	font-weight: bold;
}

/* appearance for link of current page */
#leftnav .thispage a:link, #leftnav .thispage a:visited {
	color: #cc0000;
}

/* nav menu category heading */
#leftnav .category {
	margin: 18px 0px 0px 0px;
}

/* items listed under categories */
#leftnav .item a:link, #leftnav .item a:visited, #leftnav .item a:active {
	color: #000000;
	font-weight: normal;
}

#leftnav .item a:hover {
	color: #cc0000;
	font-weight: normal;
}


/* ELEMENTS OF CONTENT */

.aslname {
	font-size: 1.1em;
	font-weight: bold;
	color: #cc0000;
}

.redtext {
	font-size: 1em;
	font-weight: normal;
	color: #cc0000;
}

.itemtable {
	width: 350px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	margin-top: 10px;
	margin-left: 15px;
}

.itemtable td {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.itemtable th {
	font-weight: bold;
	text-align: left;
}

.itemimage {
	float: right;
	margin: 10px 0 10px 10px;
	border-left: 1px dotted #cc0000;
}

.returntotop {
	font-size: 1em;
	text-align: right;
	margin: 10px 15px 10px 0px;
}

.returntotop a:link, a:visited, a:hover, a:active {
	color: #cc0000;
}

.linkincontent a:link, .linkincontent a:visited, .linkincontent a:hover, .linkincontent a:active {
	color: #cc0000;
}

.bodytext {
	line-height: 1.4em;
}

#content table p a:link, #content table p a:visited, #content table p a:active, #content table p a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

.form_label {
	color: #000;
}

.form_field {
	border: 1px solid #cc9999;
}

/* ELEMENTS OF THE BOTTOM */

#bottom .msg1 {
	float: left;
	padding-top: 20px;
	padding-left: 15px;

}

#bottom .msg2 {
/*	float: right; */
	text-align: center;
	font-size: .9em;
	padding-top: 20px;
	padding-right: 15px;
}



