@charset "utf-8";

* {

   margin: 0px;

   padding: 0px;

   border: 0px;

   }



body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	background: #ffffff;

	margin: 0; 

	padding: 0;

	margin-top: 40px;

}



h3 {

	font-size: 14px;

	margin-bottom: 14px;

}



p {

	font-size: 11px;

	line-height: 11px;

	}



img {

	border: 0px

	}

	

a:link { text-decoration: none; color: #666666 }

a:visited { text-decoration: none; color: #666666 }

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

a:active { text-decoration: none; color: #666666 }

	

:focus

{

  -moz-outline-style: none;

}





.cleardiv {

	clear: both;

	height: 0px;

}



#container {

	width: 960px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 



#header {

	width: 960px;

	height: 64px;

	border-bottom: 1px solid #cccccc;

}



#footer {

	width: 960px;

	text-align: right;

	padding-top: 12px;

	border-top: 1px solid #cccccc;

	clear: both;

}



#main_nav {

	margin-top: 25px;

	width: 189px;

	float: left;

	}

	

.fullheight_strut {

	width: 1px;

	float: left;

}

#main_content {

	margin-top: 25px;

	width: 770px;

	float: left;

	overflow: hidden;  /* for IE6 */

	}

	

#main_nav img {

	margin-bottom: 9px;

	clear: both;

	}



#main_nav div.submenu {

	margin: 0;

	margin-bottom: 23px;

}



#main_nav div.submenu img {

	margin-bottom: 6px;

	}

	

#gallery_table {

	

}



#gallery_paginator {

	width: 100%;

	text-align: right;

	height: 17px;

	padding-top: 8px;

	}

#gallery_table + p {
	
	text-align: justify;
	
	}

#gallery_table td {

	vertical-align: top;

	}



#gallery_table td img {

	margin-right: 2px;

	margin-bottom: 9px;

}



#gallery_table td p {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 11px;

	color: #666666;

	/* margin-bottom: 24px; margin-bottom: 13px */ /* differs for FLOWERSHOP vs EVENTSERVICES */

	padding-left: 1px; /* Firefox clips W otherwise */

	}

	

/* ABOUT, PRESS, CONTACT */

#main_content_frame {

	background-image: url(../images/general/content_bg.gif);

	background-repeat: repeat-y;

	margin-bottom: 25px;

}



#main_content_frame_panel_holder {

	float: left; 

	width: 741px;

	margin-top: 40px;

	}



#main_content_frame_left_panel {

	float: left; 

	width: 367px; 

	text-align: right;

}



#main_content_frame_right_panel {

	float: left; 

	width: 374px; 

}



#main_content_frame_right_panel p {

	padding-left: 19px; 

	padding-right: 19px;

	margin-bottom: 1em;
	
	text-align: justify;

}

#main_content_frame_right_panel h3 {

	padding-left: 19px;

}



#press_table {

	margin-left: 5px;

}



#press_table td {

	vertical-align: top;

	}



#press_table td img {

	margin-right: 2px;

	margin-bottom: 2px;

}





	

