/* CSS Document */

body {
  /*background-color: #CCCCCC;*/
 /* color: #336699; */
 	color: #000066;
  font-family: Verdana, sans-serif;
	}
div, p, th, td, li, dd, code, tt {
  background-color: #ffffff;
 /* color: #336699; */
 	color: #000066;
  font-family: Verdana, sans-serif;
	}
body, body div, body p, body th, body td, body li, body dd, body code, body tt, body h3 {
  font-size: large;
	}

img {
	border:0px;
	}
.wrapper {
	width: 780px;
	border: 1px solid #000000;
	background: #ffffff;
	}
/* This style defines the screen reader skip to content link */
div.screenReaderSkip {
	text-align: left;
	font-family: "MS Sans Serif", Arial, Verdana;
	font-size: 5px;
	color: #CCCCCC;
	margin: 0;
	}

div.screenReaderSkip a, 
div.screenReaderSkip a:hover,
div.screenReaderSkip a:link,
div.screenReaderSkip a:visited {
	font-family : "MS Sans Serif", Arial, Verdana;
	font-size: 5px;
	text-decoration: none;
	margin-bottom: 0;
	color: #CCCCCC;
	}

/* This style defines the area behind the logo. */
.header {
	font-size: 1em;
	background-color: #00FF33;
	color: #FFFF33;
	padding-bottom: 0em;
	width: auto;
	}
.logo {
	vertical-align: top;
	margin-top: 0;
	}
.logoCaption {
	font-size: .75em;
	padding-left: 1.2em;
	}	
.slogan {
	padding-bottom: 0em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	}
.contactinfo {
	font-size: 1em;
	padding: 0 0 0 1em;
	border-top: 1px solid #666666;
	border-right: none;
	border-left: none;
	border-bottom: none;
	text-align: center;
	}
.phone {
	font-weight: bold;
	}

.searchBar {
	width: 768px;
	background-color: #ECC782;
	float: left;
	border: 1px solid #FF2E25;
	font-size: 14px;
	}
#textsizer {
		float: left;
		font-size: 14px;
	}
#searchForm {
	font-size: 1em;
	font-weight: bold;
	background: #CCCCCC;
	color: #000000;
	padding: .1em;
	margin: 0;
	}
form#searchForm {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;
	float: right;
}
form#searchForm fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* This style defines the area around the main navigation bar. This is where the background image for the main navigation bar is defined */
.mainMenuBar {
	position:relative;
	width:750px;
	background:#003399;
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin: 0px 0px 0px -16px;
	padding: 0px 15px 0px 16px;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	white-space: nowrap;
	}  
.buttons a {
	float: left;
	border-style: none;
	border-right: 1px solid #000000;
	padding: 7px 20px;
	text-decoration: none;
	color: #99ccff; 
	/* color: #336699;*/
	}  
.buttons a.home {
	float: left;
	border-style: none;
	border-right: 1px solid #000000;
	padding: 7px 20px;
	text-decoration:none;
	background: #000066;
	color:#fff;
	}
.buttons a:hover, .buttons a#home:hover {
	color:#fff;
	background:#0000cc;
	border-bottom-width:0;
	}
.subnav {
	background:#000066;
	padding:3px;
	}

/* These styles define link behaviors */
a:hover {
	text-decoration:underline;
	}
a:active {
	color:#cc0000;
	} 
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
/*	width:196px; */
	width:500px; 
	background:#ffffff;
	padding:12px 14px 16px 16px;
	float:left;
	}
.rightcolumn {
/*	width:568px; */
	width:200px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	vertical-align:top;
	float:right; 
	}
.fullcolumn {
	width: 764px;
	background:#ffffff;
	padding:12px 14px 16px 16px;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000066;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	}
/* These styles define font attributes */
h1 {
	font-family:Arial, sans-serif;
	font-size: 2em; 
	font-weight:bold;
	margin: 0 0 .5em;
	}
h2 {
	font-family:Arial, sans-serif;
	font-size: 1.25em; 
	font-weight:bold;
	margin: 0;
	}
h3 {
	font-family:Arial, sans-serif;
	font-size: 2em; 
	font-weight:bold;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
	}


/* This style defines the sidebar */
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	background-color: #FFFFCC;
	border: medium solid #CCCCCC;
	padding: 2px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
/*	background-color: #FFFFFF; */
	background-color: #FFFFCC;
	text-decoration: none;
	display: block; 
	padding: .1em;
}
.sidebar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF33; 
	background-color: #000099;
	text-decoration: underline;
	padding: .1em;
}
.sidebarItem {background-color: #FFFFCC;
/*	padding: .1em;*/
	}
a.deptTopLevel:link, a.deptTopLevel:visited, a.deptTopLevel:active, a.deptTopLevel:hover {
	font-weight: bold;
}

#sslSeal, .certs {
	text-align: center;
	width: auto;
	margin-top: 1em;
}

/* This style defines the item listings */
.productListing {
	margin-top: .5em;
	}
.productRow {
	margin-bottom: .5em; 
	}
.productCell {
	border: thin solid #333399;
	padding: 0.2em 0.5em;
	}
/* .itemListing {
	border: thin solid #333399;
	padding: 0.2em 0.5em;
	}
*/
/*.itemName {
	font-weight: bold;
	float: left;
	}*/
.itemListing img {
	margin: .5em .5em 0 0;
	} 
a.itemName, a.itemName:link, a.itemName:visited, a.itemName:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	}
a.itemName:hover {
	text-decoration: underline;
	}
.itemPurchaseDetails form {
	margin-top: 0;
	/* clear: left; */
	}
.itemNumber {
	font-weight: bold; 
	}
.itemPrice {
	font-weight: bold;
	}
.itemRegularPrice {
	font-weight: normal;
	}
.itemDiscountPrice {
	font-weight: bold;
	background-color: #FFFF00;
	}
.CurncyDiscountPrice {
	color: #9933FF;
	}
.inventoryStatusOut {
	background-color: #FFFF99;
	}
.inventoryStatusIn {
	background-color: #99CC99;
	}
div.itemListing hr {display: block; clear: left; margin: 0;
  visibility: hidden;
	} 
fieldset.itemListingFormFields {
	margin: .5em 0 0 0;
	padding: 0;
	border: none;
/*	clear: left; */
	}

/* This style defines the footer */
.footer {
	position: relative;
	width: 750px;
	padding: 4px 12px;
	margin: 0px;
	background-color: #F6E3A9;
	border-top: 1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	color: #000000;
	clear: both;
	}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	padding-right: 1em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 1em;
	}
#lastBottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border-right: none;
	padding-left: 1em;
	}
a.bottomNav, a.bottomNav:link, a.bottomNav:hover, a.bottomNav:visited {
	color:#CC0000;
	}
a#lastBottomNav, a#lastBottomNav:link, a#lastBottomNav:hover, a#lastBottomNav:visited {
	color:#CC0000;
	}

.freeportwayplug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: transparent;
	margin-top: 1em;
	}
.mainLayoutTable {
	clear: both;
	}
	
/* misc stuff */
.promocode {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}

/*.headerLogo {
	width: auto;
	background-color: #F6E3A9;
	height: 115px;
	margin-bottom: 0px;
	width: 770px;
}*/

.headerLogo {
	width: auto;
	background-color: #FFFFFF;
	height: 115px;
	margin-bottom: 0px;
	color: #000066;
	font-size: 18px;
}


.headerLeft {
	float: left;
	width: 292px;
	background-color: #F6E3A9;
}
.headerRight{
	width: 458px;
	float: right;
	background-color: #F6E3A9;
}

a.ILALink:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#505050;
	text-decoration: underline;
	font-size: 12px;
}

a.ILALink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#505050;
	text-decoration: underline;
	font-size: 12px;
}

a.ILALink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#457BA4;
	text-decoration: none;
	font-size: 12px;
}

a.ILALink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#457BA4;
	text-decoration: underline;
	font-size: 12px;
}

.intro{
	text-align:justify;
	font-size: 20px;
}

.content{
	text-align:justify;
	font-size: 20px;
	width: 600px;
}