﻿/* SHAREPOINT CLEANUP */

.ms-WPBody,
.ms-WPBody td {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	font-size: 1em;
}


/* COMMON TAG STYLES */
html {
	height: 100%;	
}

body {
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: .75em;
	background-color: #FFFFFF;
	background-image: url(../Images/fabricom-background-normal.png);
	background-repeat: repeat-x;
	margin: 0;
	line-height: 135%;
	padding-bottom: 100px;
}

a, a:link, a:visited,
.ms-WPBody a:link,
.ms-WPBody a:visited {
	text-decoration: none;
	color: #741B9A;	
}


a:hover,
.ms-WPBody a:hover {
	text-decoration: underline;
	color: #741B9A;	
}

h1, 
.ms-WPBody h1 {
	font-size: 1.75em;
	color: #438583;
	font-weight: normal;
	line-height: 120%;
}

h2,
.ms-WPBody h2 {
	font-size: 1.5em;
	color: #438583;
	font-weight: bold;
	line-height: 120%;
}

h3,
.ms-WPBody  h3{
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}
/*
.fabricom-readmore,
.fabricom-readmore:visited {
	background-image: url(../Images/fabricom-web-elements.gif);
	background-position: -2400px center;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-transform: uppercase;
	color: #741b9a;
	text-decoration: none;
	font-size: .83em;
	padding-right: 25px;
}*/

.fabricom-readmore,
.fabricom-readmore:visited {
	white-space: nowrap;
	text-transform: uppercase;
	color: #741b9a;
	font-size: .83em;
	padding-right: 20px;
	position: relative;
	display: inline-block;
}
.fabricom-readmore span {
	background-image: url(../Images/fabricom-web-elements.gif);
	background-position: -2400px center;
	background-repeat: no-repeat;
	display: block;
	width: 15px;
	text-indent: 9999px;
	overflow: hidden;
	position: absolute;
	top: 0; right: 0; bottom: 0;
}


/* FRAMES */
.SPAdminControls {
	position: absolute;
	top: 0;
	right: 150px;
}

.fabricom-main {
	background-image: url(../Images/fabricom-background-shadow-vertical.png);
	background-color: transparent;
	background-repeat: repeat-y;
	width: 950px;
	padding: 0 11px;
	margin: 24px auto 42px auto;
	position: relative;
}


/* HEAD */

#fabricomHead {
	padding-top: 32px;	
	overflow: hidden;
	position: relative;
	width: 100%;
}

#fabricomHeadHelper {
	width: 100%;
	height: 6px;
	background-image: url(../Images/fabricom-background-shadow-top.png);
	background-position: top left;
	position: absolute;
	top: -6px;
	left: 0px;
}

#fabricomHead .fabricom-logo {
	float: left;
	margin-left: 50px;
	border: none;
}

#fabricomHead .fabricom-tools {
	position: absolute;
	top: 0;
	right: 26px;
	height: 18px;
	padding-top: 2px;
	background-image: url(../Images/fabricom-background-toolbar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 20px;
	font-size:0.8em;
	zoom: 1;
}
#fabricomHead .fabricom-tools .fabricom-pipe {
	color: #741B9A;	
}
#fabricomHead .fabricom-tools .fabricom-links {
	display: inline;
	vertical-align: middle;	
}
#fabricomHead .fabricom-tools-helper {
	width: 6px;
	background-image: url(../Images/fabricom-background-toolbar.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: -6px;
	top: 0;
	bottom: 0;
} 

#fabricomHead .fabricom-search {
	display: inline-block;
}

#fabricomHead .fabricom-search .fabricom-searchfield {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#fabricomHead .fabricom-search div {
	display: inline;	
}
#fabricomHead .fabricom-searchbutton {
	display: inline-block;
	margin: 0; padding: 0;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
#fabricomHead .fabricom-searchbutton span {
	display: block;
	position: absolute;
	width: 16px;
	top: 0;	left: 0;
	bottom: 0;
	background-image: url(../Images/fabricom-web-icons.gif);
	background-position: -32px 0;
	background-repeat: no-repeat;
}
	/* menu */
.menu-horizontal {
	margin-left: 52px;
	float: left;
	list-style: none;	
	overflow: hidden;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
}
.menu-horizontal li {
	float: left;
	margin-right: 25px;
	line-height: 1.1em;
	padding-bottom: 1px;
}
.menu-horizontal li a,
.menu-horizontal li a:visited {
	color: #666666;
	font-size: 1.08em;
	text-transform: uppercase;
	text-decoration: none;
}
.menu-horizontal li a:hover,
.menu-horizontal li:hover a {
	text-decoration: underline;	
}

.menu-horizontal .menu-position {
	color: #b2b1b1;
	font-size: .92em;	
	line-height: 1em;
}
.menu-horizontal li:hover .menu-position {
	font-weight: bold;	
}
/* MAIN */

#fabricomMain {
	overflow: hidden;	
	padding-bottom: 10px;
}

/* HEADER */

.fabricom-header-banner {
	position: relative;
	width: 100%;
}

.fabricom-header-title {
	font-size: 1.25em;
	color: #438583;
	text-transform: uppercase;
	position: absolute;
	bottom: 38px;
	left: 20px;
}


/* FOOT */
#fabricomFoot {
	position: relative;
	bottom: -42px;
	left: -11px;
	width: 972px;
	height: 42px;
	background-image: url(../Images/fabricom-background-footer.png);
	background-color: Transparent;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 42px;
}

#fabricomFoot * {
	list-style: none;
	display: inline;	
}

#fabricomFoot a,
#fabricomFoot a:link,
#fabricomFoot a:visited {
	font-size: .92em;
	color: #5E5E5E;	
}


