@charset "UTF-8";
/* CSS Document */



/* MENU */

.clearDIV{
	height:5px;
	}

.urbangreymenu{
width: 170px; /*width of menu*/
z-index:3;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0px 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
z-index:3;
list-style-type: none;
margin: 0px;
padding: 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
z-index:3;
}

.urbangreymenu ul li a{
z-index:3;
font: normal 12px Arial;
color: black;
background: #D1D1D1;
display: block;
padding: 5px 0px;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
margin-bottom:0px;
}

.urbangreymenu libot a{
z-index:3;
font: normal 12px Arial;
color: black;
background: #D1D1D1;
display: block;
padding: 5px 0px;
line-height: 15px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
margin-bottom:0px;
}

.urbangreymenu ul li a:visited{
color: black;
z-index:3;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #063;
z-index:3;
}

.urbangreymenu libot a:visited{
color: black;
z-index:3;
}

.urbangreymenu  libot a:hover{ /*hover state CSS*/
color: white;
background: #063;
z-index:3;
}



/* --------- */


html, body {

  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image:url(http://motoborgotaro.com/images/texture_bg.jpg);
  
  font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
}

a:link{
	color:#161616;
	text-decoration:none;
	}   

a:visited {
	color:#161616;
	text-decoration:none;
	}    

a:active {
	color:#161616;
	text-decoration:none;
	}      

a:hover {
	color:#A2090B;
	
	}  /* mouse over link */

img{
	border:0px;
	
	}

ul, li{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	}



#header {
	position:static;
	min-width: 950px;
	width:100%;
	height:85px;
	z-index:1;
	left: 0;
	top: 0;
	background-color:#FFF;
	}
	
#gradient {
	position:static;
	
	width:100%;
	min-width:950px;
	height: 35px;
	background-image:url(http://motoborgotaro.com/images/TopGradientTile.png);
	background-repeat:repeat-x;
	z-index: 1;


	}

#backgroundImage {
	position:relative;
	float:left;
	width:100%;
	height:768px;
	z-index:0;
	left: 0;
	padding: 0;
	margin:0;
}

img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-width:800px;
}

 #container{
	position:static;
	width:500px;
	height:auto;
	z-index:1;
	padding:0px 0px 0px 0px;
	}

#postTop{
	postition:static;	
	width:500px;
	height:5px;
	z-index:2;
	padding-bottom:0px;
}

#postBot{
	postition:static;	
	width:500px;
	height:5px;
	z-index:2;
}

#content {
	position:static;
	width:455px;
	height:251px;
	z-index:2;
	padding-top:15px;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:0px;
	background-image:url(http://motoborgotaro.com/images/PostBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}

#contentAbout {
	position:static;
	width:455px;
	height:auto;
	z-index:2;
	padding-top:15px;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:0px;
	background-image:url(http://motoborgotaro.com/images/PostBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}

#contentBlog {
	position:static;
	width:615px;
	height:auto;
	z-index:2;
	padding-top:15px;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:15px;
	background-image:url(http://motoborgotaro.com/images/BlogPostBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}

h1.redHead {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #063;

}

h2.important {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;;
	color: black;

}

p.CatTitle{
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A2090B;
	font-weight:bold;
	}
	
p.bodycopy {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
	
}

#menuContainer {
	position:absolute;
	width:190px;
	height:340px;
	z-index:3;
	left: 56px;
	top: 120px;
	}
	
#logostrip{
	position:absolute;
	width: 132px;
	top:203px;
	left: 790px;
	}


#menuTop{
	position: static;
	width:170px;
	}
	
#menuBot{
	position: static;
	width:170px;
	margin-bottom:0px;
	padding-bottom:0px;
}
	
#menu {
	position:static;
	width:170px;
	height:auto;
	z-index:3;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	
}


#wrapperIndex {
	min-height:100%;
    height:100%;

	padding-left: 260px;
	padding-top: 79px;
	margin-bottom: 300px;
	}

#wrapper {
	min-height:100%;
    height:100%;

	padding-left: 260px;
	padding-top: 79px;
	margin-bottom: 50px;
	}

#footerBlog {
/*	position: absolute;
    top: 690px;

	width:100%;
	height:30px;
	z-index:1;
	left: 0px;
	padding: 0px;
	margin-bottom:10px;
*/
width:500px;
height: 4em;
padding-left:260px;
}


#footer {
	position: absolute;
	top: 750px;
	width:500px;
	height:30px;
	z-index:1;
	left: 260px;
	padding: 0px;
	margin-bottom:10px;
}

#singleFooter {
	position:relative;
	top: 0px;
	width:650px;
	height:30px;
	z-index:1;
	left: 0px;
	padding: 0px;
	margin-bottom:10px;
}

#footerLoc {
	position: RELATIVE;
	width:500px;
	height:30px;
	z-index:1;
	padding: 0px;
	margin-bottom:10px;
	margin-top:20px;
}



p.addresscopy{
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 2px;
	
}
p.footercopy{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 2px;
	
}

#logostrip{
	position:absolute;
	width: 132px;
	top:203px;
	left: 790px;
	}


#bottomWidBar{
	position:absolute;
	width:705px;
	height:176px;
	z-index:3;
	left: 56px;
	top: 510px;	
	
	}
	
#bottomMenuWidBar{
	position:absolute;
	width:170px;
	height:176px;
	z-index:3;
	left: 56px;
	top: 510px;	
	
	}
	
#wideWid{
	float:left;
	width:460px;
	height:176px;
	z-index:3;
	}
	
#photoWid{
	float:left;
	z-index: 0;
	}
	

#smallWid{
	float:right;
	width: 210px;
	height:176px;
	}

#smallMenuWid{
	float:left;
	width: 210px;
	height:176px;
	}

#smallWidcontent{
	float:right;
	z-index:0;
	}
	
#smallMenuWidcontent{
	float:left;
	z-index:0;
	}
	
	
#categoryTitle{
	position: absolute;
	width:190px;
        height: 50px;
	z-index:5;
	left: 270px;
	top: 130px;
}
