/* ===================================================== */
/* ================== GENERIC ELEMENTS ================= */
/* ===================================================== */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #cccccc url(images/Page_Background2.gif);
}

body, td, div, span {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525961;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/Bullet1.gif);
}

li {
	margin: 0px 0px 5px 20px;
}

a {
	text-decoration: none;
	color: #FF4400;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	color: #6B7384;
	margin: 5px 0;
	padding: 5px 0;
}

/*h1.News {
	height: 20px;
	background: url(images/Title_News.gif) no-repeat top right;
	width: 2080px;
	font-size: 16px;
	color: #6B7384;
	margin: 5px 0 10px -2000px;
	padding: 0;
}
*/

h1.News {
	font-size: 16px;
	color: #6B7384; /* FF4400 */
	margin: 5px 0 10px 0;
	padding: 0;
}

h1.Promo {
	height: 20px;
	background: url(images/Title_Promo.gif) no-repeat top right;
	width: 2095px;
	font-size: 16px;
	color: #6B7384;
	margin: 5px 0 10px -2000px;
	padding: 0;
}

h2 {
	font-size: 10px;
	background-color: #C5CFD0;
	color: #6B7384;
	border-top: 1px solid #6B7384;
	border-bottom: 1px solid #6B7384;
	margin: 5px 0px 10px 0px;
	padding: 3px 5px 3px 5px;
}

/* ===================================================== */
/* ==================== FORM ELEMENTS ================== */
/* ===================================================== */

input,select,textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input.Extensible, textarea.Extensible {
	width: 98%;
}

input.SearchBox {
	background-image: url(images/SearchField.gif);
	background-repeat: no-repeat;
	border: 0;
	font-size: 10px;
	width: 130px;
	color: #666666;
	padding: 2px;
}

input.SearchBoxFocus {
	background-image: url(images/SearchField.gif);
	background-repeat: no-repeat;
	border: 0;
	font-size: 10px;
	width: 130px;
	color: #000000;
	padding: 2px;
}

td.FormElementTitle {
	background-color: #C5CFD0;
}

td.FormElementContent {
	background-color: #EEEEEE;
}

/* ===================================================== */
/* ==================== PAGE ELEMENTS ================== */
/* ===================================================== */


div#PageBody {
	width: 800px;
	margin: 10px auto 0 auto;
}

div#PageContent {
	background: url(images/PageBackground.gif) repeat-y;
	padding-left: 60px;
}

div#PageHeader {
	background: url(images/Header.gif) no-repeat;
	height: 90px;
	position: relative;
}

div#PageHeaderIcons {
	position: absolute;
	left: 20px;
	top: 15px;
}

div#PageHeaderIcons ul, div#PageHeaderIcons li {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

a#IconHome {
	background: url(images/Icon_Home.gif) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 5px 0;
}

a#IconSearch {
	background: url(images/Icon_Search.gif) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 5px 0;
}

a#IconMail {
	background: url(images/Icon_Mail.gif) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 5px 0;
}

div#PageFooter {
	position: relative;
	background: url(images/Footer.gif) no-repeat;
	height: 30px;
	padding: 3px 0 17px 75px;
}

div#VerticalLogo {
	position: absolute;
	left: 0;
	top: -120px;
	width: 60px;
	height: 136px;
	background: url(images/Logo_BottomLeft.gif) no-repeat;
}

div#PageFooterLeft {
	float: left;
	padding: 0 80px 0 0;
	font-size: 10px;
	color: #666666;
}

div#PageFooterRight {
	float: right;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	color: #666666;
}

div#MainContent {
	padding: 10px;
}

td.LeftColumn {
	background-image: url(images/leftBackground.jpg);
	background-color: #71828A;
	color: #FFFFFF;
	vertical-align: top;
}

td.LeftColumn a {
	text-decoration: none;
}

td.LeftColumn a:hover{
}

td.CenterColumn {
	padding: 0 10px 10px 0;
	background-color: #FFFFFF;
	vertical-align: top;
}

td.CenterColumn a {
	text-decoration: none;
	color: #FF4400;
	border-bottom: 1px dotted #FF4400;
}

td.CenterColumn a:hover{
	color: #FF4400;
	border-bottom: 1px solid #FF4400;
}

td.RightColumn {
	/*background-image: url(images/rightBackground.jpg);*/
	/*background-color: #71828A;*/
	color: #FFFFFF;
	vertical-align: top;
}

td.RightColumn a {
	text-decoration: none;
	color: #FF4400;
}

td.RightColumn a:hover{
	color: #FF4400; /*#2B2D6B;*/
	border-bottom: 1px solid #FF4400;
}

div.RightColumnContent {
	padding: 10px;
}

td.PopupHeader {
	border-top: 1px solid #2B2D6B;
	border-bottom: 1px solid #2B2D6B;
	background-color: #71828A;
	padding: 5px 10px 5px 10px;
	height: 40px;
}

td.PopupBody {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

td.PopupFooter {
	border-top: 1px solid #2B2D6B;
	border-bottom: 1px solid #2B2D6B;
	background-color: #71828A;
	text-align: center;
	padding: 5px 10px 5px 10px;
	height: 20px;
}

div#Intro {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
}

/* ===================================================== */
/* ====================== MENU BAR ===================== */
/* ===================================================== */

div#PageMenu {
	background: #525961; /* url(images/Menu_Bar_Background2.gif);*/
	margin: 0 10px;
	height: 30px;
}

div#PageBreadcrumbs {
	border-top: 1px solid #6B7384;
	border-bottom: 1px solid #6B7384;
	background-color: #C5CFD0;
	padding: 3px 5px;
	margin: 0 0 15px 0;
}

/* ===================================================== */
/* ======================= BLOCKS ====================== */
/* ===================================================== */

div.RightColumnBlockTitle {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #C5CFD0;
	letter-spacing: 1px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #525961;
	background-image: url(images/Arrow_Down_Big.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.RightColumnBlockContent {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

div.RightColumnBlockContentWithFrame {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
}

/* ===================================================== */
/* ======================== NEWS ======================= */
/* ===================================================== */

div.NewsBlock {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px 0;	
}

div.NewsTitle {
	background-color: #71828A;
	color: #FFFFFF;
	font-variant: small-caps;
	border-top: 1px solid #6B7384;
	border-bottom: 1px solid #6B7384;
	margin: 0 0 5px 0;
	padding: 5px;
}

div.NewsContent {
	margin: 0 0 10px 0;
}

td.NewsDate {
	padding: 1px 0;
	color: #6B7384;
	text-align: right;
}

td.NewsLink {
	padding: 1px 0;
	color: #6B7384;
	text-align: left;
}

img.NewsImage {
	width: 100px;
	border: 0px solid #6B7384;
	background: #6B7384 url(images/news_image_background.gif) no-repeat 100px 0px;
	margin: 0px 10px 10px 0px;
	padding: 1px 19px 1px 1px;
}

/* ===================================================== */
/* ====================== PRODUCTS ===================== */
/* ===================================================== */

td.ProductInfo {
	padding: 10px;
	vertical-align: top;
	background: url(images/Product_Info_Background.gif);
}

div.ProductImageContainer {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #6B7384;
	padding: 5px;
	margin: 0 0 10px 0;
}

img.ProductImage {
	border: 1px solid #6B7384;
	padding: 5px;
	margin: 0 0 10px 10px;
}

img.ProductImageThumbnail {
	float: left;
	width: 100px;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 0;
}

div.ProductDates {
	font-size: 10px;
	color: #999999;
}

div.ProductDescription {
	text-align: justify;
	margin-right: 20px;
}

div.ProductReference {
	font-size: 10px;
	color: #999999;
	margin: 15px 0 0 0;
}

div.ProductAddedDate {
	color: #999999;
	margin: 10px 0 0 0;
}

td.ListProductImage {
	width: 75px;
	border-bottom: 1px solid #DDDDEE;
	border-right: 1px solid #FFFFFF;
	padding: 0;
}

td.ListProductNoImage {
	width: 75px;
	border-bottom: 1px solid #DDDDEE;
	border-right: 1px solid #FFFFFF;
	padding: 0;
	background: url(images/NoPicture.gif) center no-repeat;
}

td.ListProductImage img {
	width: 75px;
}

td.ListProductDescription {
	background: #EEEEFF;
	border-bottom: 1px solid #DDDDEE;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 5px;
}

td.ListProductPrice {
	background: #C5CFD0;
	width: 60px;
	border-bottom: 1px solid #DDDDEE;
	vertical-align: top;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

td.RentListProductDescription {
	font-weight: bold;
	background: #EEEEFF;
	border-bottom: 1px solid #DDDDEE;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 2px 5px;
}

td.RentListProductPrice {
	background: #C5CFD0;
	width: 60px;
	border-bottom: 1px solid #DDDDEE;
	vertical-align: top;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* ===================================================== */
/* ==================== PRICE DISPLAY ================== */
/* ===================================================== */

div.NormalPrice {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

div.OldPrice {
	font-size: 15px;
	font-weight: bold;
	text-decoration: line-through;
	color: #999999;
}

div.PromoPrice {
	font-size: 18px;
	font-weight: bold;
	color: #FF5100;
}

div.PromoRatio {
	margin: 0 20px 0 0;
	background: url(images/Promo_Stamp.gif) no-repeat;
	width: 40px;
	height: 28px;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

div.Promo {
	background: #FF4400;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 1.1em;
}

td.PromoThumbnail {
	width: 75px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
}

td.PromoThumbnail img {
	width: 100px;
	margin: 0px 10px 0 0px;
	border: 0;
}

td.PromoThumbnail a:hover {
	border: 0;
}

td.PromoDescription {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

div.PromoViewAll {
	margin: 10px 0 0 0;
	text-align: right;
}

/* ===================================================== */
/* ====================== BLOCKS ======================= */
/* ===================================================== */

div.BlockHeader {
	background: url(images/BlockTitleBackground2.gif) no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	padding: 3px 10px 0 10px;
	display: block;
}

div.BlockContent {
	background: url(images/BlockContentBackground.gif) repeat-y;
	padding: 10px;
	overflow: hidden;
}

div.BlockFooter {
	background: url(images/BlockFooterBackground.gif) no-repeat;
	height: 20px;
}

/* ===================================================== */
/* =================== DESIGN NOTICE =================== */
/* ===================================================== */

div#monoSlideshow {
	position: relative;
	z-index: 0;
}

div#MenuPos {
	position: relative;
	z-index: 10;
}

/* ===================================================== */
/* =================== DESIGN NOTICE =================== */
/* ===================================================== */

div.DesignNotice {
	margin: 0 auto 10px auto;
	width: 760px;
	height: 15px;
	text-align: right;
	padding: 0 40px 0 0;
	font-size: 10px;
}

div.DesignNotice a {
	text-decoration: none;
	color: #71828A;
}

div.DesignNotice a:hover {
	color: #FF4400;
}
