﻿/*------------------------------------*/
/*standard page settings              */
/*------------------------------------*/

body 
{
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #54595F;
}

a
{
	color: #cf1141;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #a8032f;
	cursor: pointer;
}

/*------------------------------------*/
/*container for full page             */
/*------------------------------------*/

#mainContainer
{	
	margin: 0 auto 0 auto;
	text-align: center;
	width: 1002px;
}

#pageContainer
{
	float: left;
	width: 1002px;
	height: 100%;
	text-align: left;
}

/*------------------------------------*/
/*page header                         */
/*------------------------------------*/

#headerContainer
{
	float: left;
	width: 100%;
	height: 306px;
}

#topLogo
{
	float: left;
	width: 100%;
	height: 77px;
	border-top: 4px solid #cf1141;
}

#topLeftLogo
{	
	float: left;
	width: 120px;
	height: 77px;
	padding-left: 60px;
}

#atacLogo
{
	width: 120px;
	height: 50px;
	margin: auto;
	padding-top: 12px;
}

a img
{
	border: 0;
}

#topRightLogo
{
	float: right;
	width: 300px;
	height: 77px;
	padding-top: 21px;
	text-align: right;
	margin-right: 53px;
}

#atacText
{
	font-size: 1.9em;
	color: #cf1141;
	width: 300px;
	height: 32px;
}

/*hack for ie6*/
* html #topRightLogo {margin-right: 28px;}

/*------------------------------------*/
/*top menu                            */
/*------------------------------------*/

#navigation
{
	float:left;
	background-image: url('../images/navBack.jpg');
	background-repeat: repeat-x;
	border-bottom: 3px solid #FFF;
}

/*hack for ie5.5*/
#navigation
{
	width: 1002px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 1002px;
}

#topUL
{
	float: left;
	height: 25px;
	padding: 10px 0 0 87px;
	margin: 0;
}

#topUL
{
	width: 1000px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 872px;
}

#topUL li
{
	display: inline;
	color: #FFFFFF;
}

#topUL li a
{
	display: inline;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

#topUL li a:hover
{
	text-decoration: underline;
}

.selected
{
	float: left;
	padding: 0;
	margin: 0;
	background-image: url('../images/pointer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}

.unselected
{
	float: left;
	height: 25px;
	padding: 0;
	margin: 0;
}

#topImage
{
	background-image: url('../images/topImage.jpg');
	background-repeat: no-repeat;
	width: 1002px;
	height: 185px;
}

#topHeading
{
	padding: 0 0 0 60px;
	width: 300px;
	float: left;
}

* html div#topHeading
{
	padding-left: 60px;
	width: 320px;
	float: left;
}

#topHeading h1
{
	margin-top: 25px;
	font-size: 2.8em;
}

* html div#topHeading h1
{
	font-size: 2.6em;
	margin-top: 30px;
}

.linkSpacer
{
	visibility: visible;
	float: left;
	height: 25px;
	padding: 0;
	margin: 0;
}

.rightFloat
{
	float: right;
}

.leftFloat
{
	float: left;
}

.hideMe
{
	float: right;
	visibility: hidden;
}

/*------------------------------------*/
/*page body                           */
/*------------------------------------*/

#contents
{
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
}

#leftNav
{
	padding-left: 55px;
	float: left;
	width: 188px;
}

/*hack for ie 5.5*/
#leftNav
{
	width: 243px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 195px;
}

#middleContents
{
	float: left;
	padding: 0 0 0 45px;
}

/*hack for ie6*/
* html div#middleContents
{
	padding-left: 45px;
}

/*hack for ie 5.5*/
#middleContents
{
	width: 450px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 407px;
}

#rightNav
{
	padding-right: 48px;
	float: right;
}

/*hack for ie 5.5*/
#rightNav { 
  width:243px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:192px;
} 

.boldText
{
	float: left;
	font-size: 1.3em;
	font-weight: bolder;
	text-align: justify;
	margin-bottom: 20px;
	
}

.contentText
{
	font-size: 1.3em;
}

/*------------------------------------*/
/*Home page navigation                */
/*------------------------------------*/

.frontImage
{
	width: 183px;
	margin: 0 0 10px 2px;
	background-image:url(../images/greyHeader.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.15em;
	padding: 6px 0 0 15px;
}

/*hack for ie 5*/
.frontImage{
	height: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
}

.frontNewsItem
{
	font-size: 0.75em;
	font-weight: normal;
}

.frontItem
{
	float: left;
	width: 165px;
	padding: 5px 0 2px 10px;
	margin-left: 5px;
	font-size: 0.95em;
}

/*hack for ie6*/
* html div.frontItem
{
	width: 170px;
	margin-left: 0;
	padding-left: 8px;
}

.linkHolder
{
	padding-top: 2px;
	float: left;
	width: 170px;
}

.navLink
{
	margin-top: 2px;
	float: left;
	width: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/*hack for ie6*/
* html div.linkHolder
{
	width: 175px;
}

.navArrow
{
	float: right;
	width: 15px;
	font-weight: bold;
	clear: right;
}

* html span.navArrow
{
	float: right;
	width: 10px;
	font-weight: bold;
	clear: right;
}

.frontBrand
{
	float: left;
	width: 183px;
	background-color: #EAE8E9;
	margin-bottom: 30px;
}

.frontCapabilities
{
	float: left;
	width: 183px;
	background-color: #EAE8E9;
}

.newsText
{
	float: left;
	text-align: left;
}


.rightNavLink
{
	padding-top: 2px;
	width: 165px;
}

/*------------------------------------*/
/*footer                              */
/*------------------------------------*/

#footer
{
	width: 1002px;
	margin: 0;
	height: 30px;
	background-color: #f4f4f4;
	float: left;
	font-size: 0.85em;
}

#footer a:link
{
	color: #54595F;
	text-decoration: underline;
}

#footer a:link:visited
{
	color: #54595F;
	text-decoration: underline;
}

/*hack for ie5.5*/
#footerContainer
{
	float: left;
	width: 900px;
	padding: 8px 0 0 62px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 840px;
	padding: 8px 0 0 70px;
}


#footerLeft
{
	float: left;
}

#footerRight
{
	float: right;
}

.footerSeparater
{
	padding: 0 5px 0 5px;
}

/*------------------------------------*/
/*News page                           */
/*------------------------------------*/

.newsLeft
{
	float: left;
	width: 458px;
	margin-left: 100px;
	padding-bottom: 20px;
}

/*hack for ie 5.5 and 6*/
* html div.newsLeft
{
	margin-left: 50px;
}

.newsRight
{	
	background-color: #EAE8E9;
	float: right;
	width: 287px;
	margin-right: 85px;
}

* html div.newsRight
{
	margin-right: 35px;
}

#newsHeading
{
	background-image: url("../images/latestNewsBackground.jpg");
	background-repeat: no-repeat;
	height: 30px;
}

#newsHeadingx
{
	background-image: url("../images/latestNewsBackgroundx.jpg");
	background-repeat: no-repeat;
	height: 30px;
}

#calendarHeading
{
	background-image: url("../images/calendarBackground.jpg");
	background-repeat: no-repeat;
	width: 287px;
}

#calendarHeadingx
{
	background-image: url("../images/calendarBackgroundx.jpg");
	background-repeat: no-repeat;
	width: 287px;
}

.headingText
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.25em;
	padding: 6px 0 0 50px;
	height: 24px;
}

.headingText2
{
	padding: 6px 0 0 25px;
}

.newsBulletins
{
	float: left;
	width: 455px;
	margin: 0;
}

*html div.newsBulletins
{
	width: 430px;
}

.bottomBorder
{
	float: left;
	width: 455px;
	border-bottom: dotted 1px #cf1141;
	height: 1px;
	font-size: 1px;
	padding: 10px 0 10px;
}

.pinkHeading
{
	font-size: 1.3em;
	font-weight: bold;
	color: #cf1141;
	padding-top: 25px; 
	margin-left: 20px;
}

.bottomBorderx
{
	float: left;
	width: 455px;
	border-bottom: dotted 1px #cf1141;
	height: 1px;
	font-size: 1px;
} 

.bulletinDatesx
{
	width: 430px;
	float: left;
	padding-bottom: 10px;
}

.pinkHeadingx
{
	font-size: 1.3em;
	font-weight: bold;
	color: #cf1141;
	padding-top: 25px; 
	margin-left: 20px;
}

.bulletinDates
{
	width: 430px;
	float: left;
	padding-bottom: 10px;
}

* html div.bulletinDates
{
	width: 380px;
	margin-left: 10px;
}

.bulletinHeader
{
	font-size: 1.3em;
	font-weight: bolder;
	text-align: justify;
	padding-left: 20px;
}

.bulletinText
{
	padding: 2px 0 0 20px;
	font-size: 1.2em;
	float: left;
}

.greyContent
{
	float: left;
	color: #54595F;
	padding-top: 20px;
}

.bulletinArrow
{
	float: left;
	width: 15px;
	padding: 2px 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}

.bLink
{
	float: left;
	width: 450px;
}

.bLinkText
{
	padding-top: 3px;
	float: left;
}

* html div.blinkText
{
	margin: 0;
	padding: 0;
	width: 400px;
}

.bLinkText
{
	width: 395px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 410px;
}

.clearMe
{
	clear: both;
	width: 2px;
	height: 1px;
	font-sizE: 1px;
}

.calendarItems
{
	float: left;
	width: 267px;
	margin-left: 20px;
}

* html div.calendarItems
{
	margin-left: 0;
	padding-left: 20px;
}

.cCont
{
	float: left;
	width: 260px;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
}

.calArrow
{
	width: 15px;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}

.calLink
{
	width: 225px;
	float: left;
	padding: 3px 0 0 7px;
}

.calText
{
	float: left;
	font-size: 1em;
	width: 242px;
	text-align: justify;
	padding-bottom: 1px;
	height: auto;
}

.calBorder
{
	float :left;
	height: 1px;
	border-bottom: dotted 1px #54595F;
	width: 242px;
	padding-top: 10px;
	font-size: 1px;
}

.calendarBottom
{
	height: 40px;
	width: 287px;
	background-image: url("../images/calendarBottom.jpg");
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

/*------------------------------------*/
/*products home page                  */
/*------------------------------------*/

#productLeft
{
	float: left;
	width: 210px;
	height: 400px;
	font-size: 1.2em;
}

#productLeft
{
	margin: 60px 30px 0 65px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 30px 70px 0 55px;
}

* html div#productLeft
{	
	margin: 30px 60px 0 29px;
}

#productLeft2
{
	float: left;
	width: 380px;
	height: 400px;
	font-size: 1.2em;
}

#productLeft2
{
	margin: 60px 30px 0 65px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 30px 70px 0 55px;
}

* html div#productLeft2
{	
	margin: 30px 60px 0 29px;
}

.productBold
{
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 20px;
	text-align: justify;
}

#productMiddle
{
	float: left;
	width: 183px;
	margin-top: 30px;
}

#productMiddleNoMargin
{
	margin-top: 0px;
}

.centerLinks
{
	float: left;
	width: 183px;
	background-color: #EAE8E9;
	margin-top: 0;
}

.proMiddleHeader
{
	background-image: url("../images/pinkHeader.jpg");
	background-repeat: no-repeat;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.15em;
	padding: 6px 0 0 13px;
	margin-bottom: 2px;
}

.consultancyPadding
{
	margin-top: 20px;
}

.centerNavCont
{
	width: 183px;
}

.centerNav
{
	width: 135px;
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	padding-left: 13px;
}

.centerNavLarge
{
	width: 330px;
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	padding-left: 13px;
	clear: both;
}
.pinkBack
{
	float: left;
	background-color: #EAE8E9;
	width: 183px;
	height: 10px;
}

.centerArrow
{
	width: 15px;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
}

.brandBorder
{
	float: left;
	width: 183px;
	border-bottom: dotted 1px #cf1141;
	height: 1px;
	font-size: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.brandBorder2
{
	width: 375px;
}


.brandBottom
{
	clear: both;
	float: left;
	height: 10px;
	width: 183px;
	background-image: url("../images/brandBottom.jpg");
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

#consultants
{
	float: left;
	margin-top: 30px;
	background-image: url('../images/consultants.jpg');
	background-repeat: no-repeat;
	height: 55px;
	width: 183px;
	cursor: pointer;
}

#consultantText
{
	font-size: 1.3em;
	padding-top: 8px;
	color: #fff;
	float: left;
	padding-left: 50px;
	width: 100px;
}

#productRight
{
	float: left;
	width:383px;
	margin: 0 50px 0 45px;
	margin-top: 30px;
	background-color: #EAE8E9;
}

* html div#productRight
{
	margin: 30px 25px 0 45px;
}

#productFunction
{
	float: left;
	height: 32px;
	width: 383px;
	background-image: url("../images/productFunctions.jpg");
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

.pfText
{
	float: left;
	width: 200px;
	margin: 6px 0 0 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.15em;
}

*html div.pfText
{
	margin: 5px 0 0 8px;
}

#pfLeft
{
	float: left;
	width: 179px;
}

#pfLeft2
{
	float: left;
	width: 375px;
}

#pfRight
{
	float: right;
	width: 179px;
}

#pfBottom
{
	float: left;
	background-image: url("../images/pfBottom.jpg");
	background-repeat: no-repeat;
	width: 383px;
	height: 15px;
	background-color: #FFF;
}

.smallerLinks
{
	width: 145px;
}

.smallerBorder
{
	width: 175px;
}


/*------------------------------------*/
/*products detail page                */
/*------------------------------------*/


#pdNavigation
{
	height: 42px;
	width: 100%;
	float: left;
	background-color: #EDEBEC;
}

.pdLeft
{
	width: 180px;
	float: left;
}

* html div.pdLeft
{
	margin: 30px 0 0 29px;
}

.pdLeft
{
	margin: 60px 0 0 35px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 30px 0 0 55px;
}

.pdMiddleTop
{
	margin-top: 30px;
	float: left;
	width: 495px;
}

.pdMiddleTop h1
{
	font-size: 2em;
	width: 100%;
	border-top: dotted 1px #cf1141;
	border-bottom: dotted 1px #cf1141;
	color: #cf1141;
	margin: 0;
	padding: 1px 0 1px 0;
}

.pdMiddleTop h2
{
	font-size: 1.4em;
	width: 180px;
	color: #55585F;
	margin: 0;
	padding: 3px 0 30px 0;
}

.pdBoldText
{
	font-size: 1.25em;
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
}

.pdTopLeft
{
	float: left;
	width: 180px;
	padding-left: 40px;
}

* html div.pdTopLeft
{
	margin-left: 0;
}

.pdTopRight
{
	margin-top: 15px;
	width: 219px;
	float: left;
	margin-left: 30px;
}

* html div.pdTopRight
{
	margin-left: 30px;
	width: 215px;
	padding: 0;
}

.pdSummary
{
	float: left;
	height: 100px;
	padding: 40px 30px 30px 40px;
}


.pdRight
{
	width: 214px;
	height: 400px;
	float: right;
	margin: 30px 55px 0 0;
}

.pdRight
{
	width: 230px;
	margin: 30px 30px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 214px;
	margin: 30px 55px 0 0;
}

*html div.pdRight
{
	width: 230px;
	margin: 30px 30px 0 0;
}

.productSpec
{
	float: left;
	background-image: url('../images/spannerBack.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 57px;
	margin-bottom: 13px;
}

.appDataSheet
{
	float: left;
	background-image: url('../images/largeGreyBack.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 57px;
	margin-bottom: 13px;
}

.distributer
{
	float: left;
	background-image: url('../images/worldBackground.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 33px;
	margin-bottom: 13px;
}

.pdContactUs
{
	float: left;
	background-image: url('../images/phoneBackground.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 33px;
}

.pdButtonText
{
	float: left;
	padding: 9px 0 0 40px;
	font-size: 1.25em;
	color: #FFFFFF;
}

/*hack for ie5.5*/
.pdButtonText
{
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px;
}

.boldMe
{
	font-weight: bold;
}

.pdSmallButtonText
{
	padding: 6px 0 0 45px;
}

.specifications
{
	float: right;
	background-color: #EBE9EA;
	width: 470px;
}

.specBottom
{
	float: left;
	background-image: url('../images/specBackground.jpg');
	background-repeat: no-repeat;
	height: 33px;
	width: 470px;
}

.specBottom
{
	padding-bottom: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom: 10px;
}

.specBottom2
{
	background-image: url('../images/specBottom.jpg');
	background-color: #FFFFFF;
}

.specList
{
	float: left;
	width: 465px;
}

.specList ul
{
	float: left;
	list-style-image: url("../images/listitem.jpg");
	margin: 0;
	padding-left: 35px;
}

.specList ul li
{
	margin-top: 0;
	margin-bottom: 0;
	width: 410px;
	padding-bottom: 7px;
}

.specListLi
{
	list-style-image: url("../images/listitem.jpg");
}

* html div.specList ul
{
	margin-left: 20px;
	padding: 0;
}

/*------------------------------------*/
/*brand overview                      */
/*------------------------------------*/

.brandMiddle
{
	margin-top: 30px;
	float: left;
	width: 419px;
	padding: 0 30px 0 40px;
}

.brandMiddle
{
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 419px;
}

.brandMiddle h1
{
	font-size: 2em;
	width: 100%;
	border-top: dotted 1px #cf1141;
	border-bottom: dotted 1px #cf1141;
	color: #cf1141;
	margin: 0;
	padding: 1px 0 1px 0;
}

.brandMiddle h2
{
	font-size: 1.4em;
	color: #55585F;
	margin: 0;
	padding: 3px 0 25px 0;
}

.brandContents
{
	font-size: 1.06em;
}

.thumbnailCont
{
	width: 120px;
	float: left;
	border: 1px solid #55585F;
	text-align: center;
	margin: 0 0 10px 10px;
	height: 150px;
	
}

.thumbnailText
{
	clear: both;
	margin-top: 0;
	padding-top: 0;
	height: 50px;
}

/*------------------------------------*/
/*content heavy                       */
/*------------------------------------*/

.heavyHeader
{
	width: 400px;
}

.heavyArrow
{
	color: #cf1141;
	width: 15px;
}

/*------------------------------------*/
/*brand navigation                    */
/*------------------------------------*/

.brandList
{
	float: left;
	font-size: 1.4em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.brandList li
{
	float: left;
}

.brandList ul li a
{
	background-color: #F8F8F8;
	color: #4C6373;
}

.brandList ul li a:hover
{
	background-color: #F8F8F8;
	color: #4C6373;
}

.listContainer
{
	float: left;
}

.productList
{
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #4C6373;
	background-color: #F8F8F8;
}


.productList a:hover
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.brandItems
{
	margin: 0;
	width: 180px;
	padding: 6px 0 6px 6px;
	border-bottom: dotted 1px #cf1141;
}

div.productItems
{
	margin: 0;
	float: left;
	padding: 6px 0 6px 6px;
	width: 180px;
	border-bottom: dotted 1px #cf1141;
}

.unselectedBrandItem
{
	margin: 0;
	background-image: url('../images/collapse_arrow.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

.selectedBrandItem
{
	margin: 0;
	background-image: url('../images/expand_arrow.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

.selectedProductItem
{
	margin: 0;
	background-color: #DDD9DA;
}
