body {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background: #cccccc;
	text-align: left;
	margin-top: 10px;
   }
  
p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
}

#header {
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #000066;
  border-left: 1px solid #000066;
  border-right: 1px solid #000066;
  width: 980px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  }
  
#topnav {
  background-color: #051a6a;
  background-image: url('../images/demarcation.jpg');
  border-left: 1px solid #000066;
  border-right: 1px solid #000066;
  width: 980px;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2.5em;
}

#container {
	position: relative;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.nav1 {
	position: relative;
	font-size: 0.85em;
	font-weight: bold;
	background-image: url('../images/nav_cats.jpg');
	height: 22px;
	line-height: 2em;
	padding: 0px 0px 0px 3px;
}
  
#mainnav {
	position: relative;
	top: 10px;
	left: 5px;
	width:165px;
	background:#ffffff;
}

#heading {
	position: absolute;
	top: 12px;
	left: 188px;
	width: 619px;
	height: 20px;
}

#ways {
	position: absolute;
	top: 12px;
	right: 5px;
	width: 158px;
	height: auto;
	font-size: 10px;
	line-height: 14px;
	border: 1px solid #000066;
	padding: 2px 0px 2px 0px;
	background-image: url('../images/nav_cats.jpg');
	background-repeat: no-repeat;
}

#account {
	position: absolute;
	top: 290px;
	right: 5px;
	width: 158px;
	height: auto;
	font-size: 10px;
	line-height: 14px;
	border: 1px solid #000066;
	padding: 2px 0px 2px 0px;
	background-image: url('../images/nav_cats.jpg');
	background-repeat: no-repeat;
}

#logopos {
position: absolute;
top: 25px; /* or whatever */
left: 15px; /* etc. */
width: 300px;
}

#phone {
	position: absolute;
	top: 11px;
	left: 750px;
	width: 225px;
	height: 100px;
	
}

#footer {
	padding: 0px 0px 0px 0px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
  	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	text-align: center;
}

/* Start of link styling for cart pages */
.tsa {
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

a.tsa:link {
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

a.tsa:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

a.tsa:active {
	font-weight: normal;
	text-decoration: none;
	color: #000066;	
}

a.tsa:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000066;	
}
/* Start of link styling for cart pages */
  
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

a.links:link {
	color: #ffffff;
	text-decoration: none;
}

a.links:visited {
	color: #ffffff;
	text-decoration: none;
}

a.links:active {
	color: #ffffff;
	text-decoration: none;
}

a.links:hover {
	color: #ffffff;
	text-decoration: underline;
}
	
	A:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
}

#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
	display: block;
	height: 20px;
	padding: 0px 0px 0px 3px;
	border: 0px;
	text-decoration: none;
	line-height: 2em;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	color: #000066;
	font-weight: 700;
	background-image:url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #333399;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.smaller {
	font-size: 0.8em;
	font-family : Verdana;
	color : #333333;
}

.OutOfStock {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}