/***************************************************************
Background, site-wide Body & Heading & Hyperlink text formatting
***************************************************************/
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/core/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
    background-image: url(../images/arrow-right-2.gif);
	background-repeat: no-repeat;
	background-position: 0.8em 0.5em;
	padding-left: 1.9em;
	padding-bottom: 2px;
	text-align: left;
} 

input, textarea {
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
}

a:link { color:#000000; text-decoration:underline}
a:visited { color:#000000; text-decoration:underline}
a:hover { color:#333333; text-decoration:underline}
a:active { color:#000000; text-decoration:underline}

a.smalllink:link { font-size:10px; color:#000000; text-decoration:underline}
a.smalllink:visited { font-size:10px; color:#000000; text-decoration:underline}
a.smalllink:hover { font-size:10px; color:#333333; text-decoration:underline}
a.smalllink:active { font-size:10px; color:#000000; text-decoration:underline}

/*********************
Other elements
**********************/
.imageheader {
}

.clearleft {
	clear: left;
	height: 1px;
}

.highlight {
	font-weight: bolder;
	color: #000000;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

.small {
	font-size: 10px;
}

.tableheader {
	background-image: url(../images/bg-table-header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


/**********************************
Main site container
**********************************/
#container {
	width: 770px;
	text-align:left;
	margin: auto;
	padding: 0;
	min-width:770px; /*IE 5.5 and IE 6 don't know this property */   
}



/**********************************
Header
**********************************/
#header {
	height: 166px;
	width: 770px;
	background-color: #fff;
}

#logo {
	text-align: left;
}

#contact {
	float: right;
	color: #000000;
	padding-top: 76px;
	width: 246px;
}

#contactdetails {
	background-image: url(../images/core/icon-bg.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 22px; 
	line-height: 16px;
}



/**********************************
Content
**********************************/
#content {
	width: 770px;
	padding: 0 0 40px 0;
}

#maincontent {
	padding: 6px 0 0 0;
	width: 524px;
	float: left;
	text-align: justify;
}

#maincontent .product-category-box {
	border: solid 1px #dddddd;
	background-color: #f9f9f9;
	padding: 8px;
	width: 211px;
	margin: 8px;
	float: left;
}

#maincontent .product-listing-box {
	border: solid 1px #dddddd;
	background-color: #f9f9f9;
	width: 475px;
	padding: 8px;
	margin: 8px;
	float: left;
	text-align: left;
}

#maincontent .categorytext {
	padding-top: 6px;
	width: 211px;
	float: left;
}

#maincontent .categorytext-listing {
	padding-top: 6px;
	float: left;
}

#breadcrumb {
	padding: 5px 5px 5px 10px;
	font-size: 10px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 15px;
}

#breadcrumb a:link { font-size:10px; color:#000000; text-decoration:underline}
#breadcrumb a:visited { font-size:10px; color:#000000; text-decoration:underline}
#breadcrumb a:hover { font-size:10px; color:#333333; text-decoration:underline}
#breadcrumb a:active { font-size:10px; color:#000000; text-decoration:underline}

#subcontent {
	margin-left: 523px;
	padding: 0 0 0 6px;
}

#subcontent .heading {
	padding: 15px 0 0 0;
	margin: 0;
}

#subcontent .categories {
	padding: 0 0 15px 0;
}

#subcontent .categorylink {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 20px;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 8px 16px;
}

#subcontent .image {
	padding: 15px 0 0 0;
}

#subcontent .bgline {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 0;
}

#subcontent .button {
	text-align: right;
	padding: 10px 0 10px 0;
}

.contentcolumn {
	width: 226px;
	padding: 20px 15px 0 15px;
	float: left;
}

.contentnocolumn {
	width: 482px;
	padding: 20px 15px 0 15px;
	float: left;
}

#pagetitle {
	padding-bottom: 20px;
}

.greyline1 {
	border-bottom: 1px solid #B9B9B9;
}

.greyline2 {
	border-bottom: 1px solid #DCDCDC;
}
/*********************
Footer
**********************/
#footer {
	width: 485px;
	text-align: right;
	padding: 30px 0 0 11px;
	font-size: 9px;
}

#footernav {
	width: 485px;
	text-align: right;
	padding: 10px 5px 20px 0;
}

#footer .bgline {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 0;
}

#footernav a:link { font-size:10px; color:#000000; text-decoration:underline}
#footernav a:visited { font-size:10px; color:#000000; text-decoration:underline}
#footernav a:hover { font-size:10px; color:#333333; text-decoration:underline}
#footernav a:active { font-size:10px; color:#000000; text-decoration:underline}
