body
{
  background-image: url(/images/background.jpg);
  background-attachment: fixed;
  font-size: 12px;
}

a
{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #444;
  text-decoration: underline;
}

a img
{
  border: 1px solid #808080;
}

#outer_container
{
  width: 950px;
  margin: 0 auto;
  border: 1px solid black;
  overflow: hidden;
  background-image: url(/images/container_bg.jpg);
}

.float_clear
{
  clear: both;
}

/*** The Essential Code ***/

body
{
	min-width: 950px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#keywords
{
  width: 950px;
  height: 15px;
  color: #ddd;
  background-color: black;
  font-size: 12px;
  overflow: hidden;
}

#header
{
  height: 182px;
}

#menu
{
  width: 950px;
  height: 30px;
  background-color: #d7e023;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  clear: both;
  padding: 0;
  background-image: url(/images/menu_bg.jpg);
}

#menu_spacer
{
  width: 212px;
  height: 30px;
  border-right: 1px solid #303030;
  padding-top: 0px;
  text-align: center;
  float: left;
  font-size: 16px;
}

#news_header
{
  width: 212px;
  height: 30px;
  padding-top: 0px;
  text-align: center;
  float: left;
  font-size: 16px;
}

#header_image
{
  width: 737px;
  height: 182px;
  margin: 0px;
  padding: 0px;
  background-color: white;
  float: left;
}

#container
{
	padding-left: 0px;      /* LC fullwidth */
	padding-right: 0px;     /* RC fullwidth + CC padding */
}

#container .column
{
	position: relative;
	float: left;
}

#center
{
	padding: 10px 20px;       /* CC padding */
	width: 485px;
}

#left
{
	width: 192px;             /* LC width */
	padding: 0 0px;          /* LC padding */
	border-right: 1px solid #404040;
}

#right
{
	width: 191px;             /* RC width */
	padding: 0 0px;          /* RC padding */
	border-left: 1px solid #707070;
	margin-right: -100%;
}

#footer
{
  border-top: 1px solid black;
  height: 23px;
	clear: both;
}

/*** Just for Looks ***/

body
{
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
  font-size: 12px;
}

h1
{
  font-size: 16px;
}

h2
{
  font-size: 14px;
}

h3
{
  font-size: 12px;
}

#header, #footer
{
	font-size: 12px;
	text-align: center;
	padding: 0;
	background: #d7e023;
}

#footer
{
  background-image: url(/images/foot_bg.jpg);
  padding-top: 7px;
}

#left
{
	background: #6b6b6b;
	background-image: url(/images/left_bg.jpg);
}
/*
#left a
{
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
*/
#left a:hover
{
  color: #c6d012;
}

#right h2
{
  text-decoration: underline;
}

#right a
{
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#right a:hover
{
  color: #444;
  text-decoration: underline;
}

#center
{
	background: #fff;
}

#container .column
{
	padding-top: 0em;
	text-align: justify;
}

#right
{
	background: #d7e066;
	background-image: url(/images/right_bg.jpg);
	padding: 0;
  margin: 0;
  text-align: left;
}

div.box
{
  text-align: left;
  width: 205px;
  border-bottom: 1px dotted black;
  padding: 3px;
}

#keywords a
{
  color: #ddd;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

div.button
{
    background: #d7e066;
	background-image: url(/images/button_bg.jpg);
	width: 90px;
	height: 16px;
	padding: 7px;
	text-align: center;
	float: left;
	border-right: 1px solid #303030;
	font-size: 14px;
}

div.button a
{
  font-size: 14px;
  color: black;
  text-decoration: none;
}

div.button a:hover
{
  color: #444;
  text-decoration: underline;
}

img.product
{
  max-width: 250px;
  width: expression(this.width > 250 ? 250: true);
}

div.thumbnail
{
  width: 100px;
  height: 75px;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  text-align: center;
}

img.thumbnail
{
  max-width: 100px;
  width: expression(this.width > 100 ? 100: true);
  max-height: 75px;
  height: expression(this.height > 75 ? 75: true);
}

img.category
{
  max-width: 200px;
  width: expression(this.width > 200 ? 200: true);
  max-height: 200px;
  height: expression(this.height > 200 ? 200: true);
}

div.category
{
  border: 1px solid #666;
  background-color: #DDD;
  width: 220px;
  height: 220px;
  float: left;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

div.category_inner
{
  margin-top: 5px;
}

div.category a
{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

div.category a:hover
{
  color: #444;
  text-decoration: underline;
}

div.cat
{
  width: 192px;
  height: 15px;
  padding: 3px 10px;
  border-top: 1px dotted black;
}

div.subcat
{
  width: 172px;
  height: 15px;
  padding: 3px 20px;
  border-top: 1px dotted #333;
}

.subc
{
  font-weight: normal;
}

#left
{
  padding: 0;
  width: 212px;
}

div.text
{
  margin-top: 4px;
}
