/** get quote, track shipment, etc links **/

div.shipping-mod {
	float:right;
	margin-top:10px;
}
div.shipping-mod ul li {
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//bgd-shippingmod.jpg) left repeat-x;
	width:250px;
	border-bottom:1px solid #b2ada0;
	text-align: right;
	padding:10px 8px;
	list-style: none;	
}
div.shipping-mod ul li a,
div.shipping-mod ul li a:visited,
div.shipping-mod ul li a:active {
	font-size:14px;
	text-decoration: none;
}
div.shipping-mod ul li a.quote {
	color: #a63c58;
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//ic-quote.jpg) left no-repeat;
	padding:5px 0 5px 35px;
}
div.shipping-mod ul li a.track {
	color: #406806;
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//ic-track.jpg) left no-repeat;
	padding:5px 0 5px 35px;
}
div.shipping-mod ul li a.login {
	color: #2b5f8c;
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//ic-login.gif) left no-repeat;
	padding:5px 0 5px 35px;
}
span.arrow-red {
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//ic-arrow-red.jpg) right no-repeat;
	padding-right:15px;
}
span.arrow-green {
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//ic-arrow-green.jpg) right no-repeat;
	padding-right:15px;
}
span.arrow-blue {
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//ic-arrow-blue.jpg) right no-repeat;
	padding-right:15px;
}
/*** 

	Sub Nav / Phone #
	
****/
ul.subnav {
padding-top:4px;
padding-bottom: 10px;
}
ul.subnav li {
	list-style: none;
	display: inline;	
}
ul.subnav a,
ul.subnav a:visited,
ul.subnav a:active {
	background: #2c608c;
	color: #fff;
	padding:5px 10px;
	text-decoration: none;
	border: 1px solid #2c608c;
	border-top:none;	
}
ul.subnav a:hover {
	background: #aaa;
}
ul.subnav a.current,
ul.subnav a.current:visited,
ul.subnav a.current:active {
	background: transparent;
	color:#2c608c;
	border: 1px solid #2c608c;
	border-top:none; 
}

/*** 

	Content Elements 
	
****/
div#content {
	background: #f4f3ef;
	padding: 0 15px 15px 15px;
	position: relative;
	top:30px;
	border-top:1px solid #c4c4c2;
}
p#phone {
	margin:0;padding:0;
	position: absolute;
	top:0;
	left:450px;
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images//phone.png) 0 3px no-repeat;
	padding-left:18px;
	font-size:18px;
}
div.col1 {
	width:580px;
	float: left;
}
div.col2 {
	width:300px;
	float:right;
	text-align: center;
}
h1 {
	font-size:30px;
	padding:15px 0 10px 0;
}
span.h1-caption {
	display: block;
	font-size:15px;
	font-weight: bold;
	font-style: italic;
	margin-top:-10px;
}
h2 {
	color: #6093bf;
	font-size: 18px;
	border-bottom:1px solid #6093bf;
	font-weight: normal;
	padding-top:15px;
	padding-bottom:3px;
}
div.testimonial-img img {
	border: 1px solid #bbb;
}
blockquote {
	font-size:18px;
	line-height: 30px;
	margin-top:20px;
}
span.pull-quote {
	display: block;
	float:right;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	line-height: 33px;
	text-align: right;
	padding:5px;
	margin:5px;
	width: 200px;
}
p.information {
	padding:5px 5px 5px 120px;	
	margin:15px 0;
	font-size:18px;
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images/squiggle-arrow.png) left no-repeat;
}

table.contact {
    border-collapse: collapse;
    width:650px; 
}
    table.contact thead th {
        font-weight: bold;
        font-size:14px;
        text-align:left;
        border-bottom:3px solid #2b5f8c;
        padding-bottom: 5px;
    }
    table.contact td {
        padding:10px 5px;
        font-size:12px;
        border-bottom:1px solid #2b5f8c;
    }
