/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;

}

h1 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}

#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #000000;
}

#fraud{
	background: #7E7E7E;
	border: 1px solid #373737;
	padding: 2px 10px 8px;
}

/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 2; /* */
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	background-color: #464646;
	padding: 0px;
	border: 1px solid #E76C19;
	margin: 0px;


}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 5px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;

}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 0 0 0 6px;
	display: block;
	background-color: #E76C19;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #464646;

}
#p7TMnav div a:visited {
	color: #FFFFFF;
	background-color: #E76C19;

}
#p7TMnav div a:hover {
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
	color: #FF0000;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;

}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	background-color: #CC3300;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #464646;


}
#p7TMnav div div a:visited {
	color: #FFFFFF;
	background-color: #CC3300;

}
#p7TMnav div div a:hover {
	color: #CC3300;
	background-color: #FFFFFF;

}

.p7currentmark {
	background-image: url(../images/selected.gif)!important;
	font-weight: bold!important;
	color: #333333!important;
	background-color: #EAB34D!important;
	}


#P7ShowPL1 {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;

}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}
body {
	background-color: #464646;
	background-image: url(../tile.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;

}

#contentlayer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	visibility: visible;
	z-index: 1;
	color: #FFFFFF;
	top:107px;
	position:absolute;
	left:180px;
	top:110px;
	width:400px;
	z-index:3;
	margin: 0px;
	padding: 0px;






}

#addresslayer{
	position:absolute;
	left:616px;
	top:107px;
	z-index:4;
	height: 187px;
	width: 153px;

}

#menuholder{
	position:absolute; 
	left:10px; 
	top:107px; 
	width:149px; 
	height:144px;
	z-index:1;
}

#taglayer{
position:absolute; 
left:308px; 
top:62px; 
z-index:5;
}

a.email:link, a.email:visited{
	color: #E76C19;
	text-decoration: underline;
}

a.email:hover{
	color: #FFFFFF;
	text-decoration: none;

}
hr {
	color: #9F9E8A;
}
input, textarea {
	font-size: 11px;
}
.titletext {
	font-size: 12px;
	font-weight: bold;
	color: #E76C19;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

.delivery{font-weight:bold; color:yellow;}