@charset "UTF-8";

body {
	margin:0;
	font:100% Verdana,Arial, sans-serif;
	color: #666; 
	padding:20px 0 0 0;
	background: #fff;
}
div#container{
	width: 960px;
	padding: 0;
	margin:0 auto;
	text-align: left;
}

p, ul, ol {font-size: 100%; line-height: 1.5; margin:0; padding:0 0 10px 0;}
ul li, ol li { margin: 0 0 0 30px; }

a {color: #2b4e94; text-decoration: underline;}



/* layout -------------------------- */

div#header {margin:0 0 30px;}

div#contact {float:right;}
div#contact p {font-size: 90%;font-family:Arial, sans-serif;}
div#contact p strong {font-size: 140%; margin:0 0 0 5px;}


div#product_box_1 {
	float:left; 
	width: 453px; 
	margin:0 50px 30px 0;
	background: #edece1;
	border: 1px solid #d8d5c4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 0;
}

div#product_box_2 {
	float:left; 
	width: 453px; 
	margin:0 0 30px;;
	background: #edece1;
	border: 1px solid #d8d5c4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 0;
}

div.product_logo {margin:5px 0 10px 10px;}

div#product_box_1 ul, div#product_box_2 ul {margin:0 20px; padding:0;border-top: 1px solid #d8d5c4; color: #615e50; font-size: 100%;font-family:Arial, sans-serif; font-weight:bold;}
div#product_box_1 ul li, div#product_box_2 ul li {margin:0; padding:6px 0 6px 20px; list-style: none; background: url("images/product-bullet.gif") no-repeat; border-bottom: 1px solid #d8d5c4;}

div#product_box_1 p, div#product_box_2 p {padding:20px 0; text-align: center;}

div#boxout {border: 1px solid #cac48f; background: #f0dc9b; text-align: center; margin: 0; padding: 10px 10px 15px;}
div#boxout p {font-family: Arial, sans-serif; font-size: 150%; color: #666; font-weight:bold; padding:0;}
div#boxout p span {font-size: 75%;}
div#boxout p strong {color: #403d2b;}
div#boxout p a {color: #2d81a9;}


/* footer -------------------------- */

div#footer {margin: 20px 0;}
div#footer p { font-size: 80%; text-align: center; padding: 0 0 5px;}
div#footer a {color: #666;}
div#footer p span {font-size: 85%; color: #999}


/* Hs and Ps -------------------------- */
h1 {color: #0b6393; font-size: 195%;font-family:Arial, sans-serif;margin:0; padding: 0 0 30px;line-height: 1.3; text-align:center;}



p.right {text-align:right;}
p.center {text-align:center;}
p.float_right {float:right; padding:10px;}


/* images-------------------------- */



/* clears -------------------------- */
div.clear_left {clear: left;line-height: 0.1; height: 1px;}
div.clear_left_white {clear: left;line-height: 0.1; height: 1px; background: #fff;}
div.clear_right {clear: right;line-height: 0.1; height: 1px;}
div.clear_both {clear: both;line-height: 0.1; height: 1px;}



/* buttons --------------------------------------- */

a.green_btn {
	margin:0;
	background: #beea00 url("images/green-btn-bg.png") bottom repeat-x;
	border: 1px solid #7c8871;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 7px 15px;
	font-size: 130%;
	font-weight:bold;
	font-family:Arial, sans-serif;
	color: #3c4a00;
	text-decoration: none;
}
a.orange_btn {
	margin:0;
	background: #eead30 url("images/orange-btn-bg.png") bottom repeat-x;
	border: 1px solid #888271;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 7px 15px;
	font-size: 130%;
	font-weight:bold;
	font-family:Arial, sans-serif;
	color: #4a3900;
	text-decoration: none;
}
/*
* html input.orange_btn {padding: 7px 0;}
* html input.green_btn {padding: 7px 0;}
*/

