body
{
	background-color: #16356D;
	margin: 0px;
	text-align: center;
}



#masterPage
{
	background-image: url("../images/B_background.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
/*	width: 1024px;*/
	width: 1000px;
	border: 1px solid #FDD987;
	position: relative;
	text-align: left;
	background-color: #04235c;
	height: 920px;
}

#leftSide
{
/*	width: 202px;*/
	width: 190px;
	background-image: url("../images/left_side.png");
	text-align: center;

	position: absolute;
	top: 305px;
	left: 0px;
	height: 615px;
	
	background-position: -12px 0px;
}

#pageHeader
{
	background-image: url("../images/header.png");
	width: 1000px;
	height: 330px;
	position: relative;
	text-align: center;
	
	background-position: -12px 0px;
}

div#pageHeader a
{
    color: #FFFFFF;
    text-decoration: none;
}

div#pageHeader a:focus
{
    outline: none;
}

div#pageHeader a::-moz-focus-inner
{
    border: none;
}

div#pageHeader a:hover
{
    color: #FAC446;
}

div#pageHeader img
{
    border: 0px;
}


.headerBtn
{
	cursor: pointer !important;
	position: absolute;
	top: 160px;

	color: #FFFFFF;
	font-family: Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
}

.headerBtnTxtOnly
{
	cursor: pointer !important;
	position: absolute;
	top: 130px;
	text-align: center;
	
	
	
	color: #FFFFFF;
	font-family: Times New Roman, Serif;
	font-size: 18px;
	font-weight: bold;
	
	
}

#productBtn
{
	left: 20px;
}

#askBachmanBtn
{
/*	left: 293px;*/
/*	left: 286px;*/
	left: 246px;
}

#partsBtn
{
/*	left: 622px;*/
/*	left: 612px;*/
	left: 532px;
}

#catalogBtn
{
/*	left: 832px;*/
/*	left: 782px;*/
	left: 702px;
}

#whatsNewBtn
{
	left: 882px;
	top: 175px;
}


#productBtnTxtOnly
{
	left: 85px;
}

#storeBtnTxtOnly
{
	left: 135px;
}

#askBachmanBtnTxtOnly
{
	left: 315px;
}

#partsBtnTxtOnly
{
	left: 595px;
}

#catalogBtnTxtOnly
{
	left: 830px;
}

#whatsNewBtnTxtOnly
{
	left: 865px;
}

.btnTitle
{
	color: #FFFFFF;
	font-family: Times New Roman, Serif;
font-size: 18px;
	font-weight: bold;
}

div.leftBtn
{
	
}

div.leftBtn img
{
	cursor: pointer !important;
	margin-top: 10px;
}


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background-image: url("../images/tips.png");
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	height:47px;
	width:300px;
	color:#fff;	
	text-align: left;
	padding-left: 12px;
	padding-top: 3px;
}


div#pageContent
{
	position: absolute;
/*	left: 202px;*/
	left: 190px;
	top: 305px;
	height: 610px;
	width:; 822px;
	background-color: #04235c;
}

div#fullPageContent
{
	position: relative;
	width:; 100%;
	background-color: #04235c;
}


div#socialLogos
{
	position: absolute;
	height: 42px;
/*	width: 822px;*/
	width: 810px;
	left: 0px;
	top: 502px;
}


.socialIMGs
{
	width: 250px;
	height: 42px;
/*	margin-left: 15px;*/
	margin-left: 12px;
	cursor: pointer;
}

span.tipHL
{
	font-style: italic;
}

div#bottomMenu
{
	position: absolute;
	left: 0px;
	top: 552px;
/*	width: 822px;*/
	width: 810px;
	height: 32px;
/*	background-color: #04235c;*/
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

div#bottomMenu a
{
	border-left: 4px solid #FFFFFF;
	padding: 5px 25px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}

div#bottomMenu a:hover
{
    color: #FAC446;
}

div#topMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 810px;
	height: 50px;
	background-color: #ffbe3c;
	color: #00356d;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

div#topMenu a
{
	border-left: 4px solid #00356d;
	padding: 5px 15px;
	cursor: pointer;
	color: #00356d;
	text-decoration: none;
}

div#topMenu a:hover
{
    color: #86001d;
}

/*
#topMenu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
   font-size:.9em;
   clear:both;
}

#topMenu ul li a {
    float: left;
    width: 9.5em;
   padding:5px;
    text-decoration: none;
    color: #00356d;
}

#topMenu ul li a:hover {
    color: #86001d;
}

#topMenu ul li {
    display: inline;
}
*/

div#copyright
{
	left: 400px;
	top: 596px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #888888;
	width: 325px;
	text-align: right;
}


div#siteMap
{
	left: 6px;
	top: 595px;
	position: absolute;
	width: 75px;
	text-align: left;
}

div#siteMap a
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FAC13C;
	text-decoration: none;
	cursor: pointer;
}

div#siteMap a:hover
{
    color: #009AEC;
}

div#fpcopyright
{
    width: 100%;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8px;
    color: #888888;
}


div#bachCalender
{
    position: absolute;
/*    left: 633px;*/
    left: 625px;
    top: 15px;
    text-align: center;
}

span#calenderTitle
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #FDD987;
}

span#boxTitle
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #FDD987;
}

div#FeaturesDiv
{
    border: 1px solid #FDD987;
    position: absolute;
/*    left: 15px;*/
    left: 12px;
    top: 15px;
    width: 600px;
    height: 260px;
    cursor: pointer;
}

div#BannerDiv
{
    cursor: pointer;
}

div#downloads
{
    position: absolute;
/*    left: 643px;*/
    left: 633px;
    top: 235px;
    text-align: center;
    cursor: pointer;
}

div#downloadsBox
{
    border: 1px solid #FDD987;
    background-image: url("../images/downloads.png");
    width: 157px;
    height: 104px;
}

div#retailers
{
    position: absolute;
/*    left: 643px;*/
    left: 633px;
    top: 370px;
    text-align: center;
    cursor: pointer;
}

div#retailersBox
{
    border: 1px solid #FDD987;
    width: 157px;
    height: 104px;
}


div#aboutUs
{
    border: 1px solid #FDD987;
    background-color: #1c548d;
    position: absolute;
/*    left: 15px;*/
    left: 12px;
    top: 304px;
    height: 170px;
    width: 600px;
}

img#aboutUsTitle
{
    position: absolute;
    top: 3px;
    left: 77px;
}

p#aboutUsContent
{
/*    position: absolute;
    top: 36px;
    left: 10px;*/
    color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
/*    width: 365px;*/
    margin: 15px;
    text-align: left;
}

p#moreAboutUs
{
    position: absolute;
    top: 129px;
    left: 106px;
    color: #FDD987;
    cursor: pointer;
    font-size: 18px;
}

p#moreAboutProducts
{
    position: absolute;
    top: 129px;
    left: 500px;
    color: #FDD987;
    cursor: pointer;
    font-size: 18px;
}

img#aboutUsImg
{
    float: right;
}

img#worldImg
{
    border-left: 1px solid #FDD987;
    float: right;
}

div#smallMasterPage
{
	text-align: left;
}

div#smallPageHeader
{
	background-image: url("../images/top_panesmbg.png");
	background-repeat: repeat-x;
	height: 192px;
	width: 100%;
}

div#smallPageHeader a
{
    color: #FFFFFF;
    text-decoration: none;
}

div#smallPageHeader a:focus
{
    outline: none;
}

div#smallPageHeader a::-moz-focus-inner
{
    border: none;
}

div#smallPageHeader a:hover
{
    color: #FAC446;
}

div#homeButton
{
	background-image: url("../images/home_icon.png");
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	cursor: pointer;
}

div#homeButtonText
{
    font-family: Times New Roman, Serif;
    font-size: 12px;
    font-weight: bold;
    color: #FAC13C;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 46px;
}

div#WallpaperDiv
{
    position: absolute;
    left: 30px;
    top: 134px;
    overflow: auto;
    height: 415px;
    width: 774px;
}

div.WallDiv
{
    float: left;
    width: 250px;
    text-align: center;    
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    margin-bottom: 0px;
    position: relative;
    height: 210px;
}

div.WallDiv img
{
    border: 1px solid #FDD987;
    position: absolute;
    left: 25px;
    top: 2px;
}

div.newBanner
{
    background-image: url("../images/wallpaper/new_banner.png");
    position: absolute;
    left: 23px;
    width: 135px;
    height: 82px;
}

div.WallDiv a
{
    color: #FAC13C;
    text-decoration: none;
    font-weight: bold;
}

div.WallLinks
{
    background-image: url("../images/wp_bg_grad.png");
    background-repeat: repeat-x;
    width: 202px;
    height: 58px;
    position: absolute;
    left: 25px;
    top: 154px;
}

/* rotator in-page placement */
    div#BTrotator {
	position:absolute;
	left: 0px;
	top: 0px;
	height:170px;
	margin-left: 0px;
	cursor: pointer;
}
/* rotator css */
	div#BTrotator ul {
	padding: 0px;
	margin: 0px;
}

	div#BTrotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#BTrotator ul li img {
	padding: 0px;
	border: 0px;
	background: #FFF;
}
/*
    div#BTrotator ul li.show {
	z-index:500;
}
*/


#sevenUpLightbox
{
    left: 0;
}

#rssFeed
{
    position: absolute;
    left: 731px;
    top: 566px;
}


#tm_menu_holder {
	height: 65px;
	width: 100%;
	display: block;
	position: absolute;
	top: -65px;
}

#tm_nav {
	height: 65px;
	width: 962px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/menu/right_red.png);
	background-repeat: no-repeat;
	background-position: right;
}


#tm_nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 65px;
	list-style-type: none;
	background-image: url(../images/menu/left_red.png);
	background-repeat: no-repeat;
}

#tm_nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}

#tm_nav li a:link, #tm_nav li a:active, #tm_nav li a:visited {
	background-image: url(../images/menu/middle_red.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 115px;
	display: block;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
}

#tm_nav li a:focus, #tm_nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #fac446;
	background-image: url(../images/menu/rollOver_red.png);
	background-repeat: repeat-x;
}
