ul {
margin: 0;
padding: 0;
}
li {
margin: 0;
padding: 0;
}
img {
border: 0;
margin: 0;
padding: 0;
}

input {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	border: 1px solid #666;
	padding: 0 0.5em 0 0;
}

p, h1, h2, h3, h4, h5 ,h6 {
margin: 0;
padding: 0;
}

h4 {
font-size: 0.8em;
}


p {
font-size: 0.8em;
padding-top: 0.3em;
padding-bottom: 0.3em;
}
a:link {
color: #000;
}
a:visited {
color: #000;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.index #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}

#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
}
#header {
	position: relative;
	width: 70em;
	background: #fff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0.5em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: left center;
}

#searchPanel {
	position: absolute;
	right: 150px;
	top: 15px;
	text-align: right;
	width: 24em;
}

#searchPanel p{
	font-size: 0.7em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 2px 18px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: bold;
	color: #999999;
}




#userpanel {
	position: absolute;
	right: 7em;
	top: 0.5em;
	
}
#userpanel p{
	font-size: 0.7em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 10px 2px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-weight: bold;
}

#sitenav {
	position: absolute;
right: 5em;
top: 0.5em;
}
#sitenav p{
	font-size: 0.7em;
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 2px 18px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}

#sitenav2 {
	position: absolute;
	top: 40px;
	right: 10px;
}
#sitenav2 p{
	font-size: 0.7em;
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 2px 18px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}

.arrow {
	background:url(../images/common/arrow.png) no-repeat left center;
}

#Contentholder {
width: 60em;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


#breadcrumb {
position: relative;
height: 0.8em;
padding-top: 1.3em;
padding-bottom: 1.3em;
padding-left: 0.5em;


}
.breadp{
	position: absolute;
	top: 0.7em;
	margin: 0 0 0 11.85em;
	padding: 0.8em;
	
}

.search {
	width: 220px;
	background-color: #FDFCE6;
	font-size: 15px;
	color: #969696;
	border: 1px solid #FDFCE6;
}
.go {
position: absolute;
left: 10.2em;
top: 0.88em;
}

.advanced {
position: absolute;
	top: 3.3em;
	left: 1.2em;
margin: 0em 0 0 0;
font-size: 0.8em;
}

#nav {
	font-size: 0.8em;
	padding: 10px;
	background-color: #4F9B98;
	background-position: top;
	
}

#nav li{
display: inline;
}
#nav a{
color: #fff;
text-decoration: none;
}
#nav a:link{
padding: 10px;
}
#nav a:visited{
padding: 10px;
}
#nav a:hover{
	background-image: url(../images/common/nav_arrow.png);
	background-repeat: no-repeat;
	padding: 10px;
	background-position: center bottom;
}
#nav a:active{

}

#mainContent {
position: relative;
float: left;
width: 60em;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#recordnav {
	position: relative;
	float:left;
	color:#666;
	font-size: 0.9em;
	width: 46em;
	background-color: #F4F4F4;
	padding: 0.3em 0.3em 0.3em 0.3em;
}






#sidebar1 {
	position: relative;
	float: left;
	background: #F4F4F4;
	width: 8.7em;
}

#sidebar1 li{
	padding-top: 0.3em;
	padding-bottom: 1em;
	font-size: 0.7em;
	border-bottom: 1px solid #fff;
	height: 0.7em;
	margin-left: 0px;
	list-style: none;
	
}
#sidebar1 a:link{
border-left: 0;
text-decoration:none;
}
#sidebar1 a:visited{
border-left: 0;
text-decoration:none;
}
#sidebar1 a:hover{
	text-decoration:underline;
}
#sidebar1 a:active{
	
}

#sidebar1 h4 {
	padding: 0.6em;
	color: #FFFFFF;
}

#sidebar1 ul {
	padding-left: 0.3em;
	padding-top: 0.1em;
}


#homepage {
	position: relative;
	background-image: url(../images/common/home_asp22.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:397px;
	margin-top: 20px;
}
#loginbox {
	position: relative;
	float: right;
	width: 140px;
}
#loginbox p{

}


.login {
	width: 126px;
	padding: 5px;
	font-size: 17px;
	background-color: #FDFCE6;
	border: 1px solid #CCCCCC;
	color: #666666;
}
.loginbutton {
margin-left: 0.5em;
}

.loginlabel {
	font-size: 0.7em;
	color: #969696;
	font-weight: bold;
}

#contact {
	position: absolute;
	left: 24em;
	top: 9em;
	width: 24em;
}
#contactbubble {
	position: absolute;
	left: 18.5em;
	top: 8em;
	width: 20em;
}

#basket {
	position: relative;
	float: right;
	background: #F4F4F4;
	width: 8.7em;
}

#basket li{
padding-top: 0.6em;
padding-bottom: 0.6em;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
	
}
#basket a:link{
border-left: 0;
text-decoration:none;
}
#basket a:visited{
}
#basket a:hover{
	text-decoration:underline;
}
#basket a:active{
	
}





#basket ul {
padding-left: 0.5em;
padding-top: 0.1em;
padding-bottom: 0.5em;
	list-style: none inside;
}

#basket p {
	padding: 0.2em 0.9em 0.5em 0.5em;
}

.smallarrow {
	background:url(../images/common/arrow_list.png) no-repeat 9em center;
}
.basketicon{
	background:url(../images/common/basketicon.png) no-repeat 8em 0.2em;
}
.checkouticon{
	background:url(../images/common/checkouticon.png) no-repeat 8em 0.2em;
}
.accounticon{
	background:url(../images/common/accounticon.png) no-repeat 8em 0.2em;
}


#detail {
	position: relative;
	float: left;
	width: 51em;
}
#detail li{
font-size: 0.8em;
}

#detail ul {
padding-left: 0em;
padding-top: 0.5em;
padding-bottom: 0.5em;
	list-style: none inside;
}
#description {
position: relative;
float: left;
padding: 0em;
margin-right: 1em;
width: 24em;
background: #fff;
}
.quant {
	background-color: #FDFCE6;
	font-size: 15px;
	color: #969696;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
}
.addInfo {
	background-color: #FDFCE6;
	font-size: 12px;
	color: #969696;
	border: 1px solid #999999;
	text-align: left;
	padding: 3px;
}

.options {
	margin-left: 0.5em;
	top: 0.8em;
	height: 2em;
	width: 15em;
	padding: 0em;
}
blockquote {
width: 23em;
position: relative;
float: left;
	padding: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	background: #eee;
	border: 1px solid #D8D8D8;
}
#detailimg {
width: 22em;
	position: relative;
	float: left;
	text-align: left;
}

#descriptionbox {
	width: 24em;
	margin-top: 5em;
	background: #eee;
}
#descriptionbox p{
padding: 0.5em 0.5em 0.5em 0.5em;
background: #eee;
}
#descriptiontab{
height: 1.5em;
	padding: 0.4em 0.5em 0.3em 0.5em;
	background: #fff url(../images/common/descriptiontab.jpg) no-repeat;
}

#associatedproducts {
position: relative;
float: left;
font-size: 1.3em;
}

#associatedproducts h3 {
font-size: 1em;
}

#footer {
	position: relative;
	clear: both;
	color: #fff;
	text-align: center;
	background-color: #4F9B98;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	
}

#footerholder {
	position: relative;
	width: 60em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
}
#footer a{
color: #fff;
text-decoration: underline;
}
 
#footer p {
	font-size: 0.7em;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
	float: left;
}

.credits {
	right: 0px;
	top: 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt {
float: right;
}

.fltlft {
float: left;
}

#special a:link{
color: #FF0000;
}





/* department styles */

#departments {
	position: relative;
	float: left;
	width: 40em;
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: none;
	min-height: 26em;
}
#departments ul{
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
}

#departments li{
font-size: 0.9em;
}
#departments h5{
font-size: 1.4em;
}
#departments p{
font-size: 0.9em;
padding: 0em 1em 1.5em 0em;
}
#departments h5 a:link{
text-decoration: none;
}

#departments h5 a:visited{
text-decoration: none;
}

#catleft {
	float: left;
	clear: both;
	padding: 1em;
	width: 19.5em;
	height: 10em;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


#catright {
	float: left;
	padding: 1em;
	width: 19.5em;
	height: 10em;
	border-bottom: 1px solid #eee;
}
#catleft li{
padding: 0em 1em 0em 0em;
}
#catright li{
padding: 0em 1em 0em 0em;
}
#catleft ul {
padding-left: 0em;
padding-top: 0.1em;
	list-style: url(../images/common/arrow_list.png) none inside;
}
#catright ul {
padding-left: 0em;
padding-top: 0.1em;
	list-style: url(../images/common/arrow_list.png) none inside;
}
.clear {
clear: both;
}

.tableListLeft {
	float: left;
	width: 15em;
	height: 2em;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.tableListRight {
	float: left;
	width: 26em;
	clear: none;
	height: 2em;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#catrightSmall {
	float: left;
	padding: 1em;
	width: 14.3em;
	height: 9em;
	border: 1px solid #ddd;
	margin-right:1em;
	margin-bottom: 1em;
}

#catrightSmall li{
padding: 1em 1em 1em 1em;
}

#catrightSmall ul {
padding-left: 0em;
padding-top: 0.1em;
	list-style: url(../images/common/arrow_list.png) none inside;
}
.backtoresults {
padding: 0em 0em 2em 0em;
display:block;
clear:both;
}
#brandWebsiteBox {
	font-size: 0.8em;
	float: left;
	padding: 0.4em;
	margin-top: 2em;
	width: 22em;
	text-align: justify;
}

#nominate {
	float:left;
	width: 46em;
	padding: 1em;
	min-height: 30em;

}
#choicebox {
	position: relative;
	float: right;
	width: 8.75em;
	background-color: #000000;
	margin-top: 1px;
	clear: both;
}
#choicebox p{
margin: 0.5em;
}
#choicebox h4 {
	padding: 0.6em;
	margin-bottom: 0em;
	color:#FFFFFF;
}


#choicebox h4 a:link{
border-left: 0;
text-decoration:none;
color:#FFFFFF;

}
#choicebox h4 a:visited{
border-left: 0;
text-decoration:none;
color:#FFFFFF;

}
#choicebox h4 a:hover{
	text-decoration:underline;
	color:#FFFFFF;

}
#choicebox h4 a:active{
	
}

.textFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
}
.chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 7px;
	padding-left: 7px;
	margin-top: 5px;
	white-space: nowrap;
	background-image: url(../images/common/chart.png);
}
.chart2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/common/chart2.jpg);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 7px;
	padding-left: 7px;
	white-space: nowrap;
}

.chart3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/common/chart3.jpg);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 7px;
	padding-left: 7px;
}
.lineItem {
	font-size: 11px;
	background-color: #eeeeee;
	padding: 10px;
	float: left;
	width: 174px;
	margin-bottom: 10px;
	
}
.lineItem a {
	display: block;
	text-decoration:none;
}
.lineItem a:hover {
color:#663399;
}
#header #searchPanel #searchBox {
	background-color: #FDFCE6;
	border: 1px solid #CCCCCC;
	width: 260px;
	float: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.baseIDImage {
	display: block;
	width: 610px;
	clear: both;
	height: 100px;
	padding: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.baseIDImage h2 {
	color: #FFFFFF;
}
.baseIDImage p {
	color: #FFFFFF;
}
#footer #footerholder a:hover {
	text-decoration: none;
}
