/*
		Dan Girard
		DanGir Enterprises (www.dangirenterprises.com)
		
		Color key:
		
			Light Gray:		
			Dark Gray:		

*/


/* RESET */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif
	color: #272727;
	background: url(/content/images/background-fade.png) top center repeat-x white;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside;
}
a {
	outline: none;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}



/* UTILITY */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.button {
	border: 1px solid #272727;
	background: white;
	padding: 3px 0px;
}
.button:hover {
	background: #990000;
	color: white;
}

/* TYPOGRAPHY */
p, li {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	color:#000000;
	font-size: 1em;
}

#galleryText {
	text-align: center;
}

.about {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

/* STRUCTURE */
#page-wrap {
	width: 700px;
	margin: 0px auto -100px;
	min-height: 100%;
	height: auto !important: height: 100%;
}
#push {
	height: 100px;
}

/* HEADER */
h1#logo {
	width: 500px;
	height: 125px;
	background: url(/content/images/banner.png) top center no-repeat;
	text-indent: -9999px;
}


/* MENU */
#menu-bar {
	margin-bottom: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
}
ul#main-nav {
	width: 700px;
	margin: 5px 0 5px 0;
}
ul#main-nav li {
	display: inline;
}
ul#main-nav li a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#main-nav li a:hover {
	background: #000000;
	color: #FFFFFF;
}

/* FOOTER */
#footer {
	height: 100px;
	padding-top: 20px;
}
#footer-inside {
	margin: 0 auto;
	text-align: center;
}
#footer-inside p {
	font-size: 11px;
	line-height: 12px;
}

/* GALLERY */
.imageCaption {
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 14px;
}
.imageCaptionRight {
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 14px;
	text-align: right;
}

.imageCaptionRightStrike {
	text-decoration: line-through;
}

.imageCaptionRightDiscount {
	color: #FF0000;
	font-weight: bold;
}

.imageCaptionSmall {
	font-size: 10px;
}
.imageCaptionTable {
	width: 300px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.imageCaptionAward {
	font-size:12px;
	color: #FF0000;
}

/* EVENTS */
#event h3 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
}

/* ORDER FORM */
th.orderHeader {
	color: #FFFFFF;
}

