@charset "UTF-8";
/* CSS Document */

/* Main content */

body {
	text-align: justify;
	background:#fff url(images/bg.png) center repeat-y;
}
p {
	font:14px "Times New Roman", Times, serif;
	color:#333;
	line-height:1.6em;
	padding-bottom:10px;
}
ul {
	margin:0;
	padding:0;
}
ul.a {
	list-style:disc inside;
	padding:0px 0px 15px 15px;
}
ul.a ul:first-line {
	color:#4F0615;
	font-weight:bold;
	list-style:none inside;
}
ul.b {
	list-style:none inside;
	padding:0px 0px 15px 0px;
}
ul.b li:first-line {
	color:#4F0615;
	font-weight:bold;
}
ul.c {
	list-style:none inside;
	padding:0px 0px 15px 0px;
}
#wrapper {
	background-color:#ebebeb;
	text-align: left;
	font:14px "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.6em;
}
a.z:link {
	color: #4F0615;
	text-decoration: underline;
}
a.z:visited {
	color: #4F0615;
	text-decoration: underline;
}
a.z:hover {
	color: #4F0615;
	text-decoration: underline;
}

/*Header*/
.logo {
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 485px;
	height: 65px;
	cursor: pointer;
}
.custNav {
	position: absolute;
	padding-right: 5px;
	top: 10px;
	right: 0px;
	width: 520px;
	height:18px;
	text-align:right;
}
.custNav a, #custNav a:link, #custNav a:visited {
	color: #666;
}
.custNav lock a, #custNav lock a:link, #custNav lock a:hover, #custNav a:hover {
	color: #FFF;
}
.searchBar {
	position: absolute;
	padding-right:5px;
	top: 35px;
	right: 0px;
	width: 520px;
	height:30px;
	text-align:right;
}

/* Top navbar */
.topnav {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 950px;
	height: 28px;
	background:#4F0615 url(images/menu_bg.gif) repeat-x;
	border-bottom:3px #FFF solid;
}
.topnav ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	line-height:1.3em;
}
.topnav ul li {
	display: inline;
}
.topnav ul li a {
	padding: 5px 20px 5px 20px;
	color: #FFF;
	text-decoration: none;
	margin-right: -1px;
}
.topnav ul li a:hover {
	background-color: #666;
	color: #FFF;
}


/*Left Nav */
.leftNav {
	position: absolute;
	padding:10px 0px 0px 5px;
	left:0px;
	top: 110px;
	width:155px;
	height: 445px;
}
.leftNav ul li {
	list-style:none;
	line-height:18px;
}

/* Main Link Properties */
A:link {
	color: #333;
	text-decoration: none;
}
A:visited {
	color: #333;
	text-decoration: none;
}
A:active {
	color: #333;
	text-decoration: none;
}
A:hover {
	color: #4F0615;
	text-decoration: underline;
}
/* Store Generated Link Properties */
A.ectlink:link {
	color: #333;
	text-decoration: none;
}
A.ectlink:visited {
	color: #333;
	text-decoration: none;
}
A.ectlink:active {
	color: #333;
	text-decoration: none;
}
A.ectlink:hover {
	color: #4F0615;
	text-decoration: underline;
}

/* Content Body */
.content {
	position: absolute;
	margin:0;
	padding: 0 0 2em 0;
	left: 165px;
	width: 780px;
	top: 110px;
	height: auto;
	clear:both;
	text-align:justify;
}

.contentFull {
	position: absolute;
	margin:0;
	padding: 0 0 2em 0;
	left: 0px;
	width: 950px;
	top: 110px;
	height: auto;
	clear:both;
	text-align:justify;
}

/* Titles */
h1 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif ;
	font-weight: bold;
	padding: 0px;
	border-bottom: 2px solid #FFF;
	color: #4F0615;
	margin: 0px 14px 0px 0px;
	text-align:left;
}

h2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 5px;
	background-color: #666;
	border-bottom: 1px solid #CCC;
	color : #FFF;
	margin-top:0px;
}

h3 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px solid #FFF;
	color : #4F0615;
	margin-top:0px;
	margin-bottom:10px;
}
h4 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	color: #4F0615;
	text-align:left;
}


/* SEARCH PROPERTIES
-------------------------------------*/
   
.sub	{
font-family: "Times New Roman", Times, serif;
font-size: 13px;
color: #FFF;
background: #4F0615;
height: 20px;
width: 56px;
border: 1px solid #FFF;
padding-bottom:12px;
text-align:center;
vertical-align:bottom;
}

input.search	{
font-family: "Times New Roman", Times, serif;
font-size: 13px;
color: #333;
background: #FFF;
height: 16px;
width: 240px;
border: 1px solid #333;
}

td.searchtd{
height:10px;
text-align:right;
vertical-align:top;
}
/* Gray cell backgrounds */
td.gray{
background-color:#4F0615;
}

/* Horizontal rule */
hr {
height: 0;
border-width: 3px 0 0 0;
border-style: solid;
border-color: #FFF;
}
/* Minicart */
TD.mincart {
font-size: 13px;
font-family: "Times New Roman", Times, serif;
}

P.mincart {
font-size: 13px;
font-family: "Times New Roman", Times, serif;
}

table.mincart
{
border: 1px solid #333;
background-color: #FFF;
width: 140px;
}

td.mincart
{
background-color: #ECECEC;
}
/* Table backgrounds */
TABLE.cobtbl{
background-color: #FFF;
border:1px solid #CCC;
}

TD.cobhl{
background-color: #FFF;
border-color:1px solid #CCC;
}

TD.cobll{
background-color: #FFF;
border-color:1px solid #CCC;
color: #333;
}
/* Price properties */
SPAN.price, .detailprice, .prodprice, .listprice {
font:bold 16px "Times New Roman", Times, serif;
color:#333;
padding-top: 4px;
text-align: center;
}




.prodname, .detailname{
color: #333;
font-weight:bold;
font-size:16px;
}
.prodcurrency{
text-align:center;}

/* Contact */
#contactLeft {
	width: 41%;
	float: left;
	padding-top:5px;
	text-align:left
}
#contactRight {
	width:445px;
	height:360px;
	float: right;
	padding-top:5px;
}


/* Learn */
#learnBody a:link{
	 color:#4F0615; 
}
#learnBody a:visited{
	 color:#666; 
}
#learnBody ol {
	list-style: none outside;
	margin:0;
	padding:0 1em;
}
#learnBody li {
	margin:1em 0;
	padding:0;
}
#learnBody li:first-line {
	color:#4F0615;
	font-weight:bold;
}
img.floatLeft { 
    float: left; 
    margin: 10px 20px 8px 0px;
	border:4px solid #FFF;
}
img.floatRight { 
    float: right; 
    margin: 10px 0px 8px 20px;
	border:4px solid #FFF;
}
