/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	min-height:0;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}

nav ul {
	list-style:none;
}

/*
blockquote, q {
	quotes:none;
}
*/

blockquote:before, q:before {
	content:'\201C';
}

blockquote:after, q:after {
	content:'\201D';
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;	
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*
 * The Final Touch Style Sheet
 */

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}

a {
	-webkit-transition: color 0.5s linear;	
}

a:link {
	color: #FF8946;
	text-decoration: none;
}

a:active {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #9D71C1;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

html {overflow-y: scroll;}

header h1 {
	text-transform:lowercase;
}

nav ul li {
	text-transform:lowercase;			
}

img {
	border:0;
}

abbr {
	border-bottom:none;
	cursor:help;
	text-decoration:none;
}

body {
	background:#fff url("/media/img/flowers_bg.jpg");
	font-family: Geneva, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:16px;
	line-height:1.5;
	color:#646464;
}

p, blockquote, tr, small {
	line-height:1.5;	
}

small {
	font-size: 0.75em;
}

#wrapper {
	margin:28px auto;
	width:960px;
}

header, nav, section#content, div#extra_title {
	background: url(/media/img/white_0.9_pixel.png);
	background: rgba(255, 255, 255, 0.9);
	margin-bottom:18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

header {
margin-bottom: 0px;
}

header a {
	color:#646464 !important;
}

section.case_study {
	margin-bottom:18px;
}

section.case_study h3:first-of-type {
	font-size: 1.1em;
}

header {
	margin-top:28px;
	width:99%;
	padding: 5px;
}

header h1 {
	font-size:48px;
	font-weight:normal;	
	width: 400px; height: 90px;
	margin-right:0;
	float:left;
	margin-left:10px;
	background: url("/media/img/ftlogo.png") no-repeat;
}
	header h1 span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

header a {
	text-decoration:none;
	font-style:normal;
	color:#333;	
}

header #contact_info {
	width:300px;
	float:right;
	text-align:right;
}

footer {
	padding:5px;
	text-align:center;
}
	
#nav {
    list-style-type:none;
    padding-bottom:0.4em;
    padding-top:0.4em;  
  }

#nav>li {

  display:inline;
  text-align:left;
  vertical-align:middle;
  position: relative;

}

#nav>li a {

  color:#9e9e9e;
  font-style:normal;
  outline:none;
  padding:1em;
  text-decoration:none;

}

#nav>li:hover ul {

visibility: visible;

}

#nav li a:hover,nav ul li a:focus {
	color:#646464;
}

#nav li a:active {
	color:#333;
}

#nav li ul {
	background: rgb(255, 255, 255);
	visibility: hidden;
	position: absolute;
	left:17px;
	top:24px;
	width: 200px;
	padding-left:5px;
	border: 1px solid #333;
}

#nav li ul li {
	float: none;
	display: inline;
 }

#nav li ul li a {
	padding:0;
	padding-bottom:5px;
	padding-top:5px;    
	width: auto;
	display:block;
}
	
#image img {
	width:100%;
}

#content {
	padding:1em;
} 


#content p, #content blockquote, #content h1, #content h2, #content h3, #content ul, #content ol {
	margin-bottom:1em;
}

#content ul, #content ol {
	margin-left: 1.5em;
}

.case_study {
	border-bottom: 1px solid #333;	
}

.content_image {
	float:right;
	margin-left: 10px;
}

img.right {
	float:right;
}

#termslist ul {
	list-style-type: none;
	margin-left: 1em;
}

input[type=text].rowElem, input[type=password].rowElem, textarea.rowElem  {
	width: 250px;
	outline: none;
}

label {
	width: 200px;	
}

.error {
	text-align: center;
}

h2.meta_info {
	font-size: 1.1em;
}
