﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #B0803A;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #5E2426;
	text-decoration: none;
	cursor: pointer;
}
.SearchText:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #f9cf75;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #5E2426;
	text-decoration: none;
	cursor: pointer;
}
.glossymenu li a{
	float: left;
	display: block;
	color: #C2932D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}
.sideglossymenu li a {
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	background: #5E2426 url('../../App_Themes/MotorsTheme/images/glossyback2.jpg') repeat-x left
bottom;
	font: bold 15px "Times New Roman", Times, serif;
	color: #3D282A;
	display: block;
	width: auto;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	text-align: center;
}

/* Specific Content*/

#MotorsMotors {
	position: absolute;
	left: 449px;
	top: 10px;
	width: 165px;
	height: 59px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 55px;
	font-weight: normal;
	color: #938989;
	direction:rtl;
}
#Cars {
	width: 150px;
	position: absolute;
	height: 50px;
	left: 30px; top: 285px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #808080;
	direction:rtl;
}
#Motorcycles {
	position: absolute;
	height: 50px;
	width: 255px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #b1b6b4;
	left: 344px;
	top: 533px;
	direction:rtl;
}
#Boats {
	position: absolute;
	height: 50px;
	left: 20px;
	top: 718px;
	font-family: 'Times New Roman', Times, serif;
	color: #b1b6b4;
	font-size: 45px;
	width: 142px;
	direction:rtl;
}
#Rental {
	position: absolute;
	height: 50px;
	left: 432px; top: 845px; width: 145px;
	font-family: 'Times New Roman', Times, serif;
	color: #b1b6b4;
	font-size: 45px;
	direction:rtl;
}

#Accessories {
	position: absolute;
	height: 50px;
	left: 46px; top: 1071px; width: 170px;
	font-family: 'Times New Roman', Times, serif;
	color: #b1b6b4;
	font-size: 45px;
	direction:rtl;
}
#CarsHeader
{
    width: 150px;
    position: absolute;
    height: 50px;
    left: 30px;
    top: 70px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #808080;
    direction: rtl;
}
#MotorcycleHeader
{
    position: absolute;
    height: 50px;
    width: 255px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #b1b6b4;
    left: 374px;
    top: 130px;
    direction: rtl;
}
#BoatsHeader
{
    position: absolute;
    height: 50px;
    left: 20px;
    top: 120px;
    font-family: 'Times New Roman', Times, serif;
    color: #b1b6b4;
    font-size: 55px;
    width: 142px;
    direction: rtl;
}
#RentalHeader
{
    position: absolute;
    height: 50px;
    left: 470px;
    top: 10px;
    width: 145px;
    font-family: 'Times New Roman', Times, serif;
    color: #b1b6b4;
    font-size: 55px;
    direction: rtl;
}
#AccessoriesHeader
{
    position: absolute;
    height: 50px;
    left: 46px;
    top: 80px;
    width: 170px;
    font-family: 'Times New Roman', Times, serif;
    color: #b1b6b4;
    font-size: 55px;
    direction: rtl;
}
