﻿/*masterpage*/

body 
{
	padding:0;
	margin:0;
	background:#070101;
	text-align: center;
	font: 14px verdana, arial, sans-serif;
	color: #695F4C;
	/**background:  url(images/body_Background2.jpg) repeat;**/
}

/** layout **/
#wrapper {
	text-align: left;
	width: 950px;
	background:#161616;
	border:solid 2px #161616; /**484848;**/
}

#header 
{
	height:160px;
	/*border:solid 2px yellow;*/
}
	
#TopOfHeader
{
	width: 100%;
	height:160px;
	background-image: url(images/TransCandaHeaderWithAddressEmail.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#TopOfHeaderAdmin
{
	width: 100%;
	height:100px;
	background-image: url(images/TransCandaHeaderAdmin.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

/** Content Default page **/
h2 
{
	background-color:#161616;
	color:#d8d8d8;
	font-family:Goudy Old Style;
	margin-left:10px;
	
}
h3{background-color:#161616;}


 #welcome  
{ 
	 color:#d8d8d8;	 
	 font-family:Goudy Old Style;
	 font-size:16px;
	 padding-left:20px;
	 padding-right:80px; 
}
  #backgroundImage 
{
	background: url(images/Cities_Night_city_500-400_.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	width:500px;
	height:370px;
	
}
/** Cruiser page **/
#CruiserWelcome
{
	 color:#d8d8d8;	 
	 font-family:Goudy Old Style;
	 font-size:16px;
	 padding-left:60px;
	 padding-right:80px;	 
}

 #cruiserBgdImage
{
	background: url(images/Cruiser1.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:370px;
	width:500px;
}



/** Motocross page **/
#MotocrossWelcome
{
	color:#d8d8d8;	 
	 font-family:Goudy Old Style;
	 font-size:16px;
	 padding-left:60px;
	 padding-right:80px;	
	}


#MotocrossImage
{
	background: url(images/Motocross2.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:370px;
	width:500px;
}

/** ATV page **/
#AtvWelcome 
{
	color:#d8d8d8;	 
	 font-family:Goudy Old Style;
	 font-size:16px;
	 padding-left:60px;
	 padding-right:80px;
}

#AtvImage
{
	background: url(images/ATV.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:370px;
	width:500px;
}

#SeviceWelcome
{
	color:#d8d8d8;	 
	 font-family:Goudy Old Style;
	 font-size:16px;
	 padding-left:60px;
	 padding-right:80px;
}

#ServiceImage
{
	background: url(images/Services.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:370px;
	width:500px;
}


/** Horizontal menu **/
#divmenu
{
	height:43px;
	background-image: url(menuHorizontal8/bg.gif);
	background-repeat: repeat-x;
	background-color: silver;
}
#divmenu .menuInner
{
	
	 text-align:center;
	 vertical-align:top;
}
#divmenu .menuInner img
{
	 vertical-align:middle ;
}
#divmenu .menuInner a
{
	color: Black;
	font-size: 16px;
	text-align: center;
	vertical-align:middle ;
	text-decoration: none;
	padding-right:23px;
	padding-left:10px;

}

#divmenu .menuInner a:hover
{
	background-image: url(App_Themes/black/menuHorizontal8/bg_a.gif);
	color:Red;
}
#divmenu .menuInner a:Selected
{
	color:Orange;
}
 /** Left Content **/
 
 #LeftContent
{
    margin-top: 10px;
    float: left;
    width: 170px; /*border:solid 2px yellow*/
}

 #Services
{
	float:left;
	width:170px;
	height:60px;
	background:  url(images/Services.gif)  no-repeat;
	background-color:#242527;
	}
#Kawasaki
{
	float:left;
	width:170px;
	height:40px;
	background:  url(images/Kawaski.gif)  no-repeat;
	background-color:#242527;
	}
	
#Accessories
{
	float:left;
	width:170px;
	height:60px;
	background:  url(images/Accessories.gif)  no-repeat;
	background-color:#242527;
	}
/** content for contentplaceholder**/
#mainContent
{
	margin-top: 15px;
	width: 670px;
	/*height:630px; kills used product viwer in IE*/
	background-color: #161616;/**Transparent;**/
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/** common images left side **/

#ImagesOnLeft
{
	height: 700px;
	position: relative;
	width: 195px;
	text-align:center;
	background-image: url(images/backLeft.png);
	background-repeat: repeat;
	background-color: #cbcdd3;
	border-right: silver 2px ridge;
	border-top: silver 1px ridge;
	border-left: silver 1px ridge;
	border-bottom: silver 2px ridge;
}
#ImagesOnLeft img
{
	margin: 20px;
	margin-bottom:10px;
	background: transparent;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	border-bottom-style: inset;
}


/** footer **/

#footer
{
	float:left;
	width:100%;
	height:20px;
	/*border:solid 2px blue;*/
	
}
/* masterpage ends*/

/* master admin*/
#main_Content
{
	color:Silver;
}
#main_Content a
{
	color: #f19f00;
}

/* master admin ends*/

#content 
{
	 margin-top:20px;
	 float:left;
	 background-color:Gray;
	 border:1px solid #171717;
	 padding:0;
}
#content .inner
{ 
	margin:2px;/*to create space*/
}
/*
#welcome 
{
  width: 100%;
	background: #cccccc;
  margin-bottom: 2px;
	
}
*/
#content .inner .devider
{ 
 float:left;
 width:100%;
 height:100px;
/*background:bottom url(images/body_bg.png) repeat-x;*/
}

#welcome p
{
	margin: 10px;
}

#ourProducts
{
	 float:left;
	 margin-top:10px;	 
	 background-color:Aqua;
	 border:1px solid #fofofo;
	 padding:0;
}
#ourProducts .inner
{ 
	margin:2px;/*to create space*/
}

/** new stuff**/
#ProductLinks
{
	width:590px;
	height:160px;
	border:solid 2px gray;
	
}
#ProductLinks .inner{ margin:10px;}

#ProductLinks .inner .WatermarkBike
{
	padding-left:20px;
	float:left;
	width: 590px;
	height:150px;
	background: url(images/WatermarkBike1.png) no-repeat;
}

/*used items /search/ display */
.displayAds
{
	color:#695F4C;
}
.displayAds legend
{
	color:#695F4C;
}
legend
{
	color:#695F4C;
}
.displayAds a
{
	color: #dcdabe;
}
.displayAds a img
{
	border:solid 0px transparent;
	color: #dcdabe;
}
.displayAds a:hover
{
	color: #c23400;
}
 .resultsPan
{
	color: #2f2f12;
}
.detailsPan
{
	color: #2f2f12;
}
#loginlogout
{
	text-align:right; color:Silver;
}
#loginlogout a
{
	color:Silver;
}