@charset "utf-8";
/*This style sheet handles the backyardtrucking.com store's template, not the index*/

body {
	background-image:url('../../graphics/backyardtrucking/templateimgs/background.jpg');
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}


ul {
	margin:0;
	padding:0;
}

h2 {
font-size:16px;
}

ul h4 {
	margin-top:8px;
	margin-bottom:8px;
	padding:0;
	font-weight:bold;
	font-size:13px;
}

#menu h3 {
	font-size:14px;
	margin-top:10px;
	margin-bottom:8px;
	background-image:
}

a: {
	text-decoration:none;
}

a:link {
	color:white;
	text-decoration:none;
}
a:visited {
	color:white;
	text-decoration:none;
}
a:hover {
	color:yellow;
	text-decoration:underline;
}




#wrapper {
	position:relative;
	background-repeat:no-repeat;
	width:923px;
	min-height:620px;
	max-height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	text-align:left;
	color:#fff;
}


#logo {
	position:relative;
	top:20px;
	left:-10px;
	
}




#backBtn {
	position:absolute;
	right:0;
	top:0;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	background-color:#000;
	
}

#backBtn a:link, #backBtn a:visited {
	font-size:11px;
}

#backBtn a:hover {
	font-size:11px;
}

#notice {
	position:absolute;
	right:220px;
	background-color:red;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	width:255px;
	padding: 4px;
}




/*These Rules affect the Main Navigation Bar*/

#topmenu {
	position:relative;
	background-image:url('../../graphics/backyardtrucking/templateimgs/topmenu_bck.jpg');
	background-repeat:repeat-x;
	height:45px;
	top:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

}

#topmenu ul {
	margin:0;
	padding-left:48px;
}



#topmenu li {
	position:relative;
	display:inline;
	padding:10px 12px 10px 8px;
	top:10px;
	font-size:14px;
}


.border {
	border-right-style:solid;
	border-right-color:#2b2b2b;
	border-right-width:.1em;
}

#topmenuRight {
	
}


#newsletter {
	position:absolute;
	right:0;
	top:35px;
	color:#FFF;
	font-size:11px;
	background-image:url('../../graphics/backyardtrucking/templateimgs/transparency.png');
	padding:8px;
	width:330px;
	height:20px;

	
	}
	
	
	.text {
		color:#fff;
		font-size:12px;
	}
	
#formbtn {
	background-color:#FC0;
	border: solid #FF0 1px;
	color:#000;
}
	
#formbtn:hover {
	background-color:#333;
	border: solid #666 1px;
	color:#fff;
	cursor:pointer;

}

#textfield {
	background-color:#f8f8f8;
	border: solid #999 1px;
	margin-left:5px;
	font-size:12px;
	color:#333;
	width: 110px;
	height:20px;
}
	
#search {
	width:210px;
}


.addtocart_btn {
	background-image:url(../../graphics/vcshobbies/templateimgs/red_btn_bg.jpg);
	background-repeat:repeat-x;
	background-color:#950303;
	position:relative;
	margin-top:5px;
	min-width:95px;
	width:auto;
	bottom:0px;
	border:solid 1px #f00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:30px;
	padding: 0px 10px;
	cursor:pointer;
	vertical-align:middle;
	color:#fff;
	font-weight:500;
	}

.submit_btn {
	position:relative;
	margin-top:5px;
	min-width:95px;
	width:auto;
	bottom:0px;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-image:url(../../graphics/vcshobbies/templateimgs/tab1.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding: 0px 10px;
	cursor:pointer;
	vertical-align:middle;
	color:#000;
	font-weight:500;
}

.green_btn {
	position:relative;
	margin-top:5px;
	min-width:95px;
	width:auto;
	bottom:0px;
	border:solid 1px #690;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-image:url(../../graphics/vcshobbies/templateimgs/greenbtnbg.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding: 0px 10px;
	cursor:pointer;
	vertical-align:middle;
	color:#fff;
	font-weight:500;
	
}

.wish_btn {
	position:relative;
	margin-top:5px;
	width:auto;
	bottom:0px;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-image:url(../../graphics/vcshobbies/templateimgs/tab1.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding: 0px 10px;
	cursor:pointer;
	vertical-align:middle;
	color:#000;
	font-size:11px;
}



.categorybox {
	text-align:center;
	padding:5px;
	margin:5px;
	width:240px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	color:#fff;
	background-color:#eee;
	}
	

	
	
.categoryimg {
	padding:5px 0px 0px 0px;
	
	}
	
	

/*This is where the main content goes*/

#columnA {
	float:right;
	font-size:12px;
	color:#2b2b2b;
	background-color:#fff;
	padding:18px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:0;
	margin-right:10px;
	width: 640px!important;
  	width /**/:660px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	min-height:710px;
  	height:auto !important;
 	height:780px;

	

}
	
	
#columnA a:link, #columnA a:visited {
	color:#000;
	}
	
	
	
#columnB {
	float:left;
	clear:left;
	font-size:12px;
	color:#2b2b2b;
	background-color:#999;
	padding:10px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:8px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	width:190px;
	text-align:left;
}

#menu {
	margin-top:4px;
	width:175px;
	background-color:#fff;
	padding:8px;
	line-height:16px;
}


.indent {
	padding-left:10px;
}

#columnB ul {
	list-style:none;
	width:180px;
}

#columnB ul li ul {
	margin-left:8px;
}

#columnB a:link, #columnB a:visited {
	color:#000;
	font-size:12px;
}

#columnB a:hover {
	color:#F00;
}


#content {
	margin-top:30px;
	background-color:#CCC;
}
/*This is the End of the Content Columns*/



/* Related Products */
.alsolikep {
		width:100%;
		border-top:dotted 1px #ddd;
		padding-top:10px;
		}
		
#alsolike {
		font-weight:bold;
		font-size: 14px;
		}
.relatedproducts {
		padding:10px;
		width:100%;
		border:solid 1px #ccc;
}
	
	
.relatedproducts td {
background-color:#eee;
		padding:10px 15px;
		vertical-align: middle;
		}
		
.relatedproducts a {
		margin-top:20px;
		font-size: 14px;
		font-weight: bold;
		}

.relatedimg {
		width:100px;
		}
		
		
	
/* End of Related Products */


	
#footer_wrapper {
	position:relative;
	background-color:#000;
	background-image:url('../../graphics/backyardtrucking/templateimgs/footer_bck.jpg');
	background-repeat:repeat-x;
	width:923px;
	height:250px;
	clear:both;
	color:black;
	font-weight:bold;
	margin-bottom:25px;
}


#sitemap {
	width:923px;
	position:relative;
	top:25px;
	left:0px;
	clear:both;
	list-style:none;
	margin-right:auto;
	margin-left:auto;

}


#sitemap ul {
	margin:0;
	padding:0;
}

#sitemap li{
	list-style:none;
}


.SiteMapColumns {
	position:relative;
	width:150px;
	height:150px;
	border-right-style:solid;
	border-right-color:#2b2b2b;
	border-right-width:.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:25px;
	float:left;
	line-height:18px;
	top:0;

}

.SiteMapColumns ul {
	margin:0;
	padding:0;
	list-style:none;
}

.SiteMapColumns li {
	list-style:none;
}
	
.SiteMapOutColumns {
	width:150px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:25px;
	line-height:18px;
	float:left;
}


#credits {
	position:relative;
	top:150px;
	padding-bottom:20px;
	clear:both;
	text-align:center;
	font-size:10px;
	color:#fff;
}

.submit_btn {
	position:relative;
	margin-top:5px;
	min-width:95px;
	width:auto;
	bottom:0px;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-image:url(../../graphics/vcshobbies/templateimgs/btnbg.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding: 0px 10px;
	cursor:pointer;
	vertical-align:middle;
	color:#000;
	font-weight:500;
}


.excav-gallery li {
	display:inline;
}
