/**
 * Stylesheet for <FairEtail>
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <yoni@netlash.com>
 */

/* Typography and text styles */

html {
	height: 100% !important;
}

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.48; /* Safari 2.0.4 */
	color: #000;
	background: #fff url(../images/background.gif) repeat-x bottom left;
	background-attachment: fixed;
	padding: 0 0 10px 0;
}

#container {
	width: 845px;
	margin: 0 auto;
}

/* Headings and links */
h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.1;
	font-family: Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

p {
	padding-bottom: 10px;
}

a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #ee7d0c;
}

/* Page structure and layout */

	/* Header */

	#header {
		padding: 30px 0 20px 10px;
	}
	
	#header img {
		padding: 0 0 0 30px;
	}

	/* Logo */

	#header h1 {
		width: 190px;
		height: 180px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
	}

	#header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}

	/* Navigation */

	#sidebar #navigation {
		width: 210px;
		padding: 0 0 20px 0;
	}

	#sidebar #navigation li {
		font-size: 13px;
		font-weight: bold;
		padding: 4px 0 4px 10px;
		border-bottom: 1px solid #e3e3e3;
	}

	#sidebar #navigation ul li {
		font-size: 11px;
		font-weight: normal;
		padding: 4px 0 4px 10px;
		border-bottom: none;
	}

	#sidebar #navigation li.active {
		border-bottom: none;
	}

	#sidebar #navigation li a:link,
	#sidebar #navigation li a:visited {
		text-decoration: none;
		color: #000;
		display: block;
	}

	#sidebar #navigation li a:active,
	#sidebar #navigation li a:hover {
		color: #666;
	}

	#sidebar #navigation li.selected a:link,
	#sidebar #navigation li.selected a:visited,
	#sidebar #navigation li.selected a:active,
	#sidebar #navigation li.selected a:hover {
		color: #ee7d0c;
	}

	#sidebar #navigation li.selected ul li a:link,
	#sidebar #navigation li.selected  ul li a:visited {
		text-decoration: none;
		color: #666;
	}

	#sidebar #navigation li.selected  ul li a:active,
	#sidebar #navigation li.selected  ul li a:hover {
		color: #ee7d0c;
	}

	#sidebar #navigation li.selected  ul li.selected a:link,
	#sidebar #navigation li.selected  ul li.selected a:visited,
	#sidebar #navigation li.selected  ul li.selected a:active,
	#sidebar #navigation li.selected  ul li.selected a:hover {
		color: #EE7D0C;
	}

	/* Body */

	#content #sidebar {
		width: 230px;
		float: left;
	}

	#content #main {
		width: 615px;
		float: left;
	}

	/* Rounded corner elements */

	div.cornerspan {
		display: block;
		position:relative;
		height: 100%;
		margin: 20px 0 10px 0;
	}
	
	div.cornerspan div.wrapper {
		padding: 6px 0;
		display: block;
	}

	#sidebar span.corners {
		width: 210px;
		height: 6px;
		display: block;
		position: absolute;
	}

	#sidebar span.top {
		background: url(../images/sidebar_corners.gif) no-repeat top left;
		top: 0; left: 0;
	}

	#sidebar span.bottom {
		background: url(../images/sidebar_corners.gif) no-repeat bottom left;
		bottom: 0; left: 0;
	}

	#main span.corners {
		width: 615px;
		height: 6px;
		display: block;
		position: absolute;
	}

	#main span.top {
		background: url(../images/main_corners.gif) no-repeat top left;
		top: 0; left: 0;
	}

	#main span.bottom {
		background: url(../images/main_corners.gif) no-repeat bottom left;
		bottom: 0; left: 0;
	}

	#footer span.corners {
		width: 845px;
		height: 6px;
		display: block;
		position: absolute;
	}

	#footer span.top {
		background: url(../images/footer_corners.gif) no-repeat top left;
		top: 0; left: 0;
	}

	#footer span.bottom {
		background: url(../images/footer_corners.gif) no-repeat bottom left;
		bottom: 0; left: 0;
	}

	/* Sidebar */

	#content #sidebar div.general_item {
		clear: both;
	}

	#content #sidebar div.general_item p {
		width: 210px;
		color: #444;
		padding: 0 10px;
	}

	#content #sidebar div.general_item ul {
		width: 210px;
		color: #444;
		padding: 5px 0 0 25px;
		list-style-type: disc;
		width: 190px;
	}

	#content #sidebar div.general_item ul a {
		color: #444;
		text-decoration: none;
	}

	#content #sidebar #clients img {
		float: left;
		display: block;
		padding: 0 10px 0 0;
	}

	#content #sidebar h3 {
		font-size: 13px;
		font-weight: bold;
		color: #000;
		background: #fff;
		line-height: 17px;
		padding: 0 10px;
		display: block;
		width: 188px;
		border-left: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
	}

	span.corner {
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
	}

	/* Main */

	#main h2 {
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 20px 0;
	}

	#main p {
		color: #666;
	}
	
	/* Focus */

	#main div.focus {
		background: #fff;
		border-left: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
	}

	div.focusbox {
		padding: 0 30px 30px 30px;
		position: relative;
	}

	div.focusbox img {
		float: left;
		padding: 34px 30px 0 0;
	}

	div.focusbox p {
		float: left;
		width: 440px;
		padding: 5px 0 0 0;
	}

	div.focusbox h3 {
		font-size: 18px;
		color: #ee7d0c;
		padding: 16px 0 0 0;
	}
	
	div.focusbox h3 a:link,
	div.focusbox h3 a:visited {
		text-decoration: none;
		color: #ee7d0c;
	}
	
	div.focusbox h3 a:active,
	div.focusbox h3 a:hover {
		color: #f9c25c;
	}
	
	div.focusbox h3 span {
		font-size: 12px;
		color: #f9c25c;
	}

	div.focusbox h4 {
		font-size: 14px;
		color: #000;
		padding: 5px 0 0 0;
	}

	div.focusbox a.readmore:link,
	div.focusbox a.readmore:visited {
		padding: 0 0 0 5px;
		background: url(../images/button_front.gif) no-repeat;
		color: #fff;
		line-height: 22px;
		font-size: 12px;
		text-decoration: none;
		display: block;
		overflow: hidden;
		position: absolute;
		bottom: 4px;
		right: 30px;
	}

	div.focusbox a.readmore:link span,
	div.focusbox a.readmore:visited span {
		background: url(../images/button_slide.gif) no-repeat right top;
		padding: 0 10px 0 5px;
		display: block;
		float: none;
	}

	div.focusbox a.readmore:active,
	div.focusbox a.readmore:hover {
		background-position: 0 100%;
	}

	div.focusbox a.readmore:active span,
	div.focusbox a.readmore:hover span {
		background-position: 100% 100%;
	}

	div.focusbox a.readmore strong {
		width: 20px;
		height: 22px;
		background: url(../images/arrow.gif) no-repeat left center;
		text-indent: -9999px;
		overflow:hidden;
		display: block;
		float: left;
	}

	/* Normal Focus */

	div.normalfocusbox {
		padding: 0 30px 30px 30px;
		position: relative;
	}

	div.normalfocusbox p {
		padding: 5px 0 0 0;
	}

	div.normalfocusbox h3 {
		font-size: 18px;
		color: #ee7d0c;
		padding: 16px 0 0 0;
	}
	
	div.normalfocusbox h3 a:link,
	div.normalfocusbox h3 a:visited {
		text-decoration: none;
		color: #ee7d0c;
	}
	
	div.normalfocusbox h3 a:active,
	div.normalfocusbox h3 a:hover {
		color: #f9c25c;
	}
	
	div.normalfocusbox h3 span {
		font-size: 12px;
		color: #f9c25c;
	}

	div.normalfocusbox h4 {
		font-size: 14px;
		color: #000;
		padding: 5px 0 0 0;
	}

	div.normalfocusbox ul,
	#main ul {
		padding: 6px 0 6px 14px;
		list-style-image: url(../images/bullet.png);
		color: #666;
	}

	div.normalfocusbox ol,
	#main ol {
		padding: 6px 0 6px 14px;
		list-style-type: decimal;
		color: #666;
	}

	div.normalfocusbox ol ol,
	#main ol ol,
	div.normalfocusbox ul ul,
	#main ul ul,
	div.normalfocusbox ol ul,
	#main ol ul,
	div.normalfocusbox ul ol,
	#main ul ol {
		padding-bottom: 0;
	}

	small, span.mute {
		color: #808080;
		font-size: 11px;
	}

	code {
		font-family: Monaco, "Courier New", monospace;
		font-size: 12px;
		line-height: 1.15;
	}

	pre {
		padding: 7px 14px;
		background: #F5F5F5;
		margin: 0 0 14px;
	}

	blockquote, q {
		font-style: italic;
		color: #666;
	}

	blockquote {
		padding: 0 0 0 14px;
	}

	cite {
		font-size: 11px;
		text-align: right;
		display: block;
		position: relative;
		top: -14px;
		height: 0;
		/* Dismisses height to correctly align next element */
	}

	/* Sitemap */

	ul.sitemap {
		padding: 5px 0 0 15px;
	}

	ul.sitemap li {
		font-weight: bold;
		padding: 4px 0;
		border-bottom: 1px solid #e3e3e3;
	}

	ul.sitemap li li,
	ul.sitemap li li li,
	ul.sitemap li li li li,
	ul.sitemap li li li li li {
		font-weight: normal;
		padding: 2px 0;
		border: 0;
	}

	/* News */
	
	.newsarticle {
		padding: 10px 0;
	}

	/* Clients */
	
	#clients div.client img {
		display: block;
		padding: 10px 0;
	}

	/* Form */

	label {
		display: block;
		padding-bottom: 4px;
		font-weight: 700;
		clear: both;
	}

	label.floatLeft {
		display: block;
		width: 140px;
		padding-bottom: 4px;
		font-weight: 700;
		float: left;
	}

	input.input-text {
		width: 220px;
	}

	/* Footer */

	#footer ul {
		text-align: center;
		background: #fff;
	}

	#footer li {
		display: inline;
		font-size: 11px;
		padding: 0 10px 0 0;
	}

	#footer li.first {
		padding: 0 14px 0 0;
	}

	#footer li a:link,
	#footer li a:visited {
		background: url(../images/bullet.gif) no-repeat left center;
		padding: 0 6px 0 20px;
		color: #666;
	}

	#footer li a:active,
	#footer li a:hover {
		color: #000;
	}

/* Defaults */
.hidden { display: none; }
.block { display: block; }
.nopadding { padding: 0 !important; }
.floatleft { float: left; }
.floatright { float: right; }
.floatright { float: right; }
.paddingtop { padding-top: 20px; }
#main .paddingbottom { padding-bottom: 6px; }

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
