@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */


/* RESET ALL STYLING */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

table {
	border-collapse:collapse;
}

/* END OF RESET */

body {
	background:#E1ECF2 repeat-x;
	padding: 0px;
	margin-top:0px;
	
}

div.wrap {
	background:#FFF;
	text-align:center;
	margin:auto;
	margin-top:10px;
	width:920px;
	padding:0px 40px 40px 40px;
	border-bottom:#FF6820 20px solid; 	
}


div.header {
	background:url(../images/backgrounds/streamline-ident.png) 760px 10px no-repeat;
	width:920px;
	position:relative;
	height:85px;
	padding:20px;
}


div.header h1 {
	background: url(../images/logos/streamline-pick-and-pack-logo.jpg) top left no-repeat;
	width: 178px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	position:absolute;
	top:20px;
	left:0px;

}

div.header div.headercontact {
	position:absolute;
	top:35px;
	right:40px;
	padding:0px 0px 10px 0px;
}

div.header div.headercontact td{
	padding:2px;
	font-size:20px;
	text-align:right;
}

div.header div.headercontact td.tel{
	letter-spacing:5px;
	font-weight:bold;
}


/* Navigation */

div.nav {
	width:860px;
	height:28px;
	background:url(../images/backgrounds/nav-bg.png) top left no-repeat;
	padding:10px 30px 10px 30px;
	margin:0px 0px 30px 0px;

	
}




div.introbox {
	background:#F3F7FA;
	width:920px;
	max-height:270px;	
	overflow-y:hidden !important;	
	padding:0px 0px 0px 0px;
	height:270px;
	text-align:left;
	margin:0px 0px 30px 0px;
	
	
	/* Curved Corners just for CSS3 browsers */	
	border-radius: 10px;	
	-moz-border-radius: 10px;
}


div.introbox div.fadewrap{
	width:414px;
	height:270px;
	display:block;
	float:left;
	position:relative;
	overflow-y:hidden !important;
}

div.introbox div.fadewrap div.gradoverlay{
	width:70px;
	height:270px;
	position:absolute;
	z-index:100;
	top:0px;
	right:0px;
}


div.introbox div.fadewrap div.identoverlay{
	width:34px;
	height:61px;
	position:absolute;
	z-index:100;
	bottom:10px;
	left:10px;
}



div.introbox div.introinner{
	width:450px;
	height:245px;
	display:block;
	float:left;
	text-align:left;
	margin:10px 10px 10px 16px;
	padding:10px 20px 0px 10px;
}



div.maincontent {
	
	
}


div.leftcol {
	display:inline-block;
	float:left;
	width:240px;
	text-align:left;
	
	
}

div.rightcol {
	display:inline-block;
	float:right;
	width:650px;
	padding:0px 0px 0px 20px;
	text-align:left;
	
	
}

div.homebuttons {
	width:650px;
	position:relative;
}

div.homebuttons {
	border:none;
}



/* Quotebox */


div.quotebox {
	background:url(../images/backgrounds/quote-box.png) top left no-repeat;
	width:214px;
	height:225px;
	padding:65px 0px 0px 20px;
}



div#googlemap {
	width:350px;
	height:280px;
	margin:20px 0px 0px 00px;
	border:#CCC 1px solid;
	float:right;
	
}



div.footer {
	width:1000px;
	margin:auto;
	padding:4px 0px 20px 0px;
	text-align:left;
	clear:both;
	
}




/* SPACER DIVS */

div.spacer1 {
	height:5px;
	width:50px;
}

div.spacer2 {
	height:10px;
	width:50px;
}

div.spacer3 {
	height:16px;
	width:50px;
}


div.spacer4 {
	height:50px;
	width:50px;
}

div.spacer5 {
	height:100px;
	width:50px;
}

div.spacer6 {
	height:200px;
	width:50px;
}

div.clearfix {
	clear:both;
	height:1px;
}




/* IMAGE STYLING */

.imghover:hover {
	-moz-opacity:.80;
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:.80;
	cursor:pointer;
	outline:none;
	}
