@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

body{
	background:#FFFFFF;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.2em;
	margin: 20px 0px 20px 0px;
	padding:0px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.highlight_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.homecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: lighter;
	word-spacing: 0em;
	letter-spacing: 0.12em;
	text-transform: none;
	line-height: normal;
	}
.missingcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00FF00;
	font-weight: lighter;
	word-spacing: 0em;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.link_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E41D24;
	text-decoration: underline;
	text-transform: none;
	letter-spacing: 0.12em;
	}
.link_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0em;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.2em;
	}
.link_white_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	letter-spacing: 0em;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.2em;
	}

.product_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline;
	line-height: normal;
	letter-spacing: 0.1em;
		}
.product_white_noLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: normal;
}
.price_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #E41D24;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-transform: none;
	line-height: normal;
}
.bottom_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	ext-transform: uppercase;
	display: inline;
	line-height: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#page{
	width:100%;
	padding:0; margin:0;
}


.logintextred
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 0.2em;
	}
.logintext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	}
	
div.blocklogin
{
  padding: 5px 5px 5px 5px;
  max-width:400px;
  min-width:300px;
  text-align: center;
  border:#333 solid 2px;
  background:#333;
  margin:20px 5px 10px 5px;
}
	
div.block
{
	padding-top: 5px;
	height: 450px;
	width:300px;
	float:left;
	text-align: left;
	border:#333 solid 2px;
	background:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.blockSmall
{
	padding: 2px;
	height: 300px;
	width:300px;
	float:left;
	text-align: center;
	border:#333 solid 2px;
	background:#FFFFFF;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	}

div.blockMedium
{
	padding: 2px;
	height: 500px;
	width:300px;
	float:left;
	text-align: center;
	border:#333 solid 2px;
	background:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div.blockTerms
{
	padding: 2px;
	height: 5800x;
	width: 300px;
	float:left;
	text-align: center;
	border:#333 solid 2px;
	background:#111;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}	

div.block img
{
  display: inline;
  padding: 0px;
}

div.miniblock
{
  padding: 0px 5px 0px 5px;
  height: auto;
  float:left;
  text-align: center;
  margin:0px 6px 10px 5px;
  border:#333 solid 2px;
}	

div.miniblock img
{
  display: inline;
  padding: 0px;
}

ul.mainNavigation{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	color: #0000000;
}

.mainNavigation li{
	float:left;
	width:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mainNavigation a:link, .mainNavigation a:visited{
	display:block;
	width:auto;
	color:#ffffff;
	text-align:center;
	padding:5px 0px 5px 0px;
	text-decoration:none;
	background-color:#000000;
	background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: url(linear-gradient(to%20bottom,%20#333333%200%25,%20#000000%20100%25));
}
.mainNavigation a:hover, .mainNavigation a:active{
	background-color:#000000;
	background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #333333));
	background-image: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #333333 100%);
	color: #ffffff;
}
ul.subNavigation{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	color: #ffffff;
}

.subNavigation li{
	float:left;
	width:50%;
}

.subNavigation a:link, .subNavigation a:visited{
	display:block;
	width:auto;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0px 5px 0px;
	text-decoration:none;
	background-color:#333333;
	background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}
.subNavigation a:hover, .subNavigation a:active{
	background-color:#666666;
	background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #333333));
	background-image: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #333333 100%);}

ul.bottomNavigation{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%
}

.bottomNavigation li{
	float:left;

}

.bottomNavigation a:link, .bottomNavigation a:visited{
	display:block;
	width:auto;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0px 10px 0px;
	text-decoration:none;
	background-color:#333333;
	background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}
.bottomNavigation a:hover, .bottomNavigation a:active{
	background-color:#666666;
	background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #333333));
	background-image: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #333333 100%);
}

#header img{
	max-width:340px;
	margin: 0 auto;
}
#header{
	margin:0;
	max-height: 300px;
	clip: rect(auto,auto,auto,auto);
	
}
.menu_red {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #E41D24;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.menu_sub {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0em;
	text-transform: none;
	line-height: normal;
	letter-spacing: 0.2em;
	}
.menu_main {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0em;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.2em;
	}
