/********** MAIN STYLES **********/

body {
	background-color: #33CC33;
	line-height: 150%; 
	font-size: 12px;
	color: #333;
	font-family: Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	font-size: 12px;
	margin: 0;
}


div#mainContainer {
	width: 800px;
	background-image: url(images/border.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;	
	border: 0px solid #333333;
}

div#container {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;	
	border: 0px solid #333333;
	padding: 0px;
}

div.clear {
 clear: both;
}


p, td {
	margin-top: 0;
	margin: 0 0 10px 0;
}

.contactsSideMenu {
            font-size: 11px;
            color: #333;
            margin: 0 0 0 15px;        
}


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;
}

.white11 {
	font-size: 11px;
	color: #FFF;
}

.white12 {
	font-size: 12px;
	color: #FFF;
}

.red12 {
	color: #FF0000;
}

.nomargin {
	margin: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

hr {
	height: 1px;
	border-top: 1px dotted #CCC;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;

}

h1 {
	margin-top: 0;  
	margin: 0 0 18px 0;  
	font-size: 24px;
	color: #00cc00;
	line-height: 120%;
	font-weight: 400;
	font-family: Lucida Sans, Lucida Grande, Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	}

h2 {
	margin-top: 0;
	font-size: 14px;
	margin: 0 0 10px 0;  
	color: #333;
	font-weight: 400;	
	line-height: 120%;	
}

h3,h4,h5,h6 {
	margin-top: 0;
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;	
}

ol, ul {
	padding: 0;
	margin: 0 0 6px 25px;	
}


ol li, ul li {
	margin: 0 0 6px 0;	
	line-height: 150%;	
}

ul li li, ul li li li {
	margin: 6px 0 6px 0;	
	line-height: 150%;	
	list-style-type: disc;
}


div#horizLineTop {
	height: 10px;
	border-bottom: 1px dashed #CCC;
}

div#horizLineBottom {
	height: 10px;
	border-top: 1px dashed #CCC;
}


.searchHeading {
	color: #333;
	line-height: 120%;
	font-weight: 700;
	margin: 3px 0;
}


div#hostLoginPlugin {
	background-image: url(images/hostLoginPluginBG.jpg);
	background-repeat: no-repeat;
	height: 35px;
	text-align: right;
	padding: 0;
	margin: 0;
}

div#pointsofdifferenceBG {
	background-image: url(images/pointdiffBG.jpg);
	background-repeat: no-repeat;
	height: 171px;
	padding: 0 0 10px 0;
}

div#pointsofdifference {
	height: 100px;
	width: 80%;
	padding: 55px 0 0 224px;
	
}

.pdText {
	color: #555;
}

/********** 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;
}

.formValidationErrors {
	color: #FF0000;
}

.formRequried {
	color: #999;
	font-size: 10px;
}


/********** HEADER STYLES **********/

div#headerBG {
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 115px;
	margin: auto;
}

div#header {
	height: 115px;
	width: 920px;
	margin: auto;
}

div#headerLeft {
	width: auto;	
	float: left;
	margin: 0px;
	text-align: left;
}

div#headerRight {
	height: 115px;
	width: 595px;	
	background-image: url(images/headerright.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: right;
}

/********** MID GREY BLOCK **********/

div#midgreyBG {
	background-image: url(images/midgreyBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 115px;
	margin: auto;
}

div#midgrey {
	height: 115px;
	width: 920px;
	margin: auto;
}

div#midgreyLeft {
	width: auto;
	float: left;
	width: 46%;    
}

div#midgreyRight {
	width: 405px;
	float: right;
	text-align: right;
	margin: 23px 0 0 0;
}


/********** BLOG BLOCK **********/

div#blogBG {
	background-image: url(images/blogBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 45px;
	margin: auto;
}

div#blogWrapper {
	height: 45px;
	width: 880px;
	margin: 0 auto;
}

div#blogPluginLeft {
	width: 700px;
	padding: 14px 0 0 0;
	float: left;
}

div#blogPluginRight {
	width: 90px;
	float: right;
	text-align: right;
	margin: 0;
}

.blogPlugin_Heading {
	color: #FFF;
	font-size: 11px;
	margin: 0;
	font-weight: 600;
}

.blogPlugin_Date {
	color: #FFF;
	margin: 0;
	font-size: 11px;
	font-style: italic;
}

.blogPlugin_Title {
	color: #FFF;
	margin: 0;
	font-style: italic;
	font-size: 11px;
}

a.blogPlugin_ReadMore {
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}

a:hover.blogPlugin_ReadMore {
	color: #FFF;
	text-decoration: underline;
}

/********** MENU STYLES **********/

div#topMenuBG {
	background-image: url(images/topMenuBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 55px;
	margin: auto;
}

div#topMenu {
	height: 55px;
	width: 920px;
	margin: 0px auto;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
}

div#topMenuDowndown {
	/* other styles set in /menu/menuTopDropdown.css */
	margin: 0px auto;
	width: 100%;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
}


p.topMenu {
	font-size: 13px;
	padding: 14px 2px;
	line-height:100%;
	color: #FFF;
}

a.topMenu {
	color: #FFF;
	padding: 14px 8px;	
	text-decoration: none;	
}

a.topMenuActive {
	font-size: 13px;
	padding: 14px 8px;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;	
}


a:hover.topMenu {
	font-weight: 400;
	text-decoration: none;	
}

td.sideMenu {
	text-align: left;
	color: #333;
	padding: 0 0 20px 20px;
}

td.sideMenuMiddle {
	background-image: url(images/sideMenuMiddle.jpg);
	background-repeat: repeat-y;
	height: 250px;
	text-align: left;
	color: #333;
	padding: 5px 0 0 0;
}


/* 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:200%;
	margin: 0;
	font-size: 11px;
	color: #333;
	padding: 2px 10px 4px;
	width: 180px;  /* width less 2 x padding */
	border-bottom: 0px SOLID #DDD;
	background-image: url(images/sideMenuDivider.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

a.sideMenu {
	color: #333;
	text-decoration: none;	
}

a:hover.sideMenu {
	font-weight: 400;
	color: #888;
	text-decoration: none;	
}

a.sideMenuActive {
	font-weight: 400;
	color: #888;
	text-decoration: none;	
}


/********** FEATURED PROJECTS BLOCK **********/

td.featuredHomePage {
 	padding: 10px 20px 20px 10px;	
}

div#featuredTop {
	height: 10px;
	background-image: url(images/featuredTop.jpg);
	background-repeat: no-repeat;	
}

div#featuredMiddle {
	height: 300px;
	background-image: url(images/featuredMiddle.jpg);
	background-repeat: repeat-y;	
}

div#featuredBottom {
	height: 10px;
	background-image: url(images/featuredBottom.jpg);
	background-repeat: no-repeat;	
}

/********** CONTENT STYLES **********/

div#ContentBG {
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 350px;
	margin: auto;
}

div#Content {
 	background-color: #FFFFFF;
 	width: 920px;
	min-height: 350px;
	margin: 0px auto;
	padding: 20px 0 5px 0;
}

.ContentSummary {
	font-family: Lucida Sans, Lucida Grande, Tahoma, arial, verdana;
	font-size: 18px;
	padding: 5px 0 10px 0;
	color: #555;
	line-height: 150%;
}

td.content {
	margin-top: 0;
	text-align: left;
	height: 300px;
	padding: 10px 40px 20px 40px;
}

td.contentHomePage {
	padding: 10px 10px 20px 20px;
}

div#contentLeft {
	float: left;
	width: 46%;    
}

div#contentRight {
	width: 46%;
	float: right;
}

div#contentClear {
	clear: both;
}


#backtotop {
	text-align: center;
	margin: 12px 0 6px 0;
}



/********** FOOTER ICONS BLOCK **********/

div#footericonsBG {
	background-image: url(images/footericonsBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	margin: auto;
}

div#footericons {
	height: 90px;
	width: 880px;
	margin: auto;
}


/********** FOOTER STYLES **********/


div#footer {
	margin: 0px auto;
	width: 920px;
	height: 80px;
	text-align: left;
	color: #FFF;
}

div#footerLeft {
	float: left;
	padding: 0 0 0 40px;
	width: auto;
}

div#footerRight {
	width: 255px;
	float: right;
	text-align: right;
}


.footer {
	font-size: 11px;
	color: #FFF;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
}

a.footer {
	color: #FFF;
	text-decoration: none;
}

a:hover.footer {
	text-decoration: underline;
}

a.policesLink {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: underline;
}

a:hover.policesLink {
	text-decoration: none;
}



/****************************** MODULES ******************************/

/********** ADVERTISING STYLES **********/

div#sideadverts {
	background-color: #FFF;
	padding: 0;
	min-height: 160px;
	width: 180px;
	margin: 0px auto;
}

.advertsHeading {
	font-size: 11px;
	color: #555;
	margin: 5px 0 0  10px;
	text-align: left;
	text-transform: uppercase;
}

div.sideAdvertPadding {
	padding: 0;
}


/********** 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;
}


/********** BLOG STYLES **********/

.blogtitle {
	color: #222;
	font-size: 18px;
	margin: 28px 0 4px 0;
	line-height: 130%;
	font-weight: 400;
	font-family: georgia;
}

a.blogtitle {
	color: #555;
}


.blogdateDisplay {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-family: georgia;
	font-style: italic;
	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: #00CC00;
	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;
}


/********** 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;
	
}

/********** 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;	
}


/*********** 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: left;
	padding: 0 0 20px 0;
}


ul.feedbackPostList {
	font-size: 11px;
	padding: 0;
	margin: 0 0 6px 25px;	
}

ul li.feedbackPostList {
	margin: 0 0 6px 0;	
	line-height: 120%;	
}

div#feedbackPluginBG {
 	height: 60px;
	background-image: url(images/feedbackPluginQuotes.jpg);
	background-repeat: no-repeat;
}

div#feedbackPluginInner {
	padding: 0 55px 0 70px;
	font-family: georgia, times, arial;
	font-style: italic;
	color: #777;
}

.feedbackPageTitle_plugin {
	margin: 5px;
	font-weight: 700;
}

.feedbackSummary_plugin {
 font-family: georgia;
 font-style: italic;
 color: #888;
 font-size: 11px;
 line-height: 200%;
 padding: 5px 40px 0 10px;
}

.feedbackSummary_author {
 font-family: georgia;
 font-style: italic;
 color: #888;
 line-height: 150%;
 font-size: 11px;
 line-height: 140%;
 margin: 0 30px 2px 10px;
 font-style: none;
}

.feedbackMoreFeedbackLink_plugin {
	margin: 20px 10px 10px 10px;
	font-size: 11px;
}

a.feedbackMoreFeedbackLink_plugin {
	text-decoration: none;	
	margin: 0;
}


/********** GALLERY STYLES **********/

.galleryHeadings {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight: 400;
}

.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;
}

.categoryBorder {
	border: 1px SOLID #999; 
	padding: 5px
}

.photoBorder {
	border: 1px SOLID #999; 
	padding: 5px
}

/********** LINKS STYLES **********/

div#linkContent {
	padding: 0 0 10px 0;   
}

.linksCategoryHeading {
	font-size: 16px;
	margin: 20px 0 10px 0;
	font-family: arial, Lucida Sans, Lucida Grande, verdana;
	width: 100%;
	font-weight: 600;
	color: #555;
}


.linkLeftContainer {
	float: left;
	width: 46%;    
}

.linkRightContainer {
	width: 46%;
	float: right;
}


.linksDiv {
	line-height: 120%;
	padding: 0 0 20px 0;	
}

.linkImage {
	padding: 0 0 6px 0;
}

.linkname {
 	font-family: arial, verdana, Georgia;
	font-size: 12px;
	margin: 0 0 3px 0;
	font-weight: 400;
}

.linkdesc {
 	font-family:  arial, verdana, Georgia;
 	font-size: 11px;
 	line-height: 150%;
	margin:  0 0 3px 0;
	font-weight: 400;
}


.linkaddress {
	margin: 0;
 	font-size: 11px;
	font-weight: 400;
	color: #333;
}

.linkphonefax {
	margin: 0;
 	font-size: 11px;
	font-weight: 400;
	color: #333333;
}


a.links {
	margin: 0;
 	font-size: 12px;
	color: #777;
}

.linkemail{
	margin: 0;
 	font-size: 11px;
	font-weight: 400;
	color: #999;
}

.linkwebsite {
	margin: 0;
 	font-size: 12px;
	font-weight: 400;
	color: #777;
}

/********** NEWS STYLES **********/

.newsTitle {
	font-size: 120%;
	margin: 0 0 2px 0;
	font-weight: 700;
}

.newsPost {
	color: #777;
}

.newsPostITEM {
	color: #777;
}

.newsSummary {
	font-weight: 400;
	margin: 0 0 12px 0;
}

.newsSummaryITEM {
	color: #777;
	line-height: 150%;
	font-weight: 400;
	margin: 16px 0 16px 0;
}

.newsContent {
	font-weight: 400;
	margin: 0;
}

.newsLink {
	font-weight: 400;
	margin: -10px 0 10px 0;
}

a.newsLink {
	color: #333;
	text-decoration: underline;	
}

a:hover.newsLink {
 	text-decoration: none;	
}

.newsTitle_plugin {
	margin: 0 5px 2px 5px;
	font-size: 11px;
	font-weight: 700;
}

.newsPageTitle_plugin {
	margin: 5px;
	font-weight: 700;
}

.newsSummary_plugin {
	margin: 0 5px;
	font-size: 11px;
}

.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;
}

/********** 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;
}



/*********** CATALOGUE / SHOP STYLES ************/


.productnameListings {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 2px 0;
}

.priceListings {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}


.onsaleListings {
	color: #FF0000;
	margin: 0 0 6px 0;
}


.productnameListingDetails {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 6px 0;
}

.priceListingDetails {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.onsaleListingDetails {
	color: #FF0000;
	margin: 0 0 6px 0;
}

.instock {
	color: #777;
	font-size: 11px;
	margin: 0 0 6px 0;
}

.outstock {
	color: #FF0000;
	font-size: 11px;
	margin: 0 0 6px 0;
}


td.CartBorder{
	vertical-align: top;
	border-bottom: 1px solid #c0c0c0;
}

.cartInstructions {
	font-size: 11px;
	color: #646464;
	margin: 0;
}

.cartColumnTitles {
	font-size: 12px;
	font-weight: 700;
}

.cartContents {
	font-size: 11px;
}

.cartCalcs {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	}


.cartGrandTotal {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
}

div#cartForexConv {
	text-align: right;
    padding: 0 40px 0 0;
}

.forexConv {
	color: #777777;
	font-size: 11px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.catalog_divider {
background-image: url(pages/shop/images/dash.jpg);
background-repeat: repeat-x;
background-position: center;
}

div#productLinks {
	width: 100%; 
	margin: 0 0 20px 0;
	padding: 5px 0;
	color:#FFF;
	font-weight: bold;
	background-color: #FF6600;
}


a.paging {
	text-decoration: none;
	padding: 4px 2px;
}

.pagingActive {
	padding: 4px 8px; 
	background-color: #999; 
	color: #FFF;
}