* {
	margin: 0 auto;
	padding: 0;	
}

body {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

.wrapper {
	background:#4c7094 url(../images/img/bg.png) repeat-x;
	padding-bottom: 20px;
}

/* Begin Header */
.header {
	background: url(../images/img/bg_header.png);
	height: 80px;
}

.footer {
	background: #C8D4D8;
	font-size: 12px;
	color: #555;
	padding: 15px;
	margin-top: 5px;
	text-align: center;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.footer a, a.visited, a.active {
	color: #003366;
	text-decoration: none;
}

.footer a:hover {
	color: #003366;
}

.footer li {
	margin: 0 15px;
	list-style: none;
	display: inline;
}

.searchtop {
	background: url(../images/img/bg_search.png) no-repeat top right;	
}

.menu li {
	display: inline;
	margin-right: 10px;
	padding: 5px 0;
	font-weight: bold;
}

h1 {
	margin-bottom: 5px;
	font-size: 18px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #003466;
}
h2 {
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #003466;
}
h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #003466;
}

form {
	margin: 0;
	padding: 0;
}

a:active {
	color: #0E4369;
	text-decoration: none;
}
a:link {
	color: #0E4369;
	text-decoration: none;
}
a:visited {
	color: #0E4369;
	text-decoration: none;
}
a:hover {
	color: #706E05;
	text-decoration:underline;
}

.TopBottomBar {
	font-size: 11px;
	background: url(../images/img/bg_menu.png) no-repeat;	
	height: 17px;
	color: #FFF;
	padding: 10px;
}

a:active.TopBottomBarLink {
	color: #FFF;
	text-decoration: none;
}
a:link.TopBottomBarLink {
	color: #FFF;
	text-decoration: none;
}
a:visited.TopBottomBarLink {
	color: #FFF;
	text-decoration: none;
}
a:hover.TopBottomBarLink {
	color: #FFF;
	text-decoration: underline;
}

.strike {
	text-decoration:line-through;
}

/* Box Styles */
.BoxFrame {
	background-color: #e7ebf0;
}

.BoxTitle {
	font-size: 13px;
	font-weight: normal;
}

.BoxHeader {
	background: url(../images/img/bg_blue_title.png) no-repeat;
	height: 17px;
	padding: 5px 6px;
	color: #FFF;
}

.BoxHeaderCat {
	background: url(../images/img/bg_categories_title.jpg) no-repeat;
	height: 17px;
	padding: 5px 6px;
	color: #FFF;
}

.BoxHeaderCart {
	background: url(../images/img/bg_cart_title.png) no-repeat;
	height: 16px;
	padding: 7px 8px;
	color: #FFF;
}

.BoxHeaderGrey {
	background: url(../images/img/bg_grey_title.png) no-repeat;
	height: 16px;
	padding: 4px 5px;
	color: #FFF;
}

.BoxContent {
	font-size: 11px;
	padding: 6px;
	background: url(../images/img/bg_blue.png) repeat-y top center;
	color: #333;
}

.BoxContentCart {
	font-size: 11px;
	padding: 6px;
	background: url(../images/img/bg_cart.png) repeat-y top center;
	color: #000;
/*	border-right: 1px solid #000;
	border-left: 1px solid #000;*/
}

.BoxContentCart a, a.visited, a.active {
	color: #000;	
}

.BoxContentGrey {
	font-size: 11px;
	padding: 6px;
	background: url(../images/img/bg_grey.png) repeat-y top center;
	color: #FFF;
/*	border-right: 1px solid #D2DCE5;
	border-left: 1px solid #D2DCE5;*/
}

.BoxText {
	font-size: 11px;
	padding: 4px 0;
	color: #451008;
}
a:active.BoxLink {
	color: #205370;
	text-decoration: none;
}
a:link.BoxLink {
	color: #205370;
	text-decoration: none;
}
a:visited.BoxLink {
	color: #205370;
	text-decoration: none;
}
a:hover.BoxLink {
	color: #000;
	text-decoration: underline;
}

.BoxList ul{
	margin: 0;
	padding: 0;
}
.BoxList li{
	background: url(../images/menu_tree_arrow_right_empty.gif) no-repeat left top;
	list-style-type: none;
	padding-left: 13px;
	margin: 5px 0;
}

.BoxFooter {
	background: url(../images/img/bottom_blue.png) no-repeat;
	height: 5px;
}
.BoxFooterCart {
	background: url(../images/img/bottom_cart.png) no-repeat;
	height: 5px;
}
.BoxFooterGrey {
	background: url(../images/img/bottom_grey.png) no-repeat;
	height: 5px;
}

/* Page Header and Navigation */
.pageHeader {
	font-size: 18px;
	font-style: normal;
/*	background-color: #FFF;*/
	text-align: left;
	padding: 5px 0 0 5px;
	margin: 0;
}

.pageNavigation {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
/*	background: url(../images/img/bg_breadcrumbs.jpg) no-repeat;*/
	padding: 9px;
	color: #0033cc;
	height: 20px;
}

.pageNavigation div {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0033cc;
}

.pageList ul {
	margin: 0;
	padding: 0;
}
.pageList li {
	background: url(../images/menu_tree_arrow_right_empty.gif) no-repeat left top;
	list-style-type: none;
	padding-left: 13px;
	margin: 5px 0;
}

.pageListNumbered ol {
	margin: 0;
	padding: 0;
}
.pageListNumbered li {
	margin: 6px 0 6px 22px;
}

/* Catalog Items */
.CatalogNavigation {
	border-bottom: 1px solid #D3E4D6;
	border-top: 1px solid #D3E4D6;
	margin-top: 5px;
}
.CatalogNavigation table tr td {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.CatalogItemDark {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #F0F0F0;
	padding: 4px;
	color: #000;
}
.CatalogItemLight {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	padding: 4px;
	color: #000;
}

/* Lists for Cart Items - Uses Catalog Styles */
.listHeader {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #F0F0F0;
	color: #000;
}

.listItem {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	color: #000;
}

/* Forms */
/* New Form Styles */
.formFieldSet {
	border: 1px solid #89a8ad;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
/*	border-style: outset;*/
	padding-bottom: 10px;

}

.formContent {
	clear: both;
	float: left;
	padding-left: 0px;
	width: 99%;
}

.formSeparator {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #F0F0F0;
	padding: 6px;
	color: #000;
}

.formHeader {
	clear: both;
	background-color: #FFF;
	color: #000;
	padding: 5px;
}

.formLine {
	clear: both;
	float: left;
	width: 100%;
}

.formCaption {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	float: left;
	padding: 5px;
	margin-top: 3px;
	text-align: right;
	width: 40%;
}

.formControl {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	float: left;
	padding: 5px;
}

.formSpace {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	float: left;
	padding: 5px;
	padding-left: 15px;
}

.formControlText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 144px;
	color: #666;
}

.formControlSelect {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 150px;
	color: #666;
}

.formButtons {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	float: left;
	width: 99%;
}

/* New Form End */
.FormItems {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #333;
}

.formRemark {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;	
}

.ProductSubtitle {
	font-size: 16px;
	font-style: normal;
/*	font-weight: bold;*/
	border-bottom: 1px solid #CCC;
	padding: 5px;
	margin: 0px;
}

p {
	margin-bottom: 15px;	
}

blockquote {
	padding: 10px;	
}

.input {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #000;
	color: #555;
}

#home h1, h2, h3 {
	padding-left: 4px;
/*	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;*/
}

#home p {
	padding: 0 6px;
	color: #555;
	font-size: 12px;
}

.category {
	background: url(../images/img/category_283.png) no-repeat top center;
	width: 280px;
	float: left;
	margin: 0 0 10px 3px;
	border: 1px #CCC solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.category ul{
	margin: 10px 0 15px 30px;
	padding: 0;
	font-size: 11px;
}
.category li{
	background: url(../images/menu_tree_arrow_right_empty.gif) no-repeat top left;
	list-style-type: none;
	padding-left: 13px;
	margin: 5px 0;
}