﻿html { 
padding:0px;
margin:0px;
}
body
{
	background-attachment: fixed;
	background-image: url('../Images/bg_blue.gif');
	background-repeat: repeat;
	background-color: #000000;
	margin-left: 0;
	margin-top: 0;
	z-index: -10;
	font-family: Verdana, Arial;
	font-size: 10pt
}
p
{
	margin-bottom: 20px;
	margin-top: 4px;

}
#page, #pageLeft, #pageLeftContainer, #pageLeftContent, #header, #headerlogo, #headerMenu
{
    margin: 0;
    padding:0;
    text-align:left;
}
#pageLeft
{
	float:left;
	margin-right: -230px;	
}
#pageLeftContainer
{
	background-position: left top;
	background-image: url('../images/bg_content_blue.gif');
	background-repeat: repeat-y;
	background-color: transparent;
	width:765px;
}
#pageLeftContent
{
	padding-top:0px;
	padding-right:13px;
}
#banner #menu, #headerMenu
{
	clear:both;
        margin: 0;	
        padding-bottom:0;
	background-position: left top;
	background-image: url('../Images/menu_bg_new.gif');
	background-repeat:repeat-x;
	height:26px;
	border-right: solid 1px #959BAA;
        vertical-align: middle;
}
#header
{
	clear:both;
}
#headerlogo
{
    clear:both;
	border-right: solid 1px #959BAA;
	border-top: solid 1px #959BAA;
	border-bottom: solid 1px #959BAA;
	height:195px;
}
#headerMenu
{
    text-align:right;
    height:26px;
}
#headerRandomCar
{
padding:22px 35px 15px 25px;
clear:both;
text-align:right;
}
#contentHeader
{
	padding: 10px 10px 10px 10px;	
	clear:both;
}
#content
{
	width: 725px;
	padding: 0px 15px 0px 10px;	
	clear:both;
	text-align:left;
	overflow: auto;
}	
#contentFooter
{
	padding: 20px 10px 0px 20px;	
	clear:both;
}
#footer
{
	padding: 52px 0px 400px 8px;	
	background-position: left top;
	background-image: url('../images/bg_foot_blue.gif');
	background-repeat: no-repeat;
	clear:both;
}
#pageRight
{
	float:right;
}
#sideBar
{
	position: absolute; 
	left: 752px; 
	top:0px;
	width:230px;
}
#sideBarContainer
{
	background-position: left top;
	background-image: url('../images/bg_sidebar_blue.gif');
	background-repeat: repeat-y;
	background-color: #C5CDF9;
}
#sideBarSearch
{
	padding: 7px 9px 0px 0px;
	vertical-align:top;
	height:21px;
	text-align:center;
}
#sideBarMenu
{
	padding: 0px 0px 0px 0px;	
}
#sideBarFooter
{
	padding: 5px 8px 5px 8px;
}
#sideBarPageFooter
{
	padding: 24px 0px 0px 6px;	
	background-position: left top;
	background-image: url('../images/bg_sidebar_footer_blue.gif');
	background-repeat: no-repeat;
}
#adBar
{
	padding: 10px 0px 0px 0px;	
	position: absolute; 
	left: 990px; 
	top:0px;
	width:260px;
}


INPUT, SELECT
{
	font-weight: normal;
	font-size: 9pt;
	color: #3F3F3F;
}
input.bigSearch
{
	letter-spacing: -0.03em;
	font-size: 16px;
	color: #3F3F3F;
	background: url(../images/button_bg.jpg) repeat-x 0px 100%;
	margin-right: 8px;
	vertical-align: middle;
} 
H1
{
	color:#3F3F3F;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size:2.1em;
	letter-spacing: -1px;
	margin-bottom:6px;
	margin-top:5px;
	font-weight: normal;
	clear: left;	
}
H2
{
	color:#134cb3;
	font-size:1.5em;
	font-family: Trebuchet MS, Tahoma;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
H3
{
	color: #000066;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 110%;
	margin-bottom: 3px;
	letter-spacing: -0.02em;	
	margin-top: 3px;
	font-weight: normal;
	clear: left;
}
HR
{
	border-top:solid 1px #878787;
	border-bottom:solid 1px #E2E2E2;
	width: 100%;
	text-align:center;
	padding-bottom:5px;
}
HR.thin
{
	border:solid 1px #E2E2E2;
	width: 100%;
	text-align:center;
}
HR.dotted
{
	border-top:dotted 1px #878787;
	border-bottom:dotted 1px #E2E2E2;
	width: 100%;
	text-align:center;
}
HR.catalog
{
	margin-top:-10;
}
legend.old
{
	color:#134cb3;
	font-size:18px;
	font-family: Trebuchet MS, Tahoma;
	font-weight:bold;
}
legend
{
	color:#3F3F3F;
	font-size: 125%;
	letter-spacing: -0.03em;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:10px;
}
legend.small
{
	color:#3F3F3F;
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	margin-top:-5px;
}
ul li {
	position: relative;
	line-height: 14px;
	background-position: 0 0.7em;
	background-repeat: no-repeat; padding-left:10px; padding-right:0px; padding-top:1px; padding-bottom:1px
}
img
{
	border-width: 0;
	white-space:normal;
	overflow: hidden;

}
A
{
	color: #134cb3;
	text-decoration: underline;
	font-weight: normal;
	cursor: hand;
	white-space: nowrap;
	font-size:8pt;	
}
A:hover
{
	color: #000000;
}
A.none, A.none:hover
{
	text-decoration: none;
	cursor: hand;
	color: #3F3F3F;
}
A.BigLink
{
	color: #134cb3;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 105%;
	margin-bottom: 0px;
	letter-spacing: -0.02em;	
}
A.white
{
	color:#ffffff;
}
A.black
{
	color: #000000;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 100%;
	margin-bottom: 0px;
}
A.black:hover
{
	color: blue;
}

fieldset
{
	padding:10px 10px 10px 10px;
}
fieldset.vast-blue
{
	padding: 20px 20px 20px 20px;
	background-color: #ECF0FB;
	vertical-align:middle;
	margin-bottom:10px;
}
.clear {clear:both}
.small
{
	font-size:8pt;
}
.impact
{
	font-weight:bold;	
	font-size:14px;
	font-family: Trebuchet MS, Tahoma;
}
.hidden
{
	visibility:hidden;
}
a.button
{
	display: block;
	padding: 5px 25px 5px 25px;
	border: 1px solid #CBD6DF;
	color: #134cb3;
	line-height: 1;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: -0.03em; 
	text-decoration: none;
	background: url('../images/button_bg.jpg')  no-repeat 0 100%; margin-left:0; margin-right:0; margin-top:4px; margin-bottom:6px;
	background-repeat:repeat-x;
}
.button:hover
{
	border-color: #2E689D;
	background-color:#7291E0;
	background-image:none;
}

Input.mainSearch
{
	letter-spacing: -0.02em; 	
	font-size:10px;
	color:#3F3F3F;
	background: url('../images/button_bg.jpg') repeat-x 0px 100%;
	height:21px;
} 
.NewsDesc
{
	color: #666;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 110%;
	margin-bottom: 0px;
	letter-spacing: -0.02em;	
	margin-top: 3px;
	font-weight: bold;
	clear: left;	
	margin: 0px 0px 0px 5px;
}
.NewsDetail
{
	margin: 0px 0px 0px 10px;
	font-size: 8pt;
	color: #333;
}

/* Catalog Styles*/
.CatalogItem
{
	padding: 5px 5px 5px 5px;
	background-color:#fcfcfc;
}
a.button-link
{
	display: block;
	padding: 6px;
	width:94%;
	border: 1px solid #CBD6DF;
	line-height: 1;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em; 
	text-decoration: none;
	background: url('../images/button_bg.jpg')  no-repeat 0 100%; margin-left:0; margin-right:0; margin-top:4px; margin-bottom:6px;
	background-repeat:repeat-x;
}
.button-link:hover
{
	border-color: #2E689D;
}
.ItemHead
{
	color: #3F3F3F;
	font-family: Trebuchet MS, Tahoma;
	font-size: 15px;
	font-weight: bold;
	border-bottom: lightgrey 1px solid;
	margin-bottom: 5px;
	padding-bottom:5px;
	text-decoration: none;
	white-space:normal;
}
a.ItemHead
{
	border:none;	
}
.ItemPrice 
{
	color: #3F3F3F;
	font-family:Verdana;
	font-size: 13pt;
	font-weight: bold;
}
.ShippingPrice
{
	color: #808080;
	font-family: Verdana;
	font-size: 9pt;
}
.detailsLink
{
	margin-left:10px;
	line-height: 22px;
	background-image: url('../images/details.gif');
	background-position:: 0.0em  0.0em;
	background-repeat: no-repeat; padding-left:20px; padding-right:0px; padding-top:1px; padding-bottom:1px
}
.CartLink
{
	line-height: 22px;
	background-image: url('../images/cart_add.gif');
	background-position:: 0.0em  0.0em;
	background-repeat: no-repeat; padding-left:20px; padding-right:0px; padding-top:1px; padding-bottom:1px
}
.instruction
{
	color:#000000;
	margin: 8px 0px 10px 0px;
	font-size:120%;
	letter-spacing: -0.03em; 
	vertical-align:middle;
	padding-left:5px;
}
.notification
{
	color: #990000;
	font-weight: bold;
	margin: 8px 0px 10px 0px;
	font-size: 120%;
	letter-spacing: -0.03em;
	vertical-align: middle;
	padding-left: 5px;
}
/* Cart Styles*/
.CartListHeader
{
	table-layout:fixed;
	width:725px;
	background-color:#1553C2;
	border:solid 1px #333;
	color:White;
	font-weight:bold;
}
.CartList
{
	table-layout: fixed;
	width: 725px;
	background-color: #fcfcfc;
}
.CartListTD
{
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;		
	border-right: #999 1px solid;		
}
.CartListTDRight
{
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;			
}
.CartListFooter
{
	margin-top:20px;
	margin-bottom:20px;
	table-layout:fixed;
	width:725px;
	color:#333;
	font-weight:bold;
}
.CartListFooterMeasure
{
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;		
}
.CartListFooterTotal
{
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;		
}















/* Check These */
.rtbContent
{
	border-top: solid 1px #D0D0D1;
	border-bottom: solid 1px #D0D0D1;
	padding-top:10px;
	padding-bottom:15px;
	width:97%;
	margin-left:10px;
	
}

.small
{
	font-size:8pt;
}
.impact
{
	font-weight:bold;	
	font-size:14px;
	font-family: Trebuchet MS, Tahoma;
}
.quiet
{
	font-size: 8pt;
	color: #333;
}
.smallimpact
{
	font-size:8pt;
	font-family: Trebuchet MS, Tahoma;
	font-weight:bold;
}
.caltext
{
	font-size:8pt;
	font-family: Trebuchet MS, Tahoma;
}
.button
{
	border:1px solid black; background-color: #7291e0;
	color: Black;
	padding-left:10; padding-right:10; padding-top:3; padding-bottom:3
}
.button:hover
{
	background-color: #d6dff7;
	text-decoration: none;
	color: Black;
}

.ItemAccHead
{
	color: #2000B5;
	font-size: 10pt;
	font-weight: bold;
}

.ItemAccPrice
{
	color: #2000B5;
	font-size: 8pt;
	font-weight: bold;
}
.crumbs
{
	margin-top:-4px;
	margin-bottom:12px;
}
.breadcrumb, a.currentcrumb, a.currentcrumb:hover 
{
	padding: 0px 15px 2px 1px;
	background-position: right;
	background-repeat: no-repeat;		
	background-image: url('../Images/more.gif');
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: .8em;
	font-weight: normal;
	clear: left;	
	vertical-align:middle;
        color:#1553C2;
}
a.currentcrumb, a.currentcrumb:hover
{
	color:#333;
	text-decoration:none;
	cursor:default;
        background:none;
}
.launch 
{
	padding: 0 15px 0 1px;
	background-position: right;
	background-repeat: no-repeat;		
	padding-left: 2px;
	background-image: url('../images/launch.gif');
}
.List1Normal
{
	padding: 3px 5px 7px 5px;
}
.List1Alt
{
	padding:3px 5px 7px 5px;
}
/*****************/
/* PHOTO GALLERY */
/*****************/
.GalleryItem
{
	padding-bottom:30px;
}
.GalleryTitle
{
	color:Black;
	font-weight:bold;
	width:100%;
	text-align:center;	
	padding-bottom:20px;
}
.GalleryDetails
{
	color:Black;
	font-size:80%;
	width:100%;
	text-align:center;
}
.GalleyImage
{
	text-align:center;
	vertical-align:middle;	
	padding: 1px 1px 1px 1px;
	background-color: #333;	
}
.ImageImage
{
	margin-bottom: 5px;
	padding: 1px 1px 1px 1px;
	background-color: #333;
}
.PhotoStack0 {
    background-image: url('../images/PhotoStack0.jpg');
    background-repeat:no-repeat;    
    border-collapse:collapse;
    border-width:0px;
    width:204;
    height:164;
}
.PhotoStack1 {
    background-image: url('../images/PhotoStack1.jpg');
    border-collapse:collapse;
    background-repeat:no-repeat;
    border-width:0px;
    width:204;
    height:164;
}