html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:url(../images/bgTile.png);
	font-family:Arial, Helvetica, sans-serif;
	color:#282828;
	font-size:76%;
}

#bg {
	width:100%;
	background:url(../images/bgTexture.png) top right no-repeat;
}

#main {
	width:880px;
	margin:0 auto;
}

#content {
	width:700px;
	background:#FFFFFF;
	margin:0 0 0 180px;
}

a, a:active, a:visited, a:hover {
	color:#9C1B1F;
	
}

p a {
	border-bottom:1px dotted;
	text-decoration:none;
}

p a:hover {
	border-bottom:1px solid;
	text-decoration:none;
}

a.bigLink {
	border:none!important;
	font-size:2em;
	font-weight:bold;
	padding: 0 0 0 30px;
	background:url(../images/bullet_bigLink.png) 0 5px no-repeat;
}

a.bigLink:hover {
	background:url(../images/bullet_bigLink.png) 3px 5px no-repeat;
}

#header {
	width:880px;
	height:130px;
	overflow:hidden;
}

/*>#header {
	background:url(../images/header.png) top left no-repeat;
}*/

#mainNav {
	font-size:1em;
	text-transform:uppercase;
	margin:75px 10px 0 0;
	text-align:right;
}

#mainNav a, #mainNav a:active, #mainNav a:visited {
	border:none!important;
	color:#282828!important;
	font-weight:bold;
	text-decoration:none;
}

#mainNav a:hover {
	color:#9C1B1F!important;
	text-decoration:underline;
}

#mainNav .active {
	color:#9C1B1F!important;
	text-decoration:underline!important;
}

#subNav {
	text-align:right;
	margin:20px 10px 0 0;
	position:relative;
	width:575px;
}

#subNav a {
	border:none!important;
	text-decoration:none;
}

#subNav a:hover {
	text-decoration:underline!important;
}

#subNav a.active, #subNav a.active:hover {
	color:#282828!important;
	text-decoration:none!important;
}

#mainContent {
	padding:25px;
	min-height:300px;
	clear:right;
}

*>#mainContent {
	overflow:hidden;
}

#subContent {
	background:#000000 url(../images/bgSubContent.png) top no-repeat;
	color:#FCECC2;
	padding:40px 25px 25px;
	clear:right;
}

.twoColumn a, .twoColumn a:active, .twoColumn a:visited, .twoColumn a:hover {
	color:#FCECC2;
	text-transform:uppercase;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}

#footer {
	border-top:1px dotted #FCECC2;
	padding:15px 0;
	margin:15px 0;
	clear:right;
}

#footer a {
	color:#FCECC2!important;
	border:none!important;
	text-decoration:none!important;
}

#footer a:hover {
	text-decoration:underline!important;
}

.accentL, .columnR img, .columnL img, .columnFull img {
	margin: 0 11px 3px 0;
	float:left;
}



#statue {
	width:194px;
	height:473px;
	float:left;
	margin:0 0 0 -180px;
}

*>#statue {
		background:url(../images/statue.png) top left no-repeat;
}

/* Basic Text */

h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
}

h2 {
	font-size:1.75em;
	margin-top:-27px;
}

h3 {
	font-size:1.5em;
	margin:9px 0 7px;
}


h4 {
	font-size:1em;
}

p {
	margin:0 0 15px 0;
	padding:0;
	line-height:1.5em;
}



/* end Basic Text */

#mainContent img {
	margin:10px;
	overflow:hidden;
}

#mainContent img.floatRight {
	clear:right;
}

#lightbox img {
	border:none!important;
}

img.border {
	padding:3px;
	border:1px solid #EEEEEE;
}

.imgLink, .imgLink:hover {
	border:none!important;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.stars_4 {
	padding-right:70px;
	background:url(../uploads/images/stars_4.png) right no-repeat;
	display:inline;
	margin:0 0 15px;
}


.twoColumn {
	overflow:hidden;

}

.twoColumn p, twoColumn form {
	
}

.columnL {
	width:48%;
	float:left;
}

.columnR {
	width:48%;
	float:right;
}

.columnFull {
	
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

h1 {
	padding:0;
	margin:0;
}

h1 span {
	display:none;
}

.galleryPhoto {
	padding:0px;
	background:#EEEEEE;
	margin:5px;
	border:none!important;
	display:block;
	float:left;
}

.galleryPhoto:hover {
	background:#DDDDDD;
}

.fieldRequired {
	font-size:.9em;
	color:#FF0000;
	font-weight:bold;
}

.comments {
	color:#006600;
}


/* forms */

form {
	padding:0;
	margin:0;
}

form label {
	font-weight:bold;
	line-height:2em;
}

input, textarea {
	margin: 0 0 0px;
}

.dataLabel {
	text-align:right;
	vertical-align:top;
	padding:0 10px 0 0;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.contactTable tr td {
	padding:5px 7px 5px 0;
}
/* end forms */

/* Lists */

ul {
	padding:0;
	margin:0 0 15px 15px;
}


ul li {
	padding:0;
	margin:3px;
	list-style-type:square;
}

ol {
	padding:0;
	margin:0 0 15px 15px;
}

ol li {
	padding:0;
	margin:7px;
}
	

/* end Lists */

/* Tables */

th {
	font-size:1em;
	background:#000000;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

td {
	padding:7px;
}

table {
	margin:0 0 15px 0;
}

/* end Tables */

/* Rounded Corners */


.review, blockquote {

	font-size:.9em;
	font-style:italic;
	
	overflow:hidden;
}

.review p {
	margin:0;
}
div#nifty{ margin: 0 ;background: #DDDDDD;margin:0 0 15px;}
#nifty div {
	padding:5px 15px;
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #DDDDDD;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


div#nifty{ margin: 0 ;background: #DDDDDD;margin:0 0 15px;}
#nifty div {
	padding:5px 15px;
}
span.rtop, span.rbottom{display:block;background: #FFF}
span.rtop span, span.rbottom span{display:block;height: 1px;
    overflow: hidden; background: #DDDDDD}
span.r1{margin: 0 5px}
span.r2{margin: 0 3px}
span.r3{margin: 0 2px}
span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px}



/* New Styles */

#header {
	background:none;
}

#header h1 {
	width:345px;
	height:119px;
	margin:10px 0 0 63px;
	z-index:2;
	position:relative;
	background:none;
}

*>#header h1 {
	background:url(../images/logo.png) no-repeat;
}

#content {
	padding-top:30px;
	margin-top:-30px;
	z-index:1;
	
}

#mainNav {
	position:relative;
	float:right;
	margin-right:10px;
}

#subNav {
	float:right;
	line-height:1.8em;
	margin:-23px 10px 0 0;
	padding:0;
	width:550px;
	height:50px;
	position:relative;
	z-index:3;
}

*>#subNav {
	margin-right:15px;
}

#buyBook_1 table tr td, #buyBook_2 table tr td {
	padding:0;
	margin:0;
}
