body {
	font-family:Tahoma, Sans-Serif;
	font-size:11px;  color:#808080;
}

a {
	color: #048fee;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #2DC1F0;
}
a:visited {
	color: #048fee;
}


.menu {
	font-family:Tahoma, Sans-Serif;
	font-size:10px;
	color:#9DA5AA;
	text-decoration:none;
	text-transform: uppercase;
}
.menu a, .main1 a {
	color:#9DA5AA;
	font-weight: normal;
}
.menu a:hover, .main1 a:hover {
	color: #DE731E;
	font-weight: normal;
}

.main1{font-family:Tahoma, Sans-Serif; font-size:11px;  color:#9DA5AA; }
.main2{font-family:Tahoma, Sans-Serif; font-size:11px;  color:#808080; }
.green{font-family:Tahoma, Sans-Serif; font-size:11px;  color:#809A0A; }

#input{
	width:141px; height:18px;
	border-width:1px;
	border-style:solid;
	background-color:#ffffff;
	border-color:#BCB8B8 ;
}
	 
	
#textarea{
	width:175px; height:80px;
	border-width:1px;
	border-style:solid;
	background-color:#ffffff;
	border-color:#BCB8B8 ; padding:0px; margin:0px;color:#0C8FBB;
	overflow:auto;
}

h2,h3 {
	padding:0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

h2 {
	color:#094287;
}
h3 {
	color:#048fee;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color:#048fee;
	margin-top:12px;
	margin-bottom: 8px;
}

.tinylabel {
	font-family:Tahoma; font-size:9px;  color:#808080;
}

img { border: none; }

.product_box {
	position: relative;
	height: 145px;
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 5px;
	color: white;
	font-size: 9px;
	font-weight: bold;
}
.product_box h3 {
	margin-top: 2px;
	font-family: Tahoma, Sans-Serif;
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.product_box a {
	color: white;
}
	
.product_box.red {
	background: url(images/product_red.png);
}
.product_box.orange {
	background: url(images/product_orange.png);
}
.product_box.green {
	background: url(images/product_green.png);
}
.product_box.blue {
	background: url(images/product_blue.png);
}
.product_box.indigo {
	background: url(images/product_indigo.png);
}
.product_box.purple {
	background: url(images/product_purple.png);
}
.product_box.platinum {
	background: url(images/product_platinum.png);
}
.product_box.platinum h3 {
	color: #002244;
}

.price {
	width: 90px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffaa;
}
.pricenote {
	padding-right: 5px;
	text-align:right;
	font-size: 10px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 1em;
}
ul.sidebox, ul.faq {
	list-style: disc url(images/marcer.gif);
}

hr {
	border: 0;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
}	

.center_box {
	padding: 15px;
	color: white;
	margin-right: 90px;
	font-weight: bold;
}
.center_box h2 {
	color: #ffffaa;
}
.center_box a {
	color:#aaddff;
}

.promo {
	font-size: 14px;
}
.promo h2 {
	text-transform: none;
	font-size: 20px;
}


.error {
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}

.note {
	font-size: 10px;
	font-weight: normal;
}

.matrix {
	border-collapse: collapse;
}
.matrix th {
	font-weight: bold;
	color: white;
	background-color: grey;
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 2px solid white;
}
.matrix th a {
	color: white;
}
.matrix th a:hover {
	text-decoration: underline;
}
.matrix th.blank, .matrix td.blank {
	border: none;
	background-color: transparent;
}
.matrix th.red {
	background-color: #e75400;
}
.matrix th.orange {
	background-color: #e68400;
}
.matrix th.green {
	background-color: #00bf59;
}
.matrix th.blue {
	background-color: #2398dd;
}
.matrix th.indigo {
	background-color: #3b4ca5;
}
.matrix th.purple {
	background-color: #9d519c;
}
.matrix th.platinum {
	background-color: #819ab8;
}
.matrix td {
	color: #444444;
	text-align: center;
	background-color: #e9e9e9;
	padding: 3px;
	border: 2px solid white;
}
.matrix td.feature {
	text-align: left;
	font-weight: bold;
}
.matrix a.more {
	font-weight: normal;
}
.matrix a.order {
	color: red;
}

 




