@charset "UTF-8";
/* CSS Document */

/* ----------------------------------- USEFUL INFORMATION ----------------------------------- 

Dark-Green: #31474d
Green: #527680
Red: #d31145
Lime: #b2d235

*/

/* ----------------------------------- GLOBAL ----------------------------------- */

html, body {
	background-color: #a78dba;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color:#f7eaff;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
}

strong {
	color: #5e2583;
}

h2, h4, h5, h6 {
	margin: 0px 0px 0px;
}

h1 {
/*    font-size: 3.5em;
    font-weight: normal; */
	margin: 0px 0px 15px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 30px 0px 5px;
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

div.hr {
	height: 19px;
	border: 0;
	background-image: url(../images/scroll-div.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 25px 0;
}

hr {
	display: none;
}

a:link, a:visited {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffffff;
	outline: none;
	text-decoration: underline;
}

a.greenLink:link, a.greenLink:visited {
	color: #b2d235;
	outline: none;
	text-decoration: none;
}

a.greenLink:hover, a.greenLink:active {
	color: #b2d235;
	outline: none;
	text-decoration: underline;
}

/* ----------------------------------- LAYOUT STRUCTURE ----------------------------------- */

#wrapper {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	background-image: url(../images/bottom_floral.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	overflow: hidden;
}

#topBanner {
	width: 900px;
	height: 230px;
	background-image: url(../images/logo_banner.jpg);
	background-repeat: no-repeat
}

#topBanner  h1 a:link, #topBanner  h1 a:visited {
	display: block;
	width: 900px;
	height: 150px;
	text-indent: -9999px;
}

#navigation {
	width: 900px;
	height: 44px;
	position: absolute;
	top: 158px;
	text-align: left;
}

#mainImage {
	position: relative;
	width: 900px;
	height: 290px;
}

/* ----------------------------------- STALL STRUCTURE ----------------------------------- */

#stallContent {
	width: 800px;
	float: left;
	margin: 50px;
}

#stallContent img {
	margin: 50px 0 0;
}

#stallLeft {
    float: left;
    width: 375px;
    margin: 50px 25px 50px 0;
}

#stallRight {
    float: left;
    width: 375px;
    margin: 50px 0 50px 25px;
}

.stallNote {
    clear: both;
    padding: 6px 20px 10px;
    line-height: 1.5em;
    background: url(../images/note-bg.png) no-repeat top left;
    text-align: center;
}


/* ----------------------------------- LEFT CONTENT ----------------------------------- */

#leftColumn {
	width: 500px;
	float: left;
	margin: 50px
}

#leftColumn img {
	border: 1px solid #ffffff;
	margin: 20px 0 0;
}

#leftColumn .darkGreen {
	color: #31474d;
}

#leftColumn .noBorder {
	position: relative;
	border: none;
	margin: 40px 0 60px;
}

/* ----------------------------------- RIGHT SIDEBAR ----------------------------------- */

#rightColumn {
	width: 275px;
	float: right;
}

#topCorners {
	float: right;
	margin: 35px 0 0;
	height: 10px;
	width: 275px;
	text-indent: -9999px;
	background-image: url(../images/top-corners.png);
	background-repeat: no-repeat;
}

#rightSidebar {
	width: 205px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 15px 35px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: repeat-y;
}

#bottomCorners {
	float: right;
	margin: 0 0 50px;
	height: 10px;
	width: 275px;
	text-indent: -9999px;
	background-image: url(../images/bottom-corners.png);
	background-repeat: no-repeat;
}

#topCorners p, #bottomCorners p {
	margin: 0;
	padding: 0;
	display: none;
}

/* ----------------------------------- FOOTER ----------------------------------- */

#pageLinks{
	clear: both;
	margin: 0px auto;
	position: relative;
	width: 100%;	
	height: 40px;
	text-align: center;
	color: #000000;
	background-color: #6e398b;
	font-size: 0.9em;
	line-height: 3.5em;
}

#pageLinks a:link, #pageLinks a:visited {
	color: #000000;
	text-decoration: none;
}

#pageLinks a:hover, #pageLinks a:active {
	color: #fff;
	text-decoration: none;
}

#pageLinks span {
	letter-spacing: 0.2em;
}

#footer {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #000000;
	text-align: center;
	font-size: 0.85em;
	line-height: 3.8em;
}

/* ----------------------------------- TABLE STYLING ----------------------------------- */

table {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
}

th {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 10px 50px;
	background-color: #623a76;
}

td {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 10px 50px;
}

/* ----------------------------------- APPLICATION FORM ----------------------------------- */

fieldset {
	border: none;
	padding: 40px 0;
	margin: 0;
}

input {
	width: 380px;
	height: 14px;
	margin: 5px 0 30px;
	padding: 8px 10px;
	background-image: url(../images/form_fields.jpg);
	position: top right;
	border: none;
	color: #31474d;
}

textarea {
	width: 380px;
	height: 100px;
	margin: 5px 0 20px;
	padding: 10px 10px;
	background-image: url(../images/form_textarea.jpg);
	position: top right;
	border: none;
	color: #31474d;
}

#submitReset .formBtns {
	margin: 0 15px 0 0;
	padding: 0 0 2px 0;
	width: 90px;
	height: 25px;
	border: none;
	cursor: pointer;
	color: #ffffff;
	background: #623a76;
}

#submitReset .formBtns:hover {
	background: #5276
}

/* ----------------------------------- @FONT-FACE ----------------------------------- */
	
@font-face {
    font-family:    'phoenix'; src: url('fonts/PhoenixScriptFLF.eot'); /*  IE Font  */ src: local('PhoenixScriptFLF'), url('fonts/PhoenixScriptFLF.ttf') format('truetype'); 
}

.phoenix {
    font-family: 'phoenix', verdana, sans-serif;
}
