/* -------------- Reset Styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

/* -------------- general styles -------------- */

html,body{
	margin:0;
	padding:0;
}

body, div, p, li {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333; 
}

body.fend{
	background:#fff;
}

p{
	margin: 5px 0;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #666;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}

h1 {
    color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    font-size : 17px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #b5111a;
    text-decoration: none;
}

h3 {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #b5111a;
    text-decoration: none;
	text-transform: uppercase;
}

h4 {
    color: #333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #999;
	letter-spacing: 1px;
    text-decoration: none;
}


a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #B6121B;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #B6121B;
    text-decoration: underline;
}

/* site search form START*/
div#searchwrapper {
	width: 220px;
	height: 25px;
	background: url('/fend/images/search-backer.gif') no-repeat;
}

div#searchwrapper #search_string {
	float: left;
	background: none;
	border: 0px none;
	margin: 4px 0 0 25px;
	width: 140px;
}

#searchwrapper #search_submit {
	float: right;
	margin: 2px 2px 0 0;
	width: 50px;
	height: 21px;
}
/* site search form END*/

div#container{
	width:940px;
	text-align:left;
	margin:0 auto;
}

	div#headershell{
		position:relative;
	}
	
		div#headershell h1{
			background: url(/fend/images/sredc.gif) no-repeat right center;
			margin-right: 20px;
		}
	
			div#headershell h1 a{
				display: block;
				width: 103px;
				height: 53px;
				background: url(/fend/images/logo.gif) top left;
				margin: 30px 0;
			}
	
			div#headershell h1 a:hover{
				display: block;
				width: 103px;
				height: 53px;
				background: url(/fend/images/logo.gif) bottom left;
			}
			
				div#headershell h1 span{
					display: none;
				}
	
	div#wrapper{
	}
	
		div#flashshell{
		}
		
		div#introcontainer div#flashshell{
			float: none;
		}
		
		div#contentshell{
			float:right;
			width:799px;
			padding: 35px 0 0 20px;
		}
		
		div.casestudies{
			width: 819px!important;
			padding: 0!important;
		}
		
		div#columnshell{
			float:left;
			width:115px;
		}
			
			div#columnshell span{
				display: none;
			}
		
			div#columnshell h3{
				height: 30px;
				background: url(/fend/images/title-casestudies.gif) no-repeat bottom;
				margin: 0 0 12px 0;
				padding: 0;
			}
			
			a#casestudy-1,
			a#casestudy-2,
			a#casestudy-3,
			a#casestudy-4{
				display: block;
				height: 60px;
				width: 115px;
				margin-bottom: 5px;
				background: url(/fend/images/btn-casestudies.jpg);
			}
			
			a#casestudy-1{
				background-position: top;
			}
			
			a#casestudy-2{
				background-position: 0 -60px;
			}
			
			a#casestudy-3{
				background-position: 0 -120px;
			}
			
			a#casestudy-4{
				background-position: 0 -180px;
			}
		
		div#footershell{
			clear:both;
			padding: 50px 0 15px 120px;
		}
		
		div#footershell,
		div#footershell a{
			color: #808284;
			font-size: 9px;
			text-transform: uppercase;
		}
		
		div#footershell a:hover{
			color: #b5121b;
			text-decoration: none;
		}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

