@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	background-image: url(images/background.gif);
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-left: 20px;

}
.menu a {color: #A5A5A5; text-decoration: none;}
.menu a:hover {color: #545454;text-decoration: none;}
.menu strong {font-weight:normal; color:#0B2541;}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #7B7277;
	line-height: 145%;
	margin-left: 16px;
	margin-top: 12px;
}
p a {color: #7B7277; text-decoration: none; border-bottom: 1px dotted;}
p a:hover {color: #595959;text-decoration: none;}
p a:visited {color: #7B7277;text-decoration: none;}
p strong {font-weight:normal; color:#0B2541;}
.footer {
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:160%;
	color: #A1A1A1;
}
.footer a {
	color: #A1A1A1; 
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #A1A1A1;
}
.footer a:hover {
	color: #6C6C6C; 
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #6C6C6C;
}
.white {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #7B7277;
	line-height: 165%;
}
input {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
p.address {
	margin-left: 20px;
}

/* Promotion Update by CMAEON */
.promotion {
	background:#9EDCF2 url(images/bgPromotion.png) no-repeat center;
}
.promotion a{
	display:block;
	text-indent:-9999px;
	width:300px;
	height:490px;
}	
