/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,input,button,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* End of CSS reset */

/* Site specific */

/* General
-----------------------------------------------------*/

html {
	background-color: #000;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 678px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header area
-----------------------------------------------------*/
#header {
	height: 347px;
	width: 678px;
	background: #000 url('../images/site/bg-header.jpg') top left no-repeat;
	border-top: 1px #000 solid; /* need to fix the need for this */
}

#topSmallNav {
	text-align: right;
}

#topSmallNav img {
	margin-right: 46px;
}

#intro {
	font-size: 83.33%; /* 10px */
	margin-top: 35px;
	float: right;
	min-height: 120px;
}

#intro p {
	float: right;
	width: 245px;
	margin-right: 60px;
}

#intro p span {
	font-size: 110%; /* 11px */
	color: #FFF;
	font-weight: bold;
}

#topNav {
	clear: both;
	padding-top: 68px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 91.66%; /* 11px */
	text-transform: uppercase;
}

#topNav ul {
	height: 20px;
	padding-left: 30px;
}

#topNav ul li {
	float: left;
	margin-right: 35px;
}

#topNav a {
	color: #FFF;
}

#search {
	float: left;
	width: 250px;
	margin: 13px 0 0 40px;
}

#txtSearch {
	width: 170px;
	color: #000;
}

#txtSearch.default {
	color: #999;
}

/* Content area
-----------------------------------------------------*/
#content {
	border-top: 1px #000 solid;
	/*padding: 0 10px 50px 5px;*/
	padding: 0 7px 50px 9px;
	background: #FFF url('../images/site/bg-wrapper-bottom.jpg') bottom left no-repeat;
}

#sideNav {
	float: left;
	width: 200px;
	margin-right: 3px;
	margin-bottom: 20px;
	border: 1px #A1B1BE solid;
}

#sideNav a {
	color: #545F66;
	text-transform: uppercase;
	font-size: 91.66%; /* 11px */
}

#sideNav.products ul li a {
	text-transform: none;
}

#sideNav.products #fixedLinks ul li a {
	text-transform: uppercase;
}

#sideNav .current {
	font-weight: bold;
}

#sideNav ul {
	padding: 5px 0 0 15px;
}
	
#sideNav li {
	padding-left: 10px;
	line-height: 150%; /* 18px */
}

#sideNav #fixedLinks ul {
	padding: 0;
}

#sideNav #fixedLinks ul li {
	padding: 0;
	height: 22px;
	width: 200px;
	background: transparent url('../images/site/bg-menu-item.gif') top left repeat-x;
	text-align: center;
	padding-top: 2px;
}

#sideNav #fixedLinks a {
	color: #FFF;
}

#sideNav #fixedLinks #uk-product-search,
#sideNav #fixedLinks #far-east-search,
#sideNav #fixedLinks #premium-portfolio,
#sideNav #fixedLinks #uk-manufactured,
#sideNav #fixedLinks #promotional-pens {
	background-image: url(../images/site/bg-menu-item-mk.gif);
}


#main {
	float: right;
	width: 455px;
}

#main p {
	margin: 5px 0;
}

#main.get-a-quote,
#main.how-to-order,
#main.about-us,
#main.contact-us,
#main.privacy-policy,
#main.thanks,
#main.form-error {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 93.33%; /* 11.2px */
}

#main.get-a-quote h1,
#main.how-to-order h1,
#main.about-us h1,
#main.contact-us h1,
#main.sitemap h1,
#main.search h1,
#main.privacy-policy h1,
#main.thanks h1,
#main.form-error h1 {
	font-size: 150%; /* 16.8px - why 16.8? no idea */
}

address {
	margin: 10px 30px;
	float: left;
}

#main.why-choose-recycled-usb-drives h2 {
	display: none;
}

#main #breadcrumbs span {
	font-weight: bold;
}



/* Product preview area
-----------------------------------------------------*/
#product-preview {
	width: 200px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF url(../images/ajax-loader.gif) center center no-repeat;
	display: none;
	border: 1px #ccc solid;
	overflow: hidden;
	z-index: 100;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

#product-preview img {
	position: relative;
	top: 5px;
	left: 5px
}

#sideNav ul li .product-thumbnail {
	display: none;
}

#sideNav ul li a {
	display: block;
}



/* Home / Product landing page
-----------------------------------------------------*/
#main .landing-content {
	background-color: #000;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	width: 451px;
	height: 100%;
}

#main .landing-content h1 {
	text-indent: -9999px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#main .landing-content .section {
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	width: 203px;
	font-size: 91.66%; /* 11px */
}

#main .landing-content .section h1,
#main .landing-content .section h2 {
	line-height: 1em;
	padding-top: 5px;
	color: #F9C216;
	font-family: Tahoma, Arial, sans-serif;
}

#main .landing-content .section p,
#main .landing-content .section p a {
	color: #B3B3B3;
}


/* Product page
-----------------------------------------------------*/
#main .product {
	background: #000 url('../images/site/bg-image-top.gif') top left no-repeat;
	margin-bottom: 20px;
	padding: 16px 0 0;
	width: 455px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 91.66%; /* 11px */
	text-align: center;
	color: #FFF;
}

#main #productImage {
	background: #000 url('../images/site/bg-image-bottom.gif') bottom left no-repeat;
	height: 196px;
	padding-left: 8px;
	width: 440px;
}

#main #productImage img {
	height: 183px;
	width: 437px;
	position: relative;
	left: -1px;
}

#main #productContent {
	padding: 0 10px 10px;
	text-align: center;
	background: #000 url('../images/site/bg-content-bottom.gif') bottom left no-repeat;
	width: 435px;
	clear: left;
}

#main #productContent h1 {
	color: #FCC200;
	font-size: 118.18%; /* 13px */
	margin-bottom: 10px;
}

#main #productContent p {
	margin: 5px;
}

#main #productContent #btnEnquire {
	background: #000 url('../images/site/btn_enquiry.jpg') top right no-repeat;
	display: block;
	float: right;
	height: 42px;
	width: 147px;
	text-indent: -9999px;
	margin-top: 10px;
}

#main .product .woodOptions {
	margin-left: 15px;
}
 
#main .product .woodOptions li {
	float: left;
	margin-right: 5px;
}

#main .product .woodOptions li img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sharing {
	display: none;
	text-align: center;
	padding-top: 10px;
	clear: both;
	background-color: #FFF;
}

.js .sharing {
	display: block;
}

/* google plus 1 */
#gp1 {
	background: #FFF;
	padding-left: 30px;
}

#gp1 span, #gp1 img {
	display: none;
}

/* Forms
-----------------------------------------------------*/
#main.get-a-quote p,
#main.get-a-quote ul,
#main.contact-us p,
#main.contact-us ul 
#main.thanks p,
#main.thanks ul,
#main.form-error p {
	margin-bottom: 5px;
}

#main.get-a-quote ul,
#main.contact-us ul,
#main.how-to-order ul,
#main.thanks ul {
	margin-left: 20px;
}

#main.get-a-quote li,
#main.contact-us li,
#main.how-to-order li,
#main.thanks li {
	padding-left: 5px;
	list-style: disc;
}

#main.get-a-quote h1,
#main.contact-us h1,
#main.thanks h1,
#main.how-to-order h1,
#main.form-error h1 {
	font-size: 214.29%; /* 24px */
	color: #000;
	text-transform: none;
}

#main form {
	margin-top: 30px;
}

#main form label span {
	color: #F00;
}

#main form div {
	margin: 5px 0;
}

#main div label {
	display: block;
	float: left;
	width: 160px;
}

#main form input {
	display: block;
	float: left;
	width: 250px;
}

#main form textarea {
	height: 125px;
	width: 90%;
}

#main form .check {
	width: 90%;
}

#main form .check input {
	width: auto;
}

#main form .captcha label {
	float: none;
}

/* new captcha area (not as good, but hey) */
#main form .captcha2 label {
	float: left;
}

#main form #captchaArea {
	float: left;
	width: 110px;
	padding: 0;
	margin: 0 5px 0 0;
	text-align: center;
}

#main form #captcha {
	float: left;
	width: 130px;
}

#main form .submit {
	background-color: #FFF;
	border: 1px #000 solid;
	float: right;
	margin-right: 4px;
	width: auto;
}

#main #errorList {
	background-color: #F48984;
	border: 2px #F00 solid;
	padding: 5px;
}

#main form .error {
	color: #F00;
}

/* How to order
-----------------------------------------------------*/
#main.how-to-order h1,
#main.how-to-order h2, 
#main.how-to-order h3,
#main.privacy-policy h1,
#main.privacy-policy h2,
#main.privacy-policy h3 {
	font-family: Arial, sans-serif;
}

#main.how-to-order h2,
#main.privacy-policy h2,
#main.how-to-order h3,
#main.privacy-policy h3 {
	font-size: 129.46%; /* 14.5px */
	margin-bottom: 2px;
}

#main.how-to-order h2 span, #main.how-to-order h3 span {
	margin-left: 15px;
}

#main.how-to-order ul,
#main.privacy-policy ul {
	margin-bottom: 5px;
	margin-left: 15px;
}

#main.privacy-policy li {
	list-style: disc;
	padding-left: 5px;
	padding-bottom: 3px;
}

#main.how-to-order .website-list,
#main.how-to-order .website-list li {
	padding-left: 0;
	margin-left: 0;
}

#main.how-to-order .website-list li {
	list-style: none;
}

/* Sitemap
-----------------------------------------------------*/
#main.sitemap ul {
	margin-left: 25px;
	margin-bottom: 5px;
}

#main.sitemap ul li {
	list-style: disc;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 2px;
}

#main.sitemap ul li ul li {
	font-weight: normal;
	list-style: none;
}

/* Search results
-----------------------------------------------------*/
#SearchResults li {
	margin-bottom: 1em;
}

#SearchResults li.odd {
	background-color: #ECECEC;
}

#SearchResults li .searchResultHeader {
	font-weight: bold;
}

#SearchResults li p {
	margin: 0.5em 0;
}

/* Footer area
-----------------------------------------------------*/

#social {
	float: right;
    text-align: center;
    width: 455px;
    padding-top: 15px
}

#social a {
	background: transparent url(../images/social/eco-social.png) left top no-repeat;
	height: 36px;
	width: 36px;
	text-indent: -9999px;
	display: block;
}

#social p {
	font-size: 1.333em; /* 16px */
	margin-bottom: 0;
	margin-left: 5px;
}

#social ul {
	border: medium none;
    float: none;
    margin: 5px auto;
    overflow: hidden;
    width: 167px;
}

#social li {
	float: left;
	margin-right: 5px;
}

#social .tw a {background-position: -43px 0;}
#social .fb a {background-position: -87px 0;}
#social .in a {background-position: -131px 0;}


#content #copyright {
	clear: both;
	color: #FFF;
	position: relative;
	bottom: -30px;
	text-align: center;
}

#copyright .legal {
	display: block;
	font-size: 91.66%;
}

#footer {
	color: #FFF;
	height: 50px;
	margin: 15px 0;
	font-size: 75%; /* 9px */
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

#footer ul {
	width: 510px;
	margin: 0 auto;
}

#footer li {
	float: left;
	padding: 2px 0;
	margin: 0;
}

#footer li a {
	display: block;
	border-right: 1px #FFF solid;
	padding: 0 5px;
}

#footer li:last-child a {
	border-right: none;
}

#footer li a,
#footer li a:visited {
	color: #FFF;
}

/* no JS alert for the new contact / quote forms - uuugghh */

#no-js {
	background:url("../images/site/no-js-alert.gif") no-repeat 3px center #F48984;
	border:2px solid #FF0000;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	margin:5px 0;
	padding:10px;
	text-align:center;	
	
	/* ok, just because */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Misc
-----------------------------------------------------*/
#main form fieldset div:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}
