@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* CSS Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#36433a;
	background-color:#e7e7f7;
/*
background:#fff url(/images/bg.gif) repeat-x;
*/
}
h1 {
	font-size:3em;
	letter-spacing:-1px;
	color:#000000;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000000;
}
h3 {
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000000;
}
p {
	font-size:1.1em;
}
.orangebtn {
	width:115px;
	height:32px;
	padding-top:10px;
	text-align:center;
	margin:10px 0 10px 45px;
	background:url(/images/orangebtn.gif) no-repeat;
}
.orangebtn a {
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.orangebtn a:visited {
	color:#fff;
}
.orangebtn a:hover, a:active {
	color:#fff;
}
.greenbtn {
	width:115px;
	height:32px;
	padding-top:8px;
	text-align:center;
	margin-left:190px;
	background:url(/images/greenbtn.gif) no-repeat;
}
.greenbtn a {
	font-size:1.5em;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.greenbtn a:hover, a:active, a:visited {
	color:#fff;
}
#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	float:left;
	width:800px;
	height:75px;
	background:url(/images/Header-Blend-800x75.gif) no-repeat;
}
#header .logo {
	float:left;
	width:600px;

/* added to fix double float bug in IE6 */

	display: inline;
}
#header .logo-img {
	float:left;
	width:160px;
	height:50px;
	margin:0 0 0 10px;
	background:url(/images/123-Logo-160x50.gif) no-repeat;

/* added to fix double float bug in IE6 */

	display: inline;
}
#header .logo-text {
	float:left;
	width:440px;
	margin:6px 0 0 165px;

/* added to fix double float bug in IE6 */

	display: inline;
}
#header .logo h1 {
	font-size:3.2em;
	color:#fff;
}
#header .logo h3 {
	color:#000;
}
#menu {
	float:right;
	width:150px;
	height:50px;
	color:#fff;
}
#menu ul {
	float:left;
	margin:5px 0 0 15px;
	font-size:1.1em;

/* added to fix double float bug in IE6 */

	display: inline;
}
#menu li a {
	padding:10px;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	color:#fff;
	text-decoration:none;
}
#menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
a:link {
	color:#0000ff;
	text-decoration:none;
}
a:visited {
	color:#0000ff;
	text-decoration:none;
}
a:active {
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	color:#0000ff;
	text-decoration:underline;
}
#content {
	float:left;
	width:770px;
	height:auto;
	padding:12px 15px 15px 13px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color: #000;
	background:#fff;
}
#content .leftcontent {
	float:left;
	width:520px;
	padding-right:5px;
}
#content .leftcontent .header {
	width:510px;
	height:33px;
	padding-top:5px;
	margin-top:10px;
	background-color:#0000c6;
}
#content .leftcontent .header h2 {
	font-size:1.9em;
	color:#fff;
	text-align:center;
}
#product {
	float:left;
	width:500px;
	margin:10px 15px 0 0;
}
#product .description {
	float:right;
	width:auto;
	margin:10px 15px 0 0;
}
#product .description h3 {
	text-transform:uppercase;
	margin-bottom:10px;
}
#product .imgage {
	float:left;
	margin-right:15px;
}
#product .image img.prod {
	float:left;
	margin-right:15px;
}
#content .leftcontent .box {
	float:left;
	width:490px;
	padding:2px 10px 2px;
	background-color:#e7e7f7;
}
#content .leftcontent .box p {
	float:left;
	width:100%;
	font-size:1em;
	margin-bottom:10px;
}
#content .leftcontent .box .italic {
	text-align:right;
	font-style:italic;
	font-weight:bold;
}
#content .leftcontent h1 {
	font-weight:normal;
}
#content .leftcontent h2 {
	font-weight:normal;
	margin-bottom:10px;
}
#content .leftcontent p {
	margin-bottom:20px;
}
#content .rightcontent {
	float:right;
	width:230px;
}
#content .rightcontent .box {
	float:left;
	width:210px;
	padding:2px 10px 2px;
	background-color:#e7e7f7;
}
#content .rightcontent .box p {
	float:left;
	width:100%;
	font-size:1em;
	margin-bottom:10px;
}
#content .rightcontent .box .italic {
	text-align:right;
	font-style:italic;
	font-weight:bold;
}
#content .rightcontent .header {
	width:230px;
	height:33px;
	padding-top:5px;
	background-color:#0000c6;
}
#content .rightcontent .header  h2 {
	font-size:1.9em;
	color:#fff;
	text-align:center;
}
#searchbox {
	margin:10px 0 10px 0;

/* added to fix double float bug in IE6 */

	display: inline;
}
#footer {
	float:left;
	width:800px;
	height:40px;
	background:url(/images/Footer-Blend-800x40.gif) center no-repeat;
}
#footer .menu {
	float:left;
	color:#fff;
	margin:20px 0 0 20px;

/* added to fix double float bug in IE6 */

	display: inline;
}
#footer .menu ul {
	float:left;
	font-size:1.1em;
}
#footer .menu li {
	display:inline;
}
#footer .menu li a {
	padding:10px;
}
#footer .menu li a:link, .menu li a:visited, .menu li a:active{
	color:#fff;
	text-decoration:none;
}
#footer .menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
ul.features {
	margin-left:10px;
}
ul.features li {
	padding:5px 0 5px 20px;
	background:url(/images/chkbullet.gif) no-repeat left center;
}
