﻿body {
}
span[style] {font-size:14px !important; }
.genericform p 
{
	width: 500px;
	clear: left;
	margin: 0;
	margin-left: 50px;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}
.genericform label {
	font-weight: bold;
	float: left;
	padding-right:10px;
	margin-left: -155px; /*width of left column*/
	width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-bottom:5px;
}
.genericform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
	font-size: 14px;
    padding:5px 5px 10px;
}
.genericform textarea {
	width: 250px;
	height: 150px;
}
.genericform em {
	font-size:80%;
	font-weight:normal;
}
strong {
	font-weight:bold
}
.red_small 
{
	font-size: 13px;
	color: #9D2235; 
}
.red-button {
  color: #fff !important;
  font-size: 12px;
  padding: 5px 26px;
  background: #9D2235;
  border:0px !important;
  height:40px !important; 
}
.black-button {
  color: #fff !important;
  font-size: 12px;
  padding: 5px 26px;
  background: #000000;
  border:0px !important;
  height:40px !important; 
}

.inline-rb input[type="radio"] {
    width: auto;
}

.inline-rb label {
    display: inline;
    width:250px;
}

.contentHome {
	margin-top:5px;
	padding-left:25px;
	padding-right:25px;
	padding-top:0;
	width:535px;
}
.contentHome .top-para {
	padding-bottom:5px;
}
.contentHome .top-para p {
	font-size:80%;
	line-height:1.5;
	margin:0;
	padding:0;
}
.contentHome p {
	line-height:1.5;
	font-size:80%;
	margin:10px 0 10px 0;
}
.contentHome a {
	font-size:80%;
	color:#A71634;
}
.contentHome h3 a {
	font-size:100%;
	color:#A71634;
	font-weight:normal;
	text-decoration:none;
}
.contentHome h3 a:hover {
	text-decoration:underline;
}
.contentHome h4 a {
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
}
.contentHome p a {
	text-decoration:none;
}
.contentHome p a {
	font-size:100%;
	text-decoration:underline;
}
.contentHome h2 {
	color:#A71634;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande";
	font-size:130%;
	font-weight:700;
	line-height:1.5;
	margin:0;
}
.contentHome h3 {
	color:#A71634;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande";
	font-size:75%;
	font-weight:700;
	padding:5px;
}
.contentHome h4 {
	color:#A71634;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande";
	font-size:70%;
	padding:5px 7px;
}
.contentHome ul {
	list-style-type:disc;
	margin-left:20px;
}
.contentHome ul li {
	padding:8px 0 8px 0;
}
.arrow {
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
	padding-right:15px;
}
p .arrow {
	font-size:100%;
	background-position:right 6px;
	float:none;
}
.newsArticle {
	border-bottom:1px dashed #999;
	margin:10px 0 10px  0;
	background-repeat:repeat-x;
	background-color:#efefef;
}
.newsArticle .content {
	padding:10px;
}
.newsArticle .whole 
{
	width: 100%;
}
.newsArticle .left {
	float:left;
	width:430px
}
.newsArticle .left p {
	margin-top:0;
}
.newsArticle .right {
	width:170px;
	padding: 0 0 0 10px;
	margin-right: 0px;
	float:left;
	text-align:right;
}
.newsArticle h2 {
	color:#FFFFFF;
	display:block;
	padding:10px;
	background-color:#a5b6a4;
	text-decoration:none;
}
.newsArticle h2 a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
#archive {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 80%;
	line-height:1.5;
}
#archive li {
	list-style: none;
	margin: 0;
	padding:0;
	border-top: 1px solid gray;
}
#archive ul li {
	padding:0;
}
#archive li ul li {
	list-style: none;
	margin: 0;
	border:0;
}
#archive li em {
	font-size:80%;
}
#archive li a {
	text-decoration: none;
	display:block;
	padding:5px;
	height:1%;
}
#archive li a:hover {
	background-color:#efefef;
	background-image:url(/images/arrowgrey.gif);
	background-repeat:no-repeat;
	background-position:95% center;
}
#archive li em {
	color:#666666;
}
.productImage {
	height:155px;
	width:155px;
	padding:10px;
	background-image:url(../images/picframe.gif);
	background-repeat:no-repeat;
}
.effect1{
   
  /* #4 AND INFINITY!!! (CSS3 only) */
  box-shadow:
   
      0 0 0 5px hsl(0, 0%, 90%);
     
  
}
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.contentHome2 {
	margin-top:0px;
	padding-left:25px;
	padding-right:25px;
	padding-top:0;
	width:635px;
	font-family: Tahoma, Verdana, sans-serif;
}
.contentHome2 p {
	line-height:1.5;
	color: #666666;
	font-size:13px;
	margin:10px 0 10px 0;
}
.contentHome2 h2 {
	color:#456278;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:1.5;
	margin:0;
}
.contentHome2 ul {
	list-style-type:disc;
	margin-left:20px;
}
.contentHome2 ul li {
	padding:8px 0 8px 0;
	font-size: 14px;
}


