/* CSS Document */
@charset "utf-8";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var { font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* float clearer */
.clearer { clear:both; font-size:1%; }

/********************************************************************************************/

body {
	margin:0 auto;
	width:760px;
	
	background:url(../images/site_bg.gif);
	
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;	
}

div#container {
	background:#fff;
}

div#container div#header {
	height:171px;
}

div#container div#quicknav {
	height:40px;
	text-align:right;

	background:#563E23;
}

div#container div#quicknav img { margin-right:15px; }

div#container div#content {
	width:760px;
	background:#fff url(../images/content_bg.gif) repeat-y;
}

div#container div#content div#left {
	float:left;
	width:239px;
}

div#container div#content div#right {
	float:right;
	width:521px;
}

div#container div#content div#right div#news {
	float:left;
	margin:20px 10px 0 0;
	width:168px;
}

div#container div#content div#right div#main {
	float:right;
	margin:24px 0 0;
	width:333px;
	text-align:left;
}

div#container div#content div#right div#main p,
div#container div#content div#right div#news p { margin-bottom:13px; line-height:1.4em; }

div#container div#content div#right div#news img,
div#container div#content div#right div#news p { padding-left:10px; }
div#container div#content div#right div#main p { padding-right:10px; }


div#container div#footer {
	height:40px;
	background:#563E23;
}

div#container div#footer p, div#container div#quicknav p {
	color:#fff;
	font-size:9px;
	line-height:40px;
	text-align:center;	
}


/* Main Navigation
------------------------------------------------------ */

ul#navigation {
	margin:10px 0 30px 30px;
	
	font-size:12px;
}

ul#navigation li { font-weight:bold; margin:5px 0px; padding-left:10px; }

ul#navigation li ul { margin-left:20px; }

ul#navigation li ul li { font-weight:normal; }

ul#navigation li.active { background:url(http://www.pinnaclecaterers.com/pinnacleevents/images/bullet01a.gif) 0 3px no-repeat; }
ul#navigation li ul li.active { background:url(http://www.pinnaclecaterers.com/pinnacleevents/images/bullet02a.gif) 0 3px no-repeat; }

ul#navigation a { color:#000; text-decoration:none; }

ul#navigation a:hover { text-decoration:underline; }


/* Side Photos
------------------------------------------------------ */

.sidephoto-01, sidephoto-03 { text-align:left; }
.sidephoto-02 { text-align:right; }

.sidephoto-01 { background:#D5C4A1; }
.sidephoto-02 { background:#CAB388; }
.sidephoto-03 { background:#B99C6B; }


/* Headers
------------------------------------------------------ */

h1 { margin-bottom:13px; font-size:16px; font-weight:bold; }
h2 { margin-bottom:13px; font-size:14px; font-weight:bold; }
	

/* Gallery Table
------------------------------------------------------ */
table.gallery-table img {padding:0 5px 10px;}
