a{
  color: #333333;
}

div#nav a{
  text-shadow: #999999 1px 1px 1px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

div#special a{
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

div#nav a:hover{
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	background-color: #ebecec;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#container {
	min-height:100%;
	position:relative;
	width: 767px;
	margin: auto;
	text-align: left;
	background-image: url('../images/container_bg.jpg');
	background-repeat: repeat-y;
}
#header {
	height: 85px;
	background-color: #ebecec;
	background-image: url('../images/container_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
#header #logo{
	float: left;
	margin: 18px 10px; 0px; 0px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 45px;
	width: 265px;
}
#header #accepted_payments{
	float: left;
	margin: 25px 0px; 0px; 0px;
	background-image: url('../images/accepted_payment.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	width: 300px;
}
#header #livechat{
  float: right;
  padding: 25px 10px 0px 0px;
  text-align: right;
}
#header #livechat .livechattext a{
  font-size: 12px;
  color: green;
  font-weight: bold;
}
#header #livechat .small{
  font-size: 9px;
  text-decoration: underline;
}
#content{
	margin: 0px 7px 0px 7px;
}
#body {
	padding-bottom:55px;
	margin: 7px 7px 0px 7px;
	color: #666666;
}
#body h1{
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}
h2{border-bottom:1px solid #F5F5F5;color:#333;font-size:14px;font-weight:400;margin:0 0 5px;padding:10px 0 3px;}
#body p{
	line-height: 24px;
}
#footer {
	background-image: url('../images/container_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top;
	position:absolute;
	bottom:0;
	width:100%;
	height:55px;
	text-align: right;
	background-color: #ebecec;
}
#footer_poweredby{
	float:left;
	width: 466px;
	height: 27px;
	margin-top: 15px;
	margin-left: 25px;
	background-image: url('../images/poweredby.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
#footer_info{
	float:right;
	margin-top: 17px;
}
#footer p {
	margin:0;
	padding: 5px 10px 0px 0px;
	font-size: 10px;
	color: #666666;
}
.center{
	text-align:center;
}
p.small{
	font-size: 10px;
	color: #666666;
}
.clear{
  clear: both;
}
.tooltip{ 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
} 
.quote{
	color: #666666;
	padding: 10px;
}
.quote span{
	font-size: 30px;
	color: #cccccc;
}



h1.subtitle{
	margin: 0px;
	color: #090;
	padding:0px;
}


.DataGrid { border: 1px solid #cccccc; border-collapse: collapse; }
.DataGrid td { border: 1px solid #cccccc; font: 11px verdana, arial, sans-serif;  color: #3C3C3C; }

.DataGrid tr.Caption td { background-color: #eeeeee; font-weight: bold; }
.DataGrid tr.Header td { background-color: #ffffff; font-weight: bold; }
.DataGrid tr.Even { background-color: #eeeeee; } 
.DataGrid tr.Odd { background-color: #ffffff; }

.DataForm { border: 1px solid #cccccc; border-collapse: collapse; }
.DataForm td { border: 1px solid #cccccc; font: 11px verdana, arial, sans-serif;  color: #3C3C3C; }
.DataForm tr.Even { background-color: #eeeeee; } 
.DataForm tr.Odd { background-color: #ffffff; }
