@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:1080px;
	background-color:#520318;
	color: #000000;
	font-size:14px;
}

#container {
	margin:20px;
	width:100%
}



/* Rows */



#header {
	height:62px;
	width:965px;
	position:relative;
	font-size:13px;
	padding:0px 62px 0px 53px;
	line-height:62px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
}

#btntop {
	height:27px;
	width:965px;
	padding:0px 62px 0px 53px;
	position:relative;
	background-image:url(images/btntopbck.jpg);
	background-repeat:no-repeat;
	background-position:0px -63px;
	overflow:hidden;
	clear:both;
}

#rowone {
	height:248px;
	width:1027px;
	padding:0px 0px 0px 53px;
	background-image:url(images/movingsupplies.jpg);
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	clear:both;
}

#shpcontent {
	height:auto;
	width:1080px;
	position:relative;
	background-image:url(images/shpbck.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	clear:both;
}

#footer {
	height:auto;
	width:926px;
	position:relative;
	font-size:11px;
	padding:15px 101px 10px 53px;
	background-image:url(images/footertop.jpg);
	background-repeat:no-repeat;
	color:#d3a38f;
	text-align:center;
	overflow:hidden;
	clear:both;
}


/* Columns */

#shpcola {
	float:left;
	padding:0px 12px 15px 70px;
	width:144px;
	height:auto;
	overflow:hidden;
}

#shpcolb {
	float:left;
	padding:60px 79px 10px 0px;
	width:770px;
	height:auto;
	overflow:hidden;
}


/* Layers */

#one1 {
	position:absolute;
	width:750px;
	height:45px;
	border-bottom:1px solid #000000;
	font-size:13px;
	color:#000000;
	clear:both;
	left: 241px;
	top: 8px;
}



/* List Rules */



#btntop ul {
	padding:0;
	margin:0;
	width:auto;
	list-style:none;
	float:left;
}

#btntop li {
	float:left;
	width:auto;
	text-indent:-5000px;
}

#rowone ul {
	padding:0;
	margin:0;
	width:auto;
	list-style:none;
	float:left;
}

#rowone li {
	float:left;
	width:113px;
	text-indent:-5000px;
}

#shpcola ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#shpcola li {
	width:144px;
	text-align:center;
	padding-bottom:5px;
}


/* Text Feild */

#srch {
	position:absolute;
	left:767px;
	top:195px;
	width:156px;
}


/* Link Styles */



a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#94030e;
	text-decoration:underline;
}

#footer a:link {
	color:#d3a38f;
	text-decoration:none;
}

#footer a:visited {
	color:#d3a38f;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

