/* CSS elephantmovingaustin.com*/

body {
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	background-color: #636466;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 0;
}

.footertext {
	font-size: 10px;
	color: #fff;
}

.text9 {
	font-size: 9px;
}

.text10 {
	font-size: 10px;
}

.text11 {
	font-size: 11px;
}

.text12 {
	font-size: 12px;
}

.text14 {
	font-size: 14px;
}

.text16 {
	font-size: 16px;
}

.text20 {
	font-size: 20px;
}

.text24 {
	font-size: 24px;
}

.textred {
	color: #ff0000;
}

.footertext a,
.footertext a:visited {
	color: #fff;
	text-decoration: none;
}

.footertext a:hover {
	text-decoration: none;
	background-color: #bbbcb2 !important;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

h3.resources {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

h3.resources + ul {
	margin-top: 3px;
}

.contentbox {
	margin: 6px auto;
	padding: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-weight: bold;
}

.reviewbox {
	margin: 6px auto;
	padding: 0;
	border-collapse: collapse;
	font-size: 10px;
}


.reviewbox-td {
	padding-left: 5px;
	border: 1px solid #cccccc;
	font-size: 10px;
}


.packingmaterials-table tr{ 
	border: 1px #000 solid; 
}


.estimate-table td {
	font-size: 12px !important;
}

.productorder-table td {
	font-size: 12px !important;
}

.crates-table { 
	border: 1px #000 solid; 
	font-size: 11px;
}


.test {
	border: #000 solid 1px;
	padding: 5px;
	margin: 0;
}


/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */

#navigation {
	position: relative;
	width: 760px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


#navlinks {
	margin: 0 auto;
	padding: 4px 0 0 0;
	/*width:970px;*/
	font-size: 13px;
	text-align: center;
	/*background-color: #0099FF;*/
	color: #5e5e5e;
}

#navlinks ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlinks ul li {
	display: inline;
	position: relative;
}

#navlinks a {
	color: #ffffff;
	text-decoration: none;
	padding: 4px 4px;
	font-weight: bold;
}

#navlinks a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #636466;
}

#navlinks a:visited {
	color: #ffffff;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;		
}

.subnav li {
	border-bottom: 1px solid #CCCCCC;
	background-color: #1d1d1d;
}

.subnav li.lastnav {
	/*border-bottom: none;*/
	/*background-color: #cfa501;*/
	border-bottom: hidden;
}

.subnav li a,
.subnav li a:visited { 
	display: block;
	padding: 4px 0 4px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;	
}

.subnav li a:hover { 
	color: #fff;
	background-color: #636466;
}