﻿html, body {
	text-align: center;
	height: 100%;
}
#Wrapper{
	margin:0 auto;
	height:auto;
	width:900px;
}
#ImageWrapper {
	margin:0 auto;
	width:900px;
}
.ImageContainer {
	min-height: 150px;
	width: 200px;
	margin:4px auto;
}
.TabContainer{
    width:900px;
    display:block;
    height:37px;
    margin-top:0px;
    margin-bottom:0px;
    clear:both;	
    position:relative;
    top:9px;
}
.Tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(images/TabDown.png) no-repeat left top;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	height: 37px;
	width: 115px;
	text-decoration: none;
	padding: 10px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*margin-top:35px;*/
}
.TabSelected{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(images/TabUp.png) no-repeat left top;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	height: 37px;
	width: 115px;
	text-decoration: none;
	padding: 10px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*margin-top:35px;*/
}
.liveChat{
    /*float:right;*/
    width:160px;
    height:60px;
    margin-left:740px;
    margin-top:3px;
}
.rightBorder {
	background:transparent url(images/BottomBorder.png) repeat-x scroll center bottom;
	padding-bottom:20px;
	border-right:solid 1px #0000FF;
	
}
.Menu{
    width:900px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-weight:normal;
    font-size:14px;
    color:#000000;
    background:transparent url(images/MenuBar.png) repeat-x top center;
    height:30px;
    text-align:left;
    clear:both;
    /*padding:4px 0px 0px 0px;*/
}
.Menu a{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-weight:normal;
    font-size:14px;
    color:#000000;
    text-decoration:none;
    display:inline-block;
    margin:5px 4px 0px 4px;
}
.PricingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	width:25px;
	height:25px;
}
.PricingTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.ItemContainer{
	padding:17px 0 0 0;
	width:100%;
	background:transparent url(images/BottomBorder.png) repeat-x center top;
}
.BottomBorder{
	margin:auto 0 0 0;
	height:100%;
	min-height:150px;
	text-align:left;
}
.LeftBorder{
	border-left:solid 1px #0000FF;
}
.advCatImage{
    display:inline-block;
    width:30px;
    height:30px;
    float:left;
    margin:0 5px;
}
.OnSpecial{
    display:block;
    background:#FFFF00;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    color:#FF0000;
    font-weight:bold;
    text-decoration:blink;
    width:80px;
    height:20px;
    vertical-align:middle;
    line-height:20px;
    margin:5px auto;
}

