/************************************************
*
* SELKIRKCHIMNEYS.CO.UK
* CSS STYLE SHEET
* 
*
* STYLE ORDER
*	1. Global
*	2. Content Style 11px Text Size
*	3. Content Style 12px Text Size
*	4. Content Style 14px Text Size
*	5. Generic Text Styles
*	6. Generic Non-Text Styles
*	7. DIV Tags - Generic
*	8. DIV Tags - Page Header Images
*
***********************************************/


/************************************************
*
* 1. GLOBAL
*
***********************************************/

body {
	margin: 0px 0px 0px 0px;
	background: #171515;
}

/************************************************
*
* 2. CONTENT STYLE TEXT (11px) - Dynamic Changing
*
***********************************************/

.text-black-content-11px {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

.text-black-content-11px a {
	color: #bd0020;
	text-decoration: none;
}

.text-black-content-11px a:hover {
	background: #ECECEC;
}

/************************************************
*
* 3. CONTENT STYLE TEXT (12px) - Dynamic Changing
*
***********************************************/

.text-black-content-12px {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

.text-black-content-12px a {
	color: #bd0020;
	text-decoration: none;
}

.text-black-content-12px a:hover {
	background: #ECECEC;
}

/************************************************
*
* 4. CONTENT STYLE TEXT (14px) - Dynamic Changing
*
***********************************************/

.text-black-content-14px {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}

.text-black-content-14px a {
	color: #bd0020;
	text-decoration: none;
}

.text-black-content-14px a:hover {
	background: #ECECEC;
}

/************************************************
*
* 5. GENERIC TEXT STYLES 
*
***********************************************/

/* BLACK TEXT */

.text-black-11px {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}

.text-black-11px a {
	color: #bd0020;
	text-decoration: none;
}

.text-black-11px a:hover {
	background: #ECECEC;
}

/* RED TEXT */

.text-red-14px { 
	font-family: tahoma;
	font-size: 14px;
	color: #bd0020;
	line-height: 14px;
	font-weight: bold;
}

.text-red-11px {
	font-family: tahoma;
	font-size: 11px;
	color: #bd0020;
	line-height: 12px;
}

.text-red-11px a {
	color: #bd0020;
	text-decoration: none;
}

/************************************************
*
* 6. GENERIC NON-TEXT STYLES
*
***********************************************/

/* BACKGROUND STYLES */

.grid {
	background: url(../images/bg-grid.gif) repeat-x top;
}

.content-main-bg {
	background: url(../images/bg-content-main.gif) repeat-y top;
}

.content-right-bg {
	background: url(../images/bg-content-right.gif);
}


.content-right-bottom-bg {
	background: url(../images/bg-content-right-bottom.gif) no-repeat top;
}

/* FORM ELEMENTS */

.mailing-list-text-field {
	font-family: tahoma;
	background: url(../images/bg-text-field-mailing-list.gif) no-repeat;
	border-width: 0px;
	width: 133px;
	height: 17px;
	padding: 2px 0px 0px 4px;
	font-weight: normal;
	color: #990000;
}

.search-text-field {
	font-family: tahoma;
	background: url(../images/bg-search-field.gif) no-repeat;
	border-width: 0px;
	width: 133px;
	height: 17px;
	padding: 2px 0px 0px 4px;
	font-weight: normal;
	color: #990000;
}

/************************************************************************
/
/ 7. DIV TAGS - Generic
/
/************************************************************************/

div#content-main-bottom-bg {
	background: url(../images/bg-content-main-bottom.gif) no-repeat top right;
	height: 25px;
}

div#content-main-bottom-blank-bg {
	background: url(../images/bg-content-main-bottom-blan.gif) no-repeat top right;
	height: 25px;
}

/* COUNTRY SELECTION */

div#select-country {
	position: absolute;
	top: 65px;
	left: 680px;
	z-index: 99;
	width: 101px;
}

/* RED NAVIGATION BAR (TOP OF PAGE) */

div#top-navigation {
	font-family: tahoma;
	position: relative;
	height: 31px;
	background: url(../images/bg-navigation-red.gif) repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

div#top-navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

div#top-navigation a:hover {
	text-decoration: underline;
}

/* TOP SEARCH ELEMENT */

div#top-navigation-search {
	font-family: tahoma;
	position: absolute;
	margin-left: 575px;
	width: 210px;
	height: 31px;
	background: url(../images/bg-search-dark-red.gif) repeat-x;
	z-index: 99;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}


div#top-logo {	
	position: relative;

	background: url(../images/bg-line-dash-horizontal.gif) repeat-x bottom #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
}

div#top-flash {
	position: relative;
	height: 195px;
	margin: 0px 0px 0px 0px;
	background: #f1f0f0;
}

/* PAGE LAYOUT DIVS */

div#content-wrapper {
position: relative;
background-color:#FFCC00;
height: 300px;
	
}

div#content-left {
	position: relative;
	margin: 5px 0px 10px 6px;
}


div#content-center {
	position: relative;
	left: 200px;
	width: 380px;
	min-height: 500px;
	background-color: #0099FF;
}

div#content-right {
	position: relative;
	margin-left: 580px;
	width: 200px;
	min-height: 150px;
	background-color: #660099;

}

div#footer {
	font-family: tahoma;
	position: relative;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background: url(../images/bg-red-footer-bar.gif) repeat-x top #FFFFFF;
	padding: 20px 10px 0px 10px;
	font-size: 11px;
}

div#footer a {
	color: #990000;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer-links {
	float:left;
	margin-right: 55px;
	z-index: 99;
}

div#footer-images {
	position: relative;
	float:left;
}

div#mailing-list {
	font-family: tahoma;
	position: relative;
	background: url(../images/bg-selkirk-mailing-list.gif) no-repeat top;
	margin: 5px 0px 8px 0px;
	height: 177px;
	padding: 0px 8px 0px 11px;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}


div#content-holder-main {
	margin: 0px 20px 20px 20px;
	background: #FFFFFF;
	z-index: 99;
}

div#content-holder-right {
	background: #FFFFFF;
	width: 192px;
	margin-left: 12px;
}

/* WRAPS AROUND LINKED ELEMENTS - DOTTED HOVER EFFECT */

div#link-box {
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

div#link-box:hover {
	border: 1px dashed #999999;
}

/* FONT SIZE CHANGES */

div#change-font {
	position: absolute;
	margin-top: 348px;
	margin-left: 510px;
	z-index: 98;
	
}

div#change-font a{
	color: #FFFFFF;
}

/************************************************************************
/
/ 8. DIV TAGS - Header Images
/
/************************************************************************/

/* LEFT MAIN COLUMN */

div#content-main-home {
	background: url(../images/bg-news-at-selkirk-temp.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-about-us {
	background: url(../images/bg-about-us.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-links {
	background: url(../images/bg-selkirk-links.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-selkirk-products {
	background: url(../images/bg-selkirk-products.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-customer-service {
	background: url(../images/bg-customer-service.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-contact-us {
	background: url(../images/bg-contact-us-red.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-legal-information {
	background: url(../images/bg-legal-information.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

div#content-main-product-registration {
	background: url(../images/bg-selkirk-product-registra.jpg) no-repeat top;
	min-height: 200px;
	padding: 45px 0px 0px 0px;
}

/* RIGHT COLUMN */

div#content-right-online-tools {
	background: url(../images/bg-online-tools-temp.jpg) no-repeat top;
	min-height: 200px;
	padding: 35px 0px 0px 0px;
}


div#content-right-contact {
	background: url(../images/bg-contact-selkirk.jpg) no-repeat top;
	min-height: 200px;
	padding: 35px 0px 0px 0px;
}

div#content-right-product-resources {
	background: url(../images/bg-product-resources.jpg) no-repeat top;
	min-height: 200px;
	padding: 35px 0px 0px 0px;
}


/************************************************************************
/
/ 8. TOP DROPDOWN NAVIGATION STYLE
/
/************************************************************************/

div#drop-navigation {
	padding-left: 5px;
	font-family: Tahoma;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

div#drop-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
 }
 
div#drop-navigation ul a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
  
div#drop-navigation li {
	float: left;
	position: relative;
}
  
div#drop-navigation li ul {
	display: none;
	position: absolute; 
	left: 0px;
	top: 31px;
	background-color: #FFFFFF;
	background: url(../images/bg-dropnav.gif) #FFFFFF repeat-x bottom;
	overflow: visible;
	border: 1px solid #990000;
	padding: 5px;
	width: 120px;
	z-index: 999;
}

div#drop-navigation li ul a {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

div#drop-navigation li ul a:hover {
	margin-left: 2px;
}
  
div#drop-navigation li > ul {
	top: auto;
	left: auto;
}

div#drop-navigation li:hover ul { 
	display: block; 
}

 div#drop-navigation li.over ul {
 	display: block;
 }