/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: verdana;
	font-size: 12px;
	color:#273237;
	text-align: justify;
} 

html,body {margin:0;padding:0}

table {
	vertical-align: top;
	width:100%;
	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.CenterDiv{
	vertical-align:top;
	margin:0 auto 0 auto;
	width:800px;
}

#Container {
	background-color: #ffffff;
	position: relative;
	top: 0px;
	width:800px;
	height: auto;
	text-align: justify;
	vertical-align: top;
}

#Header {
	text-align: justify;
	vertical-align: top;
	position: relative;
	width:800px;
	left:0px;
	top:0px;
	height:272px;
}

#HeaderLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:245px;
	height:57px;
}

#Content {
	position: relative;
	width: 800px;
	font-family: verdana;
	font-size: 12px;
	font-weight:normal;
	color: #45505a;
	text-align: justify;
	vertical-align: top;
	background: #FFFFFF;
}

.LeftContent	{
	font-size: 11px;
	text-align: left;
	background-color: #FFF4FC;
	width: 170px;
	height: auto;
	padding: 10px;
	vertical-align: top;
}

#LeftContentImage	{
	width: 170px;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

.name	{
	font-weight: bold;
	color: #800040;
}

.RightContent {
	width: 570px;
	height: auto;
	vertical-align: top;
	color: #000000;
	padding:0px;
	padding-left: 30px;
	vertical-align: top;
}

#ebay	{
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #FF6600;
	text-align: center;
	width: 540px;
	height: auto;
	padding: 20px;
	background-color: #F2E4EB;
	margin-bottom: 30px;
	vertical-align: middle;
}

.ebay-green	{
	color: #71E100;
}

.ebay-blue	{
	color: #0080FF;
}

.bigger-font	{
	font-size: 32px;
	color: #0080FF;;
}

.url	{
	font-size: 11px;
	color: #969696;
}

#HeaderBackground {
	position:absolute;
	left:0px;
	top:57px;	
	width:800px;
	height:210px;
	border-top:3px solid #F10F7F;
}

#HeaderBackgroundLeft {
	position:absolute;
	left:0px;
	top:0px;	
	width:400px;
	height:215px;
}

#HeaderBackgroundRight {
	position:absolute;
	background-image: url(../images/right-header-image.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	right: 0px;
	top:0px;	
	width:400px;
	height:215px;
}

.header-headline	{
	font-size: 30px;
	color: #71E100;
}

.header-text	{
	position: absolute;
	width: 300px;
	top: 30px;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#Footer {
	position: relative;
	width: 780px;
	height: auto;
	vertical-align: top;
	padding: 10px;
	border-top:5px solid #F10F7F;
	background: #800040;
}

#FooterMenu {
	position:absolute;
	left:0px;
	top:0px;
	width: 780px;
	height: auto;
	vertical-align: top;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFD7D8;
	padding: 10px;
	line-height:20px;
	background: #800040;
}

/******* hyperlink and anchor tag styles *******/
h1, h2 {
	font-size:18px;
	font-weight:bold;
	color:#B90C62;
}

.field	{
	width: 200px;
	height: 15px;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	background-color: #ECFDCC;
	border: 1px solid #71E100;
}

.input	{
	width: 250px;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	background-color: #ECFDCC;
	border: 1px solid #71E100;
}

.send-btn	{
	margin-top: 5px;
}

.divider {
	width: auto;
	height: 2px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
}

.topheaderlink	{
	width: 180px;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #FF0080;
	text-align: right;
	position: absolute;
	padding-top: 2px;
	top: 25px;
	left: 620px;
}

#BarHeader {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#F10F7F;
	width:800px;
	position:relative;
	left:0px;
	top: 3px;
	height:31px;
}

#BarHeaderMenu {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#F10F7F;
	width:800px;
	position:absolute;
	left:0px;
	top:0px;
	height:31px;
	text-align: center;
}

.SepBarHeader {
	float:left;
	vertical-align:top;
	width:1px;
	border-bottom:3px solid #F10F7F;
}

#BarHeaderMenu a:link, #BarHeaderMenu a:visited {
	display:block;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#F10F7F;
	text-decoration:none;
	height:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 9px;
	padding-bottom:2px;
	float:left;
	border-bottom:3px solid #F10F7F;
}

#BarHeaderMenu a:hover {
	display:block;
	background-image: url(../images/menu-mouseover-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#B10158;
	text-decoration:none;
	height:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 9px;
	padding-bottom:2px;
	float:left;
	border-bottom:3px solid #B10158;
}

a:link {
	font-weight: bold;
	color: #FF7920;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #004080;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #061A5E;
	text-decoration: none;
}

.topheaderlink a:link, .topheaderlink a:visited {
	color: #FF0080;
	text-decoration: none;
}

.topheaderlink a:hover {
	color: #800040;
	text-decoration: underline;
}

.header-text a:link, .header-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.header-text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.RightContent a:link, .RightContent a:visited {
	color: #FF7920;
	text-decoration: none;
}

.RightContent a:hover {
	color: #FF8000;
	text-decoration: underline;
}

.url a:link, .url a:visited {
	color: #969696;
	text-decoration: none;
}

.url a:hover {
	color: #C9A7BC;
	text-decoration: underline;
}

#FooterMenu a:link, #FooterMenu a:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFD7D8;
	text-decoration: none;
}

#FooterMenu a:hover{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #C6ED74;
	text-decoration: underline;
}
