/* HEADER SECTIONS FIRST
*/
body
{	
	padding-top:10px;
	font-family:Arial;
	font-size:12px;
	color:#3B6A59;
}

#body
{	
	width:640px;	
	margin-right:auto;
	margin-left:auto;

}

a
{
	color:#619080;
	text-decoration:none;
}

#topLine
{
	width:640px;
	height:71px;
	background-color:#619080;	
}

#lineBreak
{
	height:1px;
	width:640px;
}

#topLine_LeftImage
{
	position:absolute;
	background-image:url(../_images/topLeft.gif);
	width:200px;
	height:71px;	
}

#topLine_RightImage
{
	position:relative;
	background-image:url(../_images/topRight.gif);
	left:461px;
	width:179px;
	height:71px;
}

#topMenu
{
	position:absolute;
	top:98px;	
	width:640px;
	height:17px;
	background-color:#ADC7BD;
}

#topMenu_LeftImage
{
	position:absolute;
	background:url(../_images/topMenuLeft.gif) top center no-repeat;
	width:12px;
	height:17px;
}

#topMenu_Items
{	
	position:absolute;
	left:13px;
	width:611px;
	height:17px;
	font-weight:bold;
	text-align: right;	
}

.menu
{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

.selectedMenuItem
{
	color:#275443;
}

#topMenu_RightImage
{	
	position:absolute;
	background:url(../_images/topMenuRight.gif) top center no-repeat;
	width:14px;
	height:17px;
	left:626px;
}

#topMenu_RightImage
{
}
/* END OF HEADER SECTIONS 
*/


/* OK DEFINE ALL THE MAIN PAGES HERE
*/
h1
{
	font-size:12px;
	color:#9D4A48;
	line-height:12px;
	margin: 0px 0px 2px 0px;
}

#mainPage
{
	position:absolute;
	top:130px;
	width:640px;
	height:242px;
	background-color:#ffffff;
}

#home_Left
{
	background:url(../_images/home_left.gif) top center no-repeat;
	position:absolute;
	width:365;
	height:242;
	float:left;
}

#home_Right
{
	background:url(../_images/home_right.gif) top center no-repeat;
	position:absolute;
	width:274;
	height:242;
	left:367px;
}

#home_text
{
	position:absolute;
	color:#9D4A48;
	left:40px;
	top:40px;
	width:210;
}


#about_Left
{
	background:url(../_images/about_left.gif) top center no-repeat;
	position:absolute;
	width:365;
	height:242;
	float:left;
}

#about_Right
{
	background:url(../_images/about_right.gif) top center no-repeat;
	position:absolute;
	width:274;
	height:242;
	left:367px;
}



#products_Left
{
	background:url(../_images/products_left.gif) top center no-repeat;
	position:absolute;
	width:210;
	height:242;
	float:left;
}

#products_Left_Text
{
	position:absolute;
	color:#9D4A48;
	left:20px;
	top:10px;
	width:180;
}


#products_Middle
{
	background:url(../_images/products_middle.gif) top center no-repeat;
	position:absolute;
	width:212;
	height:242;
	left:210;
	float:left;
}

#products_Middle_Text
{
	position:absolute;
	color:#9D4A48;
	left:20px;
	top:10px;
	width:180;
}


#products_Right
{
	background:url(../_images/products_right.gif) top center no-repeat;
	position:absolute;
	width:219;
	height:242;
	left:423px;
}

#prices
{
	background:url(../_images/prices.jpg) top center no-repeat;
	position:absolute;
	left:0px;
	width:642;
	height:242;
}

#order_Left
{
	position:absolute;
	background:url(../_images/mainPageLeft.gif) top center no-repeat;
	width:212px;
	height:242px;
	float:left;
}

#order_Right
{
	position:absolute;
	background:url(../_images/mainPageRight.gif) top center no-repeat;
	left:212px;
	width:428px;
	height:242px;	
}

#order_text
{
	position:absolute;
	color:#275443;
	left:10px;
	top:10px;
	width:408px;
}

.boldgreen
{
	color:#275443;
}

/* END OF MAIN PAGE DEFINITIONS
*/

/* FOOTER SECTIONS
*/
#footerLine
{
	position:absolute;
	background:url(../_images/footer.gif) top center no-repeat;
	width:640px;
	height:103px;
	top:382px;
}

#footer_section1
{
	position:absolute;
	top:25px;
	left:26px;
	width:180px;
	font-size:9px;
}

#footer_section1_button
{
	position:absolute;
	top:70px;
	left:20px;
	width:97px;
	height:31px;
}

#footer_section2
{
	position:absolute;
	top:25px;
	left:230px;
	width:180px;
	font-size:9px;
}

#footer_section2_button
{
	position:absolute;
	top:70px;
	left:224px;
	width:97px;
	height:31px;
}
#footer_section3
{
	position:absolute;
	top:25px;
	left:450px;
	width:180px;
	font-size:9px;
}

#footer_section3_button
{
	position:absolute;
	top:70px;
	left:445px;
	width:97px;
	height:31px;
}
/* END OF FOOTER SECTIONS */
