@import url("reset.css");


html, body {
	background:url("../img/style/style/bg-body.gif") repeat-y; background-position:center;
	font: 12px/175% Verdana, Geneva, sans-serif;
	color: #666;
}
a:link {
	color: #00703C;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

/*stuff that is gone that shouldnt be gone */
strong {
        font-weight: bolder;
}
em
{
        background-color: red;
}
i
{
  font-style:italic;
}

#wrapper {
	background: #FFF;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #9e9837;
}
#header {
	background: url("../img/style/style/bg-header.jpg") no-repeat;
	height: 171px;
	padding: 8px 13px 1px 11px;
}
#logo {
	display: block;
	float: left;
	clear: none;
	width: 205px;
	height: 171px;
	text-indent: -9999em;
}
#nav-social {
	float: right;
	clear: none;
	margin-top: 136px;
}
#sharethis {
	float: right;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	clear:both;
	
}
#date
{
	display:block;
	width 180px;
}
#search-bar
{
	display: block;
	margin-left : 700px;
	margin-top: 300px;
}
#shopcontent
{
padding-top: 40px;
display: block;
clear: both;
}
#nav-social li {
	float: left;
	clear: none;
	width: 29px;
	margin-left: 1px;
}
#nav-social li a {
	display: block;
	line-height: 29px;
	text-indent: -9999em;
}
#nav-social-facebook {
	background: url("../img/style/style/icons/icon-facebook.png") no-repeat;
}
#nav-social-twitter {
	background: url("../img/style/style/icons/icon-twitter.png") no-repeat;
}
#nav {
	background: #EE3224 url("../img/style/style/bg-nav.gif") repeat-x;
	color: #FFF;
	padding: 0 5px;
	position: relative;
	z-index: 1000;
}
#nav li {
	float: left;
	clear: none;
	position: relative;
	margin-right: 5px;
}
#nav li a {
	display: block;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
}
#nav li a:focus, #nav li a:hover, #nav li a:active {
	background: #EE3224 url("../img/style/style/bg-nav-over.gif") repeat-x;
	
/*	text-decoration: underline; */
}
#nav ul {
	position: absolute;
	display: none;
	top: 30px;
	left: 0;
	width: 150px;
	border: 1px solid #D7D7D7;
	border-bottom: none;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
	background-color:#FFF;
	
}
#nav ul li {
	float: none;
	background: #FFF;
	border-bottom: 1px solid #D7D7D7;
	margin: 0;
}
#nav ul li a {
	color: #666;
	padding: 0 5px;
}
#nav ul li a:focus, #nav ul li a:hover, #nav ul li a:active {
	background: #EFEFEF;
	color: #000;
}
#container {
	z-index: 200;
	position:relative;
	padding: 15px;
}
#content, #sidebar {
	float: left;
	clear: none;
}
#content {
	padding-right: 15px;
	width: 715px;
}
#banner {
	margin-bottom: 15px;
}
#sidebar {
	width: 200px;
}
#footer {
	background: #EE3224 url("../img/style/style/bg-footer.gif") repeat-x;
	line-height: 11px;
	text-align: center;
	font-size: 11px;
	padding: 20px 0;
}
#footer li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	border-right: 1px solid #FFF;
	padding: 0 5px 0 0;
}
#footer li.last-child {
	border: none;
}
#footer li a {
	color: #FFF;
	text-decoration: none;
}
#footer li a:focus, #footer li a:hover, #footer li a:active {
	text-decoration: underline;
}

/* content styles */
h1 {
	color: #558816;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-top: 15px; /*1em;*/
}
h3 {
	font-size: 16px;
	color:#598527;
	margin-bottom:1em;
	margin-top: 1em;
	line-height:1em;
	
	
}

h2 {
	font-size: 16px;
	color:#598527;
	margin-top: 1em;
	line-height:1em;
}
#content p, #content ol, #content ul {
	margin: 0.75em 0;
}

#content ul
{
 display: block;
list-style-type: disc;
margin-left: 15px;
}
#content ul li{
 margin:8px 0 8px 10px;
 
}

#gallery-home {
	overflow: hidden;
	padding: 15px 0;
}
#gallery-home li {
	float: left;
	clear: none;
	margin-right: 20px;
}
#gallery-home li.last-child {
	margin-right: 0;
}
#gallery-home li img {
	display: block;
}
#latest-articles li {
	overflow: hidden;
	line-height: 165%;
	margin-bottom: 15px;
}
#latest-articles li img {
	float: left;
	clear: none;
}
#latest-articles li h3 {
	margin-bottom: 0;
}
#latest-articles li h3, #latest-articles li p {
	margin: 0 0 0 165px;
}
#latest-articles li .date {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 1em;
}
.link-sidebar, #sidebar form {
	margin-bottom: 15px;
}
.link-sidebar, .link-sidebar img {
	display: block;
}
#sidebar form, #sidebar form ol {
	position: relative;
	overflow: hidden;
}
#sidebar form input {
	background: url("../img/style/style/bg-input.gif") repeat-x;
	display: block;
	float: left;
	clear: none;
	border: 1px solid #E0E0E0;
	width: 172px;
	padding: 3px 0 2px;
}
#sidebar form input[type=image] {
	padding: 0;
	border: none;
	width: auto;
}
#sidebar form label {
	position: relative;
	float: left;
	margin-right: 3px;
	clear: left;
}
#sidebar form label.over {
	color: #ccc;
	position: absolute;
	top: 0;
	left: 3px;
}
#sidebar #frm-subscribe {
	margin-bottom: 0;
}
#sidebar #frm-subscribe,
#sidebar #twitter-feed {
	background: url("../img/style/style/bg-sidebar-box.gif") no-repeat;
}
#sidebar #twitter-feed dd:last-child {
	background: url("../img/style/freshtop-button.jpg") no-repeat center bottom;
	padding-bottom: 100px;
}
#sidebar #frm-subscribe fieldset {
	padding: 7px 13px 2px;
	margin: 0;
}
#sidebar #twitter-feed {
	background-image: url("../img/style/style/bg-sidebar-box-twitter.gif");
	font-size: 11px;
	line-height: 15px;
	padding: 19px 17px 0 11px;
	margin-right: -6px;
}
#sidebar #frm-subscribe legend,
#sidebar #twitter-feed dt {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	background: #FFF;
	color: #558816;
	font-size: 16px;
	font-weight: bold;
	padding: 0 4px 0 2px;
}
#sidebar #frm-subscribe legend {
	position: relative;
	left: 2px;
}
#sidebar #frm-subscribe input[type=image] {
	padding: 0;
	border: none;
	width: auto;
	float: right;
	color: green;
	font-weight: bold;
	font-size: 12px;
}

#sidebar #twitter-feed dt {
	position: relative;
	left: 8px;
	top: -8px;
}
#sidebar #twitter-feed dd {
	margin-bottom: 3px;
}
#sidebar #twitter-feed dd span {
	font-weight: bold;
}

/* new clearfix method from
 * http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { /* IE6 */
	zoom: 1;
}
*:first-child+html .clearfix { /* IE7 */
	zoom: 1;
}


.right_map_view {
	float:right;
}
.map_holder {
	width:700px;
	height:400px;
	margin: 20px auto;
	
}
fieldset div.input label {
	width:150px;
}
div#mapAltDiv {
	width:700px;
	height:400px;
	margin: 20px auto;
}
table.shoplist th {
	background-color:#CCC;
}
table.shoplist tr.altrow td {
	background-color:#DDD;
}
table.shoplist tr td {
	background-color:#FFF;
}
.green {color: #00703C;font-weight: bold;}

.hide {
	display: none;
}

/*
 *	Enquiries
 */

fieldset ol, div.submit {
	padding: 20px 10px 10px 10px;
}
fieldset li {
	overflow: hidden;
	padding-bottom: 10px;
}
fieldset li.checkbox input {
	width:20px !important;
}
fieldset li.checkbox label {
	width:400px;
	text-align:left;
}
fieldset li.captcha {
	margin-left: 140px;
}

fieldset li label, fieldset li input, fieldset li select, fieldset li textarea {
	display: block;
	float: left;
	clear: none;
	width: 300px;
}
fieldset li.checkbox {
	margin-left: 110px;
}
fieldset li .checkbox label,
fieldset li .checkbox input {
	width: auto;
	text-align: left;
}

fieldset li label {
	width: 130px;
	padding-right: 10px;
	text-align: right;
	line-height: 22px;
}
fieldset fieldset {
	background: url("../../img/dashboard/spline.gif") repeat-x;
}
fieldset fieldset legend {
	color: #FFF;
	background: #13A3FF;
	padding: 5px;
	display: inline-block;
	font-weight: bold;
}
fieldset fieldset li label {
	width: 110px;
}
 .tbl { font-size:11px; padding:5px; line-height:18px;}
.tbl p{ font-size:11px; line-height:16px;}
.tblp{font-size:11px; line-height:16px;}

