* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #5f3a22;
	background-image: url("http://www.theweddingfair.ca/themes/site_themes/images/background.jpg");
	background-repeat: repeat-x;
	text-align:center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2;
}
#container {
	margin: 0 auto 0 auto;
	background-image: url("http://www.theweddingfair.ca/themes/site_themes/images/background_middle.jpg");
	background-repeat: repeat-y;
	width:1020px;
}
#header {
	background-image: url("http://www.theweddingfair.ca/themes/site_themes/images/background_top.jpg");
	background-repeat: no-repeat;
	width:1020px;
	text-align: left;
}
#logo {
	margin:10px 20px 0 0;
   text-indent: -100em;
   overflow: hidden;
   background: url("http://www.theweddingfair.ca/themes/site_themes/images/logo.png") no-repeat;
   height: 92px;
   width: 440px;
   float:right;
}
#innertube {
	width:870px;
	clear: both;
	padding-top:30px;
	margin: 0px 50px 20px 100px;
        overflow:hidden;
}

/* Navigation */
   
#nav {
	clear:both;
	float: right;
	display: inline;
	margin: 15px 22px 0 0;
	padding: 0;
}
#nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	font: 12px/42px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}
#nav a {
	width:auto;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	border: none;
	font-weight:bold;
		margin: 0;
}
#nav li#current a {
	background: url("http://www.theweddingfair.ca/themes/site_themes/images/nav_tab.gif") repeat-x 42px;
	color: #3d1909;
}
#nav a:link {
	color: #f3e5d0;
}
#nav a:visited {
	color: #f3e5d0;
}
#nav a:hover {
	background: url("http://www.theweddingfair.ca/themes/site_themes/images/nav_tab_r.gif") repeat-x 42px;
	color: #ffffff;
}

/* Text */

h1, h2, h3, h4 { 
	color: #381704; 
	padding: 0 0 5px 0; 
	margin: 0 0 15px 0; 
	
}
h1 {font-size:28px;}
h2 {font-size:22px;}
h3 {
	font-size:16px;
}
h4 {font-size:14px;
margin: 0 0 5px 0; 
padding: 0;
}
p, ul, ol {
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.5;
}
strong, b{
font-size: 105%;
font-weight: bold;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	font-size:95%;
}
hr{
border:none;
	background:#f0dfc5 url("http://www.theweddingfair.ca/themes/site_themes/images/hr.gif") no-repeat center;
	width: 870px;
	height: 16px;
}

#innertube ul, #innertube ol {
	margin-left: 1.8em;
}
#innertube li{
	padding-bottom:5px;
}

#innertube a:link {
	color:#a50000;
	text-decoration: none;
	border-bottom: 1px dashed #a50000;
}
#innertube a:visited {
	color:#a50000;
	text-decoration: none;
	border-bottom: 1px dashed #a50000;
}
#innertube a:active {
	color:#ff0000;
	text-decoration: none;
	border-bottom: 1px dashed #ff0000;
}
#innertube a:hover {
	color:#eb9200;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}

/* Home Page Content */

.leftside {
	float: left;
	width:253px;
	text-align: right;
	margin-right: 20px;
	display:inline;
	padding-top:5px;
}
#slideshow {
	float:left;
	height: 405px;
	display: inline;
}
#roundbox {
	background: url("http://www.theweddingfair.ca/themes/site_themes/images/boxtop.jpg") no-repeat top center;
	width:860px;
}
#roundboxbottom {
	background: url("http://www.theweddingfair.ca/themes/site_themes/images/boxbottom.jpg") no-repeat top center;
	height:14px;
	width:860px;
}
.home_left {
	width:400px;
	float: left;
	display: inline;
	padding: 20px 10px 0 20px;
}
.home_right {
	width:400px;
	float: left;
	display: inline;
	padding: 20px 20px 0 10px;
}
#sponsors {
	text-align:center;
	padding-top:20px;
}

/* Secondary Page Content */

.leftphoto {
	float: left;
	width:400px;
	margin-right: 20px;
	display:inline;
}
#righttext {
	float:left;
	width:440px;
	display: inline;
	padding-top: 12px;
}
.clearboth{
clear:both;
margin:0;
padding:0;
height:1px;
display:hidden;
}

/* Footer */

#footer {
	margin: 0 auto 20px auto;
	background: #5f3a22 url("http://www.theweddingfair.ca/themes/site_themes/images/background_footer.jpg") no-repeat top center;
	width:1020px;
	height: 75px;
	text-align:left;
        vertical-align:top;
}
#footer p {
	font-size: 10px;
	padding: 32px 0 0 65px;
	color:#d3b595;
}
#footer a:link {color:#d3b595;text-decoration: none}
#footer a:visited {color:#d3b595;text-decoration: none}
#footer a:active {color:#d3b595;text-decoration: underline}
#footer a:hover {color:#d3b595;text-decoration: underline}
.banner{float:right;display:inline; margin-right:20px; margin-bottom:20px;border:none;}

/* Forms */
label
{
width: 125px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.border {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#26150b;
	background-color:#f8f0e4;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:440px;
padding:2px;
}
.border2 {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#26150b;
	background-color:#f8f0e4;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:240px;
padding:2px;
}
.borders {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#26150b;
	background-color:#f8f0e4;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:80px;
	width:440px;
padding:2px;
}
.border_opps {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#26150b;
	background-color:#f8f0e4;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:300px;
padding:2px;
}

.formborder {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(http://www.theweddingfair.ca/themes/site_themes/images/form_button.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
}	
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(http://www.theweddingfair.ca/themes/site_themes/images/form_button_over.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
}
select{
margin-top:5px;
}

option {
background-color: #f8f0e4;

  padding: 2px 1em 1px 1em;
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#dec1a3}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9d5bc;
  border-right:1px solid #e9d5bc;
  background:#e3caae}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f0e1cb;
  border-right:1px solid #f0e1cb;
  background:#e1c7ab}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e1c7ab;
  border-right:1px solid #e1c7ab;}
.spiffy4{
  border-left:1px solid #e9d5bc;
  border-right:1px solid #e9d5bc}
.spiffy5{
  border-left:1px solid #e3caae;
  border-right:1px solid #e3caae}
.spiffyfg{
  background:#dec1a3}
</style>


/* Gallery */
#gallery_content {
padding-left: 3px;
}
#gallery_content a:link {
	color:#a50000;
	text-decoration: none;
	border-bottom: 4px solid #f3e5d0;
}
#gallery_content a:visited {
	color:#a50000;
	text-decoration: none;
	border-bottom: 4px solid #f3e5d0;
}
#gallery_content a:active {
	color:#ff0000;
	text-decoration: none;
	border-bottom: 4px solid #ff0000;
}
#gallery_content a:hover {
	color:#eb9200;
	text-decoration: none;
	border-bottom: 4px solid #eb9200;
}
.thumbnail{
width: 100px;
float:  left;
margin: 0 8px 8px 0;
}

.thumbnail img{
border:none;
}
#fashion_gallery {
padding:  10px 30px 10px 30px;
}

#fashion_gallery a:link {
	color:#a50000;
	text-decoration: none;
	border-bottom: 4px solid #dec1a3;
}
#fashion_gallery  a:visited {
	color:#a50000;
	text-decoration: none;
	border-bottom: 4px solid #dec1a3;
}
#fashion_gallery  a:active {
	color:#ff0000;
	text-decoration: none;
	border-bottom: 4px solid #ff0000;
}
#fashion_gallery  a:hover {
	color:#eb9200;
	text-decoration: none;
	border-bottom: 4px solid #eb9200;
}
.fashion_thumb{
width: 60px;
float:  left;
margin: 0 16px 20px 0;
color:#fff;
}
.fashion_thumb img{
border:0;
}


/* Exhibitor Listing */


.leftexhibit{
	float: left;
	width:300px;
height:460px;
	margin-right: 20px;
	display:inline;
}
.insideleft  {
	width:260px;
	padding: 20px;
}
.insideright  {
	width:400px;
	padding: 5px 20px 5px 20px;
font-size: 90%;
	line-height: 1.5;
}

#rightexhibit {
	float:left;
	width:540px;
	display: inline;
	padding-top: 12px;
}

.column_one {
	float:left;
	width:260px;
	display: block;
margin-right:10px;
clear:left;
}
.column_two {
	float:left;
	width:260px;
	display: block;
}
.prize-img li{
float:left;
display:inline;
list-style:none;
margin:20px 55px 20px 0;
}
ul.prize-img{
text-indent:-25px;
}
.right{
float:right;
display:inline;
margin-right:80px;
border:4px solid #fff;
}
#bannerads{
float:right;
display:inline;
margin-right:40px;
}