@charset "UTF-8";
/* CSS Document */

#products {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 20px 10px 0 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#products2 {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 20px 10px 0 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image:url(../images/homepage.jpg);
	background-attachment:scroll;
	background-position:320px 30px;
	background-repeat:no-repeat;
}
#products3 {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding: 20px 10px 0 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Centers the page content container in IE 5 browsers. */
}

#products3 p a {
font-size:12px;
line-height:18px;
color:#FF0000;
}

#products #container {
padding-left:20px;
padding-right:20px;
}
#products2 p {
font-size:12px;
line-height:18px;
}

#products #leftColumnProducts {
  float: left;
  width: 250px;
  background-color:#E31937;
}

#products #rightColumnProducts {
  float: right;
  width: 270px;
  background-color:#ccc;
}

#products button {
background-color:#FF0000;

}



/*Other styles on page*/
h1 {
  color:#999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
/* Commonly used to style section titles. */
h2 {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
  font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for the h4 header. */
h4 {
  font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for the h5 header. */
h5 {
  font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for the h6 header. */
h6 {
  font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #E31937;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#content .clearFloat {
  clear:both;
  display: block;
}