body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/landing_body_bg.jpg);
	text-align:center;
}

#bg {background:url(images/landing_bg.jpg) repeat-x;}

#container {
	width:898px;
	margin-left:auto; 
    margin-right:auto;
	}

/*- top menu -*/	
#menu {
	_margin-left:-898px;
	padding: 0px;
	width: 898px;
	position: absolute;
	top:176px; 
}

#menu ul {
	margin:0px;
	padding: 0px 0px 0px 20px;
}

#menu li {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	list-style-type: none;
	float:left;
	text-transform:uppercase;
	font-size: 13px;
	padding-right: 30px;
}

#menu li a {
	float: left;
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: none;
	color: #FFCC00;
}


#heading {
    width:127px;
	_width:135px;
	height:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	background-color:#E8DEBF;
	color:#003300;
	padding:3px 0px 0px 8px;
    margin-left:1px;
	}


A:link {
	color: #CC0000;
	text-decoration: underline;
}

A:visited {
	color: #CC0000;
	text-decoration: underline;
}

A:active {
	color: #CC0000;
	text-decoration: underline;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}


#leftcolumn p{
    font-size:11px;
	padding:0px 8px 0px 15px;
	line-height: 18px;
    }
	
#leftcolumn a:link, a:visited, a:active {color: #AB1623; text-decoration: none;}
#leftcolumn a:hover {color: #CC0000; text-decoration: underline;}

TD {
	font-size: 10px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
	padding:0px 15px 0px 30px;
}

li.corporate {
	font-size: 12px;
	font-family : Verdana;
	line-height:16px;
	color:#000000;
	padding:0px 15px 0px 0px;
	margin-left:15px;
	}	

TD.smaller {
	font-size: 11px;
	line-height:18px;
	font-family : Verdana;
	color : #000000;
	padding-left:10px;
}

h2 {
    width:749px;
	_width:761px;
	height:21px;
	_height:23px;
	background-color:#E8DEBF;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	color : #9A1028;
	padding:5px 0px 0px 12px;
	_padding:3px 0px 0px 12px;
}

P.larger {
	font-size: 16px;
	font-family : Verdana;
	font-weight : bold;
	color : #9A1028;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

p.smallest {
    margin-top:40px;
	font-size:10px;
	font-family: Arial;
	color:#666666;
}

p.smallest a:link, p.smallest a:visited, p.smallest a:active {color: #AAAAAA; text-decoration: none;}
p.smallest a:hover {color: #CC0000; text-decoration: underline;}

HR {
	color : #FDE2E7;
}

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
}

P.mincart {
	font-size: 10px;
	font-family : Verdana;
}

.popup {
    visibility: hidden;
    border: 1px solid black;
    padding: 0px;
    margin: 3px;
    position: absolute;
    left: 20;
    top: 250;
    z-index:1;
}