@import url("reset-min.css");
@import url("fonts-min.css");
img, div, a{ behavior: url(iepngfix.htc) }

body {
	font-family:sans-serif;
	text-align:center;
	line-height:1.5em;
	color:#1b4298;
	font-size:11pt;
}


#header {
	width:800px;
	margin:0px auto;

}
#container {
	width:800px;
	margin:0px auto;
	text-align:left;
}
#content {
	float:right;
	padding:0;
	min-height:300px;
}
/* for Internet Explorer */
/*\*/
* html #content{
	height:300px;
}
.wide {
	width:800px;
}
.narrow {
	width:570px;
}

#footer {
	text-align:center;
	width:800px;
	clear:both;
	height:50px;
	background-color:#1b4298;
	color:#FFF;
}
#footer a {
	color:#FFF;
}
/*---------------SIDEBAR---------------*/
#sidebar {
	width:215px;
	float:left;
	border-right:1px #1b4298 solid;
	min-height:300px;
	background:#FFF url(../img/sidebar-bg.gif) no-repeat 0px 50px;
}
/* for Internet Explorer */
/*\*/
* html #sidebar{
	height:300px;
}
#sidebar li {
	list-style:none;
	margin:0 0 5px 0;
}
#sidebar ul li a{
	display:block;
	background-image:url(../img/category-list-bg.png);
	background-repeat:no-repeat;
	width:171px;
	height:29px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 10px;
	font-size:11pt;
	line-height:20px;
	cursor:pointer;
}
#sidebar ul li a:hover{
	background-image:url(../img/category-list-bg-over.png);
}
/*--------------COLLECTIONS BAR---------*/
#collections_bar {
	background-color: #a0c5e7;
	font-size:9pt;
	margin: 0 0 20px 215px;
	padding:0 0 0 20px;
	color:#1b4298;
	font-weight:bold;
}

#collections_bar ul, #collections_bar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#collections_bar ul {
	padding: 2px 0;
	text-align: left;
}

#collections_bar ul li {
	display: inline;
	margin-right: 0.5em;
}

#collections_bar ul li.last {
	margin-right: 0;
}

#collections_bar ul li a {
	padding: 4px 1em;
	text-decoration: none;
		color:#1b4298;

}
#collections_bar ul li a:hover {
	background-color:#1b4298;
	color:#FFF;
	text-decoration: none;
}
#collections_bar ul li.current a {
	background-color:#1b4298;
	color:#FFF;
	text-decoration: none;
}
/*-----------------NAV BAR--------------*/
#navbar {
	background: #1b4298;
	border-width: 1px 0;
	font-size:12pt;
	font-family: sans-serif;
	color:#FFF;
	font-weight:normal;
}

#navbar ul, #navbar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar ul {
	padding: 2px 0;
	text-align: center;
}

#navbar ul li {
	display: inline;
	padding: 2px 2.75em;

}

#navbar ul li.last {
	margin-right: 0;
}

#navbar ul li a {
	padding: 0px 1.25em;
	color: #FFF;
	text-decoration: none;
}
#navbar ul li.last a{
}

#navbar ul li a:hover {
	background:#1b4298 url(../img/nav_dot.gif) no-repeat 4px;
}

#navbar ul li a:hover{
	color: #FFF;
	text-decoration: none;
}

#navbar ul li.current a
{
	background: #FFF;
	color:#1b4298;
}
#navbar ul li.current a:hover
{
	color:#1b4298;
}
#navbar .hr {
	height:10px;
	width:100%;
	color:#d87761;
	background-color:#d87761;
	border:0px;
	margin:0px;
	padding:0px;
	line-height:10px;
	overflow:hidden;
}

/*------------FOOTER--------*/
#footer {
	background: #1b4298;
	border-width: 1px 0;
	font-size:8pt;
	font-family: sans-serif;
	color:#FFF;
	font-weight:normal;
	min-height:70px;
}

#footer ul, #footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul {
	padding: 0px 0;
	text-align: center;
	display:block;
}

#footer ul li {
	display: inline;
	padding: 2px 0em;
	border-right:1px #FFF solid;

}

#footer ul li.last {
	margin-right: 0;
		border-right:none;
}

#footer ul li a {
	padding: 0px 1em;
	color: #FFF;
	text-decoration: none;
}
#footer ul li.last a{
}

#footer ul li a:hover {
	text-decoration:underline;
}


/*-------PAGE SPECIIFIC STYLES---------*/

#product_index h1, 
#product_details h1 {
	font-family:Baskerville, serif;
	font-style:italic;
	text-align:left;
	margin:0 0 10px 0;
	font-weight:normal;
	color:#1b4298;
}
#product_index h1 img{
	vertical-align:middle;
	margin:0 0 0 10px;
}
#product_index .product {
	float:left;
	margin:0 10px 10px 0;
	width:110px;
	text-align:left;
	color:#1b4298;
	font-size:8pt;
	line-height:1.3em;
	min-height:180px;
}
#product_index .product a{
	color:#d87761;
	text-decoration:none;
}
#product_index .description{
	font-size:10pt;
	margin:0 0 10px 0;
	line-height:1.2em;
}
#product_details #description {
	color:#1b4298;
	float:right;
	width:380px;
	border-bottom:1px #1b4298 solid;
	margin:0 0 10px 0;
	vertical-align:top;
}
#product_details #image {
	width:150px;
	float:left;
}
#product_details #image a,
#product_details #description a {
	color:#d87761;
	text-decoration:none;
	font-size:8pt;
}
#buy table {
	font-size:9pt;
	width:500px;
	border:2px #1b4298 solid;
	margin:0 0 20px 0;
}
#care {
	text-align:left;
	padding:0 20px;
}
/*---------------STYLE RESET-----------*/
h1 {
	font-family:Baskerville, serif;
	font-size:22pt;
	margin:20px 0 20px 0;
	line-height:1em;
	font-style:italic;
}
h1 img{
	vertical-align:middle;
	margin:0 0 0 10px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin:0 0 10px 0;
	line-height:0.9em;
	clear:both;
}
h3 {
	font-size:10pt;
	font-weight:bold;	
	margin:5px 0 5px 0;

}
h4 {
	font-size:11pt;
	font-weight:bold;
	margin:0 0 10px 0;
}
h5 {
	font-size:10pt;
	font-weight:bold;
	margin:0 0 10px 0;
}
h6 {
	font-size:8pt;
}
p {
	margin:0 0 10px 0;
}

b,
strong {
	font-weight:bold;
}

i,
em {
	font-style:italic;
}
ul {
	list-style:disc outside;
	margin:0 0 0 10px;
	display: inline-block;
}
ul li {

}
ol {
	list-style:decimal outside;
	margin:0 0 20px 20px;
	display: inline-block;
}

ol li {
	margin:0 0 10px 30px;

}
a {
	text-decoration:underline;
	color:#282828;
}
a:hover {
	text-decoration:underline;
	color:#C32029;
}
table tr td{
	vertical-align:top;
	padding:3px;
}
blockquote {
	margin:0 0 0 15px;
}
