/*	CSS by SliceIt
	*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	text-align: center;
	background: #ffffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 861px;
}



/* @group Header */

#header {
	background: url(images/bg-header.gif) repeat-x left top;
	height: 150px;
	margin-bottom: 2px;
}

#header h1 {
	float: left;
	width: 397px;
	height: 150px;
	font-size: 1px;
	text-indent: -99999px;
}

#header h1 a {
	display: block;
	width: 397px;
	height: 150px;
	background: url(images/logo.gif) no-repeat left top;
}

#header .site-description {
	float: left;
	width: 500px;
	margin-left: -60px;
	text-transform: uppercase;
	color: #662339;
	font-size: 11px;
	margin-top: 130px;
}

/* @end */



/* @group Navigation */

.navigation {
	height: 40px;
	margin-left: 19px;
	background: url(images/bg-nav.gif) repeat-x left top;
	margin-bottom: 2px;
}

.navigation ul {
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
}

.navigation ul li {
	float: left;
	_width: 70px;
	padding: 0 0 0 25px;
	margin-left: 20px;
	background: url(images/nav-divider.gif) no-repeat left top;
}

.navigation ul li a {
	display: block;
	color: #1a1a1a;
	height: 40px;
	padding: 0 5px;
	line-height: 40px;
	text-decoration: none;
}

.navigation ul li a:hover, .navigation ul li.current a {
	color: #ffffff;
}

/* @end */

/* @group Content */

#content {
	margin-left: 19px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.sidebar {
	width: 315px;
	float: left;
}

.sidebar img {
	border: 2px solid #ff6d0c;
	margin-bottom: 5px;
}

.sidebar a {
	font-size: 11px;
	text-decoration: none;
	color: #660033;
}

.main {
	float: right;
	width: 510px;
	font-size: 11px;
	line-height: 1.4;
	color: #333333;
}

.main a {
	color: #ff6600;
	text-decoration: none;
}

.main a {
	text-decoration: underline;
}

.main p, .main ul, .main ol {
	padding-bottom: 15px;
}

/* @group Portfolio */

.portfolio-list {
	float: left;
	width: 160px;
}

.portfolio-list ul {
	list-style: none;
	font-size: 10px;
	border-top: 1px solid #a2a2a1;
}

.portfolio-list ul li {
	padding: 7px 0;
	border-bottom: 1px solid #a2a2a1;
}

.portfolio-list ul li a {
	text-decoration: none;
	color: #003366;
}

.portfolio-list ul li a:hover, .portfolio-list ul li.current a {
	color: #ff6600;
}

.portfolio {
	float: right;
	width: 670px;
}

.portfolio .portfolio-desc {
	float: left;
	width: 240px;
	font-size: 10px;
	color: #333333;
	line-height: 1.5;
}

.portfolio-desc h3 {
	color: #003366;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.portfolio .portfolio-desc p, .portfolio .portfolio-desc ul, .portfolio .portfolio-desc ol {
	padding-bottom: 10px;
}

.portfolio-desc a {
	color: #ff6600;
	text-decoration: none;
}

.portfolio-imgs {
	float: right;
	width: 415px;
}

.portfolio-imgs img {
	border: 1px solid #ff6d0c;
}

.portfolio-imgs ul {
	margin-top: 5px;
	padding: 10px;
	background: #999933;
	list-style: none;
}

.portfolio-imgs ul li {
	float: left;
	padding-right: 5px;
}

/* @end */



/* @end */



/* @group Footer */

#footer {
	color: #cecece;
	height: 18px;
	background: url(images/bg-footer.gif) repeat-x left top;
	font-size: 9px;
	text-align: right;
	padding-top: 18px;
	margin-left: 19px;
}

/* @end */

















/* @group Clearer */

#header:after, .navigation:after, #content:after, .portfolio:after, .portfolio-imgs ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

#header, .navigation, #content, .portfolio, .portfolio-imgs ul {
	min-height: 1px;
}

* html #header, * html .navigation, * html #content, * html .portfolio, * html .portfolio-imgs ul { height: 1%; }

/* @end */
