/*	
 *	main.css
 *	
 *	The main style sheet for the firs website
 *	Developed by Optical FX (www.opticalfx.co.uk)
 *
 */

body {
	margin: 0px 0px 0px 0px;
}

/*	-- header styles --  */
#header {
	height: 90px;
	width: 100%;
}


/*	-- logo styles --  */
#logo {
	position: absolute;
	width: 180px;
	height: 94px;
	margin-left: 10px;
	margin-bottom: 10px;
}
	

/*	-- main navigation styles --  */
#navigation {
	position: relative;
	left: 220px;
	height: 100%;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navigation div {
	position: absolute;
	bottom: 0px;
}

#navigation a {
	float: left;
	display: block;
	padding: 2px 6px 7px;
	border-width: 0;
	border-style: none;
	border-right: 1px solid #000000;
	text-decoration: none;
	color: #990000;
}

/*  -- breaker styles --  */
#breaker {
	position: relative;
	background-color: #E5E59B;
	width: 100%;
	height: 128px;
	text-align: right;
}

/*  -- content styles --  */
#content {
	width: 760px;
	margin-top: 5px;
}

#maincol {
	position: relative;
	float: right;
	display: block;
	width: 535px;
}

#maincol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
}

#maincol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}

#maincol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#maincol p.tours {
	text-align: center;
}

#maincol img.leftimg  {
	display: block;
	float: left;
	margin: 0px 25px 0px 0px;
}

#maincol img.rightimg  {
	display: block;
	float: right;
	margin: 0px 0px 0px 25px;
}

#maincol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincol label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincol a:link {color: #990000; text-decoration:none; }
#maincol a:visited {color: #990000; text-decoration: none;}
#maincol a:hover {color: #E5E59B; text-decoration: none;}
#maincol a:active {color: #990000; text-decoration: none;}


#leftcol {
	position: absolute;
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	width: 200px;
}

#leftcol a {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	font-size: 14px;
	color:#990000;
	text-decoration:none;
	border-bottom: 1px dotted #990000;
}

#leftcol a:hover {
	color: #E5E59B; 
	border-bottom: 1px dotted #E5E59B;
}



#lefcolbttm {
	position: relative;
	float: left;
	display: block;
	width: 90%;
	height: 100%;
	margin-left: 5px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  -- footer styles --  */
#footer {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .breaker {
	border-top: 1px dashed #C0C0C0;
	height: 5px; 
}

#footer .credits {
	position: relative;
	margin-left: 15px;
}

#footer .credits a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#footer .copyright {
	position: relative;
}


#ingredients {
	width: 100%;
	height: 125px;
	text-align: center;
}

#ingredients img {

	vertical-align: middle;
}


.homelist {
	border-bottom: 1px dashed #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.homelist img {
	float: left;
	display: block;
	padding: 0px 5px 2px 0px;
}

.homelist h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#homedetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	display: right;
}

#homedetail .homedetailpics {
	float: right;
	position: relative;
	border: 1px solid #000000;
	margin-left: 10px;
}

#homedetail .homedetailpicthumbsdiv {
	position: relative;
	float: top;
	text-align: right;
	display: block;
}

#homedetail img.homedetailpicthumbs {
	border: 1px solid #000000;
}

#homedetail .price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.contact {
	display: block;
	float: left;
	margin: 0px 20px 0px 20px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pic_container{
	float: right;
	display: compact;

}

#pictext {
	display: block;
	position: relative;
	top: -225px;
	width: 200px;
}
