/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

hr { margin:0; }

body {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	background: url('/images/background.jpg') no-repeat top center;
}

#site {
	margin:16px auto 5px auto;
	width:778px;
	height:778px;
	position:relative;
	right:3px;
}

#header { margin:8px 0 0 9px; }

p#menu { background: url('/images/menu-back.jpg') repeat-x left 4px; width:779px; position:relative; left:-1px;}

p#menu a {
	display:block;
	width:131px;
	height:14px;
	text-align:center;
	background: url('/images/button-back.jpg') no-repeat top left;
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	float:left;
	padding:9px 0 10px 0;
	margin-left:20px;
}

div#content { padding-left:38px; }

div#content h1 {
	font-size:17px;
	line-height:19px;
	color:#3F4B00;
	margin:10px 0 14px 0;
}

div#content p {
	font-size:14px;
	line-height:17px;
	color:#3F4B00;
	margin:0 0 16px 0;
}

div#content a { color:#3F4B00; }


div#sideImages {
	width:155px;
	margin:10px 28px 0 38px;
	float:right;
}

div#sideImages img { margin-bottom:10px; }

div.bar {
	background-color:#004813;
	width:100%;
	height:25px;
}

#design {
	display:block;
	width:780px;
	margin:10px auto;
	font-size:12px;
	line-height:14px;
	text-align:right;
	color:#3F4B00;
}

#design a { text-decoration:none; color:#3F4B00; }
#design a:hover { color:#000; }

.products {
	float: left;
	width: 153px;
	text-align: center;
	margin: 0 10px 9px 10px;
}

.products p {
	font-size:12px;
	line-height:14px;
}

.products a {
	color:#000;
	text-decoration:none;
}

table.sortable {
	width:700px;
}

table.sortable h3 {
	color:#fff;
	padding:5px 0;
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	cursor: default;
}

.adminlinks a { text-decoration:none; color:#3F4B00; }
.adminlinks a:hover { text-decoration: underline; }

div#product {
	height:473px;
	width:740px;
	overflow: auto;
	margin-top:25px;
	position:relative;
}

#productinfo {
	margin-left: 40px;
	float:left;
}

div#product img {
	border: 2px solid #818386;
	float: left;
	margin-bottom:5px;
}

div#product p {
	font-size: 12px;
	line-height:16px;
	margin-bottom:19px;
	color: #03390d;
	font-weight:bold;
}

div#product h3 {
	font-size: 17px;
	line-height:19px;
	margin-bottom:22px;
	color: #03390d;
	font-weight:bold;
}

span.highlight { color:#000; }

img.bespoke { margin-right:17px; }

#numberExample {
	position:absolute;
	top:6px;
	right:200px;

}