body{
  padding: 0;
  margin: 0;
  font-size: 8pt;
  font-family: Tahoma;
  color: #001E25;
}

A:link, A:visited{
  outline: none;
  color: #26869E;
  text-decoration: underline;
  font-size: 9pt;
  font-family: Tahoma;
}

A:hover{
  text-decoration: none;
}

.container{
  width: 1150px;
  height: 650px;
}

.header{
  width: 1150px;
  height: 162px;
  background-image: url(http://lionpromotions.ca/site/header.jpg);
  background-repeat: no-repeat;
}

.logo{
  float: left;
}

.topMenu{
  float: right;
  width: 860px;
  height: 39px;
  margin-right: 30px;
  margin-top: 123px;
}

.topMenuItem, .topMenuItemSelected, .topMenuItemCurrent{
  float: left;
  margin-left: 40px;
}

.topMenuItem img{display: none;}
.topMenuItemSelected img, .topMenuItemCurrent img{float: left; border-bottom: 1px solid #FFF;}

.topMenuItem A:link, .topMenuItem A:visited{
  display: block;
  float: left;
  height: 27px;
  padding: 12px 20px 0 20px;
  color: #FFF;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.topMenuItemSelected A:link, .topMenuItemSelected A:visited{
  display: block;
  float: left;
  height: 27px;
  padding: 12px 11px 0 11px;
  background-color: #FFF;
  color: #2E2E2E;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.topMenuItemCurrent A:link, .topMenuItemCurrent A:visited{
  display: block;
  float: left;
  height: 27px;
  padding: 12px 20px 0 20px;
  background-color: #FFF;
  color: #2E2E2E;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.leftMiddle{
  width: 257px;
  height: 450px;
  background-image: url(http://lionpromotions.ca/site/leftBg.jpg);
  background-repeat: repeat-x;
  background-position: left 35px;
  background-color: #FDFDFD;
}

.leftMenuTitle{
  background-image: url(http://lionpromotions.ca/site/leftTop.jpg);
  background-repeat: no-repeat;
  width: 237px;
  height: 27px;
  font-size: 12pt;
  font-weight: bold;
  color: #FFF;
  padding: 8px 0 0 20px;
  font-family: Verdana;
}

.leftMenu{
  width: 237px;
  padding-top: 20px; 
}

.leftMenuItem A:link, .leftMenuItem A:visited{
  display: block;
  width: 220px;
  border-left: 5px solid #BEBEBE;
  border-right: 5px solid #BEBEBE;
  text-decoration: none;
  padding: 5px 10px;
  margin: 3px;
  font-weight: bold;
  font-size: 9pt;
}

.leftMenuItem A:hover, .leftMenuItemSelected A:link, .leftMenuItemSelected A:visited{
  display: block;
  border-left: 5px solid #26869E;
  border-right: 5px solid #26869E;
  text-decoration: none;
  padding: 5px 10px;
  margin: 3px;
  width: 220px;
  font-weight: bold;
  font-size: 9pt;
}

.rightMiddle{
  width: 913px;
}

.commonContent{
  width: 850px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blockTitle{
  font-size: 17pt;
  color: #024556;
  padding: 10px 0;
}

.blockBody{
  padding: 0 20px;
  font-family: Arial;
  font-size: 10pt;
}

.c_left{
  float: left;
  width: 250px;
}

.c_right{
  float: right;
}

.c_input{
  border: 1px dotted #43A3BB;
  padding: 2px 1px;
  font-family: Verdana;
  color: #555555;
  font-size: 8pt;
  width: 95%;
}

.c_captcha{
  border: 1px dotted #43A3BB;
  padding: 2px 1px;
  font-family: Verdana;
  color: #555555;
  font-size: 8pt;
  width: 40px;
  text-align: center;
}

.c_textarea{
  border: 1px dotted #43A3BB;
  padding: 3px;
  font-family: Verdana;
  color: #555555;
  font-size: 9pt;
  width: 100%;
  height: 166px;
}

.c_secure{
  float: left;
}

.q_textarea{
  border: 1px dotted #43A3BB;
  padding: 3px;
  font-family: Verdana;
  color: #555555;
  font-size: 9pt;
  width: 97%;
  height: 166px;
}

.contactBtn{
  float: left;
  padding-left: 10px;
}

.contactBtn input{
  font-size: 7pt;
  font-family: Verdana;
  color: #024558;
}

.subMenu{
  margin-left: 10px;
  padding: 5px 0;
}

.subMenuItem A:link, .subMenuItem A:visited{
  display: block;
  background-image: url(http://lionpromotions.ca/site/subMenu_arrow.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  text-decoration: none;
  padding: 5px 10px 5px 12px;
  margin: 3px;
  font-weight: bold;
  font-size: 9pt;
}

.subMenuItem A:hover, .subMenuItemSelected A:link, .subMenuItemSelected A:visited{
  display: block;
  background-image: url(http://lionpromotions.ca/site/subMenu_arrowSelected.gif);
  background-repeat: no-repeat;
  background-position: left 10px;  
  text-decoration: none;
  padding: 5px 10px 5px 12px;
  margin: 3px;
  font-weight: bold;
  font-size: 9pt;
  color: #3BACE0;
}

.productContainer{
  padding-top: 20px;
}

.productImg{
  float: left;
  width: 200px;
  text-align: center;
  border: 1px solid #26869E;
  padding: 2px;
  margin-top: 27px;
}

.productNoImg{
  float: left;
  width: 200px;
  text-align: center;
  padding: 2px;
}

.productImg A:link, .productImg A:visited{
  width: 188px;
  display: block;
  padding: 5px;
  border: 1px solid #26869E;
  position: relative;
  overflow: hidden;
}

.productImg A:hover{
  border: 1px solid #79D9F1;
}

.productEnlarge{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background-image: url(http://lionpromotions.ca/site/enlarge.jpg);
  background-repeat: no-repeat;
}

.productEnlargeOver{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background-image: url(http://lionpromotions.ca/site/enlargeOver.jpg);
  background-repeat: no-repeat;
}

.productTitle{
  color: #26869E;
  font-size: 10pt;
  padding-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}

.productData{
  float: left;
  width: 550px;
  padding-left: 20px;
}

.propCont{
  background-color: #3BACE0;
  width: 500px;
}

.propHeader{
  border: 1px outset #26869E;
  padding: 1px 5px;
  font-size: 8pt;
  color: #FFF;
  font-weight: bold;
}

.propTd{
  background-color: #FFF;
  padding: 2px 5px;
  font-size: 8pt;
  font-family: Verdana;
}

.propTdBtn{
  background-color: #FFF;
  padding: 2px 5px;
}

.propTdBtn A:link, .propTdBtn A:visited{
  text-decoration: none;
}

.propTdBtn A:hover{
  text-decoration: underline;
}

.productSeparator{
  background-image: url(http://lionpromotions.ca/site/line.jpg);
  background-repeat: no-repeat; 
  background-position: center 10px; 
  width: 500px;
  height: 1px;
  padding: 10px 0; 
}

.gallerySeparator{
  clear: both;
  background-image: url(http://lionpromotions.ca/site/line.jpg);
  background-repeat: no-repeat; 
  background-position: center 30px; 
  width: 500px;
  height: 1px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.galleryImg{
  float: left;
  width: 195px;
  text-align: center;
  border: 1px solid #26869E;
  padding: 2px;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
}

.galleryImg A:link, .galleryImg A:visited{
  display: block;
  width: 183px;
  height: 115px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #26869E;
}

.galleryImg A:hover{
  border: 1px solid #79D9F1;
}

.enlarge{
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: 15px;
  height: 15px;
  background-image: url(http://lionpromotions.ca/site/enlarge.jpg);
  background-repeat: no-repeat;
}

.enlargeOver{
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: 15px;
  height: 15px;
  background-image: url(http://lionpromotions.ca/site/enlargeOver.jpg);
  background-repeat: no-repeat;
}

.quiteProduct{
  color: #26869E;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}

.quoteProp li{
  color: #26869E;
  list-style: circle;
  padding-bottom: 5px;
}

.quoteProp li font{
  color: #555555;
}

.nothing{
  font-style: Italic;
  font-size: 10pt;
  color: #26869E;
  padding-top: 20px;
  text-align: center;
}

.clear{
  clear: both;
}

.footer{
  width: 1150px;
  height: 45px;
  color: #FFF;
  background-image: url(http://lionpromotions.ca/site/footer.jpg);
  background-repeat: no-repeat;
}

.copyright{
  float: left;
  padding-left: 40px;
  padding-top: 15px;
  letter-spacing: 1px;
}

.designed{
  float: right;
  padding-right: 40px;
  padding-top: 15px;
  letter-spacing: 1px;
}

.designed A:link, .designed A:visited{
  font-weight: bold;
  color: #FFF;
}

