/* Normalizes margin, padding */

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

/* Normaliszes font-size for headers */

ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-styles from lists */

table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */

fieldset, img
{ border : 0; }

/* Left align text in caption and th */

caption, th
{ text-align : left; }

/* Removes qoutation marks from q */

q:before, q:after
{ content :''; }




/* navigation  */
#mainNav {
	list-style:none;
	width: 90%;
	padding: 20px 1px 1px;
	height: 60px;
	margin-top: -30px;
	margin-left: -45px;
}
	
#mainNav ul{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	font-style: normal;
	font-weight: normal;
}

#mainNav li{
	float:left;
	height: 25px;
	margin: 2px;
	border: 1px solid #d8d8d8;
	background-color: #608a9a;
	padding-bottom: 8px;
}

#mainNav a{
	display: inline;
	text-align: center;
	text-decoration: none;
	color: #b3cdcd;
	font-size: .9em;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

/* My Comment */

#mainNav a:hover {
color: #F0F5F5; }
	
/*end navigation*/


body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 92%;
	min-width: 770px;
	margin: 0 auto;
	background-color: #b6cfd8;
	padding: 60px 0;
}

#container {
	position: absolute;
	width: 770px;
	background-color: #b6cfd8;
	margin: 10px;
}

#gourmetContent {
	width: 300px;
	background: #4e595d url(../images/colonsayFare.jpg) no-repeat left top;
	height: 400px;
	margin-top: 60px;
	border: 2px groove #4e595d;
}



#gourmetContent2 {

	width: 385px;
	line-height: 1.5em;
	position: absolute;
	margin-left: 400px;
	margin-top: -400px;
}

#gourmetContent h3 {
	position: relative;
	top: 420px;
}

#gourmetContent2 li {
	line-height: 1.5em;
	font-variant: small-caps;
	font-size: 1.25em;
}


#branding {
	width: 100%;
	background: url(../images/colonsayBanner.jpg) no-repeat;
	height: 185px;
	padding: 10px;
}
	

	
#content {
	
	width: 380px;
	margin-left: -2px;
	border-right: 1px solid #608a9a;
	padding: 5px 15px 5px 0;

}

#content2 {
	width: 385px;
	line-height: 1.5em;

	margin-left: 400px;
	margin-top: -650px;
	padding: 5px 5px 20px;
	
}

/* @group My Group */



/* @end */

#contentOrders {
	width: 450px;
	margin-top: 20px;
	margin-left: -2px;
	padding: 5px 15px 5px 0;
}

#contentOrders ul {
	margin-left: -40px;
	margin-top: 40px;
}
	


p {
font-size: .9em;
color: #334D4D;
line-height: 175%;
margin-bottom: 5px;

}

div#footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #608a9a;
	padding-top: 15px;
	font-size: .7em;
}

#sidebar {
	background-color: #669999;
	border: 1px solid #f0f5f5;
	width: 150px;
	float: none;
}

#links {
		position: relative;
	background-color: #4c9bb9;
	width: 385px;
	margin: 5px;
	line-height: 2em;
	border: 2px solid #d8d8d8;
	left: 30px;
}

#links ul {
	bottom: 10px;
	padding-top: 10px;
	position: relative;
}

#links h2 {
	margin-left: 20px;
	color: #c0d1c2;
}

/* My Comment */

ul {
	position: relative;
}

a {
text-decoration: none;
}

a:link {color: #1A2626; }
a:visited {color: #1A2626; }
a:hover {color: #F0F5F5; }


h1 {
	position: absolute;
	top: -40px;
	left: -100px;
	width: 100px;
	height: 200px;
	text-indent: -9999px;
	font-size: 2.4em;
	color:#14556B; }
	

h2 {
	font-size: 1em;
	color: #669999;
	margin-bottom: 5px;
	letter-spacing: 3px;
	line-height: 2em;
	margin-top: 5px;
}
	
h3 {
color: #334D4D;
	position: relative;
	font-size: .8em;
}
	
h4 {
	font-size:.8em;
	color: #CCCCCC;
	}	
			
	
#branding h2 {
	color: #F0F5F5;
	padding-top:55px;
	padding-left: 160px;
	font: small-caps 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* My Comment */

#branding h3 {
	font: .9em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	
	padding-left: 275px;
	color: #F0F5F5;
}

#content2 h2 {
	padding: 10px 0;
}

/* My Comment */
	
	

	
	
