/*** Duration Windows Navigation CSS Styles, Version 1.0 ***/

/* Main Link Styles, for basic ankor tags */

a {color: #0070b6; text-decoration: none;}
a:link, a:visited {color: #0070b6; text-decoration: none;}
a:hover, a:active {color: #0070b6; text-decoration: none;}

a img {border:none;}

a.imageLink {border:none !important;}

a.imageLink:hover {opacity: 0.7;}

a.fillButton {/*this allows a link to fill the size of it's parent div (see products.asp), solution to clickable div*/
	display:block; 
	height:100%; 
	width:100%;
}

/* Action Buttons */

.PositionActionBtn{
	width: 100%;
	text-align: center;
}
		
.actionBtnCentre{
	display: inline-block;
	padding: 5px 0;
}

.actionBtnCentre input, .actionBtnCentre a{ 
	background: url(/images/forms/ActionButton.png) no-repeat top left;
	display: block;
	cursor: pointer; 
	width: 168px;
	height: 27px;
	border: 0;
	text-align: center; 
	vertical-align: middle;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold; 
	padding: 0 0 3px 0;/* V-align Firefox*/
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height:26px;
}

.actionBtnCentre input:hover, .actionBtnCentre a:hover{ background-position: left -31px;}

/* Top Right Hand Navigation */

#TopNav a {
	color: #fff;
	/*padding: 0 px 10px 10px 10px;*/
	text-decoration: none;
}

#TopNav li a:link, #TopNav a:visited {text-decoration: none;}

#TopNav li a:hover, #TopNav a:active {text-decoration: underline;}

#TopNav a.currentpg { cursor: default;}
#TopNav a:hover.currentpg { text-decoration: none;}

/* Main Website Navigation Bar */

#MainNav a.mainlink {
	color: #333333;
	float: left;
	padding: 9px 11px 9px 11px;
	text-decoration: none;	
	background: #fff url(/images/Body-Structural/MainNav.jpg) no-repeat center top;
}

#MainNav a.current, #MainNav a:hover.current {
	cursor: default;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding: 9px 11px 9px 11px;
	text-decoration: none;
	background: #9c0327 url(/images/Body-Structural/MainNav.jpg) no-repeat center -200px;
}

#MainNav a:hover.mainlink, #MainNav a:active.mainlink, #MainNav a:focus.mainlink{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #9c0327;
	background-position: center -200px;
}
#MainNav li.home a.mainlink { background: #fff url(/images/Body-Structural/MainNav.jpg) no-repeat left top; }
#MainNav li.contactus a.mainlink { background: #fff url(/images/Body-Structural/MainNav.jpg) no-repeat right top; }

#MainNav li.home a:hover.mainlink, #MainNav li.home a:active.mainlink, #MainNav li.home a:focus.mainlink, #MainNav li.home a.current, #MainNav li.home a:hover.current {
	background-position: left -200px;
}

#MainNav li.contactus a:hover.mainlink, #MainNav li.contactus a:active.mainlink, #MainNav li.contactus a:focus.mainlink, #MainNav li.contactus a.current, #MainNav li.contactus a:hover.current {
	background-position: right -200px;
}

/* Main Navigation Drop Down Menu's */

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	margin: 0;
	padding: 0;
}

/* Drop Down Menu's in MainNav */

.dropmenudiv_b{
	position:absolute;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:102;
	background-color: #9b0427;/*#f2f2f2*/
	width: 199px; /*180px*/
	visibility: hidden;
}

.dropmenudiv_b a.dropdownlink {
	background: #fff url(/images/Body-Structural/MainNav.jpg) no-repeat center top;
	font-size: 13px;
	color: #333333;
	width: auto;
	display: block;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 7px 6px;
	text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #fff;
	background-position: center -200px;
}

/* Page Introduction Paragraph */
p.intro a{color: #ffffff; border-bottom: 1px dotted #FFFFFF; margin-bottom: 5px;}

p.intro a:hover{ border-bottom-style: solid;}

p.intro a.moreinfolink{color: #ffffff; border: none; margin-bottom: 5px;}

p.intro a.backlink{color: #ffffff; border: none; margin-bottom: 5px;}

.PageIntroBox a{text-decoration: none; border-bottom: 1px dotted #ffffff; color: #ffffff;}

.PageIntroBox a:hover{text-decoration: none; border-bottom-style: solid;}

.PageIntroBox a.moreinfolink {color: #ffffff; border: none; margin-bottom: 5px;}

.PageIntroBox a.backlink {color: #ffffff; border: none; margin-bottom: 5px;}


.PageIntroBoxWide a{text-decoration: none; border-bottom: 1px dotted #ffffff; color: #ffffff;}

.PageIntroBoxWide a:hover{text-decoration: none; border-bottom-style: solid;}

.PageIntroBoxWide a.moreinfolink {color: #ffffff; border: none; margin-bottom: 5px;}

.PageIntroBoxWide a.backlink {color: #ffffff; border: none; margin-bottom: 5px;}


/* Page Introduction Paragraph - Hidden Links */

.PageIntroBox p.hiddenLinks a {border: none;}

.PageIntroBox p.hiddenLinks a:hover {text-decoration: underline;}

.PageIntroBox ul.hiddenLinks a {border: none;}

.PageIntroBox ul.hiddenLinks a:hover {text-decoration: underline;}

.PageIntroBoxWide p.hiddenLinks a {border: none;}

.PageIntroBoxWide p.hiddenLinks a:hover {text-decoration: underline;}

.PageIntroBoxWide ul.hiddenLinks a {border: none;}

.PageIntroBoxWide ul.hiddenLinks a:hover {text-decoration: underline;}

.imagebox a.getAPriceBtn{
	background: url(/images/Body-Structural/Get-A-Price-Button.png) no-repeat top left;
	display: block;
	width: 179px;
	height: 48px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 101;
}

.imagebox a:hover.getAPriceBtn{ background-position: left -48px;}

/* Breadcrumb Links */

#Breadcrumb a{text-decoration: none; color: #ce1c1f;}

#Breadcrumb a:hover{ text-decoration: underline;}

/* Full Page Content With No Tabs - Links */

/*.FullPageContent ul li a{ border-bottom: 1px dotted #0070b6;}

.FullPageContent ul li a:hover{ border-bottom-style: solid;}*/ .FullPageContent ul li a:hover{ text-decoration: underline;}

.FullPageContent p a{ border-bottom: 1px dotted #0070b6;}

.FullPageContent p a:hover{ border-bottom-style: solid;}

.FullPageContent p a img{ border: none;}

.FullPageContent p a:hover img{ border:none;}

/*.FullPageContent p a.moreinfolink{ border: none;}

.FullPageContent p a.moreinfolink:hover{ border: none;}

.FullPageContent p a.backlink{ border: none;}

.FullPageContent p a.backlink:hover{ border: none;}

/* Page Content With Tabs - Links + Exceptions*/

/*.FullPageTabbedContent ul li a{ border-bottom: 1px dotted #0070b6;}

.FullPageTabbedContent ul li a:hover{ border-bottom-style: solid;}*/ .FullPageTabbedContent ul li a:hover{ text-decoration: underline;}

.FullPageTabbedContent p a{ border-bottom: 1px dotted #0070b6;}

.FullPageTabbedContent p a:hover{ border-bottom-style: solid;}

.FullPageTabbedContent p a img{ border: none;}

.FullPageTabbedContent p a:hover img{ border:none;}

/*.FullPageTabbedContent p a.moreinfolink{ border: none;}

.FullPageTabbedContent p a.moreinfolink:hover{ border: none;}

.FullPageTabbedContent p a.backlink{ border: none;}

.FullPageTabbedContent p a.backlink:hover{ border: none;}*/

/*.TabbedContent ul li a{ border-bottom: 1px dotted #0070b6;}

.TabbedContent ul li a:hover{ border-bottom-style: solid;}*/ .TabbedContent ul li a:hover{ text-decoration: underline;}

.TabbedContent p a{ border-bottom: 1px dotted #0070b6;}

.TabbedContent p a:hover{ border-bottom-style: solid;}

/*.TabbedContent p a.moreinfolink{ border: none;}

.TabbedContent p a.moreinfolink:hover{ border: none;}

.TabbedContent p a.backlink{ border: none;}

.TabbedContent p a.backlink:hover{ border: none;}*/

.TabbedContent p a img{ border: none;}

.TabbedContent p a:hover img{ border:none;}

.SideBar a{ border-bottom: 1px dotted #0070b6;}

.SideBar a:hover{ border-bottom-style: solid;}

.SideBar .sidebartopbox a{color: #FFFFFF; border: none;}

.SideBar .sidebartopbox a:hover{ text-decoration: underline;}

.SideBar .sidemenudiv a{ border: 1px solid #918d8d;}

.sidemenudiv a.sidelink {
	background: #fff url(/images/Body-Structural/MainNav.jpg) no-repeat center top;
	font-size: 13px;
	color: #333333;
	width: auto;
	display: block;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 8px 9px 8px 9px;
	text-decoration: none;
}

* html .sidemenudiv a{ /*IE only hack*/
	width: 100%;
}

.sidemenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #fff;
	background-position: center -200px;
}

/* Help Me Choose Tab */

.featuresbox a{
	border-bottom: 1px dotted #333333;	
}

.featuresbox a:hover{
	border-style: solid;	
}

/* Hadware Tab */

td.hardwaretext a { color: #333333; border-bottom: 1px dotted #333333;}

td.hardwaretext a:hover { text-decoration: none; border-bottom-style: solid;}

/*td.hardwaretext a.moreinfolink { color: #ce1c1f; text-decoration: none; border: none;}

td.hardwaretext a.moreinfolink:hover { text-decoration: underline;}

td.hardwaretext a.backlink { color: #ce1c1f; text-decoration: none; border: none;}

td.hardwaretext a.backlink:hover { text-decoration: underline;}*/

/* More information/ Next/ Action/ Go Link */

a.moreinfolink{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ce1c1f;
	background: url(/images/Body-Structural/ActionButton.png) no-repeat left;
	padding: 3px 0 3px 28px;
	border: none !important;
}

a.moreinfolink:hover {text-decoration: underline; border: none !important;}

.downloadsTable a.moreinfolinkdisabled{
	cursor: default;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background: url(/images/Body-Structural/ActionButton_grey.png) no-repeat left;
	padding: 3px 0 3px 28px;
	border: none !important;
}

.downloadsTable a.moreinfolinkdisabled:hover {color: #666666; text-decoration: none; border: none !important;}

a.backlink{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ce1c1f;
	background: url(/images/Body-Structural/ActionButtonBack.png) no-repeat left;
	padding: 2px 0 2px 28px;
	border: none !important;
	
}

a.backlink:hover {text-decoration: underline; border: none !important;}

/* Brochures */

.brochureBox a{ color: #0070b6; text-decoration: none;}

.brochureBox a:hover{ color: #0070b6; text-decoration: none;}
	
.brochureBox a img { display: block;}
	
.brochureBox a:hover img{ 
	border: 2px solid #a9a9a9; 
	padding: 3px
}

.brochureBox p a{ border:none;}

.brochureBox p a:hover{border: none; text-decoration: underline;}

/* Fill button link for the h2 tags on Products Pages etc. */

a.BoxHeaderTitleLink{ /* Makes link inside heading fill the div */ 
	display:block; 
	height:100%; /* Takes width from Box header, h2 - see styles.css */
	width:94%; /* 94 to make room for 5% padding left and shadow effect on the righ hand side*/
	color: #fff; 
	text-decoration: none;
	padding: 10px 0px 10px; 
	padding-left: 5%;
	border: none; 
}

/* HomeBox Link Buttons - index.asp */

.HomeBoxLinkBtns a{
	background: url(/images/Body-Structural/HomeBoxLinkBtns.jpg) no-repeat left top;
	display: block; 
	text-decoration: none;
	color: #333333;
	line-height: 50px;
	padding: 0 0 0 33px;
	/*height: 100%;*/
	width: 87%; 
	/*text-align: center;*/
}

.HomeBoxLinkBtns a:hover, .HomeBoxLinkBtns:active{
	background-position: left -50px;
	color: #606060;
	text-decoration: underline;/**/
	border: none;
}

a:hover.HomeBoxTitleLink{
	display:block; 
	height:100%; 
	width:100%;
	color: #fff;  
	text-decoration: none;
}

a:hover.HomeBoxTitleLink{ text-decoration: none; border: none;}

/* Document Download Help */

.DocumentDownloadHelpBoxFull p a{ border:none;}

.DocumentDownloadHelpBoxFull p a:hover{ border:none;}

.DocumentDownloadHelpBox p a{ border:none;}

.DocumentDownloadHelpBox p a:hover{ border:none;}

/* Technical Downloads */

.downloadsTable a{color: #ce1c1f;}

.downloadsTable a:hover{ color: #ce1c1f;}
	
/* Curved Bottom of the Content Area Containing greyed out links - Other Information, Product Links, Contact information */

#ContentAreaBottom a{color: #8a8a8a; text-decoration: none;}

#ContentAreaBottom a:hover{color: #8a8a8a; text-decoration: underline;}

#ContentAreaBottom h2 a{ color: #333333; text-decoration: none;}

#ContentAreaBottom h2 a:hover{ color: #333333; text-decoration: underline;}

#footer a{color: #fff; text-decoration:none}

#footer a:hover{color: #fff; text-decoration: underline;}
