body, table {
	font-family: Arial;
	color: black; /*general text*/
	font-size: 12px;

}

form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000033; /*background*/
}

table {
	background: transparent;
	color: black; /*general text*/
}

div {
	background: transparent;
}

img {
	border: 0;
}

a {
	color: navy; /*general link*/
	text-decoration: none;
}

a:hover {
	color: #navy; /*general link hover*/
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #003663; /*page title*/
	font-weight: bold;
	margin-bottom: 20;
}

form {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #7ecbd1;
}

input {
	border: 1px solid #7ecbd1;
	color: #7ecbd1;
	background-color: white;
	font-weight: bold;
}

div.trail {
	font-size: 11px;
}

table.container {
	width: 700px;
	background-color: white;
	margin-top: 50px;
}

table.header {
	width: 700px;
	background: white; /*header background*/
}

table.header td {
	padding: 0px;
}

table.header td table {
	width: 100%;
}

table.header td table td.content {
	width: 100%;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: navy; /*footer border*/
	padding: 0;
}

table.header td table td.content div.panel_header_top_right_box {
	width: 100%;
}

table.border {
	width: 700px;
	height: 20px;
	background-color: navy; /*tab bar background*/
	margin-left: 0px;
}

a.hometab:hover {
	color: black;
}

table.tabs {
	width: 700px;
	font-size: 11px;
	font-family: Tahoma;
	background: white; /*header background*/
	margin-left: 0px;
}

table.tabs a {
	color: #003663; /*tabs text*/
	text-decoration:none;
}

table.tabs a:hover {
	text-decoration: none;
	color: white; /*tabs text hover*/
}

table.tabs td table td {
	padding-bottom: 5px;
}

table.tabs td.tabcell table.tabbox td.row1_one,
table.tabs td.tabcell table.tabbox td.row1_two,
table.tabs td.tabcell table.tabbox td.row1_three,
table.tabs td.tabcell table.tabbox td.row1_four,
table.tabs td.tabcell table.tabbox td.row1_five {
	height: 42px;
}

table.tabs td.tabcell table.tabbox td.row2_one,
table.tabs td.tabcell table.tabbox td.row2_two,
table.tabs td.tabcell table.tabbox td.row2_three,
table.tabs td.tabcell table.tabbox td.row2_four,
table.tabs td.tabcell table.tabbox td.row2_five {
	width: 138px;
	height: 20px;
	padding: 5px 0px;
}

table.tabs td.tabcell table.tabbox td.row1_one {
	background: transparent url(link1.gif) no-repeat right center;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row1_two {
	background: transparent url(link2.gif) no-repeat right center;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row1_three {
	background: transparent url(link3.gif) no-repeat right center;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row1_four {
	background: transparent url(link4.gif) no-repeat right center;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row1_five {
	background: transparent url(link5.gif) no-repeat right center;
}

table.tabs td.tabcell table.tabbox td.row2_one {
	background: #7ecbd1 url(arrow.gif) no-repeat left center;
	background-color: navy; /*tab bar background*/
	padding-left: 10px;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row2_two {
	background: #88b3cc url(arrow.gif) no-repeat left center;
	background-color: #88b3cc; /*link box two*/
	padding-left: 10px;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row2_three {
	background: #2fb07c url(arrow.gif) no-repeat left center;
	background-color: #2fb07c; /*link box three*/
	padding-left: 10px;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row2_four {
	background: #e59d36 url(arrow.gif) no-repeat left center;
	background-color: #e59d36; /*link box four*/
	padding-left: 10px;
	border-right: 2px solid white;
}

table.tabs td.tabcell table.tabbox td.row2_five {
	background: #a26671 url(arrow.gif) no-repeat left center;
	background-color: #a26671; /*link box five*/
	padding-left: 10px;
}


table.tabs td.tabcell table.tabbox td div a {
	color: white;
	font-weight: bold;
}

table.tabs td.tabcell table.tabbox td div a:hover {
	color: white;
	text-decoration: underline;
}



table.main {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 700px;
	height: 300px;
}

table.main td.center {
	padding: 5px;
	width: 70%;
}

table.main td.left {
	padding: 0 10px;
}

table.main td.right {
	width: 150px;
	padding: 0;
}


table.sidebar {
	width: 100%;
	background: white; /*sidebar background*/
	margin-bottom: 10px;
	font-size: 11px;
	color: black; /*sidebar text*/
	padding: 3px;
	border: 1px solid;
	border-color: navy; /*tab bar background*/
	border-top: 0;
}



table.sidebar caption {
	background: navy; /*tab bar background*/
	color: white; /*sidebar title*/
	padding: 3px 6px;
	font-size: 14px;
	font-weight: bold;
}

table.sidebar input {
	font-size: 11px;
}

table.sidebar#products tr td span.price {
	color: red; /*sidebar product prices*/
	font-weight: bold;
}

/* news */

table.sidebar#news div.headline {
	padding-top: 5px;
	font-weight: bold;
}

table.sidebar#news div.date {
	font-weight: bold;
	padding: 3px 0;
}

table.sidebar#news div.snippet {
	padding-bottom: 5px;
}





table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: navy; /*categories background*/
}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	color: white; 
	padding: 6px 6px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

table.sidebar#categories td.l1 a,
table.sidebar#categories td.l1_over a {
	color: white; /*categories level1 link*/
	text-decoration: none;
}

table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1 a:hover {
	color: white; /*categories level1 link hover*/
	text-decoration: underline;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over {
	color: white;
	padding: 5px 4px;
	font-size: 11px;
	text-decoration: none;
}

table.sidebar#categories td.l2 a,
table.sidebar#categories td.l2_over a {
	color: #dddddd; /*categories level2 link*/
	text-decoration: none;
}

table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2 a:hover {
	color: white; /*categories level2 link hover*/
	text-decoration: underline;
}



table.footer {
	width: 700px;
	background: white; /*footer background*/
	color: black; /*footer text*/
	font-size: 11px;
	border-top: 2px solid;
	border-color: navy; /*footer border*/
}

table.footer div {
	color: black; /*footer text*/
	font-size: 11px;
}

table.footer a {
	color: black; /*footer text*/
}

table.footer a:hover {
	color: grey; /*footer text hover*/
}

table.footer td {
	padding: 7px 15px;
}
































