/* CSS Document */

/* basic */
body {
	margin: 0; padding: 0;
	background-color: #5F5F9D;
	color: #fff;
	font: normal 90% Arial, sans-serif;
}
a { background-color: transparent; color: #3333CC; }
a:hover,a:active { background-color: transparent; color: #c00; }
th { 
	background-color: #c00;
	color: #fff;
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #009;
}
strong { font-weight: bold; }
hr { height: 1px; color: #ddd; }




/* text */
#right h2 {
	margin: 5px;
	padding: 5px 0;
	text-align: center;
	font: bold 14px Arial, sans-serif;
	background-color: #000066;
	color: #fff;
}
#content p {
	line-height: 1.45em;
	margin-top: 0.50em;
}
#content h1 {
	margin: 0;
	padding: 30px 0 10px 0;
	font: bold 22pt Arial, sans-serif;
	background-color: transparent;
	color: #c00;
	background-image: url(../images/save_money_bg.gif);
	background-repeat: repeat-x;
}
h1.tagline {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font: bold 12px Verdana, Arial, sans-serif;
	letter-spacing: 0.65em;
	text-transform: uppercase;
	color: #ccf;
	border-top: 2px solid #000;
	background: #006 url(../images/h1tagline_bg.jpg) repeat-x;
}
h3 {
	color: #000066;
	margin-top: 5px;
}
#links h3 {
	margin: 0;
	padding: 2px;
	font: bold 11px Verdana, Arial, sans-serif;
	background: #006;
	color: #FF0000;
	border-bottom: 3px solid #ccf;
	padding-bottom: 5px;
}


/* custom */
table.prodbox {
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
table.prodbox td {
	border-right: 1px solid #eee;
	text-align: center;
}
table.prodbox td.noborder { border-right: 1px solid #fff; }
.copyright { font-size: 10px; color: #ccf; }
.copyright a { color: #FFCC00; }
hr { color: #9696C7; }
div.spacer { clear: both; height: 0; line-height: 0; }
div.smheading {
	font: bold 10px Verdana, Arial, sans-serif;
	margin-top: 10px;
	padding-bottom: 5px;
	background-color: #000066;
	color: #FF0000;
}
iframe.icontainer {
	background-color: #f8f8f8;
	border: 1px solid #eee;
}
.footermenu a {
	font: bold 11px verdana,sans-serif;
	background: transparent;
	color: #ccf;
}



/* navigation */
#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #000066;
	color: #ccf;
}
#left ul ul li a {
	list-style-type: square;
	width: auto;
	margin-left: 8px;
	background: none;
	border: none;
	font-size: 10px;
}
#left a {
	display: block;
	padding: 6px;
	padding-left: 20px;
	text-decoration: none;
	font: bold 11px Verdana, Arial, sans-serif;
	background: #006 url(../images/btn_grad1.jpg) no-repeat;
	color: #ccf;
	text-transform: capitalize;
	border-width: 1px;
	border-style: solid;
	border-color: #5F5F9D #006 #006 #5F5F9D;
	width: 180px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
#left a:hover {
	background: #006 url(../images/btn_grad2.jpg) no-repeat;
	color: #fff;
}
#links a {
	background-color: transparent;
	color: #ccf;
	text-decoration: none;
	padding: 5px 2px 5px 5px;
	font-size: 10px;
	display: block;
}
#links a:hover {
	background: transparent;
	color: #fff;
}



/* postioning and layout */
#header {
	background: #fff url(../images/header_flag_bground.jpg) no-repeat top right;
	color: #000;
}
#footer {
	background: #006;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #000;
}
#content {
	background: #fff;
	color: #222;
	padding: 10px 15px;
}
#left {
	background: #006;
	color: #fff;
}
#right {
	background: #006;
	color: #fff;
	text-align: center;
}
#links {
	padding: 10px;
}
#links ul {
	margin: 0;
	list-style-type: none;
	font: bold 11px Verdana, Arial, sans-serif;
	padding: 0;
}
#links li {
	border-bottom: 1px solid #669;
	margin-left: 0; padding-left: 0;
}
#save {
	background: #fff url(../images/save_money_bg.gif) repeat-x;
}




/* end of file */