body {
	background-color: #96938a;
	padding: 0;
	margin: 0;
}


.standardOuterPanel {
	border: 5px solid #656357;
	background-color: #eadcc6;
	padding: 6px;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noTopMargin {
	margin-top: 0 !important;
}

.noRightMargin {
	margin-right: 0 !important;
}

.noBottomMargin {
	margin-bottom: 0 !important;
}

.noLeftMargin {
	margin-left: 0 !important;
}






#pageConstraints {
	width: 1100px;
	border: 0 none;
	margin: 0 auto 15px auto;
	position: relative;
	top: 0px;
}



#logoDiv {
	padding: 10px 0 9px 0;
	width: 453px;
	height: 89px;
	float: left;
}

#awardsDiv {
	width: 401px;
	top: 3px;
	left: 483px;
	position: absolute;
}

#awardsDiv img{
	margin: 2px;
	border: none;
}

#topTabDiv {
	background-image: url(../images/tab_top.gif);
	width: 199px;
	height: 45px;
	float: right;
	margin: 68px 0 0 0;
	position: relative;
	z-index: 2000;
}

#topTabDiv ul {
	list-style-type: none;
	margin: 14px 0 0 12px;
	padding: 0;
}

#topTabDiv ul li.nav {
	display: inline;
	padding: 0;
}

#topTabDiv ul li.seperator {
	display: inline;
	font: bold 12px verdana, sans serif;
	color:#656357;
	text-decoration: none;
}


#topTabDiv ul li a {
	font: bold 12px verdana, sans serif;
	color: #4c8cb5;
	text-decoration: none;
}

#topTabDiv ul li a:visited {
	font: bold 12px verdana, sans serif;
	color: #4c8cb5;
	text-decoration: none;
}

#topTabDiv ul li a:hover {
	text-decoration: underline;
}

.home #mainImgDiv {
	width: 643px;
	padding: 4px 3px 0 4px;
	padding: expression("4px 3px 4px 4px");
}

.home #mainTextDiv {
	width: 414px;
	height: 393px;
	padding: 4px;
	margin-left: 3px;
	background-image: url(../images/maintextBG.jpg);
	background-repeat: no-repeat;
	background-position: 0 210px;
	position: relative;
	top: -5px;
}

.page #mainTextDiv {
	width: 1082px;
	height: 393px;
	padding: 4px;
	margin-top: -4px;

}

.page #mainImgDiv {
	width: 450;
	height: 300px;
	overflow: hidden;
	padding: 4px 3px 4px 4px;
	position: absolute;
	left: 670px;
	top: 160px;
}


#mainTextDiv #sectionHeading {
	margin: 16px 23px 10px 0;
}


#mainTextDiv .pageText {
	margin: -5px 12px 0 12px;
	font: normal 11px verdana;
	color: #5d5b58;
	line-height: 12px;
}

.page #mainTextDiv .pageText {
	font: normal 13px verdana;
	width: 600px;
	height: 150px;
	padding-top: 6px;
}

#mainTextDiv .pageText p {
	padding-bottom: 1px;
	margin-top: -7px;
}


.indent {
	margin-left: 30px;
}

#mainTextDiv .pageText .indent {
	margin-left: 118px;
}

#mainTextDiv .pageText a:link, #mainTextDiv .pageText a:visited {
	color: #4c8cb5;
	text-decoration: none;
}

#mainTextDiv .pageText a:hover {
	color: #1e5579;
	text-decoration: underline;
}

#siteNav {
	background-image: url(../images/nav_tab_margin.jpg);
	background-repeat: repeat-x;
	height: 58px;
	margin: 3px 0;
	width: 1093px;
}

.home #siteNav {
	margin: -1px 0 3px 0 !important;
}

#siteNav .tab {
	float: left;
	margin: 0 3px 0 0;
}

#siteNav .tab .tabLeft {
	background-image: url(../images/nav_tab_left.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 21px;
	margin: 0;
	padding: 0;
	cursor: pointer;	
	cursor: hand;
}

#siteNav .tab .tabMiddle {
	background-image: url(../images/nav_tab_bg.jpg);
	background-repeat: repeat-x;
	height: 38px;
	margin: 0;
	padding: 16px 2px 10px 2px;
	font: bold 23px "Times New Roman", serif;
	color: #d6d6be;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#siteNav .tab .tabRight {
	background-image: url(../images/nav_tab_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 58px;
	width: 28px;
	margin: 0;
	padding: 0;
	cursor: pointer;	
	cursor: hand;	
}

#bulletsPanel {
	width: 412px;
	height: 300px;
}

#bulletsPanel #bulletsContainer {
	background-color: #838175;
	margin: auto; 
	_margin: 0; /*IE6 extra Firefox whitespace hack */
	margin: expression("0"); /*IE7 extra Firefox whitespace hack */
	padding-bottom: 0;
	height: 300px;
}


#bulletsContainer  h3 {
	color: #fff;
	font: normal 21px garamond, serif;
	position: relative;
	top: 10px;
	left: -12px;
	height: 25px;

}

#bulletsContainer div {
	float: left;
	
}


#bulletsContainer div  ul {
	padding: 0 0 10px 0;
	margin: -15px 0 0 30px;
	_margin: 0 0 0 30px; /*IE6 extra Firefox whitespace hack */
	margin: expression("0 0 0 30px"); /*IE7 extra Firefox whitespace hack */
	width: 171px;
}


#bulletsPanel div  li {
	color: #fff;
	font: normal 11px arial, verdana, "sans serif";
	list-style-image: url(../images/yellow_bullet.gif);
	margin: 0 0 6px 0;
	_margin: 0 0 6px 15px; /*IE6 extra Firefox LI margin hack */
	margin: expression("0 0 6px 15px"); /*IE7 extra Firefox LI margin hack */
}


#copyright {
	font: bold 12px Verdana, sans-serif;
	color: #fff;
	text-align: right;
	margin-top: 30px;
}

#copyright p {
	margin: 0 0 6px 0;
}

#copyright a {
	text-decoration: none;
	color: #4c8cb5;
}

#copyright a:hover {
	text-decoration: underline;
}

.page #slides {
	margin: 0 0 0 30px;
	margin: expression("10px 0 0 30px");
	width: 100%;
}

.page #slides .slide {
	display: inline;
	margin-right: 17px;
	float: left;
	width: 170px;
	margin: 6px 7px 7px 21px;
}

.page #slides .slide a, .page #slides .slide a:visited {
	color: #4c8cb5;
	text-decoration: none;
}

.page #slides .slide a:hover {
	text-decoration: underline;
}

.page #slides .slide img {
	width: 150px;
	height: 90px;
	border: none;

}

#slides fieldset{
	font: bold 11px verdana;
	border: 1px solid #9c9c9c;
	padding: 0;
	margin: 0 0 0 5px;
	width: 595px;
	height: 125px;
}

#slides fieldset legend {
	margin: 0 0 0 10px;
	color: #666;
}


.thumb {
	width: 175px;
	height: 75px;
	margin: 15px 5px;
	float: left;
}

.thumb img {
	border: none;
}

.thumb a {
	text-decoration: none;
	border: none;
}

.thumb a:hover {
	text-decoration: underline;
}

.thumbs {
	width: 575px;
	position: relative;
	top: -15px;
}

#corp {
	font-size: 12px;
}

#corp ul {
	list-style-type: square;
	margin-top: 0;
	margin-top: expression("-7px");
}

#corp li {
	margin-left: 15px;
}

#priceContainer {
	width: 100%;
}

.price {
	width: 200px;
	position: relative;
	top: 16px;
	font: bold 14px verdana, sans serif;
	color: #888;
	margin: 0;
}

.home .moveUp1px {
	margin-top: -1px !important;
	*margin-top: 0 !important;
}

.page #mainTextDiv .pageText ul li {
	margin-top: 5px;
}

.listLink a{
	color: #fc0;
	text-decoration: none;
}
