
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	background: White;
	background-image: url("images/bg.jpg");
	background-position: 0 0;
    background-repeat: repeat;
	margin-left : 5px;
	margin-right : 5px;
	margin-top: 5px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #0A0A68;
	font-size: 11px;

}

/*      page titles      */
h1 {
	color:#A8B700;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

/*      sub titles, category headings etc       */
h2 {
	color:Black;
	font-weight: bold;
	font-size: 12px;
	background-color : #F4F7CD;
	padding: 1px
}

/*       third level titles, news headlines, faq questions      */
h3 {
	color:#A8B700;
	font-size: 12px;
}
.u{
	 text-decoration : underline;
}
.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text24{
	font-size: 24px;
}
.text20{
	font-size: 20px;
}
.text18{
	font-size: 18px;
}
.text14{
	font-size: 14px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}
.textred{
	color: #BD3032;
}
.textwhite{
	color: White;
}
.textdkblue{
	color: #0A0A68;
}
.textmidblue{
	color: #83B1CD;
}
.textbeige{
	color: #A3967B;
}
.textpink{
	color: #E22882;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	color : #83B1CD;
	font-weight: bold;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}

A.special {
	text-decoration : none;
	background-color : transparent;
	color: #0A0A68;
	font-size: 12px;
	font-weight: normal;
}
A:special:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.breadcrumb {
	text-decoration : none;
	background-color : transparent;
	color: Black;
	font-size: 9px;
}
A.breadcrumb:HOVER {
	text-decoration : underline;
	color: black;
}

A.toplevel {
	text-decoration : none;
	background-color : transparent;
	color: #0A0A68;
	font-size: 11px;
	font-weight: normal;
	/* margin : 0.2em 0em 0.2em 1.0em;*/
}
A.toplevelon {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 11px;
	font-weight: normal;
	/* margin : 0.2em 0em 0.2em 1.0em;*/
}
A.firstlevel {
	display: block;
	text-decoration : none;
	background-color :#DAE7F0;
	color: #0a0a68;
	font-size: 10px;
	font-weight: bold;
	/*margin : 0.2em 0em 0.2em 2em;*/
	padding: 5px 12px 5px 8px;
}
A.firstlevel:HOVER {
	text-decoration : underline;
	background-color : #DAE7F0;
}
A.secondlevel {
	display: block;
	text-decoration : none;
	background-color :#E8E4DC;
	color: #0a0a68;
	font-size: 10px;
	font-weight: normal;
	/*margin : 0.1em 0em 0em 0em;*/
	padding: 5px 12px 5px 15px;
}
A.secondlevel:HOVER {
	text-decoration : underline;
	background-color : #E8E4DC;
}
A.thirdlevel {
	display: block;
	text-decoration : none;
	background-color : White;
	color: #83B1CD;
	font-size: 10px;
	font-weight: normal;
	/*margin : 0.2em 0em 0.2em 2em;*/
	padding: 3px 12px 3px 22px;
	
}
A.thirdlevel:HOVER {
	text-decoration : underline;
	background-color : White;
}
.linetop  {
	border-top: 1px solid White;
	/*padding:2px;*/
}
.linebtm {
	border-bottom: 1px solid White;
	/*padding:6px;*/
}
.linebtm2 {
	border-bottom: 1px solid White;
	/*padding:4px;*/
}
/* skiplink */
.skiplink {display:none}

/* Colours*/
.beige{
	background: #E8E4DC;
}

.dkblue{
	background: #0A0A68;
}

.midblue{
	background: #83B1CD;
}
.ltblue{
	background: #DAE7F0;
}
.white{
	background: White;
}
.ltgold{
	background: #caaf80;
}
.gold{
	background: #b89251;
}
.red{
	background: #b02528;
}

/* Spacing*/
.spacing{
	padding:4px;
}

.spacing2{
	padding:10px;
}
.border{
	border : 1px solid #E8E4DC;
	padding: 0px;
}
.bgclearance {
	background-image: url(images/daffs.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bghome {
	background-image: url(images/home_temp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.feat-border{
	border : 0.1em solid #E8E4DC;
	padding:4px;
	margin:2px 6px 2px 2px;
}


/* Forms*/
formfield{
	border : 0.1em solid #83B1CD;
	background-color :White;
	color:#0A0A68;
}
input{
	border : 0.1em solid #83B1CD;
	padding : 0.2em;
	background-color :White;
	color:#0A0A68;
}

select {
	border : 0.1em solid #83B1CD;
	background-color :White;
	color: #0A0A68;
	font-size: 11px;
}

.quantity{
	border : 0em;
	margin : 0.3em 0em 0.3em 0em; 
	padding : 0.2em;
	background-color :#FACCAB;
	width : 20px;
}

.button{
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :#CBDC0D;
	color : Black;
	font-size: 11px;
}
.checkbox{
	border : 0em;
	margin : 0em;
	padding : 0em;
	background-color : transparent;
	width : 20px;
	color:#0A0A68;
	border : 0.1em solid #83B1CD;
}
textarea {
	border : 0.1em solid #83B1CD;
	/*margin : 0.3em 0.5em 0em 0em;*/
	padding : 0.2em;
	background-color :White;
	color:#0A0A68;
}

UL {

	color:#83B1CD;
	list-style : disc;
	list-style-position : outside;
	font-weight: bold;
}

/* any error in the page (usually from form submission) is displayed with the following options*/
.errmsg { 
	color: #ff0000;
 }

 /* any informational message when submitting a form */
.msg { 
	color: #ff0000;
 }

 /* when a form has been submitted and there is an error this style is applied to the field name with the problem*/
 .errorfield { 
 	color: #ff0000;
  }
  #countdown{
  position:relative;
  margin-left:255px;
  margin-top:260px;
  color:#fff;
  font-size:18px;
  }
  
  #days, #hours, #minutes, #seconds{
  font-weight:bold;
  color:#fff;
  font-size:30px;
  }
  
