/********** MAIN STYLES **********/

body {
	background-color: #D9BDB2;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: top center;
	line-height: 180%; 
	font-size: 12px;
	color: #663F4A;
	font-family: Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	font-size: 12px;
	margin: 0 0 60px 0;
}



div#container {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	border: 0px solid #333333;
	padding: 0px;
}


p, td {
	margin-top: 0;
	margin: 0 0 10px 0;
}

table {
	border: 0;
}

td {
    font-size: 12px;
	vertical-align: top;
}

img {
	border:0;
}


.normal11 {
	font-size: 11px;
}

.grey10 {
	font-size: 10px;
	color: #777;
}

.grey11 {
	font-size: 11px;
	color: #777;
}

.grey12 {
	font-size: 12px;
	color: #777;
}


.white10 {
	font-size: 10px;
	color: #FFF;
}

.red12 {
	color: #FF0000;
}

.nomargin {
	margin: 0;
}

a {
	color: #D7265D;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin-top: 0;  
	margin: 0 0 18px 0;  
	font-size: 26px;
	color: #663F4A;
	font-weight: 400;
	font-family: Georgia, Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	}

h2 {
	margin-top: 0;
	font-size: 14px;
	color: #D7265D;
	margin: 0 0 10px 0;  
	font-weight: 400;
}

h3,h4,h5,h6 {
	margin-top: 0;
	font-size: 12px;
}

ol, ul {
	padding: 0;
	margin: 0 0 6px 25px;	
}


ol li, ul li {
	margin: 0 0 6px 0;	
	line-height: 120%;	
}

ul li li, ul li li li {
	margin: 6px 0 6px 0;	
	line-height: 140%;	
	list-style-type: disc;
}


div#horizLineTop {
	height: 10px;
	border-bottom: 1px dashed #CCC;
}

div#horizLineBottom {
	height: 10px;
	border-top: 1px dashed #CCC;
}


/********** FORM STYLES **********/


input, textarea, select, option {
	padding: 0;
	margin: 1px 0;
}

.secureLogin_Label {
	display: block;
	text-align: left;
	float: left;  
	width: 90px;  
	margin: 0 5px 0 0;
}

#securePages_Submit {
	width: 100px;
	margin: 6px 0;
}

/********** HEADER STYLES **********/

div#header {
	height: 190px;
	margin: auto;
}

div#headerLEFT {
	width: 180px;	
	float: left;
	margin: 0px;
	text-align: left;
}

div#headerRIGHT {
	width: 750px;	
	float: right;
	margin: 0;
	text-align: right;
	background-image: url(images/searchBG.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

/********** RANDOM IMAGE BLOCK **********/

div#headerImages {
	height: 110px;
	margin: auto;
}



/********** MENU STYLES **********/


div#topMenu {
	float: left;
	padding: 27px 0 0 0;
	height: 30px;
	width: 100%;
	margin: 0px auto;
	background-image: url(images/topMenu.jpg);
	background-repeat: repeat-x;
	text-align: left;
	color: #D7265D;
	text-transform: uppercase;
}



p.topMenu {
	font-size: 12px;
	padding: 0;
	line-height:100%;
	color: #D7265D;
}

a.topMenu {
	color: #D7265D;
	padding: 0;	
	text-decoration: none;	
}

a.topMenuActive {
	font-size: 12px;
	padding: 0 0 8px 0;
	color: #663F4B;
	font-weight: 400;
	text-decoration: none;	
	background-image: url(images/topMenuActive.png);
	background-repeat: no-repeat;
	background-position: bottom center;	
}


a:hover.topMenu {
	font-weight: 400;
	color: #663F4B;
	text-decoration: none;	
}


div#topSubMenu {
	float: left;
	padding: 10px 0 0 0;
	height: 20px;
	width: 100%;
	margin: 0px auto;
	background-image: url(images/topMenu.jpg);
	background-repeat: repeat-x;
	text-align: left;
	color: #D7265D;
}

p.topSubMenu {
	font-size: 12px;
	padding: 0;
	line-height:100%;
	color: #D7265D;
}

a.topSubMenu {
	color: #D7265D;
	padding: 0;	
	text-decoration: none;	
}

a.topSubMenuActive {
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #663F4B;
	font-weight: 400;
	text-decoration: none;	
	background-image: url(images/subMenuActive.png);
	background-repeat: repeat-x;
	background-position: bottom center;	
	
}


a:hover.topSubMenu {
	font-weight: 400;
	color: #663F4B;
	text-decoration: none;	
}




td.sideMenu {
	text-align: left;
	color: #333;
	padding: 5px 0;
	border-right: 1px SOLID #DDD;
}


/* FirstLevel only used in menuSideOnly.php */
p.sideMenuFirstLevel {
	line-height:150%;
	margin: 0 7px;
	color: #333;
}

a.sideMenuFirstLevel {
	color: #333;
	text-decoration: none;	
}

a:hover.sideMenuFirstLevel {
	font-weight: 400;
	color: #777;
	text-decoration: none;	
}

a.sideMenuFirstLevelActive {
	font-weight: 400;
	color: #777;
	text-decoration: none;	
}



p.sideMenu {
	line-height:150%;
	margin: 0 7px 0 20px;
	color: #333;
}

a.sideMenu {
	color: #333;
	text-decoration: none;	
}

a:hover.sideMenu {
	font-weight: 400;
	color: #777;
	text-decoration: none;	
}

a.sideMenuActive {
	font-weight: 400;
	color: #777;
	text-decoration: none;	
}



/********** CONTENT STYLES **********/

div#Content {
	margin: 0px auto;
	padding: 20px 0 200px 0;
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 200px;	
}

.ContentSummary {
	font-family: Lucida Sans, arial, verdana;
	font-size: 15px;
	padding: 5px 0 10px 0;
	line-height: 150%;
}


div#homeLeft {
	width: 315px;    
	float: left;
	text-align: left;
}

div#homeRight {
	width: 610px;
	height: auto;
	float: right;
	text-align: left;
}

div#contentLeft {
	width: 580px;    
	float: left;
	text-align: left;
}

div#contentRight {
	width: 315px;
	float: right;
	text-align: left;
}

div.clear {
 clear: both;
}


#backtotop {
	text-align: center;
	margin: 12px 0 6px 0;
}

/********** SEARCH STYLES **********/

.searchHeading {
	color: #663F4A;
	line-height: 120%;
	font-weight: 700;
	margin: 3px 0;
}



/********** NEWS STYLES **********/

div#newsBG {
	background-image: url(images/latestnewsBG.png);
	background-repeat: no-repeat;
	background-position: top left;	
	height: 165px;
	padding: 60px 25px 0 15px;
}

.newsTitle {
	font-size: 120%;
	margin: 0 0 2px 0;
	font-weight: 700;
}

.newsPost {
	color: #D7265D;
}

.newsPostITEM {
	color: #D7265D;
}

.newsSummary {
	font-weight: 400;
	color: #D7265D;
	margin: 0 0 12px 0;
}

.newsSummaryITEM {
	line-height: 150%;
	font-weight: 400;
	color: #D7265D;	
	margin: 16px 0 16px 0;
}

.newsContent {
	font-weight: 400;
	margin: 0;
}

.newsLink {
	font-weight: 400;
	margin: -10px 0 10px 0;
}

a.newsLink {
	color: #663F4A;
	text-decoration: underline;	
}

a:hover.newsLink {
 	text-decoration: none;	
}

.newsTitle_plugin {
	margin: 0 5px 2px 5px;
	font-size: 14px;
	font-family: Lucida Sans, arial, verdana;
	line-height: 130%;
	font-weight: 400;
}

.newsPageTitle_plugin {
	margin: 5px;
	font-weight: 700;
}

.newsSummary_plugin {
	margin: 0 5px;
	font-family: Lucida Sans, arial, verdana;
	font-size: 12px;
	line-height: 130%;
}

.newsLink_plugin {
	margin: 10px 5px 10px 5px;
	font-size: 11px;
}

.newsMoreNewsLink_plugin {
	margin: 0px 5px 10px 5px;
	font-size: 11px;
}

a.newsMoreNewsLink_plugin {
	text-decoration: none;	
	margin: 0;
}


/********** FAQ STYLES **********/

.faqQuestion {
	margin: 0 0 6px 0;
}

.faqQuestionITEM {
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 6px 0;
}

.faqAnswer {
	font-weight: 400;
	margin: 16px 0 0 0;
}

.faqLink {
	font-weight: 400;
	margin: 0 0 10px 0;
}

a.faqLink {
	color: #333;
	text-decoration: none;	
}

a:hover.faqLink {
 	text-decoration: underline;	
}


/********** NEWS STYLES **********/

.photoCaption {
	font-size: 12px;
	margin: 6px 0 6px 0;
	font-weight: 700;
}

td.gallery {
	border: 1px dashed #ebebeb;
}

div.photo {
	padding: 6px 0 10px 0;
}


/********** BLOG STYLES **********/

.blogtitle {
	font-size: 12px;
	margin: 20px 0 2px 0;
	font-weight: 600;
}

.blogdateDisplay {
	font-size: 11px;
	margin: 0;
	font-weight: 400;
	color: #777;
}

.blogpost {
	font-size: 12px;
	margin: 0 0 -6px 0;
	font-weight: 400;
	color: #333;
}

.blogcommentsBlock {
	display: none;
	border-bottom: 1px dotted #999; 
	margin: 0;
	padding: 0 0 8px 0;
}

a.blogCommentsLink {
	text-decoration: none;
	color: #FF6600;
	padding-left: 6px 0;
}


.blogcommentDate {
	font-size: 11px;
	margin: 6px	 0 0 0;
	font-weight: 400;
	color: #999;
}

.blogcomments {
	font-size: 11px;
	margin: 6px	 0 0 0;
	font-weight: 400;
	color: #555;
}


/********** STAFF STYLES **********/

.staffname {
	font-size: 13px;
	margin: 0 0 2px 0;
	font-weight: 700;
}

.staffposition {
	font-size: 12px;
	margin: 0 0 2px 0;
	font-weight: 400;
}

.staffphone {
	font-size: 12px;
	margin: 0 0 2px 0;
	font-weight: 400;
}

.email {
	font-size: 12px;
	margin: 0 0 2px 0;
	font-weight: 400;
}

.staffdesc {
	font-size: 12px;
	margin: 20px 0 0 0;
	font-weight: 400;
}



/********** ARTICLE STYLES **********/

.articleCategoryList {
	font-size: 18px;	
}

.articleIndexTitle {
	margin: 0 0 0 0;
	font-weight: 700;
}

.articleIndexSummary {
	margin: 0 0 0 0;
}

.articleLastUpdated {
	margin: 0 0 0 0;
	color: #777;
}

a.articleCategoryLinks {
	margin: 0 0 10px 0;
	text-decoration: none;
}

a:hover.articleCategoryLinks {
	text-decoration: underline;	
}

.articleLink {
	margin: 0 0 12px 0;
}



/*********** CATALOGUE STYLES ************/

.productname {
	color: #777;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.productnameGRID {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 2px 0;
}

.price {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 8px 0;
}

.price_linethru {
	color: #333;
	font-size: 12px;
	text-decoration: line-through;
	margin: 0 0 8px 0;
}

.onsale {
	color: #FF0000;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 8px 0;
}

.priceGRID {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px 0;
}


.stock {
	color: #777;
	font-size: 11px;
	margin: 0 0 6px 0;
}


td.catalogTable {
	border-bottom: 1px SOLID #DDD;
}

a.paging {
	text-decoration: none;
	padding: 4px 2px;
}

.pagingActive {
	padding: 4px 8px; 
	background-color: #999; 
	color: #FFF;
}


/*********** FEEDBACK STYLES ************/

.feedbackHeading {
	color: #333;
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 0 0;
}

.feedbackMain {
	color: #333;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin:0 0 0 0;
}

#feedbackCopy {
	margin: 6px 0 20px 0;
	border-bottom: 1px dotted #CCC;
}

a.feedbackWebsite {
	font-size: 12px;
	color: #777;
	font-style: normal;
	font-weight: 400;
}

#feedbackPostButton {
	width: 100%;
	text-align: right;
	padding: 0 0 10px 0;
}


ul.feedbackPostList {
	font-size: 11px;
	padding: 0;
	margin: 0 0 6px 25px;	
}

ul li.feedbackPostList {
	margin: 0 0 6px 0;	
	line-height: 120%;	
}

.feedbackPageTitle_plugin {
	margin: 5px;
	font-weight: 700;
}

.feedbackSummary_plugin {
 font-size: 11px;
 line-height: 150%;
 margin: 5px;
}

.feedbackSummary_author {
 font-size: 11px;
 line-height: 150%;
 margin: 0 5px;
}

.feedbackMoreFeedbackLink_plugin {
	margin: 10px 5px 10px 5px;
	font-size: 11px;
}

a.feedbackMoreFeedbackLink_plugin {
	text-decoration: none;	
	margin: 0;
}

/********** CALENDAR STYLES **********/

#cal {
 	color:#FFF; 
	background-color:#D5D5D5; 
	border: 1px solid #999; 
}

#cal td { 
 	text-align:center; 
	width: 30px;
	height:20px; 
	background-color: #FFF; 
	color: #333
}

tr#days-of-week td { 
	background-color: #EEE;
}

#cal thead td {
	background-color: #D5D5D5;
	font-size: 12px; 
	font-weight: bold;
}

#cal thead a {
 	color: #000;
}

#cal a {
 	color: #ff6600; 
	text-decoration:none;
}

#cal .cal-prev-month-day, #cal .cal-next-month-day {
 	color: #FFF;
}

#cal-current-day {
 	background-color: #EEE !important;  /* Important must be left in */ 
}


#calendarLeft {
	margin-top: 0;
	float: left;
	width: 230px;    
	display: block;
	height: auto;
	padding: 0;
}

#calendarRight {
	margin-top: 0;
	width: auto;
	margin-left: 250px;
	display: block;
	height: auto;
	padding: 0 30px 0 5px;
}

#linksUnderCalendar {
	text-align: center; 
	width: 215px; 
	color: #999;
}

.CalendarHeading {
	font-size: 16px;
	color: #FF6600;	
	margin: 0 0 14px 0;
}

.eventName {
	margin: 0 0 3px 0;
	font-weight: 700;
}

.eventDate {
	color: #555;	
	margin: 0;
}


.eventMoreDetails {
	color: #555;	
	margin: 0;
}

a.eventDetails {
	color: #777;	
	margin: 0;
}

a.eventDetails:hover {
	color: #FF6600;	
	margin: 0;
}

.eventDesc {
	color: #333;	
	padding: 16px 0px;
}

#eventForm {
 	width: 215px;
	padding: 12px 0;
 	text-align: center;
	font-size: 11px;	
}

.eventForm {
	font-size: 11px;	
}

.eventSubmit {
	border: 1px SOLID #999;
	background-color: #DDD;
	height: 20px;
	color: #555;
	padding: 0px 4px;
	
}
/********** FOOTER STYLES **********/


div#footer {
	background-image: url(images/footerBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	width: 960px;
	height:140px;
	text-align: left;
	color: #663F4A;
}



div#footerLeft {
	width: 45%;    
	float: left;
	text-align: left;
}

div#footerRight {
	width: 45%;
	float: right;
	text-align: left;
}


.footer {
	font-size: 11px;
	color: #663F4A;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
}

.footerBrown {
	font-size: 16px;
	color: #663F4A;
	font-family: Georgia,Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	font-style: italic; 
	
}

.footerPink {
	font-size: 16px;
	color: #D7265D;	
	font-family: Georgia,Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
}


.footerOpenhours {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #663F4A;
	font-family: Georgia,Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
}

.footerDay {
	font-size: 14px;
	margin: 0 0 2px 0;
	color: #D7265D;	
	font-family: Georgia,Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	font-style: italic; 
}

.footerTime {
	font-size: 14px;
	margin: 0 0 2px 0;
	color: #663F4A;
	font-family: Georgia,Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
}


a.footer {
	color: #663F4A;
	text-decoration: none;
}

a:hover.footer {
	text-decoration: underline;
}

a.policesLink {
	color: #663F4A;
	text-transform: uppercase;
	text-decoration: underline;
}

a:hover.policesLink {
	text-decoration: none;
}



