/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 49px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	/*color: #559106; */
	color: #559106;
}

h1 {
	font-size: 2em;
	margin-bottom:0.5em;
}

h2 {
	font-size: 1.6em;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 1.5em;
	font-size: 1em;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 1em;
}

img.right {
	float: right;
	margin-left: 1em;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 860px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 12px 17px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 1.14em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #99ccff;
}

/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background: url(images/img03.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	text-indent: -9999px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 117px 0 0 3px;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-indent: -9999px;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 100%;
	background: url(images/img10.jpg) no-repeat left top;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	/*(background: url(images/img09.jpg) no-repeat left top;*/
	font-size: 1.3em;
}

.post .entry {
	padding: 0 15px;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 0.75em;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}

#product_group {
	width:800px;
	list-style-type:none;
	margin:0;
	padding:0;
}

li.product {
	width: 200px;
	min-height: 240px;
	display: -moz-inline-stack; /* For Fx 2.0 (no inline-block) */
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* For IE7 (replicate inline-block with hasLayout) */
	*display: inline; /* For IE6 + 7 */
	_height: 240px; /* For IE6 (no min-height, use of incorrect height) */
}

li.product img {
	margin: 0 auto;
	display: block;
}

li.product ul {
	list-style-type: none;
	padding: 1em 2em 0 2em;
}

img.product {
	margin:0 auto 1em auto;
	display: block;
}

#colourchart {
	width:800px;
	list-style-type:none;
	margin:0;
	padding:0;
}

li.crystal {
	width: 48px;
	padding:0 1px;
	min-height: 60px;
	display: -moz-inline-stack; /* For Fx 2.0 (no inline-block) */
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* For IE7 (replicate inline-block with hasLayout) */
	*display: inline; /* For IE6 + 7 */
	_height: 60px; /* For IE6 (no min-height, use of incorrect height) */
}

li.crystal img{
	border:1px solid white;
}
li.crystal img.selected {
	background:#ccc;
	border:1px solid limegreen;
}

li.crystal img:hover {
	background:#ccc;
}

#form-area {
	width: 100%;
}
 
#form-area input, #form-area textarea, #form-area select {
	width: 450px;
	margin: 0 0 10px 0;
}
 
#form-area textarea {
	resize: vertical;
} 
 
#form-area input[type="checkbox"] {
	padding: 0;
	margin: 0 0 10px 0;
	width: 20px;
}
 
#form-area input.submit-button {
	width: 100px;
	margin-left:165px;
}
 
#form-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
	padding-top: 2px;
}

table.basket {
	border-collapse: collapse;
}
table.basket thead {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	font-weight: bold;
	text-align: center;
}
table.basket td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	text-align: center;
}