/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */
body {
    font-size: 76%;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bg/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E2E2E2;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}

/*----------------*/

/* Styles for Editor in admin section  */
.productimages {
	float:left;
	margin:0 20px 10px 0;
}




.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}


ul {
	padding:5px 0px;
}
li {
	padding:2px 0px;
}
ol {
	padding:8px 0px 8px 20px;
}
a, a:visited  {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #666666;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
p a, p a:visited, #latestholder a, #latestholder a:visited  {
	border-bottom:1px #7E0F18 solid;
	text-decoration:none;
}
p a:hover, p a:focus, #latestholder a:hover {
	border-bottom:1px #000000 solid;
}
fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:3px #BD0074 solid;
}
legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em;
	color:#BD0074;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	padding:10px 0px 0px 18px;
	margin:10px 0px 10px 0px;
	font-size:0.9em;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
blockquote span {
	font-weight:bold;
	padding:10px 0px;
	display:block;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 1.9em;
	font-weight:normal;
	color:#7E0E19;
	padding:0 0 10px 0;
}
h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	color:#000000;
	clear:both;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	color:#000000;
	padding:15px 0 3px 0;
}
h4 {
	font-size:1em;
	color:#989DAF;
}

/* EDITOR STYLES */

.imgleftmargin15 {
	margin:0px 15px 15px 0px;
	float:left;
}
.imgrightmargin15 {
	margin:0px 0px 15px 15px;
	float:right;
}
.noimageborder {
	border:none !Important;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	border:2px #000000 solid;
	background-color:#333333;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 0.8em;
}
input[type="submit"], input[type="button"] {
	border:2px #000000 solid;
	background-color:#333333;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 0.8em;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border:2px #2B648E solid;
}
span.tickbox {
	padding:4px 0 0 0;
	display:block;
}

.textbox {
	width:220px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/* #####################  NEED TO HAVE GENERIC DETAILS AND GRIDVIEW STYLES ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}

/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}

/* --------- END GENERIC STUFF -------------- */

#frame {
	width:910px;
	margin:0px auto;
}

#headertop {
	height:78px;
	position:relative;
}
#header {
	background-image:url(../img/bg/header-bg.png);
	height:250px;
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}
#header img {
	margin:7px 0 0 0;
}
.logo {
	position:absolute;
	width:250px;
	left:0;
	top:10px;
}
#topnav {
	position:absolute;
	width:auto;
	right:0;
	top:45px;
}
#topnav li {
	display:inline;
	padding:0 15px 0 0;
}
#topnav li a, #topnav li a:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
#topnav li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#content {
	background-image:url(../img/bg/content-bg.png);
	padding:17px 17px 0 17px;
	background-position:top;
	background-repeat:repeat-y;
	position:relative;
	/* set a min height - This sorts the relative problem in IE7 as well */
	min-height:30em;
    height:auto !important;
    height:30em;
}
#contentfooter {
	background-image:url(../img/bg/footer-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	line-height:10px;
	height:10px;
	font-size:1px;
	margin:0 -17px 0 -17px;
}

#maincontent {
	float:left;
	width:564px;
	padding:0 0 0 10px;
}
#maincontent ul {
	padding:10px 0 10px 25px;
}
#maincontent li {
	list-style:circle;
}
#maincontent img {
	border:1px #7E0E19 solid;
}

#navigation {
	float:right;
	width:275px;
	margin:0 0 240px 0;
}
#navigation ul {
}
#navigation li {
	background-image:url(../img/navarrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#625F5F;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-top:3px;
	padding-left:45px;
}
#navigation li a, #navigation li a:visited {
	text-decoration:none;
	color:#625F5F;
	font-size:1.1em;
}
#navigation li a:hover {
	text-decoration:underline;
}

#addressholder {
	padding:12px 20px;
	color:#FFFFFF;
	background-color:#A3222F;
	font-size:1.1em;
	width:235px;
	position:absolute;
	right:15px;
	bottom:15px;
}
#addressholder h3 {
	color:#FFFFFF;
}
#addressholder a, #addressholder a:visited {
	color:#FFFFFF;
}
#addressholder a:hover {
}
#addressholder span.a1 {
	padding:0 10px 0 0;
}
#addressholder span.a2 {
	padding:0 21px 0 0;
}
#addressholder span.a3 {
	padding:0 10px 0 0;
}
#addressholder span.a4 {
	padding:0 21px 0 0;
}

#footer {
	padding:12px;
	color:#7E0E19;
	font-weight:bold;
}
#footer ul {
}
#footer li {
}
#footer li a, #footer li a:visited {
}
#footer li a:hover {
}

#poweredby {
}

/* Contact Page */

#contactdetails {
	padding:10px 0px;
}
#contactleft {
	width:48%;
	float:left;
}
#contactright {
	width:48%;
	float:right;
}


#bottomcontact {
	width:50%;
	float:right;
	text-align:right;
}
#bottomcontact li {
	display:inline;
	padding:0 15px 0 0;
}
#bottomcontact a, #bottomcontact a:visited {
	font-weight:normal;
	text-decoration:none;
}
#bottomcontact a:hover {
	text-decoration:underline;
}



/* ---- Blog Stuff ----  */

/*  BLOG THINGS ####################  */

.blogsnippets {
	padding:14px 0px 10px 0px;
	border-bottom:3px #F1F1F1 solid;
}
.blogsnippets h2 {
	font-size:1.8em;
	color:#7E0E19;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#7E0E19;
	text-decoration:none;
	font-weight:normal;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {

}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}

.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}

/* ----- SEARCH -------- */

.searchhead {
	padding:20px 0px 2px 0px;
	margin:2px 0px 10px 0px;
	border-bottom:1px #A30234 solid;
	color:#A30234;
}

.innerlight {

}



/* ################  FORMS ############### */
.myforms {
	width:45em;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 20em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	display: block;
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
  	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
/* ####################################### */






