body {
	background-color: #2e2e2e;
	margin: 0px;
}
.clrflt {
	clear: both;
	float: none;
	margin: 0px;
}

.container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: none;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	background-color: #000;
}
.announce {
}
    .black_overlay{
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .white_content {
        display: block;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        border: 16px solid orange;
        background-color: white;
        z-index:1002;
        overflow: auto;
    }
.headder {
	margin: 0px;
}
.menu {
	background-image: url(images/menuback.png);
	background-repeat: repeat-x;
	height: 68px;
}
.buttonbox {
	background-image: url(images/buttonLine.png);
	background-repeat: no-repeat;
	background-position: right -2px;
	float: left;
	height: 40px;
	padding-top: 25px;
	font-size: 20px;
	padding-right: 75px;
	padding-left: 78px;
	font-style: italic;
}
.buttonboxend {
	background-repeat: no-repeat;
	background-position: right -2px;
	float: left;
	height: 40px;
	padding-top: 25px;
	font-size: 20px;
	padding-right: 75px;
	padding-left: 78px;
	font-style: italic;
}
.button a {
	color: #fff;
	text-decoration: none;
}
.button a:hover {
	color: #ff0;
	text-decoration: underline;
}
.content {
	min-height:300px;
	padding-left: 5px;
	background-color: #131d3a;
	margin: 0px;
}
.content p {
	margin: 0px;
}
.contactpage {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}


.indexthreeclmn {
	float: left;
	height: 275px;
	width: 32%;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.indexprice {
	background-image: url(images/priceback.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 68px;
	position: absolute;
	font-size: 36px;
	padding-left: 20px;
	vertical-align: super;
	top: 75px;
	left: 200px;
	margin: 0px;
}
.indexprice2 {
	background-image: url(images/priceback.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 68px;
	position: absolute;
	font-size: 36px;
	padding-left: 28px;
	vertical-align: super;
	top: 70px;
	left: 200px;
	margin: 0px;
}
.bestvalue {
	background-image: url(images/bestvalue.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 68px;
	position: absolute;
	font-size: 36px;
	padding-left: 20px;
	vertical-align: super;
	top: 40px;
	left: 176px;
	margin: 0px;
}



.indexthreeclmn h1 {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	font-style: italic;
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.indexthreeclmn h2 {
	font-size: 16px;
	color: #e1c815;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}
.indexthreeclmn h3 {
	font-size: 16px;
	color: #9b9079;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}
.indexthreeclmn h4 {
	font-size: 16px;
	color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}


.adspace {
	background-color: #f9df40;
	text-align: center;
	height: 114px;
}
.footer {
	height: 45px;
	background-image: url(images/footerback.png);
	background-repeat: repeat-x;
	padding-top: 35px;
	text-align: center;
}
.footer a {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
