﻿/*
	ASI Oxford Site Stylesheet
	Creation Date: April 25, 2006
	Last Modified: April 25, 2006
	Author: Chris Riehl
*/

/* body Element Styles
-----------------------------------------------*/

body 
{
	background: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size:11px;
	text-align:center; 
	/* border: solid 2px #624A33; */
}

#Container 
{

}

#Body
{
	width:871px;
	height:381px;
	margin: 12px 0px 0px 0px;
	text-align:left;
}

#Body #TitleBar
{
	width:871px;
	height:79px;
	background-image: url(../_images/pageBanner.gif);
	background-repeat:no-repeat;
}

#Body #Content
{
	position:relative;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	height:290px;
	background-color: #F3F1EF;
	/*overflow:hidden;*/
	/*clip: rect(0px,871px,290px,0px);*/
	
}

#Body #Content #ScrollableContent
{
	top: 0px;
	position:absolute;
	width:790px;
	font-size:12px;
}

#Body #Content #ScrollBarContainer
{
	float:right;
	width:71px;
	height: 290px;
	background-color: #F3F1EF;
}

#Body #Content #ScrollBarContainer #ScrollBox
{
	position:relative;
	width:10px;
	margin: 4px 0px 4px 30px;
	height: 282px;
	background-color: #F3F1EF;
	border: solid 1px #8E6B55;
}

#Body #Content #ScrollBarContainer #ScrollBox #Scroller
{
	width:6px;
	position:absolute;
	top:0px;
	height: 280px;
	margin: 1px 2px 1px 2px;
	background-color: #8E6B55;
}

img
{
	border:none;
	clear:both;
}


form {
	margin: 0;
	padding: 0;
}

.Title
{
	color:#8E6B55;
	font-size: 18px;
	font-weight:bold;	
}


.ProductTitle
{
	color:#8E6B55;
	font-size: 15px;
	font-weight:bold;	
}

#BrandBoxContainer
{
	float:left;
	width: 180px;
	margin: 20px 0px 20px 0px;
}
#BrandBoxRowContainer
{
	clear:both;
	float:left;
}
#BrandBoxContainer #BrandBox
{
	float:left;
	width:180px;
	border: solid 2px #8E6B55;
}

#BrandBoxContainer #BrandBox #BrandBoxItems
{
	float:left;
	margin: 1px;
	width:57px;
	height:57px;
	clip: rect(0, 57px, 57px, 0);
	overflow:hidden;
}

#BrandBoxContainer #BrandBox #BrandBoxItems img
{
	border:none;
}

#BrandBoxContainer #seriesTitle
{
	clear:both;
	width:180px;
	text-align:right;
	color:#8E6B55;
	font-size: 11px;
}

#Spacer
{
	float:left;
	width: 80px;
}

#ProductContainer
{
	Margin: 50px 0px 0px 100px;
	width:740px;
}

#ProductContainer #Image
{
	float:left;
	width: 225px;
	/* border: solid 1px Black; */
	/* height: 190px; */
}

#ProductContainer #description
{
	float:left;
	margin: 0px 0px 0px 20px;
	width:450px;
}



