/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #121212;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 0 0 0;
	width: 863px;
	background-repeat: repeat-y;
	background-image: url(images/bg_wrapper.gif);

}
#header {
	width: 863px;
	float: left;
	padding: 0px;
	height: 98px;
	margin: 0px 0px 0px 0px;
	background-color: #5F5D40;
	background-image: url(images/bg.gif);
}
#leftcolumn {
	background: #5f5d40;
	width: 393px;
	float: left;
}
#rightcolumn {
	float: left;
	background: #F2F2E6;
	margin: 0px;
	width: 467px;
	display: inline;
}
#rightcolumn table {
	
	list-style-image: url(images/bullet.gif);
	
}
.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #47481a;
	margin-left: 18px;
	margin-right: 20px;
	margin-top: 15px;
	line-height: 18px;
}
h2 {
	padding-top: 25px;
	padding-left: 10px;
}

.copyIndent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #47481a;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 15px;
	line-height: 18px;
}
.back {
	padding-left: 5px;
}
.backButton {
	padding-left: 15px;
	position: relative;
	top: 3px;
}


.learnMore {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}


#footer {
	width: 863px;
	clear: both;
	margin: 0;
	background-color: #121212;
	height: 80px;
	padding-top: 10px;
	padding-bottom: -10px;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3ac8b;
	padding-left: 30px;
}
.footerText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706933;
}
.footerText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #92886f;
	padding-left: 230px;
}
a:link {
	color: #d91919;
	text-decoration: none;
}
#footer a {
	color: #b3ac8b;
}
#footer .footerText3 a {
	color: #993E3E;
}



a:visited {
	color: #d91919;
	text-decoration: none;
}
.tablePadding {
	margin-bottom: 16px;
	margin-top: 25px;
}


a:active {
	color: #d91919;
	text-decoration: none;
}

a:hover {
	color: #A81313;
	text-decoration: underline;
}
.orderNow {
	padding-left: 15px;
}
.breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #887554;
	padding-left: 4px;
	margin-bottom: 25px;
	display: block;
}
.floatRight {
	float: right;
	padding: 5px;
}

.floatLeft {
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.copyBook {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #47481a;
	margin-left: 18px;
	margin-right: 20px;
	margin-top: 15px;
	line-height: 18px;
	text-align: left;
}
input {
	background-color: #F2F2E6;
}
.copySites {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #47481a;
	margin-left: 18px;
	margin-right: 20px;
	line-height: 18px;
}
input {
	margin-top: 7px;
}
