/* FILE: STYLE.CSS   CREATED: 22-01-10   BY: EDD TURTLE   EDTURTLE.CO.UK */
@font-face {
	font-family: 'Harabara';
	src: url('font/Harabara.eot');
	src: local('Harabara Regular'), local('Harabara'), url('font/Harabara.ttf') format('truetype'),
url('font/Harabara.svg#font') format('svg');
}

/* ------------------ RESET ----------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

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

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}

.clear {
	clear: both !important;
}

img {
	-ms-interpolation-mode: bicubic;
}

/* ------------------ END RESET ----------------------- */
body {
	padding: 0;
	margin: 0;
	background: #EEE url(design/back_bg.png) top left repeat;
	border-top: 4px solid #C00;
	/* DEFAULTS */
	color: #333;
	font: 14px 'Droid Sans', Verdana, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #0033CC;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #3366FF;
	text-decoration: none;
	text-shadow: 0px 0px 2px #FFF;
}

header, footer, section, aside, nav, article, #content {
	display: block;
	text-align: left;
	border: 0px solid #666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Harabara', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333;
	padding: 0 0 10px 0;
	letter-spacing: 1px;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

p {
	padding: 0 0 10px 0;
	line-height: 18px;
	text-align: justify;
}

#toptop {
	position: absolute;
	top: 0;
	left: 0;
}

#top-pattern {
	background: url(design/bg_top.png) bottom left repeat-x;
	width: 995px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 995px;
}

header a img {
	padding-top: 20px;
}

aside {
	width: 295px;
	height: 100%;
	padding: 8px 48px 8px 30px;
	float: left;
}

aside img.mesmall {
	float: left;
	border: 2px solid #000;
	margin: 0 10px 5px 0;
	width: 60px;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

aside section {
	padding: 0 !important;
	margin: 0 !important;
}

aside section.navigation ul {
	margin: 0;
	padding: 0;
}

aside section.navigation ul li {
	list-style: none;
}

aside section.navigation ul li a {
	background: url(design/red-bullet.png) center left no-repeat;
	display: block;
	width: 180px;
	padding: 4px 0 4px 12px;
}

aside ul li a:link, aside ul li a:visited {
	text-decoration: none;
}

aside #cse-search-box {
	padding: 20px 0;
}

aside #cse-search-box input[type="text"] {
	float: left;
	width: 258px;
	height: 24px;
	font: 16px/20px 'Droid Sans', arial, Verdana, sans-serif;
	display: block;
	padding: 3px 0 3px 4px;
	background: #FFF url(design/bg_search.gif) 3px center no-repeat;
	border: 1px solid #900;
	border-right-width: 0px !important;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/*-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;*/
}

aside #cse-search-box input[type="text"]:focus {
	background-image: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

aside #cse-search-box input[type="image"] {
	float: left;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

aside #cse-search-box input[type="image"]:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*  #cse-search-box input#q {
padding:7px !important;
width:200px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border: 1px solid #666;
font: 14px 'Droid Sans', Verdana, sans-serif;
}

#cse-search-box input#sa {
font: 13px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
width:70px;
height:30px;}*/
#content {
	margin: 0 auto;
	width: 995px;
	background: url(design/bg.png) center top repeat-y;
}

nav {
	padding: 22px 15px 12px 0;
	margin-bottom: 20px;
	width: 601px;
	height: 40px;
	float: left;
	background: url(design/hor_fade.png) bottom right no-repeat;
}

nav ul li {
	list-style: none;
	display: inline;
}

nav ul li a {
	font: 26px 'Harabara', Helvetica, Arial, sans-serif;
	display: block;
	float: right;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 0 10px;
	margin: 10px 0 0 0;
}

nav ul li a:link, nav ul li a:visited {
	color: #C00;
	text-decoration: none;
}

nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
	color: #900;
	text-decoration: none;
}

nav ul li a.current:link, nav ul li a.current:visited {
	color: #600;
	text-decoration: none;
}

nav ul li a.current:hover, nav ul li a.current:focus, nav ul li a.current:active {
	color: #000;
	text-decoration: none;
}

section {
	width: 616px;
	padding: 12px 0px;
	float: left;
}

section p {
	padding-right: 25px;
}

.center {
	width: 100%;
	text-align: center;
}

#testimonials {
	width: 100%;
}

#testimonials .slide {
	list-style-type: none;
	line-height: 24px;
}

blockquote {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
	padding: 0 15px 15px 0;
}

article.stock div.product {
	background: url(design/hor_fade.png) bottom right no-repeat;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	clear: left;
	padding: 30px 0 20px 0;
}

article.stock h3 {
	padding: 20px 0;
}

article.stock img.preview {
	float: right;
	margin: -10px 16px 0 10px;
	width: 200px;
}

article.stock img.sthumb {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0 6px 10px 0;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

article.stock img.sthumb:hover {
	border: 1px solid #666;
}

article.stock p {
	text-align: left;
}

.detailsbox, .pricesbox, .samplesbox {
	background-color: #FFFFDC;
	border: 3px solid #FFFFA2 !important;
	padding: 12px;
	display: block;
	width: 350px;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* ------------------ CONTACT LAYOUT ----------------------- */
#contactform {
	background: #E5ECFF url(design/grad-box.png) top center repeat-x;
	border: 3px solid #668CFF;
	width: 548px;

	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 20px;
}

#contactform h2 {
	color: #000;
}

#contactform label {
	font-size: 15px;
	color: #333;
	display: block;
	width: 100%;
	page-break-after: always;
	padding-top: 8px;
}

#contactform label.error {
	color: red;
}

#contactform input[type="text"], #contactform input[type="email"] {
	width: 525px;
	border: 1px solid #333;
	background-color: #FFF;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	margin: 5px 0 9px;
	padding: 5px 7px;
}

#contactform textarea {
	width: 525px;
	min-height: 150px;
	border: 1px solid #333;
	background-color: #FFF;
	color: #333;
	font-size: 14px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	margin: 4px 0 7px;
	padding: 5px 7px;
}

#contactform input[type="submit"] {
	margin-top: 10px;
	font-size: 16px;
	padding: 12px 44px;
}

.contactextra {
	width: 250px;
	padding: 40px 0 0 ;
}

.contactother
{
	padding-top: 30px;
	padding-left: 380px;
}

.disabled {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	cursor: default;
}

.disabled:active {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

#contactform input[type=text]:focus, #contactform input[type=email]:focus, #contactform textarea:focus {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/* ------------------ END CONTACT LAYOUT ----------------------- */
footer {
	/*background: url(design/footer_bg.png) top center no-repeat;*/
	margin: 30px auto 0 auto;
	padding: 50px 20px 0 20px;
	border-top-width: 0;
	width: 940px;
	min-height: 300px;
	text-align: center;
}

footer a:link, footer a:visited {
	text-decoration: none !important;
}

footer > .footer-left {
	float: left;
	width: 26%;
	font: bold 16px/40px Helvetica, Arial, sans-serif;
	padding-left: 70px;
}

footer > .footer-left p {
	padding: 2px 0 6px 0;
	margin: 0;
}

footer > .footer-center {
	float: left;
	width: 28%;
	font: bold 16px/40px Helvetica, Arial, sans-serif;
}

footer > .footer-center p {
	padding: 2px 0 8px 0;
	margin: 0;
}

footer > .footer-right {
	float: left;
	width: 27%;
	font: bold 16px/40px Helvetica, Arial, sans-serif;
}

footer > .footer-right p {
	padding: 2px 0 6px 0;
	margin: 0;
}

#footer-address {
	padding-left: 24px;
	background: url(design/fam/house.png) 0px 2px no-repeat;
}

#footer-map {
	padding-left: 24px;
	background: url(design/fam/map.png) 0px 2px no-repeat;
}

#footer-email {
	padding-left: 24px;
	background: url(design/fam/email.png) 0px 2px no-repeat;
}

#footer-phone {
	padding-left: 24px;
	background: url(design/fam/phone.png) 0px 2px no-repeat;
}

#footer-flickr {
	padding-left: 24px;
	background: url(design/fam/flickr.png) 0px 2px no-repeat;
}

#footer-twitter {
	padding-left: 24px;
	background: url(design/fam/twitter.png) 0px 2px no-repeat;
}

#footer-partof {
	padding-left: 24px;
	background: url(design/fam/user.png) 0px 2px no-repeat;
}

#footer-icons > div:first-child {
	padding-left: 24px;
	background: url(design/fam/emoticon_smile.png) 0px 2px no-repeat;
}

#footer-icons > div.inner {
	float: left;
	background-color: transparent;
}

#footer-font {
	clear: both;
	padding-left: 24px;
	background: url(design/fam/font.png) 0px 2px no-repeat;
}

#footer-valid {
	padding-left: 24px;
	background: url(design/fam/accept.png) 0px 2px no-repeat;
}

#bottom-pattern {
	background: url(design/bg_bottom.png) top left repeat-x;
	width: 969px;
	height: 15px;
	margin: 0 auto;
	display: block;
}

.right {
	float: right;
	margin: 0 0 50px 10px;
}

.left {
	float: left;
}

.picture {
	border: 2px solid #000;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.me {
	width: 100px;
}

.new {
	color: red;
}

.dropdownlinks {
	padding: 0 0 20px 0;
}

.dropdownlinks li {
	display: inline;
}

.dropdownlinks a {
	background: url(design/fam/16-circle-blue-add.png) center left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 18px 0 0;
	text-decoration: none;
	font-size: 13px;
}

.dropdownlinks a.active {
	background: url(design/fam/16-circle-blue-remove.png) center left no-repeat;
}

#turtlelogo {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px;
}

.bluebutton {
	background: url(design/bg_button1long.jpg) top right no-repeat;
	height: 50px;
	display: block;
	text-align: center;
}

.bluebutton:link, .bluebutton:visited {
	text-shadow: 1px 1px 1px #000;
	color: #FFF;
	text-decoration: none;
}

.bluebutton:hover, .bluebutton:focus, .bluebutton:active {
	text-shadow: 1px 1px 1px #000;
	color: #F6F6F6;
	text-decoration: none;
}

.bluebutton span {
	background: url(design/bg_button1short.jpg) top left no-repeat;
	display: block;
	width: 15px;
	height: 50px;
	float: left;
}

.questionnaire {
	font: 26px/38px 'Harabara', Helvetica, Arial, sans-serif;
	width: 360px;
	margin: 20px auto 0 auto;
}

aside > .mflickr {
	color: #666;
	text-decoration: none;
	font: 22px/38px 'Harabara', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	background: url(design/s/flickr.png) center left no-repeat;
	padding: 10px 0 10px 40px;
}

aside > .twitter {
	color: #666;
	text-decoration: none;
	font: 22px/38px 'Harabara', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	background: url(design/s/twitter.png) center left no-repeat;
	padding: 10px 0 10px 40px;
}

aside > .facebook {
	color: #666;
	text-decoration: none;
	font: 22px/38px 'Harabara', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	background: url(design/s/facebook.png) center left no-repeat;
	padding: 10px 0 10px 40px;
}

aside > .mflickr:hover, aside > .twitter:hover, aside > .facebook:hover {
	color: #333;
}

.titlelink:link, .titlelink:visited {
	color: #333;
	text-decoration: none !important;
	text-shadow: 0px 0px 0px #000;
}

.titlelink:hover, .titlelink:focus, .titlelink:active {
	color: #900;
	text-decoration: none !important;
	text-shadow: 0px 0px 0px #000;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

div.rating-cancel, div.rating-cancel a {
	background: url(design/delete.gif) no-repeat 0 -16px;
}

div.star-rating, div.star-rating a {
	background: url(design/star.gif) no-repeat 0 0px;
}

div.rating-cancel a, div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}

div.star-rating-on a {
	background-position: 0 -16px !important;
}

div.star-rating-hover a {
	background-position: 0 -32px;
}

/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important;
}

/* Partial Star CSS */
div.star-rating {
	background: transparent !important;
	overflow: hidden !important;
}

/* END jQuery.Rating Plugin CSS */

