@import url("base.css");
@import url("drop_down_nav.css");
@import url("reg-log.css");

/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th, a:link, a:visited { /* For Nescape 4.0 and other inheritance intolerant browsers */
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000;
	line-height: 1.5em;
}
body {
	font-size: 62.5%;
	background: #D7D7A5;
}

p, ul, dl, ol, form, blockquote, table {
	margin-bottom: 1.1em;
	color: #666666;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 8px;
	color: #7b3116;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #7B3116;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #0099cc;
	font-weight: bold;
}
h3 {
	margin-bottom: 5px;
	color: #23332f;
	margin-top: 0px;
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom: 5px;
	font: bold normal 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #142725;
	text-transform: capitalize;
}
h5 { font-size: 1.1em; margin-bottom: 5px; }
p {
	font-size: 1.16em;
	margin-bottom: 8px;
}
dl dt { font-weight: bold; }
ol li { list-style-type: lower-alpha; list-style-position: inside; }
a:link, a:visited  {
	color: #0099CC;
	text-decoration: underline;
}

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



/* blockquotes */
blockquote { background-color: #F5F5F5; margin-bottom: 1em; padding: 5px; }
blockquote p {
	color: #00a5ec;
	margin: 5px 5px 5px 15px;
	font: 1.2em georgia, "times new roman", serif;
	text-indent: -8px;
}
blockquote cite { font-style: normal; color: #CCC; font-weight: bold; }

table {
} 
td { padding: 5px; }
/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
html, body { height: 100%; }


#wrapper {
	width:100%;
	background: #FFFFFF url(../images/structure/bg.jpg) repeat-x left top;
}
#header {
	height: 80px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A9A4;
	background: #b7b784 repeat-x;
}
#header-content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/structure/banner_bg.jpg) no-repeat;
	height: 80px;
	position: relative;
}
#header-content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/structure/banner.jpg) no-repeat;
	height: 80px;
	position: relative;	
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-bottom: 0px;
}
#logged_in_or_out {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #23332F;
	width: 200px;
	text-align: right;
	overflow: visible;
	float: right;
}
#quickCart {
	background-color: #FFFFFF;
	border: 3px solid #DAD9C7;
}
#quickCart_heading {
	background-color: #DAD9C7;
	height: 20px;
	width: 100%;
	font-size: 1.1em;
	color: #23332F;
	font-weight: bold;
	text-align: center;
}


#lefCol {
	float:left;
	width:600px;
	text-align: left;
	padding: 3em 0.7em 1em 2em;
}
#rigCol {
	float:right;
	width:270px;
	background: url(../images/structure/rihtCol_bg.jpg) repeat-x;
	padding-top: 1.3em;
	padding-right: 2em;
	padding-left: 2em;
}
#midCol {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#midCol ul {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.1em;
}

#midCol li {
}


.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */ 
#title {
	text-align: left;
	letter-spacing: 0.1em;
	position: absolute;
	left: 145px;
	top: 24px;
	width: 330px;
}

#top_buttons {
	height: 40px;
	width: 400px;
	position: absolute;
	top: 30px;
	right: 0px;
}
#top_buttons ul {
}
#top_buttons li {
	float: right;
	font-size: 1.1em;
	margin-left: 18px;
}

#top_buttons  li  a, #top_buttons li a:visited {
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 21px;
	padding-bottom: 3px;
	padding-left: 21px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#top_buttons li a:hover {

}
a.loginBut:link, a.loginBut:visited {
	background-color: #0099CC;
	border: 2px solid #9ECCD9;
}
a.loginBut:hover {
	background-color: #9ECCD9;
}

a.regBut:link, a.regBut:visited {
	background-color: #e59c24;
	border: 2px solid #da8c18;
}
a.regBut:hover {
	background-color: #da8c18;
}
a.serchBut:link, a.serchBut:visited {
	background-image: url(../images/structure/mag_glass.png);
	background-color: #149716;
	background-repeat: no-repeat;
	background-position: 6px center;
	border: 2px solid #67ab68;
}
a.serchBut:hover {
	background-color: #67ab68;
}



#product_searchWrapper {
	background-color: #F1F1E4;
	background-image: url(../images/structure/down_arw.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border: 1px solid #CCCC99;
}
#product_searchWrapper ul {
}
#product_searchWrapper li {
}
#product_searchWrapper  a:link, #product_searchWrapper a:visited {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 2.5em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #f7a761;
	background-color: #de7f2b;
	background-image: url(../images/structure/sign_up.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#product_searchWrapper a:hover {
	background-color: #f7a761;
}




#product_search {
	font-size: 1.1em;
	margin-top: 0px;
	color: #23332F;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
}




#container_left {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#container_right {
	float: right;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#container_bottom {
	background: #f1f1e4 url(../images/structure/down_arw.gif) no-repeat 2% top;
	border-top: 1px solid #CCCC99;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	padding: 10px;
	clear: both;
}



#footer {
	clear:both;
	text-align: center;
	background: #D7D7A5;
	border-top: 7px solid #9A9A68;
	margin-top: 10px;
}
#footer p {
	color: #23332F;
	font-size: 1em;
}
#footerMenu {
	float: left;
	width: 600px;
	margin-top: 10px;
}

#footer-inner {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#footerRightCol {
	float: right;
	width: 276px;
	height: 35px;
	background: no-repeat left top;
	margin: 0px;
}
#footerRightCol ul li {
	float: left;
	margin-top: 10px;
	border-right: 1px solid #000000;
}

#footerRightCol  ul  li  a, #footerRightCol ul li a:visited {
	color: #0099CC;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7A5;
	padding-right: 8px;
	padding-left: 8px;
	margin: 4px 0px 0px;
}
#footerRightCol ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#van {
	background-image: url(/images/structure/minVanTrans.png);
	position: absolute;
	top: -29px;
	height: 22px;
	width: 46px;
	right: -30px;
}

.singleLine {
	border-left: 1px solid #000000;
}






#nav_bar {
	background: url(../images/structure/nav-bg.jpg) repeat-x;
	height: 61px;
	width: 100%;
}
#navContainer

 {
	position: relative;
	letter-spacing: 0.12em;
	width: 950px;
	background: repeat-x;
	height: 61px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
#logRegContainer {
	width: 260px;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px;
}
#logRegContainer  ul  li {
	text-align: left;
	display: block;
	height: 25px;
}
#logRegContainer     ul     a, #logRegContainer ul a.visited      {
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	text-align: left;
	display: block;
}
#logRegContainer    a:hover  {
	color: #00B9B8;
	text-decoration: none;

}

.resister {
	background-image: url(../images/structure/pencil.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 18px;
	padding-left: 30px;
}


.current {
	background: url(../images/structure/nav_pointer.gif) no-repeat center bottom;
}

.loginContainer {
	position: absolute;
	left: 678px;
	top: 26px;
	overflow: visible;
	height: 26px;
	background-repeat: no-repeat;
	background-position: right top;
}
a:link.login , a:visited.login {
	font: 1.1em "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #7B3116;
	margin-left: 10px;
	border-top: 1px solid #152824;
	border-right: 1px solid #152824;
	border-bottom: 1px solid #152824;
	border-left: 1px solid #152824;
	float: left;
	display: block;
	padding: 4px 30px;
}
a:hover.login {
	background: #FE6512;
	border-top: 1px solid #162828;
	border-right: 1px solid #162828;
	border-bottom: 1px solid #162828;
	border-left: 1px solid #162828;
}


#logo {
	height: 122px;
	width: 172px;
	position: absolute;
	right: 64px;
	top: 36px;
}


.yellowP {
	color: #D95E22;
	font-weight: bold;
}
.bullet {
	background-image: url(../images/core/tec1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.6em;
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3em;
}
.bullet_Headings {
	background-image: url(../images/core/tec1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#midCol_alt {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

#projects-list {
	border: 10px solid #DEDFD9;
	padding: 12px;
	margin-bottom: 15px;
}
#imgLeftFloat {
	float: left;
	border: 4px none #CCD2D2;
	margin-right: 25px;
	height: 120px;
	margin-bottom: 12px;
	list-style-type: none;
}
#imgLeftFloat  ul  li a {
	border: 4px solid #CBD4D3;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#imgLeftFloat ul li a:hover {
	border: 4px solid #D95E22;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

a.han:link, a.han:visited {
	font-size: .8em;
	color: #999999;
	text-decoration: underline;
}
a.han:hover {
	color: #000000;
	text-decoration: underline;
}
.style1 {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.2em;
}
#map_canvas {
	height: 300px;
	width: 310px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
#truck {
	background: url(../images/structure/truckCartoon.jpg) no-repeat;
	height: 32px;
	width: 57px;
	position: absolute;
	left: 896px;
	top: -39px;
}
.whiteType {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
}
.terms {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.small_italic {
	font-size: .9em;
}
.red {
	color: #FF0000;
}

/* CSS Document */

#gallery {
	float: left;
	width: 570px;
	border-right: 1px #865E2A;
}
#gallery ul {
	list-style: none;
	margin-left: 16px;
}
#gallery li {
	float: left;
	text-align: center;
}
#gallery li a {
	border: 2px solid #FF9900;
	display: block;
	margin-right: 22px;
	margin-bottom: 22px;
	width: 110px;
	height: 105px;
	padding-top: 10px;
	text-decoration: none;
}
#gallery li a:hover {
	border: 2px solid #0866C6;
	text-decoration: none;
}
#gallery li p {
	float: none;
	padding-top: 9px;
	font-size: 1.1em;
}
#gallery img {
	margin-bottom: 9px;
}



hr {
	color: #7B3116;
    width= 70%; 
	height: 1px;
	text-align=center}
a.mag_glass:link, a.mag_glass:visited {
	background: url(../images/structure/mag_glass.jpg) no-repeat left center;
	display: block;
	padding-left: 26px;
	height: 20px;
}
a.mag_glass:hover {
	background: url(../images/structure/mag_glass_hover.jpg) no-repeat left center;
}
.shop_button_container {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.button_left_float {
	float: left;
	margin-right: 14px;
}
.postIt {
	float: right;
	width: 185px;
	margin-left: 20px;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ab3116;
}
#index_postIt {
	background-image: url(../images/pages/basket.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 288px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	margin-right: 12px;
}
#index_postIt ul {
	margin-top: 87px;
}
#index_postIt li {
	margin-bottom: 10px;
	text-align: center;
}
#index_postIt  a, #index_postIt a:visited {
	display: block;
	padding-bottom: 4px;
}
#index_postIt a:hover {
	background-image: url(../images/pages/underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#BTNCommercialCustomers {
	height: 43px;
	width: 114px;
	position: absolute;
	top: -4px;
	right: 7px;
	background-image: url(../images/structure/rippednClip.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}

