body
{
	background-image: url(img/background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
}

.clear
{
	height: 1px;
	clear: both;
}

#pageWrp
{
	width: 100%;
}

#contentWrp
{
	width: 777px;
}

#homeContent
{
	float: left;
	margin: 320px 0px 0px 220px;
}

.logo
{
	width: 338px;
	float: left;
	clear: both;
}

.content
{
	clear: both;
	padding-top: 150px;
}

.content p
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

a
{
	color: #900c12;
}
li
{
	display: block;
	color: #cccccc;
}
.right
{
	float: right;
}

.left
{
	float: left;
}

/* Register Popup Div Styles for site start here*/
#modalPage, #modalPageTwo, #modalPageThree {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.modalBackground {
	filter: alpha(opacity=70); -moz-opacity:0.7; opacity: 0.7;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 500;
}

.modalBackgroundProds {
	filter: alpha(opacity=70); -moz-opacity:0.7; opacity: 0.7;
	width: 100%;
	height: 155%;
	background-color: #000000;
	z-index: 500;
}


.modalContainer {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 750;
	margin-left: -240px;
}

.modal {
	background-color: #ffffff;
	border: 1px solid #666666;
	z-index: 1000;
	padding: 0px;
	width: 620px;
	height: 340px;
}

.modalTop {
	padding: 0px;
	color: #ffffff;
	float: right;
	margin: 4px 4px 0 0;
}

.modalTop a, .modalTop a:visited {
	color: #ffffff;
}

.modalBody {
	padding: 10px 15px;
}

.modalBody p {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	color: #666666;
}

.modalBody li {
	font-family: Arial;
	display: block;
	font-size: 12px;
	margin: 0px 0px 8px 10px;
	color: #666666;
}

.modalBody p.detail {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	color: #666666;
}

.modalBody p.red {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	color: #c90019;
}

.modalBody h1 {
	margin-top: 0px;
}

.modalBody p.puTitle {
	font: normal bold 16px Trebuchet MS, sans-serif;
	line-height: 1.45em;
	color: #ffffff;
}

.wwmodal {
	background-color: #ffffff;
	background-image: url(img/wwmodalbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 2px solid #900c12;
	z-index: 1000;
	padding: 0px;
	width: 500px;
	height: 420px;
}

.wwmodalProds {
	background-color: #ffffff;
	border: 1px solid #666666;
	z-index: 1000;
	padding: 0px;
	width: 363px;
	height: 210px;
}


.popupLeft
{
	width: 200px;
	float: left;
}

.popupRight
{
	border-left: 1px solid #cfcdcb;
	padding-left: 30px; 
	float: right;
}
