/************************************ Global */
body{
  background:#bbb url(/images/bg.jpg) no-repeat top center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-top:0px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
}

img{
  padding:0px;
	margin:0px;
}

a{
  color:#333;
	text-decoration:underline;
}
a:hover{
  color:#333;
	text-decoration:none;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
.clear{
  clear:both;
}

h1{
  font-size:140%;
	text-align:left;
}


#container{
	margin:auto;
	background:transparent url(/images/contentBGdropShadow.jpg) repeat-y top right;
	width:904px;
	paddin-bottom:0px;
}

/************************************ header */
#header{
  background:transparent url(/images/headerBG.jpg) no-repeat top left;
	height:151px;
	padding:0px 10px;

}
#header ul#topNavList{
  float:right;
  list-style:none;
	margin:0px;
	padding:0px;
}

#header ul#topNavList li{
  display:inline;
	margin:0px;
}

#header ul#topNavList li a{
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	padding:0px 3px;
  border-right:1px solid #333;
}

#header ul#topNavList li a:hover{
	text-decoration:underline;
}

/************************************ mainNav */
#mainNav{
	background: transparent url(/images/navBG.jpg) no-repeat top left;
	height:30px;
	padding:0px 10px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#mainNav ul#mainNavList{
  list-style:none;
	margin:2px 0px 0px 0px;
	padding:3px 0px 0px 0px;
}

#mainNav ul#mainNavList li{
  display:inline;
	margin:0px;
}
#mainNav ul#mainNavList li a{
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	padding:0px 5px;
  border-right:1px solid #333;
}

#mainNav ul#mainNavList li a:hover{
	text-decoration:underline;
	font-size:90%;
	font-weight:bold;
}
a.noBorder{
  border-right:none !important;
}

/************************************ content */
#content{
/*  background:#f88aa5 url(/images/contentBG.jpg) no-repeat top left;
*/	
  background:#fff url(/images/contentBG2.jpg) repeat-y top left;
	width:880px;
  min-height:271px;
	height:auto!important;
	height:271px;
	padding:0px 10px 10px 10px;
}

/************************************ footer */
#footer{
  margin-left:auto;
	margin-right:auto;
	width:884px;
	height:42px;
	background:transparent url(/images/footerBg3.jpg) no-repeat top left;
	padding:5px 10px;
	margin-top:-15px;
}

/* styles 062409 */

div.footerProductDescription a{
  float:right;
	width:30%;
	font-size:11px;	
	margin-top:-60px;
	text-align:center;
}

div.footerProductDescription a img{
 border:0 none;
 margin-left:15px;
}

#footer .header{
  font-size:28px;
	font-weight:bold;
	float:left;
	width:69%;
}

#footer p{
  font-size:14px;
	line-height:18px;
	font-weight:normal;
}

/************************************ bottom */
#bottom{
	text-align:center;
	color:#dc2854;
	font-weight:bold;
}




