@CHARSET "UTF-8";

body
{
	background-color: #f48119;
	margin: 0px;
	padding: 0px;
	background-image: url( "/images/bg.jpg" );
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: normal;
	font-family: Helvetica, Lucida Grande, Calibri;
	font-size: 12px;
}

#mainLayout
{
	width: 460px;
}

#logo
{
	background-image: url( "/images/title.png" );
	background-repeat: no-repeat;
	width: 460px;
	height: 100px;
}

#brLogo
{
	background-image: url( "/images/brlogo.png" );
	background-repeat: no-repeat;
	width: 250px;
	height: 308px;
	margin-top: 10px;
}

#aboutUs
{
	background-image: url( "/images/aboutus.png" );
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
}

#text
{
	width: 480px;
}

#writeUs
{
	background-image: url( "/images/writeus.png" );
	background-repeat: no-repeat;
	width: 220px;
	height: 110px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 10px;
}

.products
{
	padding-left: 20px;
	padding-right: 20px;
}

