/* CSS Document */
html, body, form{
	margin:0px;
	padding:0px;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

 td {
	font: small Verdana, Arial, Helvetica, sans-serif;
	/* IE hacks */
	_font-size:x-small;

}

h1 {
	color:blue;
	font-size:large;
	font-variant:small-caps;
	letter-spacing:2px;
}

h2 {
	color:blue;
	font-size:small;
	font-style:italic;
}

a {
	color: maroon;
}

a:hover {
	color: blue;
	/*background-color:#FAEBD7;*/
}


/* header */
.header {
	position:relative;
	
	background: white url(../images/template/top_bg_1.jpg) repeat-x;
}

.header .logo{ 
	background: url(../images/template/top_bg_2.jpg) no-repeat 219px 0px;
}

.header .title {
	margin:10px;
	position:absolute;
	left:220px;
	line-height:18px;
	color:white;
	
	font-size:14px;
}

.cart {
	position:absolute;
	top:45px;
	left:560px;
}

/* navigation */
.nav {
	position: absolute;
	top:121px;
	width:250px;
	height:400px;
	background: white url(../images/template/left_bg.jpg) no-repeat;
	z-index:99;
	
	/* IE hacks */
	_left:0px;
}

.nav ul {
	position: absolute;
	margin:0;
	padding:0;
	list-style:none;
	background: #333399 url(../images/template/left_bg.gif) 0px 0px no-repeat;
}

.nav a {
	display: block;
	width:166px;
	padding: 3px 20px 4px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#FFFFFF;
	text-decoration:none;
	
	/* IE hack */
	_width:201px;
}


.nav a:hover {
	background: url(../images/template/button_bg.gif) repeat-x;
	color:#FFFFFF;
}


/* content */
.content {
	margin: 0px 15px 0px 250px;
	padding:0;
	
	/* IE hack */
	_font-size:smaller;
}

/* bread crumbs */
.crumbs{
	position:absolute;
	margin:-30px 0px 0px 210px;
	font-size:smaller;
	
	/* IE hacks */
	_position:relative;
}

.crumbs ul, .crumbs ul li, .crumbs ul li a {
	display:inline;
}


/* footer */
.footer{
	position: relative;
	margin: 50px 20px 20px 0px;
	padding:0;
	font-size:smaller;
	z-index:1;
	
	/* IE hack */
	_font-size:xx-small;
}

.footer ul, .footer  ul li, .footer ul li a {
	display:inline;
	margin-right:5px;
}
