@charset "utf-8";

/*This file is used only to control the layout, margins/padding and dimensions of a page, no styling should be included here*/
/*This is only for the JCHFuel website*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	}
#wrapper {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	}
#clear {
	clear:both;
	}
/* --------- position container elements ----------*/

#header {
	position:relative;
	height: 115px;
	padding-left: .5em;
	background: url(../images/backgrounds/header.jpg);
	}

#head2 {
	position: absolute;
	width: 595px;
	left: 403px;
	top: 1px;
}


/*--Main Navigation--*/

#navigation {
position: relative;
height: inherit;
width: auto;
}

/*--Main Content Styles--*/
#title {
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 1em;
	width: auto;
	height: 35px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#content {
	width: 1000px;
	}

/* Layout Specifically for the Index.html page */
#sidebarleft.home {
	float:left;
	width: 200px;
	border: thin solid #CCC;
}	
#contentcenter.home {
	width: 540px;
	padding-top: 1em;
	margin-right: 230px;
	margin-left: 230px;
}
#contentcenter.index {
	width: 750px;
	padding-top: 1em;
	padding-right: 1em;
	margin-left:230px;
}
#sidebarright.home {
	float: right;
	width: 200px;
	border: thin solid #CCC;
}
/* End Index.html layout */

#sidebarright {
	position: relative;
	float: right;
	width: 720px;
	margin-right: 1em;
	margin-top: 1em;
}

#sidebarright.catalog {
	width:140px;
	float:right;
	border: thin solid #CCC;
}
#contentcenter.products {
	width: 610px;
	padding-top: 1em;
	margin-left: 230px;
}
#contentcenter.order {
	width: 700px;
	padding-top: 1em;
	margin-left: 230px;
}
#sidebarleft {
	float: left;
	margin-top: 1em;
	margin-left: 1em;
}

#mission {
	width:400px;
	margin-left: 70px;
	padding:5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#products {
	margin-bottom:1em;
}
/*** Maps API for contact page ***/
#vegasmap{
	position:absolute;
	left: 560px;
	top: 827px;
}

#renomap{
	position:absolute;
}

/******** Footer ********/
#footer {
	margin-top: 5em;
	padding-top: 20px;
}

.contact {
	padding-bottom: 10px;
}
