/*****************************************************************************************/
/* This CSS file affects the
/* formatting of the site
/* for positioning see formatting.css
/*
/* Organised into: 
/*			whole site
/*					html, body
/*			main div colours 
/*					bannerHome, mainmenuH, title, main
/*					column1, column2_1, column2_2, column3
/*			titles and headings
/*					h3, h4, h5, h6, h7(class), secondaryTitle, othermagTitle, magazineTitle
/*			text
/*					a, linkstrip, linkstrip a, linkstrip a:hover, mainmenu, mainmenu a, 
/*					mainmenu a:hover, day, quote, tableinfo, price
/*			blocks
/*			div specific styles
/*
/*****************************************************************************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: #ef9de4;
	background-image:url(images/site_layout/bg3.gif);
	background-position:center;
	background-repeat:repeat;
	font-size: 12px;
	font-weight: normal;
}

#mainmenuH {/*main menu*/
	text-align: center;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#title {
	background-color: #EFECDE;
	text-align: left;
	color: #FFFFFF;
	padding-top: 20px;
	position: relative;
}

/*main content container*/

#main{
	background-color: #FFFFFF;
}

/*content columns*/

#column1 {
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
}

#column2_1 {/*used in 2 column pages (subpage_sub_2col.dwt.php)*/
	vertical-align: top;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #877C6A;
}

#column2_2 {/*used in 3 column pages (subpage_sub_3col.dwt.php)*/
	vertical-align: top;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #877C6A;
	border-left-color: #877C6A;
	background-color: #FFFFFF;
}


#column3 {/*used in 3 column pages (index.dwt.php, mainpage.dwt.php and subpage_sub_2col.dwt.php)*/
	vertical-align: top;
	background-color: #FFFFFF;
}


/* titles and headings */

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #73AA00;
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #660099;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	text-transform: uppercase;
}

h5 {
	color: #759B00;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #86B300;
	margin: 0px;
}

.h7 {
	font-size: 10px;
	color: #86B300;
}

.secondaryTitle {
	font-weight: bold;
	color: #666600;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
}


.magazineTitle {
	font-style: italic;
	font-weight: bold;
}

.othermagTitle {
	font-size: 12px;
	font-weight: bold;
	color: #795200;
}

/* spanning text stles */

a {
	font-size: 12px;
	color: #628B43;
}

a:hover {
	color: #990000;
}

.mainmenu,  .mainmenu a{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mainmenu a:hover{
	color: #E7D60A;
}

.day {
	font-size: 24px;
}

.quote {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

.tableinfo {
	text-align: justify;
}

.price {
	color: #FF0000;
	font-weight: bold;
}

/* blocks */

.blob{
	height: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thumbs {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
}

/* div specific styles */


#secondaryContent label{
	font-size: 10px;
}

#mainmenuH td {
	width: 84px;
	color: #000000;
	text-align: left;
}
.footer a:hover{
	color: #990000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.featuretable img{
	border: thin solid #877C6A;
}
blockquote {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}

.tblob_white {
	background-color: #FFFFFF;
}

.tblob_tan {
	background-color: #ffd7ff;
	margin-bottom: 20px;
}

.tblob_blue {
	background-color: #CCCCFF;
	margin-bottom: 20px;
}

.tblob_transparent{
	margin-bottom: 10px;
}

.normal a {
	font-size: 12px;
}

#extramenu {
	margin-left: -10px;

}

#extramenu td{
	border: thin dotted #C4B473;
	margin-top: 10px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#extramenu td a{
	display: block;
	color: #666633;
	padding-left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
}

#extramenu td a:hover{
	display: block;
	background-color: #FFCCFF;
	color: #993333;
}


/*old stuff
#extramenu td{
	border: thin dotted #DCD2AC;
	margin-top: 20px;
	display: block;
	background-color: #FFFFFF;
}

#extramenu td a{
	display: block;
	color: #666600;
	text-decoration: none;
	padding-left: 10px;
}

#extramenu td a:hover{
	background-color: #EFE8A9;
	display: block;
	color: #666600;
}
*/

.portrait img{
	float: left;
	margin-right: 15px;
	border: thin solid #877C6A;
	margin-bottom: 10px;
}

.portraitRight img{
	float: right;
	margin-left: 1px;
	border: thin solid #877C6A;
	margin-bottom: 10px;
	position: relative;
	right: -18px;
}

.MainpgTxt {
	font-size: 12px;
	color: #000066;
	margin: 0px;
}

.needlePink{
	position: relative;
	z-index: 2;
	top: -50px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/needle_pink.gif);
	height: 37px;
	width: 30px;
}

.needleGreen {
	position: relative;
	z-index: 2;
	top: -50px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/needle_green.gif);
	height: 37px;
	width: 30px;
}

.needleBlue {
	position: relative;
	z-index: 2;
	top: -50px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/needle_blue.gif);
	height: 37px;
	width: 30px;
}

.needleYellow{
	position: relative;
	z-index: 2;
	top: -50px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/needle_yellow.gif);
	height: 37px;
	width: 30px;
}

textarea.txt{
	border: thin dashed #768154;
	background-color: #FFFFFF;
}

input.txt{
	background-color: #FFFFFF;
	border: thin dashed #768154;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}

.border{
	border: thin solid #669933;
}

#quicklinks{
	position:absolute;
	width:260px;
	height:118px;
	z-index:11;
	left: 670px;
	top: 25px;
	font-size: 10px;
	text-align: right;
}
#quicklinks a {
	color: #736052;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #DDAF77;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #669900;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
.contact {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
h2 {
	font-size: 18px;
}

/*----------newsletter------------*/

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.smalltext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}



.boxborder {
	border: 1px solid #deb3a2;
}


.newsletter_button{
	background-color: #d26169;
}

.readmore a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.readmore a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.newsletter_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ce677a;
}

.newsletter_head_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}


.newsletter_text_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.newsletter_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a5765;
}