@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #171717;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height : 1.5em;
}
h1 {
	font-size: 1.5em;
	color: #ad0000;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 15px 0;
}
h2 {
	font-size: 1.2em;
	color: #ad0000;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
a {
	text-decoration: underline;
	color: #6390d9;
}
a:visited {
	text-decoration: underline;
	color: #6390d9;
}
a:hover {
	text-decoration: underline;
	color: #f48300;
}
img {
	border: none;
}
#page #container { 
	width: 900px;
	background: #f8f6f6;
	margin: 0 auto; 
	text-align: left; 
} 
#page #logoBox {
	float: left;
}
#page .logo {
	padding: 30px;
}
#page #searchBox {
  width: 270px;
  height: 48px;
	background-image: url(../img/bg_search.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 25px 0 0 0;
	padding: 12px;
	float: right;
}
#page .searchInput {
	border: #c0c0c0 solid 1px;
	font-size: 1em;
	padding: 4px 10px 3px 10px;
	width: 170px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#page .searchButton {
	background-color: #e5e5e5;
	background-image:url(../img/bt_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 65px;
	height: 23px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page #menuBox { 
	width: 900px;
	height: 48px;
	background: #f0eeee;
	margin: 0 auto; 
	text-align: left;
	border-bottom: #0a0a0a solid 1px;
}
#page #menuBox { 
	width: 900px;
	background: #f0eeee;
	margin: 0 auto; 
	text-align: left;
	border-bottom: #0a0a0a solid 1px;
} 
#page #mainMenu {
	background: #3e3e3f;
	padding: 0;
	height: 48px;
	float: right;
}
#page #headerBox { 
	width: 900px;
	height: 420px;
	background: #ffffff;
	margin: 0 auto; 
	text-align: left;
	background-image: url(../img/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#page #headerBoxSubpage { 
	width: 900px;
	height: 97px;
	background: #ffffff;
	margin: 0 auto; 
	text-align: left;
	background-image: url(../img/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#page #headerBox .headerBoxLeft {
	float: left;
}
#page #headerBox .photo {
	padding: 25px 0 0 59px;
}
#page #headerBox .headerBoxRight {
	float: right;
}
#page #headerBox .titleHeader {
	padding: 125px 24px 0 0;
}
#page #contentBox { 
	width: 900px;
	background: #ffffff;
	margin: 0 auto; 
	text-align: left;
}
#page #contentBox img { 
	border: 4px solid #c0c0c0;
}
#page #leftColumn {
	float: left; 
	width: 630px; 
	background: #FFFFFF; 
	padding: 0;
	margin: 0;
}
#page #leftColumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page #leftColumn li {
  background: url("../img/bp_list.gif") top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}
#page #leftColumn li a {
	color: #6390d9;
	text-decoration: none;
}
#page #leftColumn li a:visited {
	color: #6390d9;
	text-decoration: none;
}
#page #leftColumn li a:hover {
	color: #f48300;
	text-decoration: underline;
}
#page #leftColumn .shopHomepage {
  height: 250px;
  background: #f1f1f1;
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  padding: 30px 30px 10px 30px;
}
#page #leftColumn .shopHomepage .nonBorder {
  border: none;
  padding: 5px 0 5px 0;
}
#page #leftColumn .shopHomepage .nonBorder {
  border: none;
  padding: 5px 0 5px 0;
}
#page #rightColumn { 
	margin: 0 0 0 630px; 
	padding: 0; 
}
#page #rightColumn .contactHomepage {
  height: 250px;
  color: #ffffff;
  background: #ac0000;
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  background-image:url(../img/bg_homepage.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 25px 30px 17px 40px;
}
#page #rightColumn .contactHomepage h1 {
  color: #feb500;
	padding: 12px 0 20px 0;
}
#page #rightColumn .contactHomepage a {
  color: #feb500;
	text-decoration: underline;
}
#page #rightColumn .contactHomepage a:hover {
  color: #fee900;
	text-decoration: underline;
}
#page #rightColumn ul {
	color: #6390d9;
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
}
#page #rightColumn li {
	font-size : 1em;
	color : #00427a;
	border-bottom: 1px solid #e5e3e3;
	background: url("../img/bp_submenu.gif") top left no-repeat;
  padding: 0 0 12px 20px;
  margin: 10px 0 0 0;
}
#page #rightColumn li a {
	color: #6390d9;
	text-decoration: underline;
	padding: 5px 0 5px 0;
}
#page #rightColumn li a:visited {
	color: #6390d9;
	text-decoration: underline;
}
#page #rightColumn li a:hover {
	color: #f40000;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	margin-right: 40px;
}
.floatRight {
	float: right;
	margin-left: 40px;
}
#page #leftColumn .contentSubpage {
  padding: 20px 0 0 35px;
}
#page #leftColumn .contentSubpage .nonBorder {
  border: none;
  padding: 5px 0 5px 0;
}
#page #footerBox { 
	width: 900px;
	margin: 0 auto; 
	text-align: left;
}
#page #footer {
	padding: 16px 0 0 15px;
	margin-top: 20px;
	background-image: url(../img/bg_footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #e5e3e3;
}
