/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}
input {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body{
	background: #161613;
	color: #eee;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	}

#sidebar{ position:fixed; top: 38px; left:20px;	width: 230px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }

#content { 
	margin: 45px 10% 5em 290px; 
}
.CaptionContainer {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4E4E43;
	margin: 4px;
	padding: 4px;
}
#drop_basket {
	float: right;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 32px;
	background-color: #333;
	line-height: 32px;
	margin: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}
#menu { width: 640px; }
#menu #menus {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100px;
}
#menu #menus li {
	margin: 0px;
	display: block;
	float: left;
	line-height: 32px;
	padding: 12px;
}
#menu #menus li a {
	line-height: 32px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 18px;
}
#menu #menus li a:hover {
	color: #FFF;
}
#menu #menus li.active a {
	text-shadow:#000 0px 1px 0, #000 0 -1px 0;
	font-size: 20px;
	letter-spacing: -2px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	color: #666;
}
#menu ul li {
	line-height: 32px;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
}
#ad {
	float: right;
	height: 100px;
	text-align: left;
}


/* typography
----------------------------------------------- */

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	font-size: 0.9em;
}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
.mainphoto{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}
.fields .submit a:hover, .fields .submit_error a:hover{ font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a, .contact-link{
	color: #8ad459;
	text-decoration: none;
	cursor: hand;
	}

#content p a:hover,
#content dd a:hover { }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em;
	border-left: 6px solid #0d0d09;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 2em 2em 2em 0;}
#menu #menus li a{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
#content ul ul{ margin-top: 0;}
	
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	font-size: large;
	}
.content .number {
	display: block;
	float: left;
	background-color: #FFF;
	color: #1D1D18;
	font-size: 2em;
	position: relative;
	left: -3px;
	border: 4px solid #000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	margin-top: 14px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
.basket_thumb {
	height: 80px;
	width: auto;
}


/* thumbnails
----------------------------------------------- */


#samples > ol.thumbnails, #samples > ol.thumbnails *
{
margin:0;
padding:0;
list-style-type:none;
}
#samples > ol.thumbnails
{
clear:both;
position:relative;
left:11px;
}
#samples > ol.thumbnails >  
li {
	float:left;
	position:relative;
	margin-top: 0;
	margin-right: 23px;
	margin-bottom: 30px;
	margin-left: 0;
	height: 270px;
	width: 270px;
}
#samples > ol.thumbnails > li dt.thumbnail
{
width: 250px;
float:left;
padding:5px;
margin:0 0 10px 0;
background:#fff;
border:1px solid #e6e6e6;
-moz-box-shadow:0 0 15px rgba(50,50,50,0.3);
-webkit-box-shadow:0 0 15px rgba(50,50,50,0.3);
box-shadow:0 0 15px rgba(50,50,50,0.3);
}
#samples > ol.thumbnails > li dt.photo
{
float:left;
padding:5px;
margin:0 0 10px 0;
background:#fff;
border:1px solid #e6e6e6;
-moz-box-shadow:0 0 15px rgba(50,50,50,0.3);
-webkit-box-shadow:0 0 15px rgba(50,50,50,0.3);
box-shadow:0 0 15px rgba(50,50,50,0.3);
}
#samples > ol.thumbnails > li dt.thumbnail img
{
float:left;
border:1px solid #eaeaea;
}
#samples > ol.thumbnails > li dd.name,
#samples > ol.thumbnails > li dd.designer
{
	clear:left;
	float:left;
	padding:0 4px 0 5px;
	width:270px;
	font-size:0.75em;
	color: #D0EB6A;
}
#samples > ol.thumbnails > li dd.designer
{
font-size:0.7em;
color:#999;
padding-top:2px;
}
#samples > ol.thumbnails > li dd.name a
{
text-decoration:none;
}
#samples > ol.thumbnails > li dd.name a:hover,
#samples > ol.thumbnails > li dd.name a:focus
{
text-decoration:underline;
}
#samples > ol.thumbnails > li .designer > .popular
{
background:#f50;
color:#fff;
font-weight:normal;
font-size:9px;
display:inline-block;
height:11px;
padding:3px 5px 0 2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
position:relative;
left:6px;
top:-1px;
}
#samples > ol.thumbnails > li .designer > .popular:after
{
content:"";
display:block;
width:0;
height:0;
position:absolute;
left:-13px;
top:0;
border:7px solid;
border-color:transparent #f50;
clip:rect(0, 14px, 14px, 7px);
}
#samples > ol.thumbnails > li .editors-pick
{
position:absolute;
right:-1px;
top:-1px;
display:block;
width:75px;
height:75px;
background:url("/static/images/stock/frontpage/editors-pick.png") no-repeat;
text-indent:-100em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subcat {
	float: left;
	width: 290px;
	height: 160px;
	text-align: center;
	padding: 10px;
	margin: 5px;
}
.subcatimg {
	border: 1px dashed #000;
	padding: 12px;
	background-color: #FFF;
}
.sub_link {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
.gallery .photos {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	width: 100%;
}
.gallery .photos li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 16px;
	float: left;
	background-image: url(i/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.gallery .photos li a{
	padding: 2px;
	margin: 2px;
	line-height: 32px;
}
.gallery .photos .noborder a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.gallery .photos .active a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c0dB5A;
	color: #c0dB5A;
}
.gallery .photos li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c0dB5A;
	text-decoration: none;
}
.thumbnails li .price {
	font-size: 1.4em;
	text-indent: 32px;
	line-height: 28px;
}
.basket_error {
	padding: 8px;
	height: 60px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #EDEDED;
	text-align: center;
	line-height: 60px;
}
.basket_error p {
	line-height: 60px;
	margin: 0px;
	padding: 0px;
}

/* Form Details */
.fields  fieldset {
	padding-left: 12px;
	color: #FFF;
	display: block;
	margin: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields fieldset legend {
	color: #c0dB5A;
	font-weight: bold;
	display: block;
	width: 420px;
}
.fields fieldset .rightMessage {
	font-weight: normal;
	text-align: right;
	font-size: .9em;
}
.fields ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields ul input {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fields ol  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 4px;
}
#submit_button {
	width: auto;
	font-weight: bold;
	font-size: 1.4em;
}
.info {
	font-size: 0.7em;
	color: #999;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.red {
	font-weight: bold;
	color: #900;
}
#map_canvas {
	border: 1px solid #A79264;
}
.directions {
	width: 420px;
	padding: 4px;
}
.directions a {
	color: #c0dB5A;
	font-size: 0.8em;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
.fields fieldset ol li label {
	float: left;
	width: 160px;
}
.fields input {
	width: 160px;
	border: 1px solid #A79264;
}
.fields .nowidth{
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields  .required  {
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	border: 1px solid #1D7FB2;
	width: 400px;
	height: 50px;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #6B1626;
	font-size: 1.2em;
}
.fields .submit, .fields .submit_error {
	background-color: #161613;
	background-image: url(i/submit.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	height: 50px;
	width: 160px;
	list-style-image: none;
	list-style-type: none;
	font-size: 1.4em;
}
.fields .submit_error {
	background-image: url(i/submit_error.png);
}
.fields .submit a, .fields .submit_error a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 140px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.4px;
}
.fields .submit a:hover, .fields .submit_error a:hover {
	color: #FFF;
	text-decoration: none;
}
.mainphoto {
	float: left;
	border: 12px solid #000;
}
.maininfo {
	border: 12px solid #000;
	float: left;
}
.nav_top , .nav_bottom{
	margin: 4px;
	padding: 4px;
}
.2thirds  {
	width: 460px;
	display: block;
	float: left;
	padding: 10px;
}
.third {
	display: block;
	float: left;
	padding: 10px;
}
.thirds {
	width: 270px;
	display: block;
	float: left;
	height: 250px;
	padding: 10px;
	overflow: hidden;
}
.nav_top , .nav_bottom  {
	float: right;
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
}
.nav_top a , .nav_bottom a, #mainContent2r .nav_top a , #mainContent2r .nav_bottom a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration: none;
	background-color: #8ad459;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #000;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.nav_top a:hover, .nav_bottom a:hover, #mainContent2r .nav_top a:hover , #mainContent2r .nav_bottom a:hover
{
	text-decoration: none;
	background-color: #FFF;
	color: #8ad459;
}
.col-2  {
	float: left;
	width: 320px;
	margin: 5px;
	padding: 5px;
	height: 300px;
}
.col-2 h4  {
	font-size: 2em;
	font-weight: bold;
	color: #6BC259;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.col-2 p {
	margin: 0px;
	padding: 8px;
}
.col-2 li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.col-2 .button-set {
	text-align: right;
	height: 55px;
	line-height: 50px;
	font-size: 1.2em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.col-2.new-users .button-set { margin-top: 86px; }
.col-2 .button-set .form-button     {
	background-image: url(i/gobutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	background-color: #6BC259;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#Container {
	padding: 12px;
}
.photo {
	float: left;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	width: 280px;
}
.thumbnail {
	margin-right: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#imgcode {
	font-size: 1.6em;
}
form {
	display: inline;
}
.section ol , .section ul{
	padding-left: 16px;
}
.section ul li {
	list-style-image: url(i/tick.png);
	list-style-type: none;
}
.section ol li {
	list-style-image: url(i/cross.png);
	list-style-type: none;
}
.currency_1 { width: 98%; }
.currency_2 {
	float: left;
	width: 48%;
}
.currency_3 {
	float: left;
	width: 30%;
}
.currency_name { text-align: center; }
.currency_set {
	text-align: center;
	padding-bottom: 20px;
}
.currency_set.selected {
	padding-bottom: 20px;
	background-image: url(i/bullet.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

