/* Railway Chippy CSS Document (www.railway-chippy.co.uk) */

body	{
	background-color : #ffffcc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	margin: 0px;
}

h1	{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660033;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

td.pics, img#image1, img#image2, img#image3  	{
	border: 1px solid #888888;; 
}

a	{
	color: #00f;
	text-decoration: none;
}

a:hover	{
	background-color: #fff;
	color: #f33;
	text-decoration: underline;
}

#page	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	margin: 10px;
}

/* Main Section */

#main_section	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 590px;
}

#company_name	{
	position: relative;
	background-color: #d3ae95;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	padding: 10px;
}

#company_strapline	{
	position: relative;
	background-color: #d3ae95;
	height: 20px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffcc;
	padding-bottom: 18px;
	border-bottom: 3px solid #000000;
}

#introduction	{
	padding: 20px;
	font-size: 16px;
}

#company_pics	{
	position: relative;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pic1	{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 180px;
}

#pic2	{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 180px;
}

#pic3	{
	position: absolute;
	top: 0px;
	left: 395px;
	width: 180px;
}

table.company_pics	{
	background-color : #dddddd;
}

#menu	{
	border: 2px solid #000000;
	margin-bottom: 20px;
	padding: 0px 10px 20px 10px;
	font-size: 16px;
	background-image : url(../images/menu_background.jpg);
	font-weight: bold;
}

.smalltext	{
	font-size: 16px;
}

#how_to_order	{
	margin-top: 10px;
	border: 1px solid #000000;
	padding: 10px;
}

/* Right-hand Column */

#rh_section	{
	position: absolute;
	top: 0px;
	left: 600px;
	width: 200px;
	padding 10px;
}

#company_logo	{
	position: relative;
	z-index: 1;
	height: 90px;
	padding: 9px 9px 18px 9px;
	background-color: #d3ae95;
	margin-bottom: 10px;
	background-image : url(../images/railway-chippy-logo.gif);
	background-repeat : no-repeat;
	background-position : left top;
	overflow: hidden;
	border-bottom: 3px solid #000000;
	}

#recommendations	{
	position: relative;
	border: 1px solid #000000;
	padding: 10px;
	background-color: #d3ae95;
	margin-bottom: 10px;
}

.quote	{
	padding-top: 10px;
	font-size: 13pt;
	font-style: italic;
}

.quomark	{
	font-weight: bold;
	font-size: 20px;
	color: #660033;
}

.ref	{
	padding-left: 10px;
	color: #660000;
}

#opening_times	{
	position: relative;
	padding: 10px;
	background-color: #d3ae95;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

#location	{
	position: relative;
	padding: 0px;
	background-color: #d3ae95;
	border: 1px solid #000000;
	}

/* Page Footer */

#footer	{
	position: static;
	border-top: 1px solid #000000;
	margin-top: 30px;
	padding: 10px;
	font-size: 12px;
}
