﻿body {
	margin: 0px;
	background-image: url('images/bg.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	height: auto !important;
	height: 500px;
	min-height: 100%;
}

#wrapper {
	width: 950px; /* your wrapper obviously needs a width otherwise it will be 100% */
/*	margin: 0 auto; /* This is the proper way to center in a standards compliant browser */ 
	height: 100%;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 36px; /* .push must be the same height as .footer */
	width: 950px;
	margin: 0 auto;
/*	border-left: 1px black solid;*/
	background-color: black;
	z-index: 100;
	text-align: center;
/*	position:relative; */
}


#logo {
	width: 950px;
	height: 230px;
	background-image: url('images/logo2.jpg');
	text-align: left;
}

#rep {
	width: auto;
	height: 264px;
	background-image: url('images/bgrep.jpg');
	background-repeat: repeat-x;
	position: relative;
}

#buttons {
	width: 950px;
	height: 35px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/*background-image: url('images/bgrep.jpg');*/
	background-image: url('images/bg_nav.jpg');
}

img.but {
		border-width: 0;

}

#content {
	width: 950px;
	background-color: black;
/*	height:1000px;*/
/*	position: relative;
	top: 0px; */
}

#credits {
	font: normal 14px calibri;
	color: white;
	background-image: url('images/bgrep.jpg');
/*	background-image: url('images/bottom.gif'); */
	height: 36px;
	margin: 0px;
	text-align: center;
	padding: 0px;
/*	padding-left: 240px;*/
}

		a.bed:link {text-decoration: none; color: white; padding-top: 5px}
		a.bed:visited {text-decoration: none; color: white; padding-top: 5px}
		a.bed:active {text-decoration: none; color: white; padding-top: 5px}
		a.bed:hover {text-decoration: underline; color: white; padding-top: 5px}

h1 {
	color: #b8241e;
	font: bold 15px calibri;
}



						



#topline, {
	width: 950px;
	height: 300px;
/*	position: relative;
	top: 0px; */
}

#tltxt {
	width: 435px;
	height: 310px;
	position: relative;
	float: left;
	background-image:url('images/contbg.gif') ;
	border: 20px black solid;
	color: white;
	font: normal 14px calibri;
}

#tlpic {
	width: 435px;
	height: 305px;
	position: relative;
	float: left;
	/*background-image: url('images/indexpic1.jpg');*/
	margin: 20px;
	background-repeat: no-repeat;

}


#botline, #tbot1, #tbot2, #tbot3, #tbot4, #tbot5, #tbot6, #bot7 {
	width: 910px;
	height: 300px;
	position: relative;
}


#bltxt {
	width: 475px;
	height: 350px;
	position: relative;
	float: left;
	background: ;
}

#blpic {
	width: 475px;
	height: 350px;
	position: relative;
	float: left;
	background: ;
}



/*tracking*/

#tltxt2 {
	width: 910px;
	height: 280px;
/*	position: relative; */
/*	float: left; */
	background-image:url('images/contbg.gif') ;
	border: 20px solid black;
	color: white;
	font: normal 14px calibri;
}

/*Services*/

#formbg {
	width: 384px;
	height: 252px;
	background-image: url('images/servicesbg.gif'); 
	font: bold 14px calibri;
	color: white;
	position: relative;
	float: left;
	padding: 20px;
}

#blackbg {
	width: 384px;
	height: 252px;
	background-color: black;
	font: bold 14px calibri;
	color: black;
	position: relative;
	float: left;
	padding: 20px;
}



input {
	border: 1px white solid;
	background: #9f211b;
	font: normal 14px calibri;
	color: #fff;
	padding: 3px;
}

textarea {
	border: 1px white solid;
	background: #9f211b;
	font: normal 14px calibri;
	color: #fff;
	padding: 3px;
}

select {
	border: 1px white solid;
	background: #9f211b;
	font: normal 14px calibri;
	color: #fff;
	padding: 3px;
}
/*Pricing*/

td.plat {
	background-color: #c0c0c0;
	font: bold 14px calibri;
	color: #333;
	padding: 15px;
	text-align: center;
}
td.gold {
	background-color: #b99b3e;
	font: bold 14px calibri;
	color: #493b0f;
	padding: 15px;
	text-align: center;
}
td.blue {
	background-color: #666;
	font: bold 14px calibri;
	color: #111;
	padding: 5px;
	text-align: center;
}
td.green {
	background-color: #999	;
	font: bold 14px calibri;
	color: #333;
	padding: 15px;
	text-align: center;
}
td.red {
	background-color: #9f211b	;
	font: bold 16px calibri;
	color: #fff;
	padding: 15px;
	text-align: center;
}
td.faq1 {
	font: bold 26px calibri;
	color: red;
	padding: 15px;
	text-align: center;
}
td.faq2 {
	font: normal 16px calibri;
	color: #fff;
	padding: 15px;
	text-align: left;
}
td.faq3 {
	font: normal 16px calibri;
	color: #fff;
	padding: 15px;
	text-align: left;
	background-color: #212121
}

marquee {
	background: black;
	color: white;
	font: bold 14px calibri;
	margin: 20px;
}








