@import 'lib/reset.css';

@import 'lib/typography.css';

@import 'lib/forms.css';

/* @group Tags */

body {
	background: url(../images/page_Background.png) 50% top repeat-y;	
	margin: 0px auto;
}

a:link, a:visited {
	color: #7D0000;
}

a:active {
	color: #DA0017;
}

a:hover {
	color: #B60000;
}

/* @end */

/* @group Utilities */

.clear {
	clear: both;
}

.container {
	margin: 0px auto;
	width: 704px;
}

/* @end */

/* @group Masthead */

#masthead {
	margin-bottom: 0px;
	width: 704px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(../images/Lascivio_Business_Solutions.gif) no-repeat;
}

#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	text-decoration: none;
}

#masthead h1 {
	display: block;
	width: 704px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

#masthead h1 span {
	visibility: hidden;
}

#masthead h2 {
	display: none;
}

/* @end */

/* @group Navigation */

#navigation {
	margin: 0px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/navigation_background.gif);
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration: none;
	height: 28px;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation a span {
	visibility: hidden;
}
#navigation a {
	background: url(../images/navigation_sprite.gif) no-repeat;
	width: 140px;
}
#navigation .home a {
	width: 143px;
	background-position: 0px 0px;
}
#navigation .home a:hover,
#navigation .home a.down {
	background-position: 0px -29px;
}
#navigation .about a {
	width: 140px;
	background-position: -143px 0px;
}
#navigation .about a:hover,
#navigation .about a.down {
	background-position: -143px -29px;
}
#navigation .services a {
	width: 140px;
	background-position: -283px 0px;
}
#navigation .services a:hover,
#navigation .services a.down {
	background-position: -283px -29px;
}
#navigation .clients a {
	width: 140px;
	background-position: -423px 0px;
}
#navigation .clients a:hover,
#navigation .clients a.down {
	background-position: -423px -29px;
}
#navigation .contact-us a {
	width: 141px;
	background-position: -563px 0px;
}
#navigation .contact-us a:hover,
#navigation .contact-us a.down {
	background-position: -563px -29px;
}
/* @end */

/* @group Sidebar */
#fixed-column {
	float: left;
	width: 188px;
	height: 300px;
}
#fixed {
	width: 150px;
	font-size: smaller;
	margin: 40px 0px 0px 2px;
	background-color: #E4E1E3;
	padding: 16px;
	position: fixed;
}

#sidebar {
	float: left;
}
#sidebar .panel {
	width: 150px;
	font-size: smaller;
	margin: 20px 0px 0px 2px;
	background-color: #E4E1E3;
	padding: 16px;
}
#sidebar p {
	font-size: 1.2em;
}
#fixed h3, #sidebar h3 {
	font-size: 1.4em;
}
#fixed h3, #sidebar ul {
	list-style: square;
}
#fixed li, #sidebar li {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#sidebar h3 {
	font-size:1.4em;
	margin-top:0px;
	line-height: 1.1em;
}
#sidebar .arrow {
	background:url(/assets/images/arrow_left.gif) 0px 5px no-repeat;
	padding-left: 10px;
	font-size:1.2em;
}

/* @end */

/* @group Content */

#content {
	float: left;
	margin: 20px 20px 0px 20px;
	width: 300px;
}

#content h2, #content h3, #content h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande" Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#content.wide {
	width: 495px;
	margin-right: 0px;
}
#content.narrow {
	width: 200px;
	margin-right: 0px;
}
#content a.top:link, #content a.top:visited {
	display: block;
	clear: left;
	background: url(../images/arrow_up.gif) 0px 3px no-repeat;
	padding-left: 20px;
	margin-top: 20px;
}
/* @end */
/* @group Illustration */
#illustration {
	margin: 20px 0px 0px 6px;
	float: left;
	width: 174px;
}
#illustration img {
	padding: 0;
	margin: 0;
}

#illustration img.right {
	float: right;
	margin-right: 0px;
}

#illustration img.left {
	float: left;
	margin-left: 0px;
}
.wideillustration {
	width: 234px !important;
}

/* @end */

/* @group Footer */

#footer {
	width: 704px;
	margin: 80px auto;
	padding: 10px 0px;
	text-align: center;
	color: #7c0000;
	clear: both;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0px 15px
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #7c0000;
	text-decoration: none;
}

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

#footer a.down:link, #footer a.down:visited, #footer a.down:active {
	border-bottom: 2px solid #7c0000;
}

#footer a.down:hover {
	text-decoration: none;
}

#footer .copyright {
	font-size: smaller;
	color: #4c4c4c;
}

/* @end */