/* 
========================================================================
CRE8 Bits
========================================================================
*/

.shop_head {
	background-image: url(../../images/shop-head.gif);
	background-repeat: no-repeat;
}
.search_head {
	padding-bottom: 8px;
}
.basket_head {
	padding-bottom: 8px;
	padding-top: 8px;
}
.call {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 22px;
}
.enquiry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#666666;
}
.enquiry a:link, .enquiry a:hover, .enquiry a:active {
	color:#FF0000;
}
.enquiry a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#categorymenu_holder {
	color:#CCCCCC;
	padding-left:10px;
	padding-top: 100px;
	letter-spacing: -1px;
}

#categorymenu_holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#categorymenu_holder li {
    float:left;
	text-align: center;
    margin: 0;
    padding: 0px;
}
#categorymenu_holder a, #categorymenu_holder strong, #categorymenu_holder span {
    display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
#categorymenu_holder a:hover {
    display: block;
	color: #FF0000;
	text-decoration: none;
}
#categorymenu_holder #current, #categorymenu_holder #current a {
	color: #FF0000;
}
.homepic {
	float:left;
}
.home_cat {
	font-size: 20px;
	font-weight: normal;
	line-height: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.home_cat a {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
.home_cat a:link, .home_cat a:active, .home_cat a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
.home_cat a:hover {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
#homepage {
	width: 100%;
	background-color:#FFFFFF;
	letter-spacing: -1px;
}

#homepage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#homepage li {
	text-align: left;
    margin: 0;
    padding: 0px;
}
#homepage a, #homepage strong, #homepage span {
    display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
}
#homepage a:hover {
    display: block;
	color: #999999;
	text-decoration: underline;
}


/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #CCCCCC;
}

#container {
	display: block;
	
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 755px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 400px;
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

#main_pic {
	width:755px;
	overflow:visible;
	height: 300px;
	display: table;
}

/* Right hand section of page body */
#right {
	width: 310px;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 10px;
	display:block;
}


/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 220px;
}

#searchbox #searchbutton {
	width: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
