/* STANDARD ELEMENTS */
TD { /* WS: Table cell */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #434B56;
}

H1 {
	font-size: 25px; 
	color:#E76900; 
	font-weight: normal;
	font-family: "Times New Roman", serif;
}

H2 {
	font-size: 21px; 
	color:#E76900; 
	font-weight: normal;
	font-family: "Times New Roman", serif;
}

H3 {
	font-size: 16px; 
	color:#0067B4; 
	font-weight: normal;
	font-family: "Times New Roman", serif;
}

H4 {
	font-size: 21px; 
	color:#ffffff; 
	font-weight: normal;
	font-family: "Times New Roman", serif;
}

STRONG {
	color:#0F82B8; 
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

A {
	color:#0F82B8;
	text-decoration: underlined;
}

HR {
	height: 1px;
	color: #434B56;
	border: 1px solid;
}

LI {
	list-style-image: url(site_images/home-bullet.gif);
    list-style: square outside;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
    line-height: 22px;
	font-size: 14px;
	color: #434B56;
}

/* WEBSTART: MENU STYLES*/
.NavColumn { /* WS: Background colour and size of Nav Column */
	background-color:#EAEAEA;
	padding-left: 0px;
	border-left: 5px solid #ffffff;
}

A.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color:#ffffff;
	text-decoration: none;
}
A.MenuURL:hover{ /* WS: HTML Menu styles on A Href links */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color:#ffffff;
	text-decoration: none;
}


.MenuMain { /* WS: HTML and JS Menu table style */
	background-color:#363C46;
	width: 163px;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 163px;
	font-size: 16px;
	font-weight: normal;
	/*color:#88898B;*/
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-bottom: 0px solid #DCDCDC;
	/*border-right: 1px solid #ffffff;*/
	/*background-color: #070707;*/
	height: 45px;
	background: #363C46 url(site_images/menu-bg.jpg) repeat-x;
	color:#ffffff;
}
.MenuCellOver {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 163px;
	font-size: 16px;
	font-weight: normal;
	/*color:#88898B;*/
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-bottom: 0px solid #DCDCDC;
	/*border-right: 1px solid #ffffff;*/
	background: #D26002 url(site_images/menu-bg-over.jpg) repeat-x;
	height: 45px;
	/*background: url(site_images/menu-bg.jpg) no repeat;*/
	color:#ffffff;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 163px;
	font-size: 14px;
	font-weight: normal;
	/*color:#88898B;*/
	text-decoration: none;
	padding-left: 19px;
	padding-right: 0px;
	text-align: left;
	border-top: 1px solid #ED8F17;
	/*border-right: 1px solid #ffffff;*/
	/*background-color: #070707;*/
	height: 34px;
	background: #D76705; /* url(site_images/menu-bg.jpg) repeat-x;*/
	color:#ffffff;
}
.MenuCellDropdown1Over{ /* WS: DropDown Level 1 Cell styles */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 163px;
	font-size: 14px;
	font-weight: normal;
	/*color:#88898B;*/
	text-decoration: none;
	padding-left: 19px;
	padding-right: 0px;
	text-align: left;
	border-top: 1px solid #ED8F17;
	/*border-right: 1px solid #ffffff;*/
	background: #E47E0F; /* url(site_images/menu-bg-over.jpg) repeat-x; */
	height: 34px;
	/*background: url(site_images/menu-bg.jpg) no repeat;*/
	color:#ffffff;
}




/* WEBSTART: MAIN CONTENT STYLES */
TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	background-color: #ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	width: 980px;
	height: 340px;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top:  0px;
	padding-bottom: 0px;	
}

TD.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	background-color: #ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	width: 980px;
	height: 340px;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top:  0px;
	padding-bottom: 0px;	
}

/* WEBSTART: SITE LINK AND SITE MAP STYLES */
.SiteLinks{ /* WS: HTML main page links */
	font-size: 13px;
	color: #818181;
	text-decoration: none;
	/*background-color: #E6E6E6;*/
}
.SiteLinksCell {
	background: url(site_images/bg-footer-shadow.jpg) no-repeat top;
	width: 980px;
	font-size: 13px;
	color: #818181;
	/*height: 53px;*/
	padding-top: 24px;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #434B56;
}

.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #434B56;
}

/* WEBSTART: FORM ELEMENT STYLES */
.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #434B56;
	border: 1px solid #0F82B8;
}

.InputButton {  /* WS: Contact form buttons */
	font-family: "Times New Roman", serif;
	font-size: 16px;
	color: #3A424D;
	border: 1px solid #ADADAD;
	background-color: #DFDED4; 
}

/* WEBSTART: STANDARD GALLERY STYLES */
.GalleryImgMain { /* WS: The styles to be applied to the main image - Default is - solid 1px #999999; */
	border: solid 2px #ADADAD;	
}

.GalleryImgThumb {  /* WS: The styles to be applied to image thumbs - Default is - solid 1px #999999; */
	border: solid 1px #ADADAD;	
	cursor:pointer;
}



/* WEBSTART: SITE SPECIFIC CLASSES */


.contentTextCell {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.contentTextCellRgt {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-left: 0px solid #E5E0DA;
	padding-top: 0px;
	vertical-align: top;
}
.contentTextCellLft {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
	vertical-align: top;
}
.contentTextCellMid {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
	vertical-align: top;
}
.contentHeaderCell {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	border-bottom: 0px dotted #C4C4C4;
}

.PortfolioContent {/* WS: Custom style for portfolio content table - e.g. Kitchen-Contours */
	background: #ffffff url(site_images/portfolio-bg.jpg) bottom repeat-x;
	padding:16px; 
	width: 900px;
	height: 50px;
	border: 9px solid #F2F2F2;
}

.PortfolioContentImageCell IMG {/* WS: Custom style for portfolio content images - e.g. Kitchen-Contours */
	border: solid 0px #DDDEDE;	
}

.footer {
	background: #005F94; /* url(site_images/bg-footer.jpg) repeat-y;*/
	width: 980px;
	/*height: 131px;*/
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 14px;
}

.backgroundTop {
	background: url(site_images/header-bg.jpg) repeat-x top;
}

/* WEBSTART: HOME PAGE SPECIFIC CLASSES */



.indexContact {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	background: #005F94 url(site_images/bg-footer-contact.jpg) top;
	width: 269px;/*329*/
}
.indexContact A {
	text-decoration: none;
	color: #ffffff;
}

.indexColumns {
	padding-top: 30px;
}

.indexLineColumns {
	border-left: 1px solid #D5D5CF;
	background: url(site_images/indexVertLineShadow.jpg) left top no-repeat;
}