﻿@charset "utf-8";
/* Name: fnf.css */
/* Author: David McElroy */
/* Description: Style sheet for flynfeathersconsierge.co.uk */

a:link
{
	color: #7C1820;
	text-decoration: none;
}
a:visited
{
	color: #7C1820;
	text-decoration: none;
}

a:visited:hover
{
	color: #000;
}

a:hover
{
	color: #000;
}

a:active
{
    color: #7C1820;
    text-decoration: none;
}

div#gallery a:link
{
	color: #7C1820;
	text-decoration: none;
}
div#gallery a:visited
{
	color: #7C1820;
	border-bottom:0;
	text-decoration: none;
}

#gallery a:visited:hover
{
	color: #000;
}

#gallery a:hover
{
	color: #000;
}

#gallery a:active
{
    color: #7C1820;
    border-bottom: dashed 1px #000;
    text-decoration: none;
}

.requiredField
{
	color: Red;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

hr
{
	display:none;
}

p
{
	margin: 0;
}

body
{
	background-color:#ECEAD1;
	background-image: url(Images/header.gif);
	background-repeat: repeat-x;
}

#page
{

}

#header
{
	height:180px;
}


#header_wrapper
{
	width: 800px;
	margin: 0 auto;
}

#logo
{
	padding:35px 0 0;
	margin:0 auto;
	width: 386px;
	height: 73px;
	float:left;
}

#logo h1
{
	display: none;
}

#logo h2
{
	display: none;
}

#logo h1
{
	background:transparent url(images/img04.jpg) no-repeat scroll left top;
	color:#FFFFFF;
	font-weight:normal;
	height:160px;
	letter-spacing:-2px;
	margin:0;
	padding:40px 0 0 30px;
	text-transform:lowercase;
}

#menu
{
	float: right;
	padding-top: 108px;
	margin:0 auto;
	width:414px;
}

#menu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding:0;
	float:right;
	
}

#menu li
{
	display: inline;
}

#menu a
{
	background:#7C1820 none repeat scroll 0 0;
	border-top:2px solid #7F4F53;
	color:#fff;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-left:5px;
	padding:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover
{
	background:#fff none repeat scroll 0 0;
	border-top:2px solid #7F4F53;
	border-bottom: 0;
	color:#7C1820;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-left:5px;
	padding:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
}

#wrapper
{
	background-image: url(Images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 50px;
}

#wrapper_content
{
	margin:0 auto;
	width:800px;
	background-color:#ECEAD1;
	padding: 10px 0 0 5px;	
}

.mainhome
{
	text-align: justify;
	font-size: 1.25em;
	padding: 0 10px 0 0px;
	/*background-image: url(Images/feather.jpg);
	background-repeat: no-repeat;*/
}

#main
{
	float:left;
	width: 540px;
	padding: 0 10px 20px 0;
}

#main p
{
	padding: 0 0 10px 0;
}

#main .formRow
{
	padding-top: 10px;
}

#main .label
{
	width: 99px;
	float:left;
	font-weight: bold;
}

#main .input
{
	width: 440px;
	float: right;
}

#main .input input, textarea
{
	padding: 5px;
	width: 400px;
	background-color: #fff;
	color: #7C1820;
	border: solid 1px #7C1820;
}

#main .button
{
	background-color: #fff;
	padding: 5px 20px;
	border: solid 1px #7C1820;
}

#side
{
	float:right;
	width: 240px;
}

#side h2
{
	border-bottom: dashed 1px;
}


#side ul
{
	list-style-type: none;
	margin-left: -20px;
}

#side li
{
	margin: 0 0 0 8px;
	padding: 0 0 10px 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#side li.services
{
	background-image: url(Images/asterisk_orange.gif);
	background-repeat: no-repeat;
}

#side li.tele
{
	background-image: url(Images/telephone.gif);
	background-repeat: no-repeat;
}

#side li.mobile
{
	background-image: url(Images/phone.gif);
	background-repeat: no-repeat;
}

#side li.building
{
	background-image: url(Images/building.gif);
	background-repeat: no-repeat;
}

#side img
{
	vertical-align: middle;
}

#side img.partner
{
    padding: 2px;
}

#footer
{
	background-color: #7C1820;
}

#footer h2
{
	margin: 0;
	display: inline;	
}

#footer p
{
}

#footer_content
{
	margin:0 auto;
	width:800px;
	background-color: #7C1820;	
	padding-bottom: 15px;
	color: #fff;
}

#validation
{
	background-color: #000;
	text-align: center;
	font-size: 0.75em;
	color: #525252;
	padding: 10px;
}

#validation a
{
	border-bottom:1px dotted #939393;
	color:#939393;
	text-decoration:none;
}

#gallery {

	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

