@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.abcon:link, .abcon:visited {
	font-size: 11px;
	color: #9fcf67;
	text-decoration: underline;
}
.abcon:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

#container {
	width: 900px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wrap { background-color: transparent; margin: 0 auto; width: 1000px; height:100%; }

/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 1000px; 
	height: 145px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: center;
	background-color:#fff; 
}

#home { text-align: center; }	

#allnav {
	float: right;
	width: 1000px;
	height: 40px;
	padding: 0px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav {
    width: 1000px; height: 20px;
	margin: 0; 
	padding: 0;
    position: relative;
}
#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 38px; overflow: hidden; }

#nav1w { left: 120px; width: 106px; }
#nav2w { left: 255px; width: 99px; }
#nav3w { left: 647px; width: 102px; }
#nav4w { left: 778px; width: 98px; }


#nav1w a { background: transparent url(images/nav.gif) -120px 0 no-repeat; }
#nav2w a { background: transparent url(images/nav.gif) -255px 0 no-repeat; }
#nav3w a { background: transparent url(images/nav.gif) -647px 0 no-repeat; }
#nav4w a { background: transparent url(images/nav.gif) -778px 0 no-repeat; }


#nav1w a:hover { background: transparent url(images/nav.gif) -120px -34px no-repeat; }
#nav2w a:hover { background: transparent url(images/nav.gif) -255px -34px no-repeat; }
#nav3w a:hover { background: transparent url(images/nav.gif) -647px -34px no-repeat; }
#nav4w a:hover { background: transparent url(images/nav.gif) -778px -34px no-repeat; }


#nav1w a.selected { background: transparent url(images/nav.gif) -120px -34px no-repeat; }
#nav2w a.selected { background: transparent url(images/nav.gif) -255px -34px no-repeat; }
#nav3w a.selected { background: transparent url(images/nav.gif) -647px -34px no-repeat; }
#nav4w a.selected { background: transparent url(images/nav.gif) -778px -34px no-repeat; }


/*-------------------------------------------
	page structure
-------------------------------------------*/

#homeContent {
	width: 1000px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	height: 260px;
}

#mainContent {
	width: 800px;
	margin-left: 100px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	min-height: 260px;
}

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

#m_left {
  width: 430px;
  background-color: #fff;
  line-height: 20px;
}

#m_right {
  width: 350px;
  margin: 0 0 0 20px;
  background-color: #fff;
}

#c_left {
  width: 330px;
  background-color: #fff;
  line-height: 20px;
}

#c_right {
  width: 450px;
  margin: 0 0 0 20px;
  background-color: #fff;
}

.orderbuttons { float: right; padding: 20px; }

#yellow {
  width: 400px;
  background-color: #fff8a2;
  padding: 10px 10px 0 20px;
  line-height: 20px;
}

#bullets {
    text-align: left;
	margin-left: -10px;
}

#bullets li { margin-top: 12px; padding: 0; position: relative; }

.padd { padding-left: 40px; }


/*-------------------------------------------
	POP page
-------------------------------------------*/

#POPwrap { background-color: transparent; margin: 0 auto; width: 100%; height:100%; }

#POPheader {
	width: 400px; 
	height: 145px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: center;
	background-color:#fff; 
}

#POPmainContent {
	width: 400px;
	padding: 10px;
	font-size: 10px;
	background-color: transparent;
	text-align: left;
}

#POPfooter { 
	width: 100%;
	padding: 40px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
	font-size: 9px;
	color: #999;
}


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	padding: 40px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
	font-size: 9px;
	color: #999;
} 

.footer:link, a:visited {
	color: #999;
	text-decoration: underline;
}
.footer:hover {
	color: #000;
	text-decoration: underline;
}

.grey { 
	font-size: 10px;
	color: #666;
}

.ltgrey { 
	font-size: 10px;
	color: #ccc;
}

.red { 
	font-size: 10px;
	color: #ff0000;
}

.ten { 
	font-size: 11px;
}