body  {
	width:950px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:100%;
	color:#000;
	}

p {margin-top:0; padding: 0;}

td {
	font-size: 11px;
	line-height:16px;
	font-family: Arial, Helvetica;
	color: #330000;
}

.footer {
	font-size: 9px;
	line-height:16px;
}

a:hover {
	text-decoration: underline;
}

div#container {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

div#wrapper {
	position: relative;
	width: 950px;
}


div#header {
	position: absolute;
	width: 950px;
	height: 170px;
	top: 0px;
	padding-top: 0px;
	z-index: 30;
} 


div#menu {
	position: absolute;
	width: 950;
	top: 170px;
	left: 0px;
}

div#main {
	position: absolute;
	width: 950;
	top: 220px;
	left: 0px;
}

div#footer {
	position: absolute;
	width: 950px;
}


* {
	text-decoration: none;
} 

html {
	height: 100%;
}

ul	{list-style-type: square; padding: 0; margin: 0; margin-left:20px;}

.small {
 font-size: 10px;
}

.smaller, .smaller:link, .smaller:visited, .smaller:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px;
text-align:justify;
text-decoration: none;
color: #000000;
line-height:13px;
}

.smaller_white, .smaller_white:link, .smaller_white:visited, .smaller_white:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 9px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:13px;
}

.cart, .cart:link, cart:visited, .cart:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 12px;
text-align:justify;
text-decoration: none;
color: #000000;
line-height:15px;
}

.cart_red, .cart_red:link, cart_red:visited, .cart_red:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 12px;
text-align:justify;
text-decoration: none;
color: #bd0000;
line-height:15px;
}

.big_red, .big_red:link, .big_red:visited, .big_red:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 15px;
text-align:justify;
text-decoration: none;
color: #bd0000;
line-height:22px;
}

.cart_white, .cart_white:link, .cart_white:visited, .cart_white:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 12px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:15px;
}

.cart_white_link, .cart_white_link:link, .cart_white_link:visited, .cart_white_link:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 12px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:15px;
}

.cart_white_link:hover {
color: yellow;
text-decoration:none }

.label_white, .label_white:link, .label_white:visited, .label_white:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 10px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:15px;
}

.label_link, .label_link:link, .label_link:visited, .label_link:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 9px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:15px;
}

.label_link:hover
{ 
color: yellow;
}

.bigger, .bigger:link, .bigger:visited, .bigger:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px;
text-align:justify;
text-decoration: none;
color: #000000;
line-height:18px;
}
.big, .big:link, .big:visited, .big:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 15px;
text-align:justify;
text-decoration: none;
color: #000000;
line-height:22px;
}

.big_green 
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 15px;
text-align:justify;
text-decoration: none;
color: #007b30;
line-height:22px;
}

.bigger_white, .bigger_white:link, .bigger_white:visited, .bigger_white:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:18px;
}
.big_white, .big_white:link, .big_white:visited, .big_white:active
{ 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 15px;
text-align:justify;
text-decoration: none;
color: #ffffff;
line-height:22px;
}

input:focus, textarea:focus, input:focus {
background:#ffffdd;
}

.red {
color: #bd0000;
} 

.white {
color: #ffffff;
} 

.darkgreen {
color: #008542;
}

.lightgreen {
color: #8FD400;
}

.title {
font-size: 22px;
}

.infiniteCarousel {
  width: 600px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 510px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 20em;
  margin: 0 50px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 160px;
  width: 150px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 67px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

