body { 
	font-family: arial ce, arial, helvetica, verdana, sans-serif;  /*Arial Rounded MT Bold*/
	font-size: .80em;
	min-width:860px;
	margin: 0;
	padding:0;
	background: white;	
}

#wrapper {
    width: 860px;
    min-height: 100%;
	  height: auto !important;
	  height: 100%;
    margin: 0 0 0 150px;
	
}
#IV {
  position: absolute; 
  left: 0px;
  top: 0px;
 }


#header {
  height: 139px; 
  width: 100%;
  background: url(../images/bar.png) repeat center top;

}

#news {
  float: right;
  width: 220px;
  padding: 8px 15px 0 0;
  
}


#news .links {
  margin: 0px 0 10px 0;
  background-color: transparent;
}

#news .links a {
  display: block;
  padding: 8px 0 6px 15px;
  text-transform: uppercase;
  text-decoration: none; 
  background-color: transparent;
   
}

#news .links a:hover {
  background:  url(../images/navhigh.gif) no-repeat center center;
}
#news .links a:visited {
  color: #FF3701;
}

#news a img {
  border: 0px;
}


#menu {
  width: auto;
  margin: 0 0 0 136px;
  text-align: left;
  font-size: 1.2em;
  padding-top: 112px;
  
}

#menu a {
  padding: 0 15px 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

#menu a:hover, #menu a.active {
  color: #FF3701;
  background: #404040;
}
a {
  color: #FF3701;
}

a:hover {
  color: #FF3701;
  background-color: #ffffff;
}
a:visited {
  color: #FF3701;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}


/* MAIN CONTENT */
#text {
  float: left;
  width: 600px;
  margin: 5px;
}

#content  {
    text-align: left;
    padding-top:5px;
    padding-bottom:90px;
    width: 860px;
	margin: 0;
	background: white;
	overflow: auto;
 
}

#content img {
  float: right;
  padding: 8px;
}

#contentlogin {
	font-size: 80%;
	width: 520px;
	float: left;
	padding: 20px 10px 0 100px;
	background-color: transparent;
}
#content .item_title {
	
	clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2.0em;
  font-weight: normal;
  letter-spacing: -1.5px;
	
	
	/*
	border-top: 1px solid #cccccc;
	padding-top: 0.4em;
	font-size:90%;
	font-weight:bold;
	*/
}

#content p {
	line-height: 20px;
	padding: 0px 10px 8px 5px;
	margin: 5px;
	/*text-align: justify;*/
}

#content .checkouttext {
	line-height: 1.1em;
	font-size: 90%;
}
#content h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2.0em;
  font-weight: normal;
  letter-spacing: -1.5px;
	background: url(../images/img05.gif) no-repeat bottom center;
}

#content h2 {
  
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  color: #FF3701;
}

#content a:hover {
	background-color: #eeeeee;
	color: #000000;
}
#content a:visited {
	color: #0000ff;
}


/* LEFT HAND COLUMN */
#navigation .navigation_outline {
	margin-left:10px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	margin-right:-14px;
}
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px dotted #999999;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 4px 4px 4px 0.5em;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #eeeeee;
	color: #000000;
}
#navigation .cart_summary {
	font-size:80%;
}
#navigation .mostpopular {
	font-size:80%;
	font-weight:bold;
}
#navigation .subnav {
	margin-left:10px;
	font-size:70%;
}
#navigation .inputbox {
	color : #000000;
	background : #FFFFFF;
	border-color : #000000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	width:100px;
}
#navigation .search_query, #navigation .cart_summary {
	padding-left:10px;
}

/* FOOTER */
#footer {
	clear: both;
	text-align:center;
	padding: 10px 0px 10px 10px;
	font-size: 70%;
	color: #aaaaaa;
	background-color: #ecf7fc;
}

/*
#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
	
}
*/
#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}  