@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C8C8C8;
	text-align: center;
	color: #333333;
	background-image: url(images/page_bg.jpg);
}
body, html {
	height: 100%;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:hover {
	color:#999999;
}
table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
th {
	background-color: #2E91C6;
	color: #FFFFFF;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
}
input:focus, textarea:focus, select:focus {
	background-color: #DEEFFF;
}
textarea {
	width: 100%;
}
li {
	padding-bottom: 10px;
}
.requiredField {
	color: #FF0000;
}
.required {
	background-color: #FFCCCC;
}
#SearchInput {
	padding-left: 20px;
	background-image: url(images/search_image.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 3px;
}
#SearchButton {
	background-color: #F1F1F1;
	background-image: none;
	text-align: center;
	border: solid;
	border-width: 1px;
	border-bottom-color: #575757;
	border-top-color: #d7d7d7;
	border-right-color: #575757;
	border-left-color: #e1e1e1;
	padding-right: 5px;
	padding-left: 5px;
}
.FormButton {
	border: none;
	color: #F0F0F0;
	background-image: url(images/button.gif);
	height: 19px;
	width: 87px;
	padding-bottom: 2px;
}
.BlankLink, .BlankLink:hover {
	color: #F0F0F0;
}
.BlueLink, .BlueLink:hover {
	color: #2473B0;
}
.BlueLinkBg, .BlueLinkBg:hover {
	padding: 5px;
	color:#2473B0;
	border: solid;
	border-width: 1px;
	border-bottom-color: #575757;
	border-top-color: #d7d7d7;
	border-right-color: #575757;
	border-left-color: #e1e1e1;
	background-color: #F7F7F7;
}
.errorDiv {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	display: none;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.doneDiv {
    background-color: #CCFFCC;
	border: 1px solid #33CC00;
	display: none;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.BoxLeft {
	float: left;
	background-color: #FFFFFF;
}
.BoxRight {
	float: right;
	background-color: #FFFFFF;
}
.Button {
	height: 19px;
	background-image: url(images/button_bg.gif);
	width: 140px;
	text-align: center;
	float: right;
	margin-top: 10px;
}
.ButtonLight {
	height: 19px;
	background-image: url(images/button_bg.gif);
	width: 100px;
	text-align: center;
	float: right;
	margin-top: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}
.ButtonMedium {
	height: 19px;
	background-image: url(images/button_bg.gif);
	width: 120px;
	text-align: center;
	float: right;
	margin-top: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}
.ButtonContent {
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-align: center;
	padding-top: 1px;
	width: 132px;
}
.ButtonContentLight {
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-align: center;
	padding-top: 1px;
	width: 92px;
}
.ButtonContentMedium {
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-align: center;
	padding-top: 1px;
	width: 112px;
}
.MainContent {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-color: #FFFFFF;
	width: 760px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	min-height: 100%;
}
.HeaderTop {
	margin-right: 15px;
	margin-left: 15px;
	height: 88px;
}
.HeaderImage {
	float: left;
	width: 298px;
	height: 73px;
	clear: left;
	padding-top: 15px;
}
.Logo {
	padding-top: 20px;
	font-weight: bold;
	text-align: right;
	width: 365px;
	float: right;
	color: #2473B0;
	font-size: x-large;
}
.Menu {
	height: 35px;
	margin-left: 15px;
	background-position: right;
	background-image: url(images/menu_bg.gif);
	float: none;
	clear: both;
	margin-right: 15px;
}
.MenuContent {
	height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 710px;
}
.Navigation {
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
	padding: 5px;
	height: 15px;
}
.Header {
	height: 190px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.Resume {
	height: 190px;
	width: 210px;
	float: left;
}
.HeaderFlash {
	width: 510px;
	float: right;
}
.Content {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.ContentLeft {
	width: 210px;
	float: left;
}
.SearchBox {
	background-image: url(images/search_bg.gif);
	float: left;
	height: 40px;
	background-repeat: repeat-x;
	background-position: left top;
}
.SearchBoxContent {
	width: 200px;
	float: left;
	text-align: center;
	height: 35px;
	padding-top: 7px;
}
.ContactInfo {
	text-align: left;
	margin-top: 8px;
	background-image: url(images/contact_bg.jpg);
	font-size: 11px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 153px;
}
.FlashLeft {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.News {
	background-image: url(images/news_big.gif);
	width: 510px;
	float: right;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
}
.NewsImage {
	float: left;
	width: 140px;
	text-align: right;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.NewsContent {
	width: 330px;
	float: right;
	padding: 15px;
}
.NewsBottom {
	background-image: url(images/news_big.gif);
	background-position: right bottom;
	height: 5px;
	width: 510px;
	float: right;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.MoreNews {
	float: right;
	width: 510px;
	text-align: right;
	padding-bottom: 10px;
}
.ContentTable {
	width: 510px;
	float: right;
	margin-bottom: 10px;
}
.ContentTableHeader {
	background-image: url(images/table_header.gif);
	height: 20px;
	width: 500px;
	text-align: left;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
.ContentTableTD {
	background-image: url(images/content_bg.gif);
	width: 480px;
	text-align: left;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 50px;
	padding-bottom: 10px;
}
.Categories {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	padding-left: 15px;
	width: 715px;
}
.Category {
	background-image: url(images/category_bg.gif);
	height: 145px;
	width: 105px;
	float: left;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}
.CategoryImage {
	height: 120px;
	padding: 5px;
}
.CategoryButton {
	float: left;
	width: 715px;
}
.CompareTable {
	text-align: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
.CompareTableHeader {
	background-image: url(images/compare_header.gif);
	background-repeat: repeat-y;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
}
.ProductLeft {
	float: left;
	text-align: left;
	clear: left;
	white-space: nowrap;
}
.ProductRight {
	white-space: nowrap;
	float: right;
	clear: right;
}
.CompareTableTD {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	clear: left;
}
.CompareItem {
	width: 131px;
	padding: 5px;
	float: left;
}
.CompareDetail {
	padding-left: 5px;
}
.CompareItemImage {
	height: 115px;
}
.CompareItemName {
	font-style: italic;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
	min-height: 30px;
}
.CompareItemSpecs {
	padding-top: 10px;
	text-align: left;
	padding-bottom: 5px;
	font-size: 11px;
	padding-left: 10px;
	min-height: 185px;
}
.CompareItemDiv {
	background-color: #CCCCCC;
	height: 350px;
	width: 1px;
	float: left;
	margin-top: 10px;
}
.CompareTableTDBottom {
	background-image: url(images/compare_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding-left: 152px;
	text-align: left;
}
.CategoryTitle {
	height: 35px;
	text-align: right;
	background-image: url(images/category_title_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-style: italic;
	text-transform: lowercase;
	color: #FAD741;
	font-size: xx-large;
	padding-right: 25px;
	padding-bottom: 5px;
}
.ProductDetail {
	position:absolute;
	width:290px;
	background-image: url(images/product_detail_bg.gif);
	background-repeat: no-repeat;
	margin-top:15px;
	margin-left: 10px;
	float: left;
}
.ProductImageDetail {
	height: 305px;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
}
.ProductNameDetail {
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 16px;
}
.ProductSpecsDetail {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/product_specs_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.Product {
	clear: both;
	width: 270px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ProductCompare {
	clear: both;
	width: 270px;
	padding-top: 2px;
	text-align: center;
}
.ProductCompareLink {
	text-align: center;
	padding-top: 5px;
}
.CategoryDetail {
	width: 410px;
	text-align: left;
	float: right;
	min-height: 510px;
	padding-bottom: 20px;
	clear: right;
	padding-left: 10px;
}

.CategorySelect {
	height: 30px;
	text-align: right;
}
.CategoryDiv {
	float:left;
	margin-top: 10px;
	padding-left: 15px;
}
.Products {
	float: right;
	padding-top: 10px;
	padding-left: 7px;
	clear: left;
}
.Category {
	background-image: url(images/category_bg.gif);
	height: 145px;
	width: 105px;
	float: left;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 14px;
	padding-bottom: 10px;
}
.CategoryImage {
	height: 140px;
	padding: 5px;
	width: 95px;
}
.Pagination {
	float: right;
	clear: both;
	text-align: right;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.AddedProduct {
	color: #339900;
	text-align: center;
	font-weight: bold;
}
.ComparedLink {
	color: #996600;
	text-align: center;
	font-weight: bold;
}
.SectionTable {
	border: 1px double #CCCCCC;
	background-color: #F8F8F8;
}
.SectionNew {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 90%;
}
.LanguageRight {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #999999;
}
.FooterTop {
	text-align: center;
	float: left;
	width: 210px;
}
.Footer {
	clear: both;
	background-image: url(images/footer_bg.gif);
	height: 15px;
	font-weight: bold;
	color: #F0F0F0;
	text-align: center;
	font-size: 11px;
	padding: 3px;
}
.CopyRight {
	text-align: center;
	padding: 10px;
}
