﻿.fLeft
{
	float: left;
}

.fRight
{
	float: right;
}

div.textBoxTop
{
	height: 30px;
	width: 100%;
	background: #9d0711 url(/Images/bgBoxTop.gif) repeat-x scroll left top;
	margin: 0 0 2px 0;
}

div.textBoxSmall
{	
	text-align: justify;
	margin: 20px 10px 0px 10px;
	width: 200px;
	background: Transparent url(/Images/bgTextBoxFade.jpg) repeat-x scroll left bottom;
}

div.textBoxSmall div.textBoxBottom
{
	clear: both;
	width: 200px;
	height: 19px;
	background: Transparent url(/Images/tbSmallBottom.gif) no-repeat scroll left bottom;
}

h2
{
	text-align: left;
	font-weight: lighter;
	padding: 0px 5px;
	margin: 10px 0px 10px 0px;
}

div.textBoxMedium
{
	text-align: justify;
	margin: 20px 10px 0px 10px;
	width: 300px;
	background: Transparent url(/Images/bgTextBoxFade.jpg) repeat-x scroll left bottom;
}

div.textBoxMedium div.textBoxBottom
{
	clear: both;
	width: 300px;
	height: 19px;
	background: Transparent url(/Images/tbMediumBottom.gif) no-repeat scroll left bottom;
}

div.textBoxLarge
{
	text-align: justify;
	margin: 20px 10px 0px 10px;
	width: 500px;
	background: Transparent url(/Images/bgTextBoxFade.jpg) repeat-x scroll left bottom;
}

div.textBoxLarge div.textBoxBottom
{
	clear: both;
	width: 500px;
	height: 19px;
	background: Transparent url(/Images/tbLargeBottom.gif) no-repeat scroll left bottom;
}

div.textBoxHuge
{
	text-align: justify;
	margin: 20px 10px 0px 10px;
	width: 640px;
	background: Transparent url(/Images/bgTextBoxFade.jpg) repeat-x scroll left bottom;
}

div.textBoxHuge div.textBoxBottom
{
	clear: both;
	width: 640px;
	height: 19px;
	background: Transparent url(/Images/tbHugeBottom.gif) no-repeat scroll left bottom;
}


div.advertBox
{
	margin: 20px 10px 0px 10px;
	width: 400px;
	height: 286px;
	border: solid 1px #FFFFFF;
}

img.productsImage
{
	margin: 20px 10px 0px 10px;
	padding: 40px 0px 0px 0px;
	background: #9d0711 url(/Images/bgBoxTop.gif) repeat-x scroll left top;
}

	
