/* Main level - Body, Wrapper, Two Collumns and top thing*/
body {
	background: url('../images/siteBG.png') repeat-x;
	font-family: Arial, arial, Helvetica, sans-serif;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #B10005;
}

a.orderBTN {
	clear: both;
	display: block;
	float: none !important;
}

a.orderBTN img{
	clear: both;
	display: block;
	float: none !important;
	margin: 0 auto;
}

body div#wrapper ul {
	margin-left: 1.5em;
}

.clear {
	clear: both;
}

body p {
	padding: 10px 0px;
}

body div#wrapper {
	width: 1000px;
	margin: 0 auto;
}
body div#headWrapper {
	width: 948px;
	margin: 0 auto;
	padding-top: 20px;
}

body div#wrapper h2 {
	color: #b10005;
	font-size: 17px;
	margin-bottom: 20px;
}

body div#wrapper strong {
	color: #b10005;
	font-size: 17px;
	margin-bottom: 20px;
}

body div#wrapper div#colLeft {
	float: left;
	width: 450px;
	padding: 0px 25px;
}

body div#wrapper div#topArea {
	width: 445px;
	float: left;
}

body div#wrapper div#colRight {
	float: right;
	width: 450px;
	padding: 0px 25px;
	clear: right;
}

body div#wrapper div#footer {
	clear: both;
}

/* Left Collumn Stuff */

body div#wrapper div#colLeft p.moveUp {
	padding-top: 0;
	padding-bottom: 10px;
	clear: both;
}

body div#colLeft h1 {
	background:transparent url(../images/logo.jpg) repeat scroll 0 0;
	font-size:0;
	height:180px;
	line-height:999px;
	margin-left:144px;
	overflow:hidden;
	width:165px;
	float: left;
}


body div#wrapper div#colLeft div#blackThing {
	background:transparent url(../images/blackBox.png) no-repeat scroll 0 0;
	color:white;
	height:710px;
	margin-top:30px;
	padding:20px;
	width:410px;
	float: left;
}

body div#wrapper div#colLeft div#blackThing object {
	float: left;
	padding:16px 20px 14px;
}

body div#wrapper div#colLeft form.blackForm {
	background: url('../images/formBG.png');
	height: 195px;
	width: 210px;
	color: white;
	padding: 10px 50px;
	font-size: 12px;
}

/* Right Collumn Stuff */
body div#wrapper div#colRight ul.clear li{
	list-style-type: disc;
	margin-left: 1.5em;
	margin-top: 7px;
	margin-bottom: 7px;

}
div#topRightContainer {
	height: 970px;
}

div#topLeftContainer {
	height: 970px;
}

body div#wrapper div#colRight p.moveDown{
	padding-top: 0;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

body div#wrapper div#colRight img {
	float: none;
}

body div#colRight form.formTwo {
	float:left;
	margin-right:16px;
	position:relative;
	width:222px;
	margin-top: 10px;
	margin-bottom: 21px;
}

body div#colRight img.book {
	float: right !important;
}
body div#wrapper div#colRight img.slideUp {
	float: left !important;
}
body div#wrapper div#colRight marquee {
	float: right;
	margin-right: 20px;
}

body div#wrapper div#colRight marquee div.marqueeContainer {

	margin-top: -500px;
}

body div#wrapper div#colRight div.quote {
	color: white;
	float: right;
	width: 245px;
	
	background: url('../images/leftQuote.png') no-repeat top left;
	padding-top: 20px;
	margin-top: 10px;
	font-size: 13px !important;
}

body div#wrapper div#colRight div.quote p {
	background: url('../images/rightQuote.png') no-repeat bottom right;
	padding-bottom: 20px;
}

body div#wrapper div#colRight div.quote span {
	display: block;
	padding-top: 15px;
	color: #828282;
	text-align: right;
	padding-bottom: 5px;
}

body div#wrapper div#colRight p.call {
	position: relative;

	width: 115px;
	font-size: 14px;
	font-weight: bold;
	color: #828282;
	float: left;
	text-align: center;
}
body div#wrapper div#colRight p.call span {
	padding-top: 10px;
	display: block;
	color: white;
}
/* Form Stuff */
form input {
	background: url('../images/inputBG.jpg');
	width: 145px;
	height: 23px;
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
}

body div#colRight form.formTwo input{
	margin-left: 10px;
}

body div#colRight form.formTwo p {
	font-weight: bold;
}

body div#colRight form.formTwo a {

	margin-left:-34px;


}

body form p {
	text-align: center;
	font-size: 14px;
}

body form input.submit {
	background: url('../images/submitBTN.jpg');
	height: 33px;
	width: 113px;
	font-size:0;
	line-height:999px;
	overflow:hidden;
	margin-left: 49px !important;
	margin-top: 13px;
	margin-bottom: 13px;
	float: none;
}


/* Footer Stuff */
hr {
	width: 100%;
	margin-top: 2em;
	border-top: 1px solid gray;
	clear: both;
	float: left;
}
div#footer {
	line-height: 1.3em;
	text-align: center;
}

div#wrapper div#colRight img.buybtn {
	float:left !important;
	height:37px;
	margin-left:2px !important;
}