/*-- home --*/
html#home {
}

html#home body {
	background-color: rgb(51,48,120);
	background-image: url(../img/bg_home.jpg);
}

html#home div#content h3 {
	height: 46px;
	font-size: 300%;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	background-color: rgb(51,48,120);	
	background-image: url(../img/bg_home_title.jpg);
	padding: 40px 10px 10px 11px;
}

html#home div#hot_stocks {
	background-color: rgb(216,149,35);
	height: 200px;
	margin: 20px 0 0 0;
	padding: 1em;
}

html#home div#hot_stocks h3 {
	background: none;
	font-size: 160%;
	font-weight: 400;
	padding: 10px 11px 10px 11px;
	margin: 0;
	height: auto;
	text-transform: none;
}


/*-- about --*/
html#about {
}

html#about body {
	background-color: rgb(155,177,175);
	background-image: url(../img/bg_about.jpg);
}

html#about div#menu li.active {
	background-color: rgb(155,177,175);
}

li.about {
	background-image: url(../img/a_about.gif);
}

/*-- products --*/
html#products {
}

html#products body {
	background-color: rgb(181,181,59);
	background-image: url(../img/bg_products.jpg);
}

html#products div#menu li.active {
	background-color: rgb(181,181,59);
}

html#products ul#submenu {
	list-style: none;
	margin: 0 0 0 0;
}

html#products ul#submenu li {
	height: 17px;
	background-color: #CD2F23;
	background-color: rgb(181,181,59);
	padding: 3px 11px 0 11px;
	width: 206px;
	background-image: url(../img/a_products.gif);
	background-repeat: no-repeat;
	border-right: 3px solid #fff;
	margin: 0 0 1px 114px;
}

html#products ul#submenu a {
	color: #fff;
}

div.product_title {
	float: left;
	background-color: rgb(205,199,149);
	padding: 5px 11px 10px 11px;
	margin: 10px 0 0 0;
}

div.product_title h4 {
	font-size: 160%;
	font-weight: 400;
	color: rgb(51,48,120);
	width: 190px;
	float: left;
}

div.product_title dl {
	float: left;
	width: 358px;
	margin: 5px 0 0 0;
}

div.product_title dt {
	margin: 0;
	float: left;
	width: 80px;
}
div.product_title dd {
	margin: 0;
	float: left;
	width: 278px;
}

div.product_info {
	margin-top: 5px;
}

div.product_info img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 5px 0 0;
}

div.product_info h5 {
	float: left;
	width: 465px;
	color: rgb(51,48,120);
	font-size: 100%;	
}

div.product_info p {
	float: left;
	width: 465px;
	padding: 0 !important;
}

li.products {
	background-image: url(../img/a_products.gif);
}

/*-- hot stocks --*/
html#hot_stocks body {
	background-color: rgb(216,149,35);
	background-image: url(../img/bg_hotstocks.jpg);
}

html#hot_stocks div#menu li.active {
	background-color: rgb(216,149,35);
}

li.hot_stocks {
	background-image: url(../img/a_hotstocks.gif);
}


/*-- pictures --*/
html#pictures body {
	background-color: rgb(94,107,64);
	background-image: url(../img/bg_pictures.jpg);
}

html#pictures div#menu li.active {
	background-color: rgb(94,107,64);
}

li.pictures {
	background-image: url(../img/a_pictures.gif);
}

div.picture {
	margin: 0 0 10px 0;
	float: left;
}

div.picture_image {
	float: left;
}

div.picture_image img {
	width: 300px;
}

div.picture_desc {
	float: left;
	width: 259px;
	padding: 10px 0 0 11px;
}


/*-- contact --*/
html#contact body {
	background-color: rgb(78,138,190);
	background-image: url(../img/bg_contact.jpg);
}

html#contact div#menu li.active {
	background-color: rgb(78,138,190);
}

li.contact {
	background-image: url(../img/a_contact.gif);
}



