/*********************************************
General Styles
**********************************************/

BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #f0f0f0;
}

DIV
{
	font: normal normal normal 13px Verdana;
}

A, A:Visited, A:Active
{
	color: #0B375A;
}

A:Hover
{
	color: #FF9600;
}

IMG
{
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

/*********************************************
Top Panel Styles
**********************************************/

#divTopPanel
{
	height: 125px;
	background-image: url(images/bannerMiddle.gif);
	background-repeat: repeat-x;
}

#divTopPanelLogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 512px;
}

/*********************************************
Left Panel Styles
**********************************************/

#divLeftPanelContainer
{
	width: 195px;
	position: absolute;
	top: 135px;
	left: 0px;
	text-align: center;
}

.LeftPanel
{
	margin: 0px auto 10px auto;
	width: 175px;
	text-align: left;
}

.LeftPanelHeader
{
	background-image: url(images/PanelHeader.gif);
	background-repeat: no-repeat;

	color: #000000;
	height: 20px;
	padding: 0px 0px 0px 0px;

	text-align: center;
}

.LeftPanelMain
{
	width: 170px;
	border: solid 1px #B7B7B7;
	background-color: #ffffff;
	text-align: left;
	padding-left: 3px;
}

.LeftPanelMain DIV
{
	margin-top: 2px;
	margin-bottom: 2px;
}

/*********************************************
Center Panel Styles
**********************************************/

#divCenterPanel
{
	margin: 10px 10px 0px 195px;
}

#divCenterPanelHeader
{
	height: 20px;
}

#divCenterPanelHeaderLeft
{
	position: absolute;
	top: 135px;
	left: 195px;
	width: 10px;
	height: 20px;
	background-image: url(Images/PanelHeaderLeft.gif);
	background-repeat: no-repeat;
	z-index: 1000;
}

#divCenterPanelHeaderCenter
{
	height: 18px;
	text-align: center;
	background-color: #FEE940;
	padding-top: 2px;
	color: #000000;
	font: normal normal normal 10pt Verdana;
	margin-left: 10px;
	margin-right: 10px;
}

#divCenterPanelHeaderRight
{
	position: absolute;
	top: 135px;
	right: 10px;
	width: 10px;
	height: 20px;
	background-image: url(Images/PanelHeaderRight.gif);
	background-repeat: no-repeat;
	z-index: 1000;
}

#divCenterPanelContent
{
	border: solid 1px #B7B7B7;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 4px 4px 4px;
}

/*********************************************
Content Styles
**********************************************/

/* Home Page */

.HomePageHeaderText
{
	margin-bottom: 10px;
	font: normal normal bold 14px Verdana;
	color: #c1bbbb;
	padding-left: 15px;
}

#HomePageThumbs
{
	position: absolute;
	right: 40px;
	width: 325px;
	text-align: right;
	height: 100px;
}

#HomePageThumbs IMG
{
	margin: 5px 5px 5px 5px;
}

/* Products */

.ProductList
{
	width: 175px;
	text-align: right;
	float: left;
}

.ProductList .Container
{
	margin-top: 100px;
}

.ProductList .Container DIV
{
	margin: 20px 10px 10px 0px;
}

.Divide
{
	width: 5px;
	float: left;
}

.ProductCode
{
	font-size: 14px;
	color: #C1BBBB;
}

.ProductName
{
	font: normal normal bold 14px Verdana;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.ProductDetails
{
	 text-align: center;
}

.Price
{
	text-align: right;
	margin-right: 50px;
	color: #000000;
	font-weight: bold;
}

.Header
{
	font: normal normal bold 13px Verdana;
	color: #000000;
	border-bottom: solid 1px #000000;
	text-align: left;
	padding-top: 5px;
	margin-left: 190px;
	margin-right: 10px;
}

.ClothingHeader
{
	margin-left: 10px
}

.Details
{
	margin-left: 190px;
	margin-right: 10px;
	text-align: justify;
}

.ClothingDetails
{
	margin-left: 10px
}

.BikeSpecification
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}

.BikeSpecification TD
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

/* Find Us */

#divFindUs
{
	text-align: center;
}

#divFindUs .Content
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#divFindUs .Address
{
	width: 198px;
	float: left;
	text-align: left;
	margin-top: 100px;
}

#divFindUs .Map
{
	 width: 498px;
	 float: right;
}

/* Contact Us */

#divContactUs
{
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}


/*********************
* Product Selection
**********************/

#dgProductList
{
	width: 98%;
	margin: auto;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#dgProductList .Header TD
{
	font-weight: bold;
	background-color: #cccccc;
	border-top: solid 1px #000000;
}

#dgProductList TD
{
	padding: 4px;
	border-bottom: solid 1px #000000;
}

#dgProductList .Item
{
	background-color: #FAFAFA;
}

#dgProductList .AltItem
{
	background-color: #F2F2F2;
}

#dgProductList .Thumbnail
{
	width: 150px;
	text-align: center;
	margin: auto;
}

#dgProductList .Price
{
	width: 100px;
	text-align: center;
	margin: auto;
	padding: 0px;
}