body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3b5564;
	background-color: #e2e2e2;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 18px;
}
p{
	margin:0px;
	padding:0 0 5px 0;
	line-height:17px;
	text-align:left;
}
p.pat{
	color:#005a9c;
}

a{color:#ed1b2e; font-weight:normal; text-decoration:none;}
a:hover{text-decoration:underline;}

h1{
	color:#808080;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:5px 0 5px 0;
}
h2{
	color:#808080;
	font-size:16px;
	float:left;
	font-weight:bold;
	margin:0px;
	padding:5px 0 0 0;
}
span.blue{
	color:#ed1b2e;
}
span.dark_blue{
	color:#005a9c;
}
#main_container{
width:900px;
height:auto;
margin:auto;
background-color:#fff;
}
.header{
	width:900px;
	height:114px;
	margin:auto;
	background-image: url(images/header_bg.gif);
}
.right_header{
	float:right;
	width:650px;
}
#logo{
padding:30px 0 0 20px;
float:left;
}
/*----------------------menu-------------------------*/
#menu{
	width:525px;
	height:35px;
	float:right;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu2{
	width:515px;
	height:95px;
	float:right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu ul{
list-style:none;padding:0px;margin:0px;display:block; font-weight:bold;
}
#menu ul li{
list-style:none;display:inline;float:left;width:96px;height:35px;padding:0px;line-height:35px;font-size:13px;margin:0 3px 0 3px;
}
#menu ul li a{
	height:35px;
	width:96px;
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#ed1b2e;
	text-align:center;
	background:url(images/menu_bt.gif) no-repeat center;
}
#menu ul li a:hover{
	height:35px;
	width:96px;
	text-decoration:none;
	color: #005a9c;
}
#menu ul li a.current{
	height:35px;
	width:96px;
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color: #005a9c;
	background:url(images/menu_bt.gif) no-repeat center;
}

#middle_box{
	width:900px;
	height:208px;
	clear:both;
	margin:auto;
}
.middle_box_content{
padding:30px 0 0 20px;
}
.top_menu{
	width:470px;
	float:right;
	height: 30px;
	padding-top: 5px;
}
a.login {
width:49px;
height:35px;
display:block;
background:url(images/login.gif) no-repeat center;
line-height:35px;
color:#a6c4d4;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}
a.sign_up {
width:49px;
height:35px;
display:block;
background:url(images/sign_up.gif) no-repeat center;
line-height:35px;
color:#a6c4d4;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}
.pattern_bg{
width:900px;
height:162px;
clear:both;
margin:auto;
background:url(images/pattern_bg.gif) no-repeat center;
}

.pattern_bg1{
	width:900px;
	clear:both;
	margin:auto;
}

.pattern_box1{
width:850px;
float:left;
padding:15px 0 0 25px;
}

.pattern_content1{
	width:835px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.pattern_box{
width:400px;
float:left;
padding:15px 0 0 25px;
}




.pattern_box_icon{
float:left;
padding:5px;
}
.pattern_content{
width:300px;
float:left;
padding:0 0 0 10px;
}
/*---------------------main_content------------------*/
#main_content{
width:885px;
height: auto;
margin: auto;
padding:0 0 0 15px;
}
.clear{
clear:both;
}
.box_content{
	width:267px;
	height:auto;
	float:left;
	background:url(images/box_bg.gif) no-repeat top center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.box_title{
padding:10px 0 10px 0;
}
.title_icon{
	float:left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.box_text_content{
width:250px;
float:left;
padding:15px 0 0 15px;
}
.box_icon{
float:left;
padding:0 5px 0 0 ;
}
.box_text{
	width:225px;
	float:left;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
a.details{
	float:right;
	padding:5px 15px 0 0;
	text-decoration:none;
	font-weight:bold;
	color:#ed1b2e;
}
/*-----------------------------footer------------------*/
#footer{
	width:900px;
	color:#508aa1;
	background-color:#7f7f7f;
	height: 75px;
}
.copyright{
	float:left;
	padding:10px;
}
.center_footer{
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	width:550px;
	padding:10px;
	text-align:center;
	float:left;
}

a.b{color:#ffffff; font-weight:normal; text-decoration:none;}
a.b:hover{text-decoration:underline;}

.footer_links{
	float:right;
	padding:10px;
}

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(images/peelcontact.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleft2 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(images/affiliatepeel.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleft3 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(images/peelreadyshipper.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleft4 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(images/peelauctane.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleft5 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(images/peeldatatrak.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleft6 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(shipworks/peelshipworks.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

