﻿/********************************************************************************************************************/
/*													STYLE RESET													    */
/* For transparent gifs use *-trans.png  on the end of the filename to make work in ie 5,5.5,6,7,8				    */
/* All font sizes are done as a percentage of the base font size (16 inthis case) to calc say 18px font from		*/
/* base 16 would be 100 / 16 = 6.25	* 2 = 12.5 = total font size would be 112.5% 									*/
/********************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

/* I am sure there is a reason for these 2 so i will leave them remmed out for now
html
{
	height: 100%;
}

body
{
	height: 100%;
}
*/


/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	color: #000000;
	background: #ffffff;
	margin-bottom: -50px;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/*******************************************************************************************************************
												STYLE OVERRIDES													    
default font-size to 16 so we can use font scaling as a percentage - i.e. 75% would be 12 pixels etc.
make all images sizes multiples of 16 and all doc size elements in em's
e.g. 
padding-top: 4ex	(use ex as the x height of the current font)
padding-left: 3em	(use em as the width of an 'M' character)
*******************************************************************************************************************/
body
{
	color: #000000;
	background-color: #ffffff;
	height: 100%;
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 16px;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #ff0000;
	text-decoration: none;
}

h1
{
	background-color: transparent;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 100%;
	font-weight: normal;
	font-size: 35px;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 37px;
	letter-spacing: -1px;
	padding: 0px 0px 0px 0px;
}


/*h1_welcome
{
	font-size: 40px;
	color: #f1f1f1;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 37px;
	letter-spacing: -1px;
	padding: 10px 20px 10px 0px;
}
*/

h2
{
	font-size: 17px;
	color: #c82529;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 15px;
	font-weight: bold;
}

h2 a
{
	font-size: 17px;
	color: #c82529;
	margin-top: 8px;
	font-weight: bold;
}

h2 a:visited
{
	font-size: 17px;
	color: #c82529;
	margin-top: 8px;
	font-weight: bold;
}

h2 a:active
{
	font-size: 17px;
	color: #c82529;
	margin-top: 8px;
	font-weight: bold;
}

h2 a:link
{
	font-size: 17px;
	color: #c82529;
	margin-top: 8px;
	font-weight: bold;
}

h3
{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 10px;
	background-color: #f7f7f7;
	padding: 2px 5px 2px 5px;
}

h3 a
{
	color: #888;
}

h3 a:visited
{
	color: #888;
}

h3 a:active
{
	color: #888;
}

h3 a:link
{
	color: #888;
}

h3 a:hover
{
	color: #c82529;
}

h3:hover
{
	color: #ffffff;
	background-color: #f1f1f1;
	cursor: pointer;
	cursor: hand;
}

h4
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 20px;
	padding: 5px 5px 5px 12px;
	width: 683px;
}

h5
{
	color: #555555;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 12px;
}

hr
{
	color: #bebbb2;
	background-color: #bebbb2;
}

table
{
	width: 100%;
}

em
{
	font-style: normal;
	font-weight: bold;
}

.fullWidth
{
	width: 100%;
}

ul, ol
{
	list-style-type: none;
	margin-right: 10px;
	font-size: 100%;
	color: #e62e28;
	margin-left: -30px;
}

* html ul, * html ol /*IE6*/
{
	margin-left: 10px;
}

* + html ul, * + html ol /*IE7*/
{
	margin-left: 10px;
}


/********************************************************************************************************************/
/*													MAIN PAGE LAYOUT												*/
/********************************************************************************************************************/

/* 	border: solid 1px #999; */

#wrapper
{
	width: 970px;
	margin: auto;
	margin-top: 0px;
}

#topdiv
{
	margin-top: 5px;
}

.smallprint
{
	font-size: 50%;
	color: #848381;
	letter-spacing: normal;
	font-weight: bold;
	display: block;
	clear: both;
	padding-top: 10px;
}

.imgrotate
{
	margin-top: 10px;
	margin-bottom: 5px;
}


/********************************************************************************************************************/
/*		TOPBAR fluid-fixed div layout 2 colum - right hand column 200px to incorporate user login section			*/
/********************************************************************************************************************/

#topbarwrapper
{
	height: 100px;
}

.loginInput
{
	height: 10px;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 125px;
	background-color: #ffffff;
}

.loginInputWrapper
{
	background-image: url('../themes/login.jpg');
	background-position: left;
	background-repeat: no-repeat;
	width: 150px;
}

#loginwrapper
{
	float: right;
	margin-top: 10px;
	margin-right: 28px;
}

.logindiv
{
}

.loggedindiv
{
	text-align: right;
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 12px;
	width: 190px;
	margin-left: -15px;
	margin-top: 24px;
}


/********************************************************************************************************************/
/*												HEADER MENU ITEMS												*/
/********************************************************************************************************************/

#TopMenu
{
	width: 390px;
	float: left;
	margin-left: 40px;
	margin-top: 52px;
	height: 35px;
}
.navItemWrapper
{
	float: left;
	line-height: 10px;
	width: 200px;
	margin-top: 14px;
	margin-left: 15px;
}

/*
* + html .navItem
{
	margin-top: -3px;
	line-height: 14px;
}

*html .navItem
{
	margin-top: -3px;
	line-height: 14px;
}
*/

.navBullet
{
	height: 10px;
	width: 10px;
	background-color: #848381;
	float: left;
	margin-top: 16px;
	margin-left: 15px;
}

.navBullet a:hover
{
	background-color: #A0181B;	
}

.navBulletRed
{
	height: 10px;
	width: 10px;
	background-color: #A0181B;
	float: left;
	margin-top: 16px;
	margin-left: 15px;
}

.TopBar
{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0px;
	width: 44px;
	padding-left:10px;
}
.TopBarRed
{
	font-size: 12px;
	color: #A0181B;
	font-weight: bold;
	letter-spacing: normal;
	width: 100%;
	padding-left:10px;
}
.TopBarMenu
{
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	letter-spacing: normal;
	width: 100%;
	height: 100px;
}
.TopBarRule
{
	color: #cccccc;
	height: 4px;
	margin-bottom: 0;
	border-bottom: 1px dotted #ffffff;
}

/********************************************************************************************************************/
/*												BOTTOM BAR															*/
/********************************************************************************************************************/

#botdiv
{
	height: 133px;
	background-image: url('../themes/BotBarBorder-trans.png');
	background-repeat: no-repeat;
	clear: both;
	padding: 22px 0px 2px 0px;
	top: 12px;
	position: relative;
}

#botbaraddresswrapperdiv
{
	float: left;
}

.botbarimgdiv
{
	float: left;
	margin-left:20px;
	margin-top:-25px;
	text-align:right;
}

.BotBarAddressDiv
{
	font-size: 10px;
	color: #666666;
	margin-left: 23px;
	letter-spacing: normal;
	font-weight: normal;
}

.BotBarAddressDivRed
{
	color: #c82529;
}

.BotBarSalesMsg
{
	font-size: 18px;
	color: #c82529;
	letter-spacing: normal;
	text-align: right;
}

.BotBarPrivacy
{
	font-size: 12px;
	color: #848381;
	letter-spacing: normal;
	text-align: right;
}

#salesteldiv
{
	float: right;
	margin-left: 195px;
}

* html #salesteldiv /* ie6 */
{
	float: left;
	margin-left: 155px;
}

* + html #salesteldiv /* ie7 */
{
	float: left;
}

/********************************************************************************************************************/
/*											    OUR PROCESS PAGE													*/
/********************************************************************************************************************/

#ProcessDiv
{
	text-align: center;
	margin-right: 10px;
}

/********************************************************************************************************************/
/*											    NEWS PAGE          													*/
/********************************************************************************************************************/

#NewsLoadingDiv
{
	margin-top: 200px;
	text-align: center;
}

/********************************************************************************************************************/
/*											    NEWS REEL          													*/
/********************************************************************************************************************/

.RssLink
{
	height: 33px;
	width: 34px;
	margin-left: 15px;
	margin-top: 3px;
}

.sidenewswrapper
{
	margin-top: -7px;
	display:none;
}

.NewsTicker
{
	height: 20px;
	font-size: 11px;
	padding: 12px 0px 12px 0px;
}

.QuoteBox
{
	width: 150px;
	height: 50px; /*background-image: url(../themes/quoteBG.gif);*/
	text-align: center;
	background-repeat: no-repeat;
	float: left;
}

.quoteicon_left
{
	float: left;
}

.quoteicon_right
{
	float: right;
	margin-right: 5px;
	vertical-align: bottom;
}

.QBText
{
	width: 160px;
	vertical-align: middle;
	font-size: 87.5%;
	text-align: center;
	margin-left: 30px;
	margin-right: 0px;
}

.InnerQuote
{
	width: 160px;
	text-align: center;
	margin-top: 10px;
}

#ntcontentwrapper
{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ntcontentcolumn
{
	/*margin-right: 325px;*/ /*Set right margin to RightColumnWidth*/
	text-align: left;
}

#ntrightcolumn
{
	/*width: 325px;*/ /*Width of right column in pixels*/ /*margin-left: -325px;*/ /*Set left margin to -(RightColumnWidth) */
	margin-top: 50px;
	margin-left: 10px;
}

#newstickerwrapper
{
	height: 50px;
	clear: both;
}

/********************************************************************************************************************/
/*											    ENQUIRY PAGE       													*/
/********************************************************************************************************************/

.RadComboBox_Default
{
	vertical-align: bottom;
}

.RadComboBox_Default
{
	font: 68.75% arial,verdana,sans-serif;
	color: #000;
	text-align: left;
}

.RadComboBox_Default *
{
	margin: 0;
	padding: 0;
}

.RadInput_Default
{
	font: 68.75% arial,sans-serif;
}

.RadInput_Default
{
	vertical-align: middle;
}

.RadInput_Default
{
	font: 68.75% arial,sans-serif;
}

.RadInput_Default
{
	vertical-align: middle;
}

.ErrorDiv
{
	width: 100%;
	height: 1em;
	font: 150% arial,sans-serif;
}

#DescP
{
	margin-bottom: 10px;
	margin-left: 2px;
}

#EnquiryLeftDiv
{
	float: left;
	width: 50%;
}

#EnquiryRightDiv
{
	float: left;
	width: 50%;
}

#EnquiryWrapper
{
	clear: both;
	margin-bottom: 10px;
	font-size: 68.75%;
}

.EnquiryMainText
{
	font-size: 120%;
}

.borderLineupFix
{
	margin-top: -12px;
}

/********************************************************************************************************************/
/*											    MINI ENQUIRY PAGE       											*/
/********************************************************************************************************************/

.LoaderDiv
{
	height: 500px;
	width: 100%;
	background-color: #ffffff;
}

.LoaderDiv img
{
	border: 0px;
	margin-top: 250px;
}

.EnqPopDiv
{
	position:fixed; top:50%; left:50%;
	margin-left:-225px; margin-top:-155px;
	right:300px;
	width:450px;
	height:310px;
	/*border-color:#000000; border-style:solid; border-width:1px;*/
	visibility:hidden;
	display:block;
	font-size:14px; font-weight:bold;
	background-image:url(../themes/enqpopbg.png); background-repeat:no-repeat;
	z-index:1000;
}

.EnqPopDivOver
{
	position:fixed; top:50%; left:50%;
	margin-left:-225px; margin-top:-155px;
	right:300px;
	width:450px;
	height:310px;
	/*border-color:#000000; border-style:solid; border-width:1px;*/
	visibility:hidden;
	display:block;
	font-size:14px; font-weight:bold;
	z-index:1001;
}

* .EnqPopDiv /*IE 6*/
{
	position:absolute; top:50%; left:50%;
	z-index:1000;
}

* .EnqPopDivOver /*IE6*/
{
	position:absolute; top:50%; left:50%;
	z-index:1001;
}

.EnqTxtArea
{
	width:370px;
	height:180px;
	margin:auto;
	margin-left:40px;
	*margin-left:260px; /*IE6 and IE7*/
}

.PageFill
{
	background-color:#ffffff;
	position:fixed; top:0px; left:0px; bottom:0px; right:0px; z-index:999;
	height:100%; width:100%;
	display:none;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}

.enqminiwrapperdiv
{
	margin-top: 5px;
}

.enqminititle
{
	font-size: 17px;
	color: #c82529;
	margin-top: 8px;
	margin-bottom: 12px;
	font-weight: bold;
	margin-left: 13px;
}

.enqminiformwrapper
{
	font: 11px arial,verdana,sans-serif;
	margin-left: 11px;
	margin-right: 13px;
}

#enqminiformtable td
{
	text-align: left;
	padding: 2px;
}

.enqmininegdiv
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-style: dotted;
}

/********************************************************************************************************************/
/*											    RIGHT MENU PAGE		       											*/
/********************************************************************************************************************/

.RightMenuTitle
{
	font-family: Arial;
	font-size: 16px;
	color: #E62E28;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: normal;
	font-weight: bold;
}

.RightMenuItem
{
	font-family: Arial;
	font-size: 14px;
	color: #E62E28;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: normal;
}

.RightMenuItem a
{
	color: #E62E28;
}

.iefixmenu
{
}

* html .iefixmenu /*IE6*/
{
}

* + html .iefixmenu /*IE7*/
{
}


/********************************************************************************************************************/
/*													HOME PAGE														*/
/********************************************************************************************************************/

.hpmaindiv
{
	width: 237px;
	height: 325px;
	background-image: url('../themes/BorderMain-trans.png');
	background-repeat: no-repeat;
	float: left;
	margin-right: 7px;
	margin-top: 22px;
}
.hpmaindivright
{
	width: 237px;
	height: 325px;
	background-image: url('../themes/BorderMain-trans.png');
	background-repeat: no-repeat;
	float: right;
	margin-top: 22px;
}

.homeimage
{
	margin-left: 2px;
	width: 233px;
	height: 125px;
}
.h2div
{
	text-align: left;
}
.infodiv
{
	display: none;
}

/********************************************************************************************************************/
/*													RIGHT HAND SIDE	MENU												*/
/********************************************************************************************************************/
.smmenulistwrapper
{
	text-align: left;
}
.smtable
{
	width: 100%;
}
.smtopimage
{
	margin-top: 8px;
}

.borderGapRemove
{
	margin-top: 12px;
}

.verticalbordercell
{
	width: 2px; 
	background-color: #d9d9d8;
}

/********************************************************************************************************************/
/*												General Page content styles											*/
/********************************************************************************************************************/

/* General class to handle all top images */
/*.topimg
{
	width: 725px;
	height: 110px;
}*/
/* general style for paragraph text in sub sites */

.maintexttop
{
	margin-top: 8px;
	font-size: 12px;
	color: #555555;
	padding: 0px 12px 2px 0px;
	width: 700px;
}

.maintext
{
	margin-top: 8px;
	font-size: 12px;
	color: #555555;
	padding: 0px 12px 10px 0px;
}

.maintexti
{
	margin-top: 8px;
	font-size: 12px;
	color: #555555;
	font-style: italic;
}

.maintextul
{
	list-style-type: square;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	list-style-type: disc;
	margin-left: 0px;
}

/********************************************************************************************************************/
/*													Showcase Scroller												*/
/********************************************************************************************************************/

/* GLOBAL SCROLLER CLASS - USed in all projects */
#rotdiv
{
	overflow: hidden;
	position: relative;
	width: 656px;
	top: 0px;
	left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1px;
	display: none;
}

#scrolldiv
{
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	display: none;
}

.scrolltblleftcell
{
	width: 1%;
	display: none;
}

.scrolltbcentrecell
{
	width: 1%;
	display: none;
}

.scrolltblrightcell
{
	width: 1%;
	display: none;
}

.productlisttable
{
	text-align: center;
	display: none;
}

.productlistrow
{
	margin-left: 8px;
	display: none;
}

.productlistcell
{
	text-align: center;
	display: none;
}

.scrollimg
{
	cursor: pointer;
	cursor: hand;
}

/* LOCAL SCROLLER CLASS - used for this project only */

.innerscrolldivimg
{
	width: 200px;
	height: 180px;
	border-style: none;
}

/********************************************************************************************************************/
/*													TESTIMOINIALS													*/
/********************************************************************************************************************/

.pageNav
{
	list-style: none;
	margin-left: -40px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC66;
}

.collabDiv
{
	width: 450px;
	float: right;
	margin-top: -80px;
}

.SubNav
{
	width: 190px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px;
}

.tstwrapperdiv
{
	width: 700px;
	height: 100%;
	padding: 10px;
}

/********************************************************************************************************************/
/*												POPUP WINDOW STYLING												*/
/********************************************************************************************************************/

#popupgraybar
{
	height: 35px;
	background-color: #848381;
	padding: 4px;
}

.printwinbtn
{
	float: left;
	width: 30px;
	height: 30px;
}

.closewinbtn
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

/********************************************************************************************************************/
/*												ScreenShots Popup Window											*/
/********************************************************************************************************************/

.ManImgDiv
{
	width: 600px;
	height: 450px;
	display: inline;
}

.MainImg
{
	width: 600px;
	height: 450px;
}

.PrevImg
{
	width: 160px;
	height: 120px;
	float: left;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #848381;
	margin-bottom: 5px;
}

.ScrollDiv
{
	width: 594px;
	height: 140px;
	overflow: scroll;
}

.scwrapper
{
	padding: 10px;
}

/********************************************************************************************************************/
/*													PRIVACY POLICY													*/
/********************************************************************************************************************/

.privacytitle
{
	font-size: 36px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}
.privacytext
{
	font-size: 14px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}

/********************************************************************************************************************/
/*												TAB STRIP MULTIPAGE													*/
/********************************************************************************************************************/

#tabstripcontainer
{
	width: 680px;
	padding: 10px;
	background-color: #f1f1f1;
}

.pageviewcontainer
{
	background-color: #ffffff;
	padding: 30px;
	border-style: solid;
	border-width: 5px;
	border-color: #bfdbff;
}

/********************************************************************************************************************/
/*													Alpha Fade Images												*/
/********************************************************************************************************************/

#strapBG1
{
	position: relative;
	width: 700px;
	height: 205px;
	top: 0;
	left: 5px;
}

* html #strapBG1
{
	position: relative;
	margin-top: -197px;
	z-index: 3;
}

#strapBG2
{
	position: relative;
	width: 700px;
	height: 205px;
	margin-top: -205px;
	left: 5px;
	filter: alpha(opacity=0);
	opacity: 0;
	mozopacity: 0;
}

* html #strapBG2
{
	position: relative;
	margin-top: -197px;
	z-index: 3;
}

#strapBGImg1
{
	width: 700px;
	height: 197px;
}

#strapBGImg2
{
	width: 700px;
	height: 197px;
}

/********************************************************************************************************************/
/*														FOOTER														*/
/********************************************************************************************************************/

.botbatlinkstbl
{
	width: 100%;
	font-size: 62.5%;
}

.colcontainer
{
	float: left;
	width: 137px;
	font-size: 10px;
	border-right: solid 1px #cccccc;
}

/* .subfooter had this useless line in - background: url(img/bg_footer.jpg) bottom left repeat-x; */
.sub_footer
{
	font-size: 10px;
	color: #666666;
	text-transform: capitalize;
}
.col_container
{
	width: 970px;
	margin: 0 auto;
}
.sub_footer_col
{
	float: left;
	width: 200px;
	border-right: 1px dotted #ccc;
	margin-right: 20px;
	font-size: 10px;
}
.sub_footer_col_no_brd
{
	border: none;
}

/********************************************************************************************************************/
/*											JQUERY Thumbnail image gallery											*/
/********************************************************************************************************************/

.gallery
{
	background-color: #fff;
	padding: 8px;
	width: 570px;
	border: 1px ridge #444;
}
.gallery ul
{
	list-style: none;
}
.gallery ul li
{
	display: inline;
}
.gallery ul img
{
	border: 5px solid #fff;
	border-width: 3px 3px 5px;
}
.gallery ul a:hover img
{
	border: 5px solid #aaa;
	border-width: 3px 3px 5px;
	color: #fff;
}
.gallery ul a:hover
{
	color: #fff;
}

/********************************************************************************************************************/
/*														BLANK														*/
/********************************************************************************************************************/

