/*****************************************************************************************/
/* 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: Verdana, Arial, Helvetica, sans-serif;
	color: #790508;
	background-color: #768154;
	font-size: 12px;
	font-weight: normal;
}

#bannerHome {/*in case flash doesn't work - fix this later*/
	background-color: #EFECDE;
	background-image: url(images/site_layout/bgv4.jpg);
}

#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{
	color: #990000;
	background-color: #EFECDE;
}

/*content columns*/

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

#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;
}


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


/* titles and headings */

h3 {
	color: #29653f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	margin-bottom: 0px;
}

h5 {
	font-weight: bold;
	color: #29653f;
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	line-height: 14px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666600;
	margin: 0px;
}

.h7 {
	font-size: 10px;
	color: #29653f;
}

.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: 11px;
	color: #29653f;
}

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: #DFD8BC;
	margin-bottom: 20px;
}

.tblob_transparent{
	margin-bottom: 10px;
}

.normal a {
	font-size: 12px;
}
#column1 li {
	list-style-type: none;
	display: block;
	background-color: #EFECDE;
	list-style-position: inside;
	text-align: left;
}
#column1 ul {
	margin-left: 10px;
}

#extramenu {
}

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

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

#extramenu td a:hover{
	display: block;
	background-color: #DFD7BD;
	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;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #877C6A;
}

.portraitBorder img{
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thin solid #877C6A;
}

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

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

.tagYellow{
	position: relative;
	z-index: 2;
	top: -40px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/tag_yell.gif);
	height: 34px;
	width: 31px;
}

.tagRed{
	position: relative;
	z-index: 2;
	top: -40px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/tag_red.gif);
	height: 34px;
	width: 31px;
}

.tagBlue{
	position: relative;
	z-index: 2;
	top: -40px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/tag_blue.gif);
	height: 34px;
	width: 31px;
}

.tagDarkBlue{
	position: relative;
	z-index: 2;
	top: -40px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/tag_darkblue.gif);
	height: 34px;
	width: 31px;
}

.tagGreen{
	position: relative;
	z-index: 2;
	top: -40px;
	float: right;
	right: -10px;
	background-image: url(images/site_layout/tag_green.gif);
	height: 34px;
	width: 31px;
}
textarea.txt{
	border: thin dashed #768154;
	background-color: #FFFFFF;
}

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

#floatLtBorder {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	border: thin solid #877C6A;
	margin-bottom: 15px;
}


.floatleftBorder {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	border: thin solid #877C6A;
	margin-bottom: 15px;
}

.floatrightBorder {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	border: thin solid #877C6A;
	margin-bottom: 15px;
}

#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;
}
.craftnewslettermain {
	color: #FFFFFF;
}
.craftnewslettersubtext {

	color: #3E501E;
}
.pad5around {
	padding: 5px;
}

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

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

.newsletter_button{
	background-color: #bf5b5b;
}

.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: #008040;
}

.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: #993333;
}

.homepage_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #661619;
	font-weight: bold;
}