﻿/*This Stylesheet handles the Home page styling - NOT the Backyard Store Template*/

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;
}

h3 {
	margin-bottom:5px;
	margin-top:5px;
}



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;
}

#backBtn {
	position:absolute;
	right:0;
	top:0;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	background-color:#000;
	color:#fff;
	
}


#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;
}

#wrapper {
	position:relative;
	background-repeat:no-repeat;
	width:923px;
	min-height:620px;
	max-height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
}


#logo {
	position:relative;
	top:20px;
	left:-10px;
}
/* These are the Forms */

#newsletter {
	position:absolute;
	right:0;
	top:35px;
	color:#FFF;
	font-size:11px;
	background-image:url('../../graphics/backyardtrucking/templateimgs/transparency.png');
	padding:8px;
	width:310px;
	
	}
	
#formbtn {
	background-color:#FC0;
	border: solid #FF0 1px;
	color:#000;
}
	
#formbtn:hover {
	background-color:#333;
	border: solid #666 1px;
	color:#fff;
}

#textfield {
	background-color:#f8f8f8;
	border: solid #999 1px;
	margin-left:5px;
	font-size:12px;
	color:#333;
	width: 110px;
	height:15px;
}
	
#search {
	width:210px;
}


/*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;
	font-family:Arial, Helvetica, sans-serif;
	-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 {
	border-style:none;
	
}


#topmenu #search {
	position:relative;
	font-size:14px;
	float:right;
	top:0px;
}
	


/*Below is the Big Main Image*/

#slider {
	position:relative;
	margin-top:25px;
	background-image:url(../../graphics/backyardtrucking/templateimgs/main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:340px;
	color:#fff;
	overflow:hidden;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style-type:none;
	
	}
#slider, #slider li{ 
	width:923px;
	height:340px;
	overflow:hidden; 
	}

span#prevBtn{
	left:0;
	float:left;
	}
span#nextBtn{
	right:0;
	float:right;
	}
	
	
#controls {
	position:absolute;
	right:10px;
	top:400px;
	background-color:#333;
	padding:3px 8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-o-border-radius:8px;
}

#controls li{
	display:inline-block;
	padding:3px 2px;

	
}

#controls li a:link, #controls li a:visited {
padding:3px 8px;

}


#controls li a:hover {
		background-color:#999;
		color:#000;
		border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-o-border-radius:5px;
		
}

/*This rule applies to the Main Image Text*/
#mainImageText {
	position:absolute;
	top:55px;
	left:35px;
	background-image:url(../../graphics/backyardtrucking/templateimgs/transparency.png);
	width:350px;
	height:170px;
	padding:0 12px;
}





/*This is where the main content goes*/

#columnA {
	float:right;
	clear:right;
	font-size:12px;
	color:#2b2b2b;
	background-color:#CCC;
	padding:18px 18px 15px 18px;
	margin-top:10px;
	margin-bottom:15px;
	width:650px;
	border-style:solid;
	border-width:1px;
	line-height:18px;
	border-color:#999;
}

#columnA li {
	list-style:none;
	display:inline;
}

#columnA li a, #columnA li a:visited{
	font-size:14px;
	color:black;
	text-decoration:none;
}

#columnA li a:hover {
	background-color:#FFCC00;
	text-decoration:underline;
}

#columnB {
	float:left;
	clear:left;
	font-size:12px;
	color:#2b2b2b;
	background-color:#999;
	padding:18px;
	margin-top:10px;
	margin-bottom:15px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	width:190px;
}

#menu {
	margin-top:15px;
	width:175px;
	background-color:#fff;
	padding:10px;
	line-height:16px;
}

#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;
}

/*This is the End of the Content Columns*/

	
#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:30px;
	clear:both;
	list-style:none;

}


#sitemap ul {
	margin:0;
	padding:0;
}

#sitemap li{
	list-style:none;
}


.SiteMapColumns {
	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;
	vertical-align:top;
}

.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:20px;
	clear:both;
	text-align:center;
	font-size:12px;
	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(../images/tab1.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding: 0px 10px;
	cursor:pointer;
	vertical-align:middle;
	color:#000;
	font-weight:500;
}
