body
{
	font-family: Verdana, Arial;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
	background-color: #666666;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

#pagewrapper
{
	position: relative;	
	min-height: 1px;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerwrapper
{
	height: 99px;
	background-image: url('/images/header.gif');
	background-color: #fff;
}

#menuwrapper
{
	height: 21px;
	background-image: url('/images/menuback.gif');
	padding: 0px 17px 0px 0px;
}

#menu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#menu li
{
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 4px;
	list-style: none;
	height: 21px;
	float: right;
	background-image: url('/images/menu.gif');
	position: relative;
	cursor: pointer;
}

#menu li a
{
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}

#menu li.over
{
	background-image: url('/images/menu_over.gif');
}

.menuleft
{
	background-image: url('/images/menuleft.gif');
	width: 4px;
	height: 21px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu li.over .menuleft
{
	background-image: url('/images/menuleft_over.gif');
}

.menuright
{
	background-image: url('/images/menuright.gif');
	width: 4px;
	height: 21px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu li.over .menuright
{
	background-image: url('/images/menuright_over.gif');
}

#bodywrapper
{
	padding: 0px 17px 17px 17px;
	min-height: 1px;
	background-color: #fff;
}

#leftcolumn
{
	width: 204px;
	border: 1px solid #e5e5e5;
	float: left;
	background-image: url('/images/leftcolumnback.gif');
	background-repeat: repeat-x;
	position: relative;
	min-height: 1px;
}

#leftcolumninside
{
	padding: 7px 6px 7px 7px;
	min-height: 554px;
}

#rightcolumn
{
	margin: 0px 0px 0px 215px;
	min-height: 1px;
}

#rightcolumninside
{
	border: 1px solid #e5e5e5;
	padding: 7px 7px 7px 7px;
	position: relative;
	min-height: 1px;
}

#rightcolumninside2
{
	border: 1px solid #b2b2b2;
	position: relative;
	min-height: 1px;
}

.topleft1
{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/topleft1.png');
}

.topright1
{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/topright1.png');
}

.bottomleft1
{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/bottomleft1.png');
}

.bottomright1
{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/bottomright1.png');
}

.topleft2
{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/topleft2.png');
}

.topright2
{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/topright2.png');
}

.bottomleft2
{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/bottomleft2.png');
}

.bottomright2
{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
	background-image: url('/images/bottomright2.png');
}

#info1
{
	height: 110px;
	background-image: url('/images/four1.gif');
	background-repeat: no-repeat;
	background-position: 32px 20px;
}

#info1 p
{
	margin: 0px 0px 0px 0px;
	padding: 31px 0px 0px 90px;
	color: #55565a;
	font-size: 8pt;
	line-height: 12pt;
}

#rightcolumn a
{
	color: #f48000;
	font-weight: bold;
	text-decoration: none;
}

#footer
{
	border-top: 1px solid #e5e5e5;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 7.5pt;
	color: #c0c0c0;
}

#search
{
	background-image: url('/images/searchbox.gif');
	width: 191px;
	height: 58px;
}

.button
{
	background-image: url('/images/button1.gif');
	width: 191px;
	height: 21px;	
	font-size: 8pt;
	line-height: 10pt;
}

.button a
{
	color: #2e2a4d;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 10px;
}

.button a span
{
	color: #e43500;
}

.button_over
{
	background-image: url('/images/button1_over.gif');
	width: 191px;
	height: 21px;	
	font-size: 8pt;
	line-height: 10pt;
}

.button_over a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 10px;
}

.box1
{
	position: relative;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #fff;
	height: 292px;
}

#cards
{
	width: 191px;
	height: 87px;
	background-image: url('/images/cards.gif');
}

#cards p
{
	font-size: 7.5pt;
	line-height: 9pt;
	color: #2e2a4d;
	margin: 0px;	
	padding: 38px 0px 0px 80px;
	letter-spacing: -0.05em;
}

#headright
{
	float: right;
	padding: 14px 17px 0px 0px;
	width: 207px;
}

#topshop
{
	width: 207px;
	height: 43px;
	background-image: url('/images/topshop.gif');
	font-size: 8pt;
	line-height: 10pt;
	letter-spacing: -0.05em;
}

#topshop a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#headleft
{
	width: 390px;
	float: left;
	padding: 25px 0px 0px 338px;	
	background-image: url('/images/bar.gif');
	background-repeat: no-repeat;
	background-position: 325px 30px;
}

.text1
{
	color: #fff;
	font-size: 12pt;
	line-height: 14pt;
	height: 24px;
}

.text1 span
{
	color: #f48000;
}

.text2
{
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
}

.text3
{
	color: #fff;
	font-size: 11pt;
	line-height: 14pt;
	height: 20px;
	padding: 0px 0px 0px 26px;
	background-image: url('/images/phone.gif');
	background-repeat: no-repeat;
	background-position: 11px 7px;
	font-weight: bold;
}

.text3 span
{
	color: #f48000;
	letter-spacing: -0.05em;
}

#hometop
{
	background-color: #e5e9f3;
	margin: -7px -7px 0px -7px;
	padding: 7px 7px 7px 7px;
}

.homebox
{
	height: 130px;
	overflow: hidden;
	background-image: url('/images/box1.gif');
	position: relative;
	cursor: pointer;
}

.boxleft
{
	width: 6px;
	height: 130px;
	background-image: url('/images/boxleft.gif');
	position: absolute;
	top: 0px;
	left: 0px;
}

.boxright
{
	width: 6px;
	height: 130px;
	background-image: url('/images/boxright.gif');
	position: absolute;
	top: 0px;
	right: 0px;
}

.boxtop
{
	height: 110px;
}

.boxbottom
{
	font-size: 8.5pt;
	color: #fff;
	line-height: 11pt;
	font-weight: bold;
	padding: 1px 0px 0px 6px;
}

.boxbottom span
{
	color: #e43500;
}

.banner
{
	position: absolute;
	top: 1px;	
	right: 1px;
}

.banner img
{
	behavior: url('/style/iepngfix.htc');
	width: 77px;
	height: 77px;
}

#monthly_offers
{
	position: absolute;
	top: 1px;
	right: 1px;
}

#monthly_offers img
{
	behavior: url('/style/iepngfix.htc');
	width: 127px;
	height: 108px;
}

#download_catalogue
{
	position: absolute;
	top: 1px;
	right: 1px;
}

#how_we_help
{
	position: absolute;
	top: 1px;
	right: 1px;
}

#how_we_help img
{
	behavior: url('/style/iepngfix.htc');
	width: 173px;
	height: 109px;
}

#box_wrapper
{
	height: 533px;
	position: relative;
}

#home_box_1
{
	height: 533px;
	background-image: url('/images/home1.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#home_box_2
{
	height: 533px;
	background-image: url('/images/home2.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	visibility: hidden; opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}

#home_box_3
{
	height: 533px;
	background-image: url('/images/home3.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	visibility: hidden; opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 8;
}


#home_box_4
{
	height: 533px;
	background-image: url('/images/home4.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	visibility: hidden; opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 7;
}

.text5
{
	font-size: 24pt;
	line-height: 29pt;
	color: #55565a;
	height: 103px;
	width: 550px;
}

.text4
{
	color: #2e2a4d;
	font-size: 39pt;
	line-height: 41pt;
	height: 174px;
	width: 550px;
}

.text4 span
{
	color: #f48000;
	font-weight: bold;
}

.text11
{
	color: #2e2a4d;
	font-size: 39pt;
	line-height: 41pt;
	height: 255px;
	width: 550px;
}

.text11 span
{
	color: #f48000;
}

.text6
{
	color: #2e2a4d;
	font-size: 39pt;
	line-height: 41pt;
	height: 240px;
	width: 247px;
}

.text6 span
{
	color: #f48000;
	font-weight: bold;
}

.text7
{
	color: #2e2a4d;
	font-size: 39pt;
	line-height: 41pt;
	height: 60px;
	width: 550px;
}

.text8
{
	color: #f48000;
	font-size: 39pt;
	line-height: 41pt;
	height: 105px;
	width: 550px;
}

.text9
{
	font-size: 16pt;
	line-height: 18pt;
	color: #a5acbd;
	height: 70px;
	width: 550px;
	font-weight: bold;
}

.text10
{
	font-size: 9pt;
	line-height: 11pt;
	color: #55565a;
	height: 96px;
}

#topbar
{	height: 15px;
	display: none;
	background-image: url('/images/topfade.png');
	margin: 0px 9px 0px 9px;
}

#bottombar
{	height: 15px;
	display: none;
	background-image: url('/images/bottomfade.png');
	margin: 0px 9px 0px 9px;
}

#leftbar
{
	width: 12px;
	display: none;
	background-image: url('/images/leftfade.png');
	position: absolute;
	top: 24px;
	left: -12px;
}

#rightbar
{
	width: 12px;
	display: none;
	background-image: url('/images/rightfade.png');
	position: absolute;
	top: 24px;
	right: -12px;
}

#topleftcorner
{
	width: 21px;
	height: 20px;
	display: none;
	background-image: url('/images/topleftcorner.png');
	position: absolute;
	top: 4px;
	left: -12px;
}

#toprightcorner
{
	width: 21px;
	height: 20px;
	display: none;
	background-image: url('/images/toprightcorner.png');
	position: absolute;
	top: 4px;
	right: -12px;
}

#bottomleftcorner
{
	width: 21px;
	height: 20px;
	display: none;
	background-image: url('/images/bottomleftcorner.png');
	position: absolute;
	bottom: 4px;
	left: -12px;
}

#bottomrightcorner
{
	width: 21px;
	height: 20px;
	display: none;
	background-image: url('/images/bottomrightcorner.png');
	position: absolute;
	bottom: 4px;
	right: -12px;
}

#search_box
{
	color: #2e2a4d;
	font-size: 11pt;
	line-height: 13pt;
	width: 135px;
	padding: 2px 0px 2px 3px;
}

#content
{
	padding: 15px 25px 20px 17px;
	font-size: 9.5pt;
	color: #2e2a4d;
}

#itemwrapper
{
	padding: 0px 0px 0px 17px;
}

h1
{
	font-size: 15.5pt;
	line-height: 17pt;
	color: #2e2a4d;
	margin: 0px;
	border-bottom: 1px solid #ededed;
	padding: 0px 0px 11px 1px;
	font-weight: normal;
}

h2
{
	font-size: 13pt;
	line-height: 15pt;
	color: #f48000;
	margin: 0px;
	border-bottom: 1px solid #ededed;
	padding: 0px 0px 11px 1px;
	font-weight: normal;
}

.title
{
	padding: 0px 0px 17px 0px;
}

#content p
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.image1
{
	float: left; 
	padding: 5px 0px 0px 0px;
	margin: 0px 30px 20px 0px; 
	width: 139px
}

.image1 img
{
	border: 1px solid #2e2a4d;
}

#description
{
	font-size: 8.5pt;
	padding: 0px 0px 10px 0px;
}

.item
{
	width: 219px;
	height: 355px;
	border: 1px solid #00498e;
	border: 1px solid #b2b2b2;
	float: left;
	margin: 0px 15px 20px 0px;
	position: relative;
	color: #2e2a4d;
}

.itemprice
{
	color: #f7941d;
	font-weight: bold;
	font-size: 1em;
}

#content .item a
{
	color: #2e2a4d;
}

h3
{
	font-size: 13pt;
	line-height: 15pt;
	margin: 0px;
	padding: 10px 0px 4px 0px;
}

.new
{
	top: -2000px;
	position: absolute;
	z-index: -1000;
}

.tableheader
{
	background-color: #2e2a4d;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.tablebody
{
	background-color: #e5e5e5;
	text-align: center;
}

#checkout h2
{
	border: 0px;
}

.fieldinput input
{
	width: 200px;
}

.fieldtextarea textarea
{
	width: 200px;
}

#content ul
{
	margin: 0px 0px 0px 27px;
	padding: 0px;
}

#content ul li
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#log_res
{
        position: absolute;
        left: 50%;
        width: 640px;
        background-color: #fff;
        border: 1px solid #2f2409;
        margin-left: -320px;
        display: none;
        z-index: 9002;
        border: 1px solid #000;
        padding: 30px 0px 30px 0px;
}

#log_res.show
{
        display: block;
}

#log_res.ajax-loading {
        background-color: #fff;
        padding: 20px 0;
        background: url('/images/spinner.gif') no-repeat center;
        display: block;
}

.black_overlay{
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 3000px;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
        display: none;
}

.cat
{
	width: 169px;
	height: 105px;
	float: left;
	margin: 0px 8px 8px 0px;
	cursor: pointer;
}

.cat_inside
{
	width: 169px;
	height: 105px;
	background-image: url('/images/cat.png');
	behavior: url('/style/iepngfix.htc');
}

.cat_name
{
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	padding: 53px 8px 0px 8px;
}

#rightcolumn .cat_name a
{
	text-decoration: none;
	color: #2e2a4d;
}

#cat_wrapper
{
	padding: 0px 0px 0px 16px;
}

.cat_inside_over
{
	width: 169px;
	height: 105px;
	background-image: url('/images/cat_over.png');
	behavior: url('/style/iepngfix.htc');
}

#rightcolumn .cat_inside_over .cat_name a
{
	color: #fff;
}

.error
{
	color: #bf0000;
	font-weight: bold;
}
.companyparts {
	width:168px;
	height:155px;
	text-align:center;
	margin:0px 8px 15px 0px;
	background-image:url('/images/bgawesome2.png');
	float:left;
	font-size:9pt !important;
}

.companypartsimage {
        width:168px;
        height:108px;
        text-align:center;
        border-radius: 5px;
	background-position:center center;
	background-repeat:no-repeat;
}

.companypartstext {
	height:50px;
	width:162px;
	margin:auto;
	color:white;
	font-weight:bold;
	padding:8px 2px 2px 2px !important;
}

#popup {
	background-image: url(/images/popmessage.png);
	height: 230px;
	width: 350px;
	z-index: 13373;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -175px;
	display:none;
}
#popup a {
	color: #F48000;
	font-weight: bold;
	text-decoration: none;
}

