body,html{
	width:100%;height:100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #d1d1d0;
	font-family:Tahoma,arial;
	font-size:12px;
}
#head {
	background-image: url('images/head.jpg');
}
#main {
	width: 1200px;
	margin: 0 auto;
	background-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
}
#table {
	width: 1200px;
	background-color: #FFFFFF;
	height: 100%;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
}
#foot {
	background-image: url('images/foot.jpg');
}
.left{
	padding-left:15px;
}
.right{

	padding-top:10px;
}

.menu{
	color:#af4820;
}

.menu a{
	color: #af4820;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}


.arrowlistmenu{
width: 199px; /*width of menu*/

}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: black;
background: black  url('images/title.jpg') no-repeat top left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
 /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;

}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: url(images/arrowbullet.gif) no-repeat center left;
color: #A70303;

}
#phone {
	width: 199px;
	height: 179px;
	background-image: url('images/bg-phone.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.top-phone {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
	font-weight: bold;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-left:10px;
	color: #FFFF66;
	font-weight: bold;
}
.dop{font-size: 12px;font-weight:normal;color: #FFF}
#cart {
	padding-top: 32px;
	padding-left: 1050px;
	line-height:1.3em;
}
#cart a{
	color:black;border-bottom:1px red dashed;text-decoration: none;}

.mg{padding:2px; border:1px solid #d3caad;}
#find{padding-left:15px;float:left;padding-top:75px;}
#fileter {padding-left:15px;float:left;margin-top:75px; color:#000;font-weight:bold; background-color:#FFCE8B; border:1px solid #436F00; border-left:0;}

.tracking {width:100%;  border:1px solid #000; border-collapse:collapse; }
.tracking th {padding: 5px 10px; font: bold 14px Arial; background-color:#FFCE8B;border:1px solid #000; }
.tracking td {padding: 5px 10px; font: bold 14px Arial; border:1px solid #000; }
.tracking .onum {text-align: right; width:120px;}
