/* ----------------------------------------------------------- */
/* --------------------// || GENERIC || \\-------------------- */
/* ----------------------------------------------------------- */

@font-face {
    font-family: 'TempusSansITCRegular';
    src: url('tempsitc-webfont.eot');
    src: url('tempsitc-webfont.eot?#iefix') format('embedded-opentype'),
         url('tempsitc-webfont.woff') format('woff'),
         url('tempsitc-webfont.ttf') format('truetype'),
         url('tempsitc-webfont.svg#TempusSansITCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat;
	margin-bottom: 0px;
	background-attachment: fixed;
	margin: 8px;
	margin-top: 0px;
	font-family:'Trebuchet MS';
}

.controller {
	height: 1px;
}

a {
	color: #333;
}

img {
	border: none;
}


/* ---------------------------------------------------------- */
/* --------------------// || HEADER || \\-------------------- */
/* ---------------------------------------------------------- */

#header {
	width: 880px;
	height: 237px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#header a {
	color: #FFF;
	text-decoration:none;
}

.contactdetails {
	position: relative;
	top: 15px;
	left: 700px;
	font-size: 11px;
	color: #FFF;
}

.factorydetails {
	position: relative;
	top: -65px;
	left: 550px;
	font-size: 11px;
	color: #FFF;
}

.echef {
	position: relative;
	top: 10px;
	left: 670px;
}

/* ------------------------------------------------------- */
/* --------------------// || NAV || \\-------------------- */
/* ------------------------------------------------------- */

#nav {
	width: 880px;
	height: 30px;
	background-image: url(../img/topnav.png);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

#nav a {
	text-decoration: none;
	color: #333;
}

.nav_item {
	width: 119px;
	float: left;
	padding-top: 8px;
}

.nav_item2 {
	width: 119px;
	float: left;
	padding-top: 2px;
}

.div_item {
	width: 1px;
	float: left;
	padding-top: 8px;
}

/* -------------------------------------------------------- */
/* --------------------// || MAIN || \\-------------------- */
/* -------------------------------------------------------- */

#main_header {
	margin-top: 20px;
	background-image: url(../img/body-header.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 880px;
}

#main_holder {
	background-image: url(../img/body-tile.png);
	background-repeat: repeat-y;
	width: 880px;
}

#main_footer {
	background-image: url(../img/body-footer.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 880px;
}

/* -------------------------------------------------------------- */
/* --------------------// || CATEGORIES || \\-------------------- */
/* -------------------------------------------------------------- */

#cat_header {
	background-image: url(../img/categories-header.png);
	background-repeat: no-repeat;
	height: 9px;
}

#categories {
	background-image: url(../img/categories-bg-tile.png);
	background-repeat: repeat-y;
	width: 180px;
	margin-left: 15px;
	float: left;
	font-family: 'Trebuchet MS';
	text-align: left;
	color: #201B18;
	line-height: 17px;
}

#cat_footer {
	background-image: url(../img/categories-footer.png);
	background-repeat: no-repeat;
	height: 9px;
}

#categories ul {
	padding-left: 5px;
	font-size: 11px;
	list-style: none;
}

#categories ul li {
	padding-left: 10px;
	font-size: 11px;
}

#categories ul li a {
	color: #201B18;
	text-decoration: none;
}

#categories ul .main {
	padding-left: 5px;
	font-weight: bolder;
	font-size: 12px;
}

#categories .heading {
	font-family: 'TempusSansITCRegular';
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	color: #FFF;
}

/* --------------------// || TOP CONTENT AREA || \\-------------------- */

#content_header {
	width: 450px;
	float: left;
	margin-left: 19px;
	text-align: left;
}

#content_header h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: -5px;
}

#content_header img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#content_header p {
	font-size: 13px;
	color: #333;
	line-height: 19px;
	margin-bottom: -5px;
}

#content_header a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

#content_header .right {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-right: 9px;
}

/* ----------------------------------------------------------- */
/* --------------------// || SIDEBAR || \\-------------------- */
/* ----------------------------------------------------------- */

#sidebar {
	float: left;
	margin-left: 17px;
	width: 181px;
}

.sidebar_header {
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.side_header {
	background-image: url(../img/categories-header.png);
	background-repeat: no-repeat;
	height: 9px;
	margin-bottom: -9px;
}

.side_footer {
	background-image: url(../img/categories-footer.png);
	background-repeat: no-repeat;
	height: 9px;
}

/* --------------------// || SEARCH SIDEBAR || \\-------------------- */

#search-box {
	background-image: url(../img/categories-bg-tile.png);
	background-repeat: repeat-y;
	height: 30px;
}

#search-box form {
	padding-top: 5px;
}

.search-field {
	text-align: left;
	margin-left: 5px;
	margin-top: 3px;
	padding-left: 5px;
	background: url('../img/search-field.png') no-repeat;
	width: 110px;
	height: 25px;
	float: left;
}

.search-field input {
	border: none;
	font-family: 'Trebuchet MS';
	color: #333;
}

.search-submit{
	text-align: left;
	margin-top: 3px;
	padding-left: 4px;
	background: url('../img/search-submit.png') no-repeat;
	width: 55px;
	height: 25px;
	float: left;
}

.search-submit input{
	border: none;
	background-color: #E6E1C8;
	width: 50px;
	height: 22px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: black;
}

/* --------------------// || SPCIALS SIDEBAR || \\-------------------- */

#specials {
	background-image: url(../img/categories-bg-tile.png);
	background-repeat: repeat-y;
	height: 155px;
}

.specialboxprice {
	background-image: url(../img/current-special-block.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 500px;
	width: 140px;
	height: 20px;
	margin-left: 20px;
}

.specialprice {
	font-size: 15PX;
	color: #B00000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px
}

/* --------------------// || PARTNERS SIDEBAR || \\-------------------- */

#partners {
	background-image: url(../img/categories-bg-tile.png);
	background-repeat: repeat-y;
}

/* --------------------// || BASKET SIDEBAR || \\-------------------- */

#basket {
	background-image: url(../img/categories-bg-tile.png);
	background-repeat: repeat-y;
	color: #FFF;
	font-size: 11px;
}

/* --------------------// || NEWSLETTER SIDEBAR || \\-------------------- */

#newsletter {
	background-image: url(../img/categories-bg-tile.png);
	background-repeat: repeat-y;
	color: #FFF;
	font-size: 11px;
	color: white;
	line-height: 15px;
}

.subscribeboxholder {
	float: left;
	width: 89px;
	margin-left: 19px;
}

.subscribebox {
	font-size: 7pt;
	margin-top: 3px;
	width: 87px;
}

/* --------------------// || CONTENT SIDEBAR || \\-------------------- */

#content {
	width: 840px;
	margin-left: 20px;
	text-align: left;
	padding-bottom: 10px;
}

#content h1 {
	font-family: 'TempusSansITCRegular';
	font-weight: bold;
	font-size: 32px;
	color: #333333;
}

/* ------------------------------------------------------------------ */
/* --------------------// || CONTACT LAYOUT || \\-------------------- */
/* ------------------------------------------------------------------ */

/* --------------------// || CONTACT DETAILS || \\-------------------- */

#contact_detials {
	width: 410px;
	background-image: url(../img/contactbox-tile.png);
	background-repeat: repeat-y;
	padding: 5px 5px 0px 15px;
}

.contactD_header {
	background-image: url(../img/contactbox-header-details.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 410px;
}

.contactD_footer {
	background-image: url(../img/contactbox-footer.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 410px;
}

/* --------------------// || CONTACT FORM || \\-------------------- */

#contact_form {
	background-image: url(../img/contactbox-tile.png);
	background-repeat: repeat-y;
	width: 380px;
	float: right;
	margin: 15px 0px 15px 0px;
	padding: 0px 15px 0px 15px;
}

.contactF_header {
	background-image: url(../img/contactbox-header-contact.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 410px;
	float: right;
	margin: -15px -15px 0 0;
}

.contactF_footer {
	background-image: url(../img/contactbox-footer.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 410px;
	float: right;
	margin: 0 -15px -15px 0;
}

#contact_form .instructions {
	font-size: 13px;
	color: #333;
	line-height: 16px;
	width: 100%;
}

#contact_form label {
	font-size: 11px;
	color: #333;
	float: left;
	width: 140px;
}

#contact_form input {
	font-size: 11px;
	color: #333;
	width: 200px;
}

#contact_form textarea {
	font-size: 11px;
	color: #333;
	width: 200px;
	height: 77px;
}

#contact_form select {
	font-size: 11px;
	color: #333;
	width: 205px;
}

#contact_form span {
	font-size: 11px;
	color: #333;
	width: 140px;
	float: left;
}

#contact_form .submit input {
	font-size: 11px;
	width: 50px
}

/* ------------------------------------------------------------------- */
/* --------------------// || PRODUCT CD FORM || \\-------------------- */
/* ------------------------------------------------------------------- */

#product_cd {
	width: 840px;
}

#product_cd .instructions {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

#product_cd label {
	float: left;
	width: 140px;
	font-size: 13px;
	color: #333;
}

#product_cd input {
	font-size: 13px;
	color: #333;
	width: 200px;
}

#product_cd textarea {
	font-size: 13px;
	color: #333;
	width: 200px;
	height: 70px;
}

#product_cd select {
	font-size: 13px;
	color: #333;
	width: 200px;
}

#product_cd .submit input {
	width: 60px;
}

#product_cd span {
	font-size: 8pt;
	color: #333;
	width: 140px;
	float: left;
}

/* --------------------------------------------------------- */
/* --------------------// || ITEMS || \\-------------------- */
/* --------------------------------------------------------- */

.item_container {
	width: 840px;
	font-size: 11px;
	color: #333;
	line-height: 13px;
}

.item_holder {
	width: 840px;
}

.item_image {
	float: left;
	width: 155px;
	text-align: center;
}

.item_desc {
	width: 670px;
	margin-left: 165px;
	text-align: left;
}

.item_heading {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.item_features ul {
	margin: 10px 0 10px 0;
}

.item_fabrics {
	float: left;
	vertical-align: top;
	margin: 0;
	font-weight: bold;
}

.item_colors {
	width: 360px;
	margin-left: 190px;
	text-align: left;
}

.item_colors img {
	padding: 1px 2px;
}

.item_dev {
	width: 840px;
	height: 25px;
	background-image: url(http://www.africantusk.co.za/images/hr.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.fabric_container {
	text-align: right;
	margin-left: 120px;
	margin-bottom: 20px;
	width: 540px;
	font-weight: bold;
}

.fabric {
	float: left;
	width: 180px;
	text-align: left;
}

.subcat_heading{
	width: 840px;
	height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 29px;
	background-color: #C1B576;
	text-align: center;
	margin-bottom: 20px;
}

/* ---------------// || CATEGORY FEATURES || \\--------------- */

.category-feature {
	text-align: center;
	width: 860px;
	margin-left: -7px;
}

.category-heading {
	width: 840px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	background-color: #C1B576;
	text-align: center;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------- */
/* --------------------// || BASKET || \\-------------------- */
/* ---------------------------------------------------------- */

.subheading {
	font-size: 11px;
	line-height: 12pt;
	color: #333;
	margin-top: -30px;
}

.basket-header {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

/* --------------------// || BASKET FORM || \\-------------------- */

#basket_form {
	background-image: url(../img/contactbox-tile.png);
	background-repeat: repeat-y;
	width: 380px;
	margin: 30px 0px 15px 430px;
	padding: 0px 15px 0px 15px;
}

.basketF_header {
	background-image: url(../img/contactbox-header-quote.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 410px;
	float: right;
	margin: -15px -15px 0 0;
}

.basketF_footer {
	background-image: url(../img/contactbox-footer.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 410px;
	float: right;
	margin: 0 -15px -15px 0;
}

.basketF_note {
	font-size: 11px;
	color: #333;
	line-height: 13px;
	width: 290px;
	margin: -25px 0 0 80px;
}

#basket_form .instructions {
	font-size: 11px;
	color: #333;
	line-height: 13px;
	margin-left: -5px;
	width: 390px;
}

#basket_form label {
	font-size: 11px;
	color: #333;
	float: left;
	width: 140px;
}

#basket_form input {
	font-size: 11px;
	color: #333;
	width: 200px;
}

#basket_form span {
	width: 100%;
	padding-top: 10px;
	font-size: 13px;
	color: #333;
}

#basket_form .submit input {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	width: 50px
}

/* ---------------------------------------------------------- */
/* ----------------// || CLIENT SECTION || \\---------------- */
/* ---------------------------------------------------------- */

.Partners-holder {
	float: left;
	width: 275px;
	text-align: center;
}

.Partners-holder a {
	text-decoration: none;
}

.Partners-name {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	vertical-align: top;
}

/* ----------------------------------------------------------- */
/* ----------------// || ARTWORK SECTION || \\---------------- */
/* ----------------------------------------------------------- */

.artwork-section fieldset label {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	width: 80px;
	text-align: left;
	display: block;
	float: left;
}

.artwork-section fieldset input {
	font-size: 13px;
	color: #000;
	border: 1px solid #333;
}

/* ------------------------------------------------------------ */
/* ----------------// || FEEDBACK SECTION || \\---------------- */
/* ------------------------------------------------------------ */

.question {
	width: 500px;
	float: left;
}

.option {
	float: right;
	padding-right: 30px;
}
