/* @group first stop media css styles */

html
{
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

body
{
	font-family: Verdana, sans-serif;
	background: #4c4c4c;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

code
{
	font-family: Verdana, sans-serif;
}

a img
{
	border-style: none;
	border-width: 0;
}

a:focus
{
	outline: none;
}

.hilite
{
	color: #a8be04;
}

div.clear
{
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

#toprule-left
{
	height: 11px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 93px;
	background-color: #a8be04;
	font-size: 0;
	line-height: 0;
}

#toprule-right
{
	height: 11px;
	width: 50%;
	position: absolute;
	right: 0;
	top: 93px;
	background-color: #666;
	font-size: 0;
	line-height: 0;
}

/* @group page */

#page
{
	width: 1000px;
	text-align: left;
	padding: 0;
	margin: 0 auto 42px;
	position: relative;
}

/* @group masthead */

#masthead
{
	margin: 0 0 37px;
	padding: 0;
	height: 104px;
	position: relative;
	background: #4c4c4c url(../images/bg-masthead.png) repeat-x left bottom;
}

#masthead h1
{
	margin: 0;
	padding: 0;
	width: 312px;
	height: 23px;
	position: absolute;
	top: 18px;
	left: 0;
	font-size: 1em;
}

#masthead h1 a
{
	margin: 0;
	padding: 0;
	width: 312px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo-fsm.png) no-repeat;
}

/* @group primary nav */

#masthead nav
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 715px;
}

#masthead nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#masthead nav li
{
	margin: 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	height: 31px;
	line-height: 13px;
	position: relative;
}

#masthead nav li a
{
	display: block;
	height: 20px;
	position: relative;
	margin: 0;
	padding: 0 25px;
}

#masthead nav li.active a
{
	color: #a8be04;
}

#masthead nav li a:link, #masthead nav li a:visited
{
	color: #fff;
	text-decoration: none;
}

#masthead nav li.active a:link, #masthead nav li.active a:visited
{
	color: #a8be04;
	text-decoration: none;
}

#masthead nav li a:hover, #masthead nav li a:active
{
	color: #a8be04;
	text-decoration: none;
}

/* --- */

#masthead nav li a span
{
	display: none;
	height: 11px;
	width: 1000px;
	position: absolute;
	bottom: -11px;
	right: 25px;
	background-color: #a8be04;
	margin: 0;
	padding: 0;
}

#masthead nav li.active a span
{
	display: block;
	height: 11px;
	width: 1000px;
	position: absolute;
	bottom: -11px;
	right: 25px;
	background-color: #a8be04;
	margin: 0;
	padding: 0;
}

#masthead nav li.over a
{
	color: #a8be04;
	text-decoration: none;
}

#masthead nav li.over a span
{
	display: block !important;
	height: 11px;
	width: 1000px;
	position: absolute;
	bottom: -11px;
	right: 25px;
	background-color: #a8be04;
	margin: 0;
	padding: 0;
}

/* --- */

#masthead nav li ul
{
	position: absolute;
	right: 25px;
	bottom: 1px;
	width: 1000px;
	display: none;
}

#masthead nav li.over ul
{
	position: absolute;
	right: 25px;
	bottom: 1px;
	width: 1000px;
	display: block;
}

#masthead nav li.active ul
{
	position: absolute;
	right: 25px;
	bottom: 1px;
	width: 1000px;
	display: block;
}

/* --- */

#masthead nav li li
{
	margin: 0;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	position: relative;
	padding: 0;
}

#masthead nav li li a
{
	display: inline;
	padding: 0 8px;
}

#masthead nav li li a:link, #masthead nav li li a:visited
{
	color: #333;
	text-decoration: none;
}

#masthead nav li li a.active:link, #masthead nav li li a.active:visited
{
	color: #fff;
	text-decoration: none;
}

#masthead nav li li a:hover, #masthead nav li li a:active
{
	color: #fff;
	text-decoration: none;
}

#masthead nav li.active li a:link, #masthead nav li.active li a:visited
{
	color: #333;
	text-decoration: none;
}

#masthead nav li.active li.active a:link, #masthead nav li.active li.active a:visited
{
	color: #fff;
	text-decoration: none;
}

#masthead nav li.active li a:hover, #masthead nav li.active li a:active
{
	color: #fff;
	text-decoration: none;
}

#masthead nav li.over li a:link, #masthead nav li.over li a:visited
{
	color: #333;
	text-decoration: none;
}

#masthead nav li.over li.active a:link, #masthead nav li.over li.active a:visited
{
	color: #fff;
	text-decoration: none;
}

#masthead nav li.over li a:hover, #masthead nav li.over li a:active
{
	color: #fff;
	text-decoration: none;
}

/* --- */

#masthead nav li.inactive a span
{
	display: none !important;
}

#masthead nav li.inactive ul
{
	display: none !important;
}



/* @end */

/* @group gallery */

#gallery-links
{
	display: none;
}



/* @end */
	
/* @end */

/* @group content */

#content
{
	padding: 0 0 135px;
	margin: 0;
	width: 701px;
	float: left;
}

/* @group article */

article
{
	margin: 0 0 17px;
	padding: 0;
	width: 455px;
	float: left;
}

article h1
{
	color: #fff;
	font: 19px/24px Georgia, serif;
	padding: 0;
	margin: 0 0 20px;
}

article h2
{
	color: #a8be04;
	padding: 0;
	font: 13px/18px Verdana, sans-serif;
	margin: 0 0 2px;
}

article h3
{
	color: #a8be04;
	padding: 0;
	font: 13px/18px Verdana, sans-serif;
	margin: 0;
}

article p.intro
{
	color: #fff;
	font: 18px/22px Georgia, serif;
	padding: 0;
	margin: 0 0 17px;
}

article p
{
	color: #fff;
	padding: 0;
	line-height: 17px;
	font-size: 13px;
	margin: 0 0 17px;
}

article p strong
{
	color: #a8be04;
	font-weight: bold;
}

article span.hilite
{
	color: #a8be04;
}

article ul, article ol, article dl
{
	padding: 0;
	margin: 0 0 17px;
}

article ul li
{
	margin: 0 0 4px 16px;
	padding: 0;
	list-style-type: disc;
	font-size: 13px;
	line-height: 17px;
}

article dt
{
	font-size: 13px;
	color: #a8be04;
	margin: 0 0 4px;
	display: block;
	line-height: 17px;
	padding-left: 20px;
	position: relative;
	font-weight: bold;
}

article dt span
{
	position: absolute;
	top: 0;
	left: 0;
}

article dd
{
	font-size: 13px;
	color: #fff;
	margin: 0 0 17px;
	padding: 0;
	display: block;
	line-height: 17px;
	padding-left: 20px;
	position: relative;
}

article dd span
{
	position: absolute;
	top: 0;
	left: 0;
}

article a:link, article a:visited
{
	color: #a8be04;
	text-decoration: none;
}

article a:hover, article a:active
{
	color: #a8be04;
	text-decoration: underline;
}

article table
{
	margin: 0 0 17px;
	padding: 0;
	border-collapse: collapse;
	border-style: none;
}

article table th
{
	color: #a8be04;
	padding: 0 24px 0 0;
	line-height: 17px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

article table td
{
	color: #fff;
	padding: 0 24px 0 0;
	line-height: 17px;
	font-size: 13px;
	vertical-align: top;
	text-align: left;
}

article q
{
	color: #ccc;
	font: 16px/19px Georgia, serif;
	padding: 0;
	margin: 0 0 4px;
	display: block;
}

article cite
{
	display: block;
	font-weight: bold;
	color: #a8be04;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 17px;
	padding: 0;
	line-height: 16px;
}

/* @group home */

.home article
{
	margin: 0;
	padding: 0;
	width: 270px;
	float: left;
}

.home article p.intro
{
	color: #fff;
	font: 18px/22px Georgia, serif;
	padding: 0;
	margin: 0 0 17px;
}

.home article p
{
	color: #fff;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	margin: 0 0 18px;
}



/* @end */



/* @end */

/* @group aside */

aside
{
	width: 209px;
	margin: 0 0 17px;
	padding: 46px 0 0;
	float: right;
}

aside img
{
	margin: 0;
	display: block;
	border: 1px solid #666;
	padding: 6px;
}

aside figure
{
	margin: 0 0 10px;
	padding: 0;
}

aside figcaption
{
	color: #999;
	padding: 4px 0 0;
	line-height: 16px;
	font-size: 12px;
	margin: 0;
}

aside q
{
	color: #ccc;
	font: 16px/19px Georgia, serif;
	padding: 0;
	margin: 0 0 4px;
	display: block;
}

aside cite
{
	display: block;
	font-weight: bold;
	color: #a8be04;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 30px;
	padding: 0;
	line-height: 16px;
}

/* @group home */

.home aside
{
	width: 414px;
	margin: 0 0 17px;
	padding: 0;
	float: right;
}

.home aside img
{
	margin: 0;
	display: block;
	border: 1px solid #666;
	padding: 9px;
}



/* @end */



/* @end */

/* @group banners */

#banners
{
	margin: 0;
	padding: 0;
	width: 701px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#banner-left
{
	width: 340px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#banner-middle
{
	width: 209px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 37px;
}

#banner-right
{
	width: 340px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
}

section.banner a
{
	padding: 30px 0 12px;
	margin: 0;
	background: transparent url(../images/bg-banner-on.png) repeat-x center top;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #a8be04;
}

section.banner a:link, section.banner a:visited
{
	background: transparent url(../images/bg-banner-off.png) repeat-x center top;
	border-bottom: 2px solid #666;
}

section.banner a.active:link, section.banner a.active:visited
{
	background: transparent url(../images/bg-banner-on.png) repeat-x center top;
	border-bottom: 2px solid #a8be04;
}

section.banner a:hover, section.banner a:active
{
	background: transparent url(../images/bg-banner-on.png) repeat-x center top;
	border-bottom: 2px solid #a8be04;
}

section.banner span.header
{
	display: block;
	color: #a8be04;
	font: 18px/25px Georgia, serif;
	margin: 0;
	padding: 0;
}

section.banner span.text
{
	display: block;
	color: #fff;
	font: 12px/17px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group form */

#form
{
	width: 254px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	right: 19px;
}

#form form
{
	border: 2px solid #a8be04;
	padding: 66px 10px 10px;
	margin: 0;
	background-color: #4c4c4c;
	position: relative;
}

#form form h2
{
	width: 277px;
	height: 153px;
	font-size: 1em;
	margin: 0;
	position: absolute;
	left: -6px;
	top: -92px;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/form-trailer.png) no-repeat 0 0;
}

#form form h3
{
	color: #fff;
	font: bold 16px/24px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#form form p
{
	color: #fff;
	font: 12px/17px Verdana, sans-serif;
	margin: 0 0 6px;
	padding: 0;
}

#form form p#error
{
	color: #a8be04;
	font-weight: bold;
}

#form form label
{
	padding: 0 2px;
}

#form form input
{
	width: 228px;
	background-color: #fff;
	border-style: none;
	padding: 4px 1px;
	margin-top: 2px;
}

#form form select
{
	width: 230px;
	margin-top: 2px;
}

#form form textarea
{
	width: 228px;
	height: 110px;
	background-color: #fff;
	border-style: none;
	padding: 1px;
	margin-top: 2px;
}

#form #quoteform-button
{
	text-align: right;
}

#form #quote_submit
{
	width: 45px;
	height: 21px;
	border-style: none;
	background: url(../images/button-send.png) no-repeat 0 0;
	text-indent: -9999px;
}

#form form p.q7
{
	color: #fff;
	font: 12px/17px Verdana, sans-serif;
	margin: 0 0 6px;
	padding: 0;
	float: left;
	width: 180px;
}

#form form p.q7 input
{
	width: auto;
	background-color: transparent;
	border-style: none;
	padding: 0;
	margin: 2px 0 0;
	display: block;
	float: left;
}

#form form p.q7 label
{
	padding: 0 2px 0 17px;
	display: block;
}



/* @end */
	
/* @end */



/* @end */

/* @group footer */

/* @group toolkit */

#toolkit
{
	padding: 0;
	margin: 0;
	position: relative;
}

#toolkit #botrule
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 11px;
	background-color: #666;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}

#toolkit-inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#toolkit nav.secondary
{
	margin: 0;
	padding: 0;
	position: relative;
}

#toolkit nav.secondary ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 16px;
}

#toolkit nav.secondary li
{
	margin: 0 23px 0 0;
	padding: 0 7px;
	float: left;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	background-color: #4c4c4c;
}

#toolkit nav.secondary li a:link, #toolkit nav.secondary li a:visited
{
	color: #fff;
	text-decoration: none;
}

#toolkit nav.secondary li a:hover, #toolkit nav.secondary li a:active
{
	color: #fff;
	text-decoration: underline;
}

#toolkit p
{
	text-align: right;
	position: relative;
	color: #fff;
	font-size: 10px;
	padding: 0 30px 0 0;
	margin: 0 0 12px;
	visibility: hidden;
}

#toolkit p a:link, #toolkit p a:visited
{
	color: #fff;
	text-decoration: none;
}

#toolkit p a:hover, #toolkit p a:active
{
	color: #fff;
	text-decoration: underline;
}



/* @end */

/* @group sitemap */

#sitemap
{
	padding: 24px 0 28px;
	margin: 0;
	background-color: #666;
}

#sitemap-inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#sitemap nav.where
{
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}

#sitemap nav.where h2
{
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#sitemap nav.where ul
{
	margin: 0 0 0 1pc;
	padding: 0;
	list-style-type: disc;
}

#sitemap nav.where li
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

#sitemap nav.where li a:link, #sitemap nav.where li a:visited
{
	color: #fff;
	text-decoration: none;
}

#sitemap nav.where li a:hover, #sitemap nav.where li a:active
{
	color: #fff;
	text-decoration: underline;
}

#sitemap nav.where2
{
	margin: 0;
	padding: 0;
	width: 146px;
	float: left;
}

#sitemap nav.where2 h2
{
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	visibility: hidden;
}

#sitemap nav.where2 ul
{
	margin: 0 0 0 1pc;
	padding: 0;
	list-style-type: disc;
}

#sitemap nav.where2 li
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	width: 100px;
}

#sitemap nav.where2 li a:link, #sitemap nav.where2 li a:visited
{
	color: #fff;
	text-decoration: none;
}

#sitemap nav.where2 li a:hover, #sitemap nav.where2 li a:active
{
	color: #fff;
	text-decoration: underline;
}

#sitemap nav.what
{
	margin: 0;
	padding: 0;
	width: 146px;
	float: left;
}

#sitemap nav.what h2
{
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#sitemap nav.what ul
{
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#sitemap nav.what li
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

#sitemap nav.what li a:link, #sitemap nav.what li a:visited
{
	color: #fff;
	text-decoration: none;
}

#sitemap nav.what li a:hover, #sitemap nav.what li a:active
{
	color: #fff;
	text-decoration: underline;
}

#sitemap nav.which
{
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
}

#sitemap nav.which h2
{
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	visibility: hidden;
}

#sitemap nav.which ul
{
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#sitemap nav.which li
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

#sitemap nav.which li a:link, #sitemap nav.which li a:visited
{
	color: #fff;
	text-decoration: none;
}

#sitemap nav.which li a:hover, #sitemap nav.which li a:active
{
	color: #fff;
	text-decoration: underline;
}

#sitemap nav.which2
{
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}

#sitemap nav.which2 h2
{
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	visibility: hidden;
}

#sitemap nav.which2 ul
{
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#sitemap nav.which2 li
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

#sitemap nav.which2 li a:link, #sitemap nav.which2 li a:visited
{
	color: #fff;
	text-decoration: none;
}

#sitemap nav.which2 li a:hover, #sitemap nav.which2 li a:active
{
	color: #fff;
	text-decoration: underline;
}

#sitemap p
{
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	bottom: 0;
}



/* @end */



/* @end */

/* @group form popup */

#response
{
	width: 432px;
	margin: 0 0 0 -216px;
	padding: 0;
	position: absolute;
	top: 200px;
	z-index: 1002;
	left: 50%;
	background-color: #4c4c4c;
	border-top: 36px solid #fff;
	border-bottom: 37px solid #fff;
}

#response div
{
	padding: 12px 0;
	text-align: center;
	width: 309px;
	margin: 0 auto;
	border-top: 11px solid #a8be04;
	border-bottom: 11px solid #666;
	position: relative;
}

#response h2
{
	margin: 0 0 12px;
	padding: 0;
	width: 312px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo-fsm.png) no-repeat;
}

#response h3
{
	color: #fff;
	margin: 0 0 6px;
	padding: 0;
	font: 20px Georgia, serif;
}

#response p
{
	color: #fff;
	margin: 0;
	padding: 0;
	font: 15px/19px Georgia, serif;
}

#response p.close
{
	position: absolute;
	bottom: -36px;
	right: -48px;
}

#response p.close a
{
	color: #666;
	font: 13px Verdana, sans-serif;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/bg-close.png) no-repeat left center;
	text-decoration: none;
}

#fade
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}



/* @end */
	
/* @end */

