/* Global */

a img {
	border-style: none;
}

.clearing {
	clear:both;
	height:0;
	overflow:hidden;
	margin:-1px 0 0 0;
	width: 100%;
}

/* Resets */

body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, ol, ul, li {
	margin: 0;
	padding: 0;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* Hacks */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Structure */

body {
	margin: 0;
	padding: 0;
	color: #737373;
	font: 14px/1.2em Georgia, "Times New Roman", Times, serif;
	background: #000 url(../img/main-background.jpg) no-repeat center top;
}

#main-wrap {
	width: 745px;
	margin: 0 auto;
	clear: both;
}

#navigation {
	width: 745px;
	height: 62px;
	margin: 60px 0 40px;
	padding: 0;
	clear: both;
}

#divider {
	width: 745px;
	height: 30px;
	background: url(../img/torn-edge.png) no-repeat center center;
	display: block;
	clear: both;
	margin-bottom: 25px;
}

/* General */

a {
	color: #00ADEE;
	text-decoration: underline;
	font-size: 16px;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	margin: 0 0 10px;
	color: #575757;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #FF9933;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

/* Navigation */

#navigation ul {
	list-style-type: none;
	float: right;
}

#navigation ul li {
	display: inline-block;
	float: left;
}

#navigation ul li a {
	text-indent: -5000px;
	display: block;
}

#navigation ul li a.active  {
	background-position: 0 bottom;
}

#navigation ul li a#home {
	width: 69px;
	height: 62px;
	background: url(../img/nav-home.png) no-repeat 0 top;
}

#navigation ul li a#home:hover {
	background-position: 0 bottom;
}

#navigation ul li a#home.active {
	background-position: 0 bottom;
}

#navigation ul li a#about {
	width: 63px;
	height: 62px;
	background: url(../img/nav-about.png) no-repeat 0 top;
}

#navigation ul li a#about:hover {
	background-position: 0 bottom;
}

#navigation ul li a#about.active {
	background-position: 0 bottom;
}

#navigation ul li a#gallery {
	width: 95px;
	height: 62px;
	background: url(../img/nav-gallery.png) no-repeat 0 top;
}

#navigation ul li a#gallery:hover {
	background-position: 0 bottom;
}

#navigation ul li a#gallery.active {
	background-position: 0 bottom;
}

#navigation ul li a#contact {
	width: 83px;
	height: 62px;
	background: url(../img/nav-contact.png) no-repeat 0 top;
}

#navigation ul li a#contact:hover {
	background-position: 0 bottom;
}

#navigation ul li a#contact.active {
	background-position: 0 bottom;
}

/* Footer */

#footer {
	width: 745px;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto 20px;
	text-align: center;
}

/* Home */

#flash {
	width: 745px;
	height: 350px;
	margin: 0 0 20px;
	clear: both;
	background-color: #000;
}

#home-secondary {
	width: 745px;
	margin-bottom: 40px;
}

#home-image {
	width: 226px;
	margin-right: 20px;
	float: left;
}

#home-copy {
	float: left;
	margin: 0;
	width: 499px;
}

/* About */

#secondary-wrap {
	width: 745px;
	margin: 0 0 40px;
	clear: both;
}

#left-col {
	float: left;
	width: 216px;
	margin-right: 30px;
	padding-top: 55px;
}

#left-col-print {
	float: left;
	width: 316px;
	margin-right: 30px;
	padding-top: 55px;
}

#left-col img {
	margin-bottom: 25px;
}

#right-col {
	float: left;
	width: 499px;
	color: #d8d8d8;
}

#right-col-print {
	float: left;
	width: 399px;
	color: #d8d8d8;
}

#right-col h1, #right-col-print h1 {
	font-size: 34px;
	margin-bottom: 35px;
	color: #656565;
}

#right-col span, #right-col-print span {
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Contact */

#highlight {
	color: #00ADEE;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: 1px dashed #535353;
	border-bottom: 1px dashed #535353;
	padding: 10px 0;
	font-size: 14px;
}

#highlight ul {
	list-style-type: disc;
	margin-left: 15px;
	float: left;
}

#highlight ul li {
	margin-left: 0;
	padding-left: 0;
	display: list-item;
	padding-bottom: 5px;
}

p.info {
	font-style: italic;
	font-size: 13px;
	margin-bottom: 2px;
}

p.copy {
	color: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

p.copy a {
	color: #fff;
	font-size: 13px;
}

/* Gallery */

.col {
	width: 235px;
	margin-right: 20px;
	float: left;
}

.last {
	margin-right: 0;
	text-align: right;
}

.middle {
	text-align: center;
}

.info-print {
	width: 216px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #d8d8d8;
}

.info-print h2 {
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

.print-info {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
	color: #737373;
}

.info-print h3, .info-print h3 a {
	color: #FF9933;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	margin-top: 30px;
}

/* Purchase Info */

#purchase-info {
	width: 745px;
	margin: -20px 0 40px;
	clear: both;
}

#title {
	width: 745px;
	margin: 0 0 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #7d7d7d;
	border-bottom: 2px solid #7d7d7d;
}

#title h3 {
	font: normal normal 21px Constantia, Georgia, serif;
	letter-spacing: 6px;
}

#purchase-info #left {
	float: left;
	width: 300px;
	margin-left: 30px;
	background: url(../img/pay-pal-cards.jpg) no-repeat left top;
	height: 90px;
}

#purchase-info #right {
	float: right;
	width: 350px;
	margin-right: 30px;
	background: url(../img/paypal.png) no-repeat left top;
}

.cards-info {
	color: #fff;
	margin-left: 150px;
	font-size: 11px;
	line-height: 1.3em;
}

.paypal-info {
	color: #fff;
	margin-left: 60px;
	font-size: 11px;
	line-height: 1.3em;
}

.purchase {
	width: 216px;
	background-color: #575757;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto 5px;
}

.ml10 {
	margin-left: -10px;
}

.mr10 {
	margin-right: -1px;
}

.purchase .small {
	font-size: 12px !important;
	color: #2b2211;
}

.purchase p {
	margin: 0 0 8px;
	padding: 0;
}

.purchase p.price {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	font: bold 16px Arial, Helvetica, sans-serif;
}
