/* ----- HTML ----- */
* {margin:0px;padding:0px;}

body {
	width:750px;
	margin:0 auto;

}

img {
	border:0px;
}

a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #005000;
}

a:hover {
	color: orange;
}

p {
	font-size: 12px; 
	line-height: 22px;
	margin-bottom:12px;
	text-align: justify;
}

h1 {
	font: 18px arial;
	color: orange;
	border-bottom: 1px dotted #aaa;
	margin: 15px 0 16px 0;
}

h2 {
	font: 16px arial;
	color: orange;
	/*border-bottom: 1px dotted #aaa;*/
	margin: 10px 0 16px 0;
}

h3 ul li { /*sub-headers for event page*/
	list-style: none outside url(images/right_gray_arrow.gif);
	font: 16px arial;
	color: #ff0000;
	/*border-bottom: 1px dotted #aaa;*/
	margin: 15px 0 0px 0px;
}

/* ----- overall body ------*/
#container {
	width:750px;
	height:1040px;
	overflow:visible;
}


/* ----- HEADER ----- */
#header {
	padding: 0 0 18px 0;
}

#header a {
	border: 0px;
}

#header ul {
	position: relative;
	float: right;
	margin: 0 0 0 0px;
	display: inline;
	list-style: none;
}

#header li {
	position: relative;
	width: auto;
	display:block;
	float: left;
	font: bold 15px arial;
	padding: 0 30px 0 0;
}

.logo {
	background: url(images/gourmet-logo.jpg) no-repeat;
	width:270px;
	height:109px;
	margin:10px 0 10px 0;
}

/*hovering links*/
.nav_index a:hover, .nav_on_index a:visited {
	color: #000000;
}

.nav_profile a:hover, .nav_on_profile a:visited {
	color: #99cc00;
}


.nav_services a:hover, .nav_on_services a:visited {
	color: #ffcc00;
}

.nav_standards a:hover, .nav_on_standards a:visited {
	color: #ff6600;
}

.nav_events a:hover, .nav_on_events a:visited {
	color: #785600;
}

.nav_contacts a:hover, .nav_on_contacts a:visited {
	color: #99cc00;
}



#wrapper_main{
	width:750px;
	background:url(images/bg.gif) no-repeat;
	overflow:auto;
}

#wrapper_services {
	width:750px;
	background:url(images/servicespage.gif) no-repeat; 
	overflow:auto;
}

#wrapper_contacts {
	width:750px;
	background:url(images/contactspage.gif) no-repeat;
	overflow:auto;
}

#wrapper_standards { 
	width:750px;
	background:url(images/standardspage.gif) no-repeat; 
	overflow:auto;
}

#wrapper_events { 
	width:750px;
	background:url(images/eventspage.gif) no-repeat; 
	overflow:auto;
}

#wrapper_disclaimer { /*Disclaimer page*/
	width:750px;
	background:url(images/disclaimerpage.gif) no-repeat; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
}

#wrapper_copyright { /*Copyright page*/
	width:750px;
	background:url(images/copyrightpage.gif) no-repeat; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
}

#wrapper_sitemap { /*sitemap page*/
	width:750px;
	background:url(images/sitemappage.gif) no-repeat; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
}

#wrapper_profile { /*Profile page*/
	width:750px;
	background:url(images/profilepage.gif) no-repeat; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
}

#content {
	position: relative;
	margin: 100px 25px 0 280px;
	width:410px;
	min-height:420px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:420px; /* for IE5.x and IE6 */
	text-align: justify;
}

#content a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #005000;
}

#content a:hover {
	color: orange;
}

#content ul {
	list-style: none outside url(images/bullet_orange.gif);;
	padding: 0 0 0 15px;
}

#content  ul li {
	font: 12px arial;
	padding: 0 0 8px 0;
}

#content ul li ul{
	list-style: none outside url(images/right_gray_arrow.gif);
	padding: 8px 0 0 15px;
}

#sidenav {
	float: left;
	margin: 100px 25px 0 45px;
	width: 190px;
	min-height:420px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:420px; /* for IE5.x and IE6 */
	text-align: left;
	display: inline;
}

#sidenav ul {
	list-style: none outside url(images/bullet_orange.gif);;
	padding: 8px 0 0 15px;
}

#sidenav  ul li {
	font: 12px arial;
	padding: 0 0 12px 0;
}


#sidenav a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #005000;
	font-size: 12px;
}

#sidenav a:hover {
	color: orange;
}

.top {
	text-align: right;
	font-size: 10px;
}


/* ----- NAVIGATION ----- */
#navigation {
	
	width:400px;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	float:right;
	margin-top: 40px;
	margin-right:11px;
	font-size:14px;
	font-family:"arial";
	color:#fff;
	display: inline;
}

#navigation .menubox {
	min-height:82px;
	height:82px;
	padding-top:20px; 
	padding-left: 20px;
}

#navigation .menutitle {
	font-size:30px;
	font-weight: bold;
	text-decoration: none;
}

#greenbox {
	background:url('images/box_green.jpg') no-repeat;
}

#orangebox {
	background:url('images/box_orange.jpg') no-repeat;
	
}

#redbox {
	background:url('images/box_red.jpg') no-repeat;
	
}

#brownbox {
	background:url('images/box_brown.jpg') no-repeat;
	
}

.over { 
	cursor:pointer; 
	color:#000;
}


/* ----- MAIN CONTENT ----- */
#imagecontent { /*index picture - main page */
	width:290px;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	margin: 28px 0 0 0px;
	padding-left:25px;
}

.motto {
	width:290px;
	padding:10px 0px 0px 0px;
	font-family:times romans;
	font-weight:bold;
	font-size:28px;
	color:#2b2b2b;
	line-height:34px;
	text-align:center;
}

.news {
	background:url('images/news.gif') no-repeat;
	width:260px;
	height:30px;
	margin-left:20px;
	padding-top:20px;
}

#image { /*other pictures on other pages*/
	width:250px;
	min-height:420px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:420px; /* for IE5.x and IE6 */
	margin: 90px 0 0 15px;
}

#gallery { background-color: #fff; }
#gallery ul { list-style: none; width: 412px; padding: 0 0 0 0px; }
#gallery ul li { display: inline; }
#gallery li a { border-bottom:none;}

#vcard {
	width: 375px;
	height: 150px;
	background: url("images/namecard.png") no-repeat;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 40px; 	
}

#leftcol {	
	text-align: right;
    border: 0px;
	padding-top: 18px;
	padding-left: 25px;
	float: left;
	}

#rightcol {	
    border: 0px;
	padding-top: 18px;
	padding-right: 60px;
	font-size: 12px;
	color:#000;
	font-weight:none;
	float: right;
	}

.vcardinfo {
	font-size: 12px;
	color:#999;
	font-weight:bold;
	text-align:right;
	line-height: 12px;
}

.vcarddetails {
	font-size: 12px;
	color:#000;
	font-weight:none;
	line-height: 12px;
}

/* ----- FOOTER ----- */
#footer { 
	width:700px;
	height:30px;
	color:#888;
	margin-top:10px;
	padding-left: 0px;
	padding-right: 3px;
	font-size: 10px;
	font-family:"arial rounded mt bold";
	text-align: center;
	border: 0;
}

#footer a {border-bottom:none}