h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #660000;
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #330000;
	line-height: 28px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
}

.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(main_i/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#menu {
	left: 1px;
	top: 20px;
	position: absolute;
}
#bg01 {
	position: absolute;
	left: 9px;
	top: 84px;
	width: 205px;
	z-index: 1;
	padding-top: 180px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: 500px;
}
#bg02 {
	position: absolute;
	left: 264px;
	top: 50px;
	height: 200px;
	width: 628px;
	z-index: 1;
	padding: 30px;
}
#background {
	position: fixed;
	top: 50px;
	background-image: url(main_i/newBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
	width: 951px;
	z-index: 1;
}
#BGrule {
	position: fixed;
	top: 242px;
	background-image: url(main_i/BGrule.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 2000px;
	width: 950px;
	z-index: 1;
}

.rule {
	padding-top: 15px;
	padding-bottom: 15px;
}
.whoTable {
	padding-bottom: 50px;
}

#bg02v {
	position: absolute;
	left: 264px;
	top: 50px;
	height: 472px;
	width: 678px;
	z-index: 2;
	background-position: left top;
}

#wholePage {
	position: absolute;
	left: 7px;
	top: 84px;
	width: 936px;
	z-index: 2;
}

.TD01 {
    width: 205px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.TD02 {
	width: 631px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
}
	

#logo01 {
	position: absolute;
	width: 262px;
	height: 192px;
	top: 50px;
	left: 1px;
	background-image: url(main_i/angelina04_logo04.jpg);
}

#top {
	position: absolute;
	left: 2px;
}
.rightIMG {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.leftIMG {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header {
	position: fixed;
	top: 0px;
	z-index: 3;
	width: 951px;
}

.msgField {
	height: 200px;
	width: 400px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#hddMenu {
	height: 250px;
	width: 628px;
	overflow: auto;
}
.textField {
	width: 398px;
}
.textField02 {
	width: 516px;
}
.textArea02 {
	height: 50px;
	width: 516px;
}
.textArea03 {
	height: 50px;
	width: 398px;
}
.msgField {
	height: 300px;
	width: 398px;
}
.msgField02 {
	height: 300px;
	width: 516px;
}

/* style for hiding a form field (spam precaution) */
#formField {
	display:none;
}

.caption {
	font-size: smaller;
	color: #663300;
}

.qty_input {
	width: 30px;
}
.white {
	color: #FFFFFF;
}


/* ---------------------------------------------
Styles for heirarchal menu */

#prodslist, #prodslist ul{
    text-align:left;
	margin:0; /* Removes browser default margins applied to the lists. */
	padding:0; /* Removes browser default padding applied to the lists. */
	font-size: 12px;
}

#prodslist li{
	padding:0; /* Removes browser default padding applied to the list items. */
	line-height: 25px;  /* list-style-type:none;  Removes the bullet point that usually goes next to each item in a list. */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

/* styles for drop-down menu */

#containerul, #containerul ul{
    text-align:left;
	margin:0; /* Removes browser default margins applied to the lists. */
	padding:0; /* Removes browser default padding applied to the lists. */
	font-size: 11px;
	line-height:18px;
}

#containerul li{
  margin:0 0 0 15px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

.pullQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #660000;
	line-height: 20px;
	width: 200px;
}

/* ------------------------------------------
        New styles (philosophy)
---------------------------------------------- */

#wholePage #topCol {
	width: 631px;
	padding: 0 30px 0 275px;
	font-size: 14px;
	line-height: 20px;
}

#wholePage #leftCol, #wholePage #rightCol {
	float: left;
	width: 468px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

#wholePage #leftCol span, #wholePage #rightCol span, #wholePage #topCol span {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	color:#660000;
}

#wholePage #leftCol p {
	padding: 5px 10px 5px 30px;
}

#wholePage #rightCol p {
	padding: 5px 30px 5px 10px;
}

#wholePage #leftCol img {
	float: left;
	margin: 20px 20px 20px 0;
}

#wholePage #rightCol img, #wholePage #topCol img {
	float: right;
	margin: 20px 0 20px 20px;
}


	






